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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 03:13:43
  Author: andrea
Revision: 145854

libarchive rebuild

Added:
  kdeutils/repos/staging-i686/
  kdeutils/repos/staging-x86_64/
Modified:
  kdeutils/repos/staging-i686/PKGBUILD
  kdeutils/repos/staging-x86_64/PKGBUILD

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-08 09:39:48 UTC (rev 144746)
+++ staging-i686/PKGBUILD   2012-01-03 08:13:43 UTC (rev 145854)
@@ -17,7 +17,7 @@
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-08 09:39:48 UTC (rev 144746)
+++ staging-x86_64/PKGBUILD 2012-01-03 08:13:43 UTC (rev 145854)
@@ -17,7 +17,7 @@
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 03:21:51
  Author: andrea
Revision: 145855

upgpkg: kdeutils-ark 4.7.95-2

libarchive rebuild

Modified:
  kdeutils-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 08:13:43 UTC (rev 145854)
+++ PKGBUILD2012-01-03 08:21:51 UTC (rev 145855)
@@ -3,7 +3,7 @@
 
 pkgname=kdeutils-ark
 pkgver=4.7.95
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 url='http://kde.org/applications/utilities/ark/'
 arch=('i686' 'x86_64')



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 03:22:31
  Author: andrea
Revision: 145856

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

Added:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
(from rev 145855, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
(from rev 145855, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 145855, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install
(from rev 145855, kdeutils-ark/trunk/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install

--+
 kde-unstable-i686/PKGBUILD   |   68 ++---
 kde-unstable-i686/kdeutils-ark.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   68 ++---
 kde-unstable-x86_64/kdeutils-ark.install |   22 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-01-03 08:21:51 UTC (rev 145855)
+++ kde-unstable-i686/PKGBUILD  2012-01-03 08:22:31 UTC (rev 145856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ark
-pkgver=4.7.95
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.bz2;)
-sha1sums=('406dfb42c2e0f9a5baf8b22933b756bc94ea4091')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 145855, 
kdeutils-ark/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-01-03 08:22:31 UTC (rev 145856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.7.95
+pkgrel=2
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.bz2;)
+sha1sums=('406dfb42c2e0f9a5baf8b22933b756bc94ea4091')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-ark.install
===
--- kde-unstable-i686/kdeutils-ark.install  2012-01-03 08:21:51 UTC (rev 
145855)
+++ kde-unstable-i686/kdeutils-ark.install  2012-01-03 08:22:31 UTC (rev 
145856)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 
145855, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- kde-unstable-i686/kdeutils-ark.install  (rev 0)
+++ kde-unstable-i686/kdeutils-ark.install  2012-01-03 08:22:31 UTC (rev 
145856)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-01-03 08:21:51 UTC (rev 145855)
+++ kde-unstable-x86_64/PKGBUILD2012-01-03 08:22:31 UTC (rev 145856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ark
-pkgver=4.7.95
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')

[arch-commits] Commit in avidemux/trunk (PKGBUILD avidemux-2.5.4-x264-build115.patch)

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 04:32:57
  Author: eric
Revision: 145857

upgpkg: avidemux 2.5.6-1

Upstream update, Add libva support, Remove old patch

Modified:
  avidemux/trunk/PKGBUILD
Deleted:
  avidemux/trunk/avidemux-2.5.4-x264-build115.patch

+
 PKGBUILD   |   18 +-
 avidemux-2.5.4-x264-build115.patch |   45 ---
 2 files changed, 7 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 08:22:31 UTC (rev 145856)
+++ PKGBUILD2012-01-03 09:32:57 UTC (rev 145857)
@@ -3,24 +3,20 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
-pkgver=2.5.5
-pkgrel=6
+pkgver=2.5.6
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;
 makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
-avidemux-2.5.4-x264-build115.patch)
-md5sums=('33bbe210c6826cea1987ed18a41d57a7'
- '24a18b53a58b678b9e87d30566985751')
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
 
 build() {
   cd ${srcdir}/${pkgbase}_${pkgver}
-
-  patch -Np1 -i ${srcdir}/avidemux-2.5.4-x264-build115.patch
-
   mkdir build
   cd build
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
@@ -43,7 +39,7 @@
 
 package_avidemux-cli() {
   pkgdesc=A graphical tool to edit video (filter/re-encode/split)
-  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx')
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
   optdepends=('lame: for the corresponding audio encoder plugin'
   'faac: for the corresponding audio encoder plugin'
   'faad2: for the corresponding audio decoder plugin'

Deleted: avidemux-2.5.4-x264-build115.patch
===
--- avidemux-2.5.4-x264-build115.patch  2012-01-03 08:22:31 UTC (rev 145856)
+++ avidemux-2.5.4-x264-build115.patch  2012-01-03 09:32:57 UTC (rev 145857)
@@ -1,45 +0,0 @@
-diff -ru 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp 
avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp
 avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp   
2011-04-28 22:35:36.0 +0200
-+++ avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp
2011-04-28 22:40:26.0 +0200
-@@ -488,8 +488,10 @@
-   printf([x264] analyse.b_transform_8x8 = %d\n, 
x264Param-analyse.b_transform_8x8);
-   printf([x264] analyse.inter = %d\n, x264Param-analyse.inter);
-   printf([x264] b_cabac = %d\n, x264Param-b_cabac);
--#if X264_BUILD  101
-+#if X264_BUILD  101  X264_BUILD  115
-   printf([x264] i_open_gop = %d\n, x264Param-i_open_gop);
-+#elif X264_BUILD  114
-+  printf([x264] b_open_gop = %d\n, x264Param-b_open_gop);
- #endif
-   printf([x264] b_interlaced = %d\n, x264Param-b_interlaced);
- #if X264_BUILD  88
-diff -ru 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp 
avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
   2011-04-28 22:35:36.0 +0200
-+++ avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
2011-04-28 22:43:36.0 +0200
-@@ -417,7 +417,7 @@
-   _param.b_cabac = cabac;
- }
- 
--#if X264_BUILD  101
-+#if X264_BUILD  101  X264_BUILD  115
- unsigned int x264Options::getOpenGopMode(void)
- {
-   return _param.i_open_gop;
-@@ -428,6 +428,17 @@
-   if (openGopMode  3)
-   _param.i_open_gop = openGopMode;
- }
-+#elif X264_BUILD  114
-+unsigned int x264Options::getOpenGopMode(void)
-+{
-+return _param.b_open_gop;
-+}
-+ 
-+void x264Options::setOpenGopMode(unsigned int openGopMode)
-+{
-+if (openGopMode  3)
-+_param.b_open_gop = openGopMode;
-+}
- #endif
- 
- unsigned int x264Options::getInterlaced(void)



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 04:33:26
  Author: eric
Revision: 145858

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

Added:
  avidemux/repos/extra-i686/PKGBUILD
(from rev 145857, avidemux/trunk/PKGBUILD)
  avidemux/repos/extra-i686/avidemux.install
(from rev 145857, avidemux/trunk/avidemux.install)
  avidemux/repos/extra-x86_64/PKGBUILD
(from rev 145857, avidemux/trunk/PKGBUILD)
  avidemux/repos/extra-x86_64/avidemux.install
(from rev 145857, avidemux/trunk/avidemux.install)
Deleted:
  avidemux/repos/extra-i686/PKGBUILD
  avidemux/repos/extra-i686/avidemux-2.5.4-x264-build115.patch
  avidemux/repos/extra-i686/avidemux.install
  avidemux/repos/extra-x86_64/PKGBUILD
  avidemux/repos/extra-x86_64/avidemux-2.5.4-x264-build115.patch
  avidemux/repos/extra-x86_64/avidemux.install

-+
 extra-i686/PKGBUILD |  236 ++
 extra-i686/avidemux-2.5.4-x264-build115.patch   |   45 
 extra-i686/avidemux.install |   22 +-
 extra-x86_64/PKGBUILD   |  236 ++
 extra-x86_64/avidemux-2.5.4-x264-build115.patch |   45 
 extra-x86_64/avidemux.install   |   22 +-
 6 files changed, 254 insertions(+), 352 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 09:32:57 UTC (rev 145857)
+++ extra-i686/PKGBUILD 2012-01-03 09:33:26 UTC (rev 145858)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
-pkgver=2.5.5
-pkgrel=6
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://fixounet.free.fr/avidemux/;
-makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
-avidemux-2.5.4-x264-build115.patch)
-md5sums=('33bbe210c6826cea1987ed18a41d57a7'
- '24a18b53a58b678b9e87d30566985751')
-
-build() {
-  cd ${srcdir}/${pkgbase}_${pkgver}
-
-  patch -Np1 -i ${srcdir}/avidemux-2.5.4-x264-build115.patch
-
-  mkdir build
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
-  make
-
-# plugin build expects libraries to be already installed; we fake a prefix
-# in build/ by symlinking all libraries to build/lib/
-  mkdir -p lib
-  cd lib
-  find ../avidemux -name '*.so*' | xargs ln -sft .
-  cd ../../plugins
-  mkdir build
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR=${srcdir}/avidemux_${pkgver} \
--D AVIDEMUX_CORECONFIG_DIR=${srcdir}/avidemux_${pkgver}/build/config \
--D AVIDEMUX_INSTALL_PREFIX=${srcdir}/avidemux_${pkgver}/build \
--D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
-  make
-}
-
-package_avidemux-cli() {
-  pkgdesc=A graphical tool to edit video (filter/re-encode/split)
-  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'sdl: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin')
-  provides=('avidemux')
-  conflicts=('avidemux')
-  replaces=('avidemux')
-
-  cd ${srcdir}/${pkgbase}_${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/${pkgbase}_${pkgver}/plugins/build
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/share/avidemux
-  rm ${pkgdir}/usr/bin/avidemux2_{gtk,qt4}
-  rm ${pkgdir}/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
-  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
-  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
-  rm ${pkgdir}/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
-
-  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
${pkgdir}/usr/lib/libADM_vidEnc_xvid.so
-  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
${pkgdir}/usr/lib/libADM_vidEnc_x264.so
-
-  install -D -m644 ../../avidemux_icon.png 
${pkgdir}/usr/share/pixmaps/avidemux.png
-  install -D -m644 ../../man/avidemux.1 
${pkgdir}/usr/share/man/man1/avidemux.1
-}
-
-package_avidemux-gtk() {
-  pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
-  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv' 'desktop-file-utils')
-  install=avidemux.install
-
-  cd 

[arch-commits] Commit in archlinux-themes-kdm/trunk (PKGBUILD)

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:34:08
  Author: andrea
Revision: 145859

upgpkg: archlinux-themes-kdm 1.4-3

Rebuilt for signing

Modified:
  archlinux-themes-kdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 09:33:26 UTC (rev 145858)
+++ PKGBUILD2012-01-03 12:34:08 UTC (rev 145859)
@@ -1,20 +1,23 @@
 # $Id: PKGBUILD 2115 2008-05-25 19:25:26Z thayer $
-# Maintainer: Thayer Williams tha...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Thayer Williams tha...@archlinux.org
 
 pkgname=archlinux-themes-kdm
 pkgver=1.4
-pkgrel=2
-pkgdesc=Arch Linux branded KDM greeter themes for KDE4
+pkgrel=3
+pkgdesc=Arch Linux branded KDM greeter themes for KDE
 arch=('any')
 url=http://www.archlinux.org/;
 license=('CCPL:cc-by-sa')
-source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7469d94881c323fb0535deef5ca64e83')
+source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7469d94881c323fb0535deef5ca64e83'
+ '420e2c16a5e7f762dc4fb98b0da0873e')
 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/apps/kdm/themes
-  mv archlinux-*/ $pkgdir/usr/share/apps/kdm/themes
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  for t in simplyblack soft-grey; do
+install -d ${pkgdir}/usr/share/apps/kdm/themes/archlinux-$t
+install -Dm644 
archlinux-$t/{AUTHORS,COPYING,KdmGreeterTheme.desktop,TRADEMARKS,archlinux.png,background.png,kdm.xml,screenshot.png}
 \
+  ${pkgdir}/usr/share/apps/kdm/themes/archlinux-$t
+  done
 }
-



[arch-commits] Commit in archlinux-themes-kdm/repos/extra-any (PKGBUILD PKGBUILD)

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:34:25
  Author: andrea
Revision: 145860

archrelease: copy trunk to extra-any

Added:
  archlinux-themes-kdm/repos/extra-any/PKGBUILD
(from rev 145859, archlinux-themes-kdm/trunk/PKGBUILD)
Deleted:
  archlinux-themes-kdm/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 23 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-03 12:34:08 UTC (rev 145859)
+++ PKGBUILD2012-01-03 12:34:25 UTC (rev 145860)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 2115 2008-05-25 19:25:26Z thayer $
-# Maintainer: Thayer Williams tha...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-
-pkgname=archlinux-themes-kdm
-pkgver=1.4
-pkgrel=2
-pkgdesc=Arch Linux branded KDM greeter themes for KDE4
-arch=('any')
-url=http://www.archlinux.org/;
-license=('CCPL:cc-by-sa')
-source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7469d94881c323fb0535deef5ca64e83')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/apps/kdm/themes
-  mv archlinux-*/ $pkgdir/usr/share/apps/kdm/themes
-}
-

Copied: archlinux-themes-kdm/repos/extra-any/PKGBUILD (from rev 145859, 
archlinux-themes-kdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-03 12:34:25 UTC (rev 145860)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 2115 2008-05-25 19:25:26Z thayer $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=archlinux-themes-kdm
+pkgver=1.4
+pkgrel=3
+pkgdesc=Arch Linux branded KDM greeter themes for KDE
+arch=('any')
+url=http://www.archlinux.org/;
+license=('CCPL:cc-by-sa')
+source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7469d94881c323fb0535deef5ca64e83'
+ '420e2c16a5e7f762dc4fb98b0da0873e')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  for t in simplyblack soft-grey; do
+install -d ${pkgdir}/usr/share/apps/kdm/themes/archlinux-$t
+install -Dm644 
archlinux-$t/{AUTHORS,COPYING,KdmGreeterTheme.desktop,TRADEMARKS,archlinux.png,background.png,kdm.xml,screenshot.png}
 \
+  ${pkgdir}/usr/share/apps/kdm/themes/archlinux-$t
+  done
+}



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:41:29
  Author: andrea
Revision: 145861

upgpkg: qimageblitz 0.0.6-2

Rebuilt for signing

Modified:
  qimageblitz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 12:34:25 UTC (rev 145860)
+++ PKGBUILD2012-01-03 12:41:29 UTC (rev 145861)
@@ -4,19 +4,18 @@
 
 pkgname=qimageblitz
 pkgver=0.0.6
-pkgrel=1
-pkgdesc=An interm image effect library
+pkgrel=2
+pkgdesc=A graphical effect and filter library for KDE
 arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/qimageblitz;
+url=http://www.kde.org/;
 license=('GPL2')
 depends=('qt')
-makedepends=('cmake' 'pkgconfig')
+makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a6c718a56643ffe1f347410bdcca64d')
-options=(!libtool)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,7 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:41:58
  Author: andrea
Revision: 145862

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 12:41:29 UTC (rev 145861)
+++ extra-i686/PKGBUILD 2012-01-03 12:41:58 UTC (rev 145862)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=1
-pkgdesc=An interm image effect library
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/qimageblitz;
-license=('GPL2')
-depends=('qt')
-makedepends=('cmake' 'pkgconfig')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a6c718a56643ffe1f347410bdcca64d')
-options=(!libtool)
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')

Copied: qimageblitz/repos/extra-i686/PKGBUILD (from rev 145861, 
qimageblitz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 12:41:58 UTC (rev 145862)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=2
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 12:41:29 UTC (rev 145861)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:41:58 UTC (rev 145862)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=1
-pkgdesc=An interm image effect library
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/qimageblitz;
-license=('GPL2')
-depends=('qt')
-makedepends=('cmake' 'pkgconfig')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a6c718a56643ffe1f347410bdcca64d')
-options=(!libtool)
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')

Copied: qimageblitz/repos/extra-x86_64/PKGBUILD (from rev 145861, 
qimageblitz/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:41:58 UTC (rev 145862)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=2
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:44:13
  Author: andrea
Revision: 145863

upgpkg: qjson 0.7.1-2

Rebuilt for signing

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 12:41:58 UTC (rev 145862)
+++ PKGBUILD2012-01-03 12:44:13 UTC (rev 145863)
@@ -1,9 +1,9 @@
-# $Id $
+# $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=qjson
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A qt-based library that maps JSON data to QVariant objects
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 md5sums=('5a833ad606c164ed8aa69f0873366ace')
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname} \
@@ -24,6 +24,6 @@
 }
 
 package() {
-cd ${srcdir}/build
-make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }


Property changes on: qjson/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:44:42
  Author: andrea
Revision: 145864

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 12:44:13 UTC (rev 145863)
+++ extra-i686/PKGBUILD 2012-01-03 12:44:42 UTC (rev 145864)
@@ -1,29 +0,0 @@
-# $Id $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qjson
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=A qt-based library that maps JSON data to QVariant objects
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://qjson.sourceforge.net;
-depends=('qt')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a833ad606c164ed8aa69f0873366ace')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-cd ${srcdir}/build
-make DESTDIR=${pkgdir} install
-}

Copied: qjson/repos/extra-i686/PKGBUILD (from rev 145863, qjson/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 12:44:42 UTC (rev 145864)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt')
+makedepends=('cmake')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5a833ad606c164ed8aa69f0873366ace')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 12:44:13 UTC (rev 145863)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:44:42 UTC (rev 145864)
@@ -1,29 +0,0 @@
-# $Id $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qjson
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=A qt-based library that maps JSON data to QVariant objects
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://qjson.sourceforge.net;
-depends=('qt')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a833ad606c164ed8aa69f0873366ace')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-cd ${srcdir}/build
-make DESTDIR=${pkgdir} install
-}

Copied: qjson/repos/extra-x86_64/PKGBUILD (from rev 145863, 
qjson/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:44:42 UTC (rev 145864)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt')
+makedepends=('cmake')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5a833ad606c164ed8aa69f0873366ace')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:46:37
  Author: andrea
Revision: 145865

upgpkg: hunspell-it 2.4-3

Rebuilt for signing

Modified:
  hunspell-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 12:44:42 UTC (rev 145864)
+++ PKGBUILD2012-01-03 12:46:37 UTC (rev 145865)
@@ -5,7 +5,7 @@
 pkgver=2.4
 _pkgver=2_4
 _date=2007_09_01
-pkgrel=2
+pkgrel=3
 pkgdesc=Italian dictionary for Hunspell
 arch=('any')
 url=http://sourceforge.net/projects/linguistico/;



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:46:54
  Author: andrea
Revision: 145866

archrelease: copy trunk to extra-any

Added:
  hunspell-it/repos/extra-any/PKGBUILD
(from rev 145865, hunspell-it/trunk/PKGBUILD)
Deleted:
  hunspell-it/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-03 12:46:37 UTC (rev 145865)
+++ PKGBUILD2012-01-03 12:46:54 UTC (rev 145866)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=hunspell-it
-pkgver=2.4
-_pkgver=2_4
-_date=2007_09_01
-pkgrel=2
-pkgdesc=Italian dictionary for Hunspell
-arch=('any')
-url=http://sourceforge.net/projects/linguistico/;
-license=('GPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip;)
-md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
-
-build() {
-  cd ${srcdir}
-
-  # Fix dic file empty lines (FS#22275)
-  sed '/^\/$/d' -i it_IT.dic
-}
-
-package() {
-  cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hunspell
-
-  install -D -m644 it_IT.dic ${pkgdir}/usr/share/hunspell/it_IT.dic
-  install -D -m644 it_IT.aff ${pkgdir}/usr/share/hunspell/it_IT.aff
-
-  pushd $pkgdir/usr/share/hunspell/
-  it_IT_aliases=it_CH
-  for lang in $it_IT_aliases; do
-   ln -s it_IT.aff $lang.aff
-   ln -s it_IT.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-}

Copied: hunspell-it/repos/extra-any/PKGBUILD (from rev 145865, 
hunspell-it/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-03 12:46:54 UTC (rev 145866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=hunspell-it
+pkgver=2.4
+_pkgver=2_4
+_date=2007_09_01
+pkgrel=3
+pkgdesc=Italian dictionary for Hunspell
+arch=('any')
+url=http://sourceforge.net/projects/linguistico/;
+license=('GPL3')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip;)
+md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
+
+build() {
+  cd ${srcdir}
+
+  # Fix dic file empty lines (FS#22275)
+  sed '/^\/$/d' -i it_IT.dic
+}
+
+package() {
+  cd ${srcdir}
+  install -dm755 ${pkgdir}/usr/share/hunspell
+
+  install -D -m644 it_IT.dic ${pkgdir}/usr/share/hunspell/it_IT.dic
+  install -D -m644 it_IT.aff ${pkgdir}/usr/share/hunspell/it_IT.aff
+
+  pushd $pkgdir/usr/share/hunspell/
+  it_IT_aliases=it_CH
+  for lang in $it_IT_aliases; do
+   ln -s it_IT.aff $lang.aff
+   ln -s it_IT.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+}



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:50:37
  Author: andrea
Revision: 145867

upgpkg: polkit-kde 0.99.0-2

Rebuilt for signing

Modified:
  polkit-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 12:46:54 UTC (rev 145866)
+++ PKGBUILD2012-01-03 12:50:37 UTC (rev 145867)
@@ -4,7 +4,7 @@
 
 pkgname=polkit-kde
 pkgver=0.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 07:51:08
  Author: andrea
Revision: 145868

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

Added:
  polkit-kde/repos/extra-i686/PKGBUILD
(from rev 145867, polkit-kde/trunk/PKGBUILD)
  polkit-kde/repos/extra-x86_64/PKGBUILD
(from rev 145867, polkit-kde/trunk/PKGBUILD)
Deleted:
  polkit-kde/repos/extra-i686/PKGBUILD
  polkit-kde/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-01-03 12:50:37 UTC (rev 145867)
+++ extra-i686/PKGBUILD 2012-01-03 12:51:08 UTC (rev 145868)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 102634 2010-12-09 08:51:18Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-kde
-pkgver=0.99.0
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
-license=('GPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
-md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-agent-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-kde/repos/extra-i686/PKGBUILD (from rev 145867, 
polkit-kde/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 12:51:08 UTC (rev 145868)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 102634 2010-12-09 08:51:18Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=2
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 12:50:37 UTC (rev 145867)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:51:08 UTC (rev 145868)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 102634 2010-12-09 08:51:18Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-kde
-pkgver=0.99.0
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
-license=('GPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
-md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-agent-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-kde/repos/extra-x86_64/PKGBUILD (from rev 145867, 
polkit-kde/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 12:51:08 UTC (rev 145868)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 102634 2010-12-09 08:51:18Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=2
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+

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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 09:08:16
  Author: ibiru
Revision: 145869

update to 3.0.1

Modified:
  gnome-nettool/trunk/PKGBUILD
  gnome-nettool/trunk/gnome-nettool.install

---+
 PKGBUILD  |   14 +++---
 gnome-nettool.install |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 12:51:08 UTC (rev 145868)
+++ PKGBUILD2012-01-03 14:08:16 UTC (rev 145869)
@@ -3,21 +3,21 @@
 # Contributor: Kritoke krit...@nospam.gmail.com
 
 pkgname=gnome-nettool
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=A Collection of GNOME3 Networking Tools.
 arch=(i686 x86_64)
 license=('GPL')
 depends=('gtk3' 'libgtop' 'dnsutils' 'netkit-bsd-finger' 'whois' 
'hicolor-icon-theme')
-makedepends=('gnome-doc-utils' 'pkgconfig' 'intltool')
+makedepends=('gnome-doc-utils' 'intltool')
 groups=('gnome-extra')
 url=http://www.gnome.org;
 install=gnome-nettool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6b75ee5de54fae67db0ba710e8b334a5b1fcd18719d38ae09b9dd05f5e2555e9')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.0/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c21b44b351ee470226e1e5580bb9acf0326d9b6c3040deff75322f8ca132317')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
   --disable-schemas-compile
@@ -25,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Modified: gnome-nettool.install
===
--- gnome-nettool.install   2012-01-03 12:51:08 UTC (rev 145868)
+++ gnome-nettool.install   2012-01-03 14:08:16 UTC (rev 145869)
@@ -1,6 +1,6 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {



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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 09:09:44
  Author: ibiru
Revision: 145870

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

Added:
  gnome-nettool/repos/extra-i686/PKGBUILD
(from rev 145869, gnome-nettool/trunk/PKGBUILD)
  gnome-nettool/repos/extra-i686/gnome-nettool.install
(from rev 145869, gnome-nettool/trunk/gnome-nettool.install)
  gnome-nettool/repos/extra-x86_64/PKGBUILD
(from rev 145869, gnome-nettool/trunk/PKGBUILD)
  gnome-nettool/repos/extra-x86_64/gnome-nettool.install
(from rev 145869, gnome-nettool/trunk/gnome-nettool.install)
Deleted:
  gnome-nettool/repos/extra-i686/PKGBUILD
  gnome-nettool/repos/extra-i686/gnome-nettool.install
  gnome-nettool/repos/extra-x86_64/PKGBUILD
  gnome-nettool/repos/extra-x86_64/gnome-nettool.install

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/gnome-nettool.install   |   24 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/gnome-nettool.install |   24 +++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 14:08:16 UTC (rev 145869)
+++ extra-i686/PKGBUILD 2012-01-03 14:09:44 UTC (rev 145870)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke krit...@nospam.gmail.com
-
-pkgname=gnome-nettool
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=A Collection of GNOME3 Networking Tools.
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'libgtop' 'dnsutils' 'netkit-bsd-finger' 'whois' 
'hicolor-icon-theme')
-makedepends=('gnome-doc-utils' 'pkgconfig' 'intltool')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-install=gnome-nettool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6b75ee5de54fae67db0ba710e8b334a5b1fcd18719d38ae09b9dd05f5e2555e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-nettool/repos/extra-i686/PKGBUILD (from rev 145869, 
gnome-nettool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 14:09:44 UTC (rev 145870)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Kritoke krit...@nospam.gmail.com
+
+pkgname=gnome-nettool
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=A Collection of GNOME3 Networking Tools.
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'libgtop' 'dnsutils' 'netkit-bsd-finger' 'whois' 
'hicolor-icon-theme')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+install=gnome-nettool.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.0/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c21b44b351ee470226e1e5580bb9acf0326d9b6c3040deff75322f8ca132317')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-nettool.install
===
--- extra-i686/gnome-nettool.install2012-01-03 14:08:16 UTC (rev 145869)
+++ extra-i686/gnome-nettool.install2012-01-03 14:09:44 UTC (rev 145870)
@@ -1,12 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nettool/repos/extra-i686/gnome-nettool.install (from rev 145869, 
gnome-nettool/trunk/gnome-nettool.install)
===
--- extra-i686/gnome-nettool.install(rev 0)
+++ extra-i686/gnome-nettool.install2012-01-03 14:09:44 UTC (rev 145870)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 14:08:16 UTC (rev 145869)
+++ extra-x86_64/PKGBUILD   2012-01-03 14:09:44 UTC (rev 145870)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke krit...@nospam.gmail.com
-
-pkgname=gnome-nettool
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=A 

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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:16:33
  Author: andrea
Revision: 145871

upgpkg: kdevelop-php 1.2.3-2

Rebuilt for signing

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 14:09:44 UTC (rev 145870)
+++ PKGBUILD2012-01-03 14:16:33 UTC (rev 145871)
@@ -4,16 +4,15 @@
 pkgname=kdevelop-php
 pkgver=1.2.3
 _pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdevplatform' 'kdevelop-pg-qt')
+depends=('kdevelop-pg-qt')
 makedepends=('cmake' 'automoc4')
 replaces=('kdevelop-php-docs')
 conflicts=('kdevelop-php-docs')
-options=('!makeflags')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 
http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2;)
 sha1sums=('b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4'
@@ -28,10 +27,10 @@
 -DCMAKE_BUILD_TYPE=Release
   make
 
+  # kdevelop-php-docs
   cd ${srcdir}
   mkdir build-docs
   cd build-docs
-  # kdevelop-php-docs
   cmake ../${pkgname}-docs-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
@@ -42,6 +41,7 @@
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 
+  # kdevelop-php-docs
   cd ${srcdir}/build-docs
   make DESTDIR=${pkgdir} install
 }



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:17:04
  Author: andrea
Revision: 145872

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

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 145871, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 145871, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 14:16:33 UTC (rev 145871)
+++ extra-i686/PKGBUILD 2012-01-03 14:17:04 UTC (rev 145872)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.2.3
-_pkgver=4.2.3
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevplatform' 'kdevelop-pg-qt')
-makedepends=('cmake' 'automoc4')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-options=('!makeflags')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-
http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2;)
-sha1sums=('b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4'
-  'e399465638457fe015e920227e3aca5a53716804')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-
-  cd ${srcdir}
-  mkdir build-docs
-  cd build-docs
-  # kdevelop-php-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build-docs
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 145871, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 14:17:04 UTC (rev 145872)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-php
+pkgver=1.2.3
+_pkgver=4.2.3
+pkgrel=2
+pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop-pg-qt')
+makedepends=('cmake' 'automoc4')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2;)
+sha1sums=('b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4'
+  'e399465638457fe015e920227e3aca5a53716804')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+
+  # kdevelop-php-docs
+  cd ${srcdir}
+  mkdir build-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # kdevelop-php-docs
+  cd ${srcdir}/build-docs
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 14:16:33 UTC (rev 145871)
+++ extra-x86_64/PKGBUILD   2012-01-03 14:17:04 UTC (rev 145872)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.2.3
-_pkgver=4.2.3
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevplatform' 'kdevelop-pg-qt')
-makedepends=('cmake' 'automoc4')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-options=('!makeflags')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-
http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2;)
-sha1sums=('b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4'
-  'e399465638457fe015e920227e3aca5a53716804')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-
-  cd ${srcdir}
-  mkdir build-docs
-  cd build-docs
-  # kdevelop-php-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() 

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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:25:51
  Author: andrea
Revision: 145873

upgpkg: kdevelop 4.2.3-3

Rebuilt for signing

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 14:17:04 UTC (rev 145872)
+++ PKGBUILD2012-01-03 14:25:51 UTC (rev 145873)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:26:18
  Author: andrea
Revision: 145874

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

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/kdevelop.install   |   26 
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/kdevelop.install |   26 
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 14:25:51 UTC (rev 145873)
+++ extra-i686/PKGBUILD 2012-01-03 14:26:18 UTC (rev 145874)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevelop
-pkgver=4.2.3
-pkgrel=2
-pkgdesc=A C/C++ development environment for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
-makedepends=('cmake' 'automoc4' 'perl')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e87ae29b343df3fea9bda7d8d85ec696e57b68e4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build 
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 145873, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 14:26:18 UTC (rev 145874)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevelop
+pkgver=4.2.3
+pkgrel=3
+pkgdesc=A C/C++ development environment for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
+makedepends=('cmake' 'automoc4' 'perl')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e87ae29b343df3fea9bda7d8d85ec696e57b68e4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2012-01-03 14:25:51 UTC (rev 145873)
+++ extra-i686/kdevelop.install 2012-01-03 14:26:18 UTC (rev 145874)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime   /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 145873, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2012-01-03 14:26:18 UTC (rev 145874)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 14:25:51 UTC (rev 145873)
+++ extra-x86_64/PKGBUILD   2012-01-03 14:26:18 UTC (rev 145874)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevelop
-pkgver=4.2.3
-pkgrel=2
-pkgdesc=A C/C++ development environment for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
-makedepends=('cmake' 'automoc4' 'perl')

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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:27:13
  Author: andrea
Revision: 145875

upgpkg: libdbusmenu-qt 0.9.0-2

Rebuilt for signing; enable docs; build tests

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 14:26:18 UTC (rev 145874)
+++ PKGBUILD2012-01-03 14:27:13 UTC (rev 145875)
@@ -3,13 +3,13 @@
 
 pkgname=libdbusmenu-qt
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
 arch=('i686' 'x86_64')
 url=https://launchpad.net/libdbusmenu-qt;
 license=('GPL')
 depends=('qt')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen' 'qjson')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
 
@@ -19,8 +19,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_DOC=OFF
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:27:41
  Author: andrea
Revision: 145876

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

Added:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
(from rev 145875, libdbusmenu-qt/trunk/PKGBUILD)
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 145875, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 14:27:13 UTC (rev 145875)
+++ extra-i686/PKGBUILD 2012-01-03 14:27:41 UTC (rev 145876)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_DOC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libdbusmenu-qt/repos/extra-i686/PKGBUILD (from rev 145875, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 14:27:41 UTC (rev 145876)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 14:27:13 UTC (rev 145875)
+++ extra-x86_64/PKGBUILD   2012-01-03 14:27:41 UTC (rev 145876)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_DOC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libdbusmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 145875, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 14:27:41 UTC (rev 145876)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-03 Thread Stéphane Gaudreault
Date: Tuesday, January 3, 2012 @ 12:17:44
  Author: stephane
Revision: 145878

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

Added:
  swig/repos/extra-i686/PKGBUILD
(from rev 145877, swig/trunk/PKGBUILD)
  swig/repos/extra-x86_64/PKGBUILD
(from rev 145877, swig/trunk/PKGBUILD)
Deleted:
  swig/repos/extra-i686/PKGBUILD
  swig/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-01-03 17:17:30 UTC (rev 145877)
+++ extra-i686/PKGBUILD 2012-01-03 17:17:44 UTC (rev 145878)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 145877, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 17:17:44 UTC (rev 145878)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.4
+pkgrel=2
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 17:17:30 UTC (rev 145877)
+++ extra-x86_64/PKGBUILD   2012-01-03 17:17:44 UTC (rev 145878)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 145877, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 17:17:44 UTC (rev 145878)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.4
+pkgrel=2
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



[arch-commits] Commit in consolekit/trunk (PKGBUILD consolekit.tmpfiles.conf)

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 12:18:55
  Author: ibiru
Revision: 145879

remove /var/run, use tmpfiles support from initscripts to create /run/ConsoleKit

Added:
  consolekit/trunk/consolekit.tmpfiles.conf
Modified:
  consolekit/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 consolekit.tmpfiles.conf |1 +
 2 files changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 17:17:44 UTC (rev 145878)
+++ PKGBUILD2012-01-03 17:18:55 UTC (rev 145879)
@@ -4,7 +4,7 @@
 
 pkgname=consolekit
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
@@ -12,14 +12,15 @@
 depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
 makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
 options=(!libtool)
-source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${pkgver}.tar.bz2
-pam-foreground-compat.ck consolekit.logrotate)
+source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
 md5sums=('f2657f93761206922d558471a936fbc3'
  'a8a4de71d9b0549b8143e5f6c2a36fc7'
- '6fefa451d9fe2fc6d6269629d3529793')
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')
 
 build() {
-  cd ${srcdir}/ConsoleKit-${pkgver}
+  cd $srcdir/ConsoleKit-$pkgver
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
@@ -31,12 +32,14 @@
 }
 
 package() {
-  cd ${srcdir}/ConsoleKit-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 ${srcdir}/pam-foreground-compat.ck 
${pkgdir}/usr/lib/ConsoleKit/run-session.d/
+  cd $srcdir/ConsoleKit-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 $srcdir/pam-foreground-compat.ck 
$pkgdir/usr/lib/ConsoleKit/run-session.d/
 
   # install the logrotate config
-  install -D -m644 ${srcdir}/consolekit.logrotate 
${pkgdir}/etc/logrotate.d/consolekit
+  install -D -m644 $srcdir/consolekit.logrotate 
$pkgdir/etc/logrotate.d/consolekit
 
-#  rm -rf ${pkgdir}/var/run
+  install -D -m644 $srcdir/consolekit.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/consolekit.conf
+
+  rm -rf ${pkgdir}/var/run
 }

Added: consolekit.tmpfiles.conf
===
--- consolekit.tmpfiles.conf(rev 0)
+++ consolekit.tmpfiles.conf2012-01-03 17:18:55 UTC (rev 145879)
@@ -0,0 +1 @@
+d /run/ConsoleKit 0755 - - -



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

2012-01-03 Thread Stéphane Gaudreault
Date: Tuesday, January 3, 2012 @ 12:17:30
  Author: stephane
Revision: 145877

upgpkg: swig 2.0.4-2

signed rebuild of old pkg

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 14:27:41 UTC (rev 145876)
+++ PKGBUILD2012-01-03 17:17:30 UTC (rev 145877)
@@ -4,7 +4,7 @@
 
 pkgname=swig
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
 url=http://www.swig.org/;



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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 12:21:38
  Author: ibiru
Revision: 145880

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

Added:
  consolekit/repos/extra-i686/PKGBUILD
(from rev 145879, consolekit/trunk/PKGBUILD)
  consolekit/repos/extra-i686/consolekit.logrotate
(from rev 145879, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/extra-i686/consolekit.tmpfiles.conf
(from rev 145879, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/extra-i686/pam-foreground-compat.ck
(from rev 145879, consolekit/trunk/pam-foreground-compat.ck)
  consolekit/repos/extra-x86_64/PKGBUILD
(from rev 145879, consolekit/trunk/PKGBUILD)
  consolekit/repos/extra-x86_64/consolekit.logrotate
(from rev 145879, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/extra-x86_64/consolekit.tmpfiles.conf
(from rev 145879, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/extra-x86_64/pam-foreground-compat.ck
(from rev 145879, consolekit/trunk/pam-foreground-compat.ck)
Deleted:
  consolekit/repos/extra-i686/PKGBUILD
  consolekit/repos/extra-i686/consolekit.logrotate
  consolekit/repos/extra-i686/pam-foreground-compat.ck
  consolekit/repos/extra-x86_64/PKGBUILD
  consolekit/repos/extra-x86_64/consolekit.logrotate
  consolekit/repos/extra-x86_64/pam-foreground-compat.ck

---+
 extra-i686/PKGBUILD   |   87 
 extra-i686/consolekit.logrotate   |   10 +--
 extra-i686/consolekit.tmpfiles.conf   |1 
 extra-i686/pam-foreground-compat.ck   |   32 +--
 extra-x86_64/PKGBUILD |   87 
 extra-x86_64/consolekit.logrotate |   10 +--
 extra-x86_64/consolekit.tmpfiles.conf |1 
 extra-x86_64/pam-foreground-compat.ck |   32 +--
 8 files changed, 134 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 17:18:55 UTC (rev 145879)
+++ extra-i686/PKGBUILD 2012-01-03 17:21:38 UTC (rev 145880)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: onestep_ua ones...@ukr.net
-
-pkgname=consolekit
-pkgver=0.4.5
-pkgrel=1
-pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
-license=('GPL')
-depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
-makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${pkgver}.tar.bz2
-pam-foreground-compat.ck consolekit.logrotate)
-md5sums=('f2657f93761206922d558471a936fbc3'
- 'a8a4de71d9b0549b8143e5f6c2a36fc7'
- '6fefa451d9fe2fc6d6269629d3529793')
-
-build() {
-  cd ${srcdir}/ConsoleKit-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/ConsoleKit \
-  --with-systemdsystemunitdir=/lib/systemd/system \
-  --enable-pam-module \
-  --enable-docbook-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/ConsoleKit-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 ${srcdir}/pam-foreground-compat.ck 
${pkgdir}/usr/lib/ConsoleKit/run-session.d/
-
-  # install the logrotate config
-  install -D -m644 ${srcdir}/consolekit.logrotate 
${pkgdir}/etc/logrotate.d/consolekit
-
-#  rm -rf ${pkgdir}/var/run
-}

Copied: consolekit/repos/extra-i686/PKGBUILD (from rev 145879, 
consolekit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 17:21:38 UTC (rev 145880)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: onestep_ua ones...@ukr.net
+
+pkgname=consolekit
+pkgver=0.4.5
+pkgrel=2
+pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
+license=('GPL')
+depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
+makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
+md5sums=('f2657f93761206922d558471a936fbc3'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')
+
+build() {
+  cd $srcdir/ConsoleKit-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/ConsoleKit \
+  --with-systemdsystemunitdir=/lib/systemd/system \
+  --enable-pam-module \
+  --enable-docbook-docs
+  make
+}
+
+package() {
+  cd $srcdir/ConsoleKit-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 

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

2012-01-03 Thread Ray Rashif
Date: Tuesday, January 3, 2012 @ 13:42:19
  Author: schiv
Revision: 145881

upgpkg: hydrogen 0.9.5-2

libarchive rebuild

Added:
  hydrogen/trunk/install.patch
Modified:
  hydrogen/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 install.patch |   12 
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 17:21:38 UTC (rev 145880)
+++ PKGBUILD2012-01-03 18:42:19 UTC (rev 145881)
@@ -6,24 +6,28 @@
 
 pkgname=hydrogen
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced Drum Machine
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.hydrogen-music.org/;
 depends=('libarchive' 'liblrdf' 'qt' 'jack')
 makedepends=('scons')
-options=('!makeflags')
+#options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-lrdf_raptor2.patch)
+lrdf_raptor2.patch
+install.patch)
 md5sums=('e96f291d60e58f5d62fe616cee577dc0'
- '2124851e890f46158189b5fa90006d40')
+ '2124851e890f46158189b5fa90006d40'
+ 'ce3a83a069b55e46aa532b55e803c9a5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   export QTDIR=/usr
   patch -Np1 -i ${srcdir}/lrdf_raptor2.patch
+  # http://www.assembla.com/spaces/hydrogen/tickets/204
+  patch -Np0 -i ${srcdir}/install.patch
   scons prefix=/usr libarchive=1
 }
 

Added: install.patch
===
--- install.patch   (rev 0)
+++ install.patch   2012-01-03 18:42:19 UTC (rev 145881)
@@ -0,0 +1,12 @@
+*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
+--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
+***
+*** 298,304 
+  
+  for N in glob.glob('./data/i18n/hydrogen.*'):
+  env.Alias(target=install, source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
+-  env.Alias(target=install, source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source=./data/img))
+  
+   #add every img in ./data/img to the install list. 
+   os.path.walk(./data/img/,install_images,env) 
+--- 298,303 



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

2012-01-03 Thread Ray Rashif
Date: Tuesday, January 3, 2012 @ 13:42:57
  Author: schiv
Revision: 145882

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

Added:
  hydrogen/repos/staging-i686/
  hydrogen/repos/staging-i686/PKGBUILD
(from rev 145881, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/staging-i686/install.patch
(from rev 145881, hydrogen/trunk/install.patch)
  hydrogen/repos/staging-i686/lrdf_raptor2.patch
(from rev 145881, hydrogen/trunk/lrdf_raptor2.patch)
  hydrogen/repos/staging-x86_64/
  hydrogen/repos/staging-x86_64/PKGBUILD
(from rev 145881, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/staging-x86_64/install.patch
(from rev 145881, hydrogen/trunk/install.patch)
  hydrogen/repos/staging-x86_64/lrdf_raptor2.patch
(from rev 145881, hydrogen/trunk/lrdf_raptor2.patch)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/install.patch|   12 ++
 staging-i686/lrdf_raptor2.patch   |   11 +
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/install.patch  |   12 ++
 staging-x86_64/lrdf_raptor2.patch |   11 +
 6 files changed, 126 insertions(+)

Copied: hydrogen/repos/staging-i686/PKGBUILD (from rev 145881, 
hydrogen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-03 18:42:57 UTC (rev 145882)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=hydrogen
+pkgver=0.9.5
+pkgrel=2
+pkgdesc=Advanced Drum Machine
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.hydrogen-music.org/;
+depends=('libarchive' 'liblrdf' 'qt' 'jack')
+makedepends=('scons')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+lrdf_raptor2.patch
+install.patch)
+md5sums=('e96f291d60e58f5d62fe616cee577dc0'
+ '2124851e890f46158189b5fa90006d40'
+ 'ce3a83a069b55e46aa532b55e803c9a5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export QTDIR=/usr
+  patch -Np1 -i ${srcdir}/lrdf_raptor2.patch
+  # http://www.assembla.com/spaces/hydrogen/tickets/204
+  patch -Np0 -i ${srcdir}/install.patch
+  scons prefix=/usr libarchive=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  scons DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/staging-i686/install.patch (from rev 145881, 
hydrogen/trunk/install.patch)
===
--- staging-i686/install.patch  (rev 0)
+++ staging-i686/install.patch  2012-01-03 18:42:57 UTC (rev 145882)
@@ -0,0 +1,12 @@
+*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
+--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
+***
+*** 298,304 
+  
+  for N in glob.glob('./data/i18n/hydrogen.*'):
+  env.Alias(target=install, source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
+-  env.Alias(target=install, source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source=./data/img))
+  
+   #add every img in ./data/img to the install list. 
+   os.path.walk(./data/img/,install_images,env) 
+--- 298,303 

Copied: hydrogen/repos/staging-i686/lrdf_raptor2.patch (from rev 145881, 
hydrogen/trunk/lrdf_raptor2.patch)
===
--- staging-i686/lrdf_raptor2.patch (rev 0)
+++ staging-i686/lrdf_raptor2.patch 2012-01-03 18:42:57 UTC (rev 145882)
@@ -0,0 +1,11 @@
+diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct
+--- hydrogen-0.9.5.old/Sconstruct  2011-08-11 18:00:07.889112348 +0800
 hydrogen-0.9.5/Sconstruct  2011-08-11 18:00:34.945632437 +0800
+@@ -83,6 +83,7 @@
+   includes.append( './' )
+   includes.append( 'gui/src/' )
+   includes.append( '3rdparty/install/include' )
++  includes.append( '/usr/include/raptor2' )
+ 
+   if sys.platform == darwin:
+   ldflags.append( '-L/opt/local/lib' )

Copied: hydrogen/repos/staging-x86_64/PKGBUILD (from rev 145881, 
hydrogen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-03 18:42:57 UTC (rev 145882)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=hydrogen
+pkgver=0.9.5
+pkgrel=2
+pkgdesc=Advanced Drum Machine
+arch=('i686' 

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

2012-01-03 Thread Stéphane Gaudreault
Date: Tuesday, January 3, 2012 @ 13:47:49
  Author: stephane
Revision: 145883

upgpkg: subversion 1.7.2-2

db 5.3.15 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 18:42:57 UTC (rev 145882)
+++ PKGBUILD2012-01-03 18:47:49 UTC (rev 145883)
@@ -4,7 +4,7 @@
 
 pkgname=subversion
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -35,7 +35,7 @@
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.2 \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet
 
make external-all



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

2012-01-03 Thread Stéphane Gaudreault
Date: Tuesday, January 3, 2012 @ 13:48:03
  Author: stephane
Revision: 145884

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

Added:
  subversion/repos/staging-i686/
  subversion/repos/staging-i686/PKGBUILD
(from rev 145883, subversion/trunk/PKGBUILD)
  subversion/repos/staging-i686/subversion.rpath.fix.patch
(from rev 145883, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-i686/svn
(from rev 145883, subversion/trunk/svn)
  subversion/repos/staging-i686/svnserve
(from rev 145883, subversion/trunk/svnserve)
  subversion/repos/staging-i686/svnserve.conf
(from rev 145883, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 145883, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 145883, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 145883, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve
(from rev 145883, subversion/trunk/svnserve)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 145883, subversion/trunk/svnserve.conf)

---+
 staging-i686/PKGBUILD |   76 
 staging-i686/subversion.rpath.fix.patch   |   10 +++
 staging-i686/svn  |   11 
 staging-i686/svnserve |   42 +++
 staging-i686/svnserve.conf|7 ++
 staging-x86_64/PKGBUILD   |   76 
 staging-x86_64/subversion.rpath.fix.patch |   10 +++
 staging-x86_64/svn|   11 
 staging-x86_64/svnserve   |   42 +++
 staging-x86_64/svnserve.conf  |7 ++
 10 files changed, 292 insertions(+)

Copied: subversion/repos/staging-i686/PKGBUILD (from rev 145883, 
subversion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-03 18:48:03 UTC (rev 145884)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.2
+pkgrel=2
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite3' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'ruby: for some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve svn svnserve.conf subversion.rpath.fix.patch)
+sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
+  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   patch -p0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet
+
+   make external-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
+}
+
+#check() {
+#   cd ${srcdir}/${pkgname}-${pkgver}
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
+#}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
+   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
+ swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
+ install install-swig-py install-swig-pl install-javahl # install-swig-rb
+
+   install -d ${pkgdir}/usr/share/subversion
+   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
+   rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
+
+   rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
+   rm -rf 

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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:05:01
  Author: giovanni
Revision: 145885

upgpkg: mkvtoolnix 5.2.1-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 18:48:03 UTC (rev 145884)
+++ PKGBUILD2012-01-03 19:05:01 UTC (rev 145885)
@@ -4,15 +4,15 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('53445217c42736d5932082e5596c20d4')
+md5sums=('d4942dc6427935838e914b8b7b83021a')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:05:26
  Author: giovanni
Revision: 145886

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

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

-+
 extra-i686/PKGBUILD |  168 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  168 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

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

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 145885, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 19:05:26 UTC (rev 145886)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('d4942dc6427935838e914b8b7b83021a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e 

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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 14:44:54
  Author: ibiru
Revision: 145887

add glade catalog

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 19:05:26 UTC (rev 145886)
+++ PKGBUILD2012-01-03 19:44:54 UTC (rev 145887)
@@ -4,25 +4,26 @@
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'glade')
 options=('!libtool')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
 sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
 
 build() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
+  cd $srcdir/$_pkgbasename-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
   make
 }
 
 package() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 14:46:57
  Author: ibiru
Revision: 145888

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 19:44:54 UTC (rev 145887)
+++ extra-i686/PKGBUILD 2012-01-03 19:46:57 UTC (rev 145888)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
-sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
-
-build() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 145887, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 19:46:57 UTC (rev 145888)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.2.3
+pkgrel=2
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
+
+build() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-03 19:44:54 UTC (rev 145887)
+++ extra-x86_64/PKGBUILD   2012-01-03 19:46:57 UTC (rev 145888)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
-sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
-
-build() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/$_pkgbasename-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 145887, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-03 19:46:57 UTC (rev 145888)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.2.3
+pkgrel=2
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
+
+build() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}

[arch-commits] Commit in tcpdump/trunk (PKGBUILD ppi.h)

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:56:44
  Author: giovanni
Revision: 145889

upgpkg: tcpdump 4.2.1-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD
Deleted:
  tcpdump/trunk/ppi.h

--+
 PKGBUILD |   13 -
 ppi.h|8 
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 19:46:57 UTC (rev 145888)
+++ PKGBUILD2012-01-03 19:56:44 UTC (rev 145889)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=tcpdump
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc=A tool for network monitoring and data acquisition
 arch=('i686' 'x86_64')
@@ -11,17 +11,12 @@
 license=('BSD')
 depends=('libpcap' 'openssl')
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch'
-'ppi.h')
-md5sums=('0296d4c487c3a156879783643704bd39'
- 'b45c978dff8193ff5529d3566e7dbfa3'
- 'd898c868bb730e14dbd2afd1ad883b87')
+'tcpdump_duplicate_executable.patch')
+md5sums=('c202878c6db054767b52651041b9e60e'
+ 'b45c978dff8193ff5529d3566e7dbfa3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Add missing header file
-  cp ${srcdir}/ppi.h .
 
   # do not install tcpdump-4.1.1 executable (FS#23346)
   patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch

Deleted: ppi.h
===
--- ppi.h   2012-01-03 19:46:57 UTC (rev 145888)
+++ ppi.h   2012-01-03 19:56:44 UTC (rev 145889)
@@ -1,8 +0,0 @@
-typedef struct ppi_header {
-uint8_t ppi_ver;
-uint8_t ppi_flags;
-uint16_t ppi_len;
-uint32_t ppi_dlt;
-} ppi_header_t;
-
-#define PPI_HDRLEN 8



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

2012-01-03 Thread Giovanni Scafora
Date: Tuesday, January 3, 2012 @ 14:57:08
  Author: giovanni
Revision: 145890

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 145889, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 145889, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 145889, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 145889, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/ppi.h
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/ppi.h
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 extra-i686/PKGBUILD |   77 ++
 extra-i686/ppi.h|8 --
 extra-i686/tcpdump_duplicate_executable.patch   |   20 ++---
 extra-x86_64/PKGBUILD   |   77 ++
 extra-x86_64/ppi.h  |8 --
 extra-x86_64/tcpdump_duplicate_executable.patch |   20 ++---
 6 files changed, 92 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 19:56:44 UTC (rev 145889)
+++ extra-i686/PKGBUILD 2012-01-03 19:57:08 UTC (rev 145890)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=tcpdump
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=A tool for network monitoring and data acquisition
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch'
-'ppi.h')
-md5sums=('0296d4c487c3a156879783643704bd39'
- 'b45c978dff8193ff5529d3566e7dbfa3'
- 'd898c868bb730e14dbd2afd1ad883b87')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Add missing header file
-  cp ${srcdir}/ppi.h .
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
-
-  ./configure --prefix=/usr \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #install the license
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 145889, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 19:57:08 UTC (rev 145890)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=tcpdump
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=A tool for network monitoring and data acquisition
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
+'tcpdump_duplicate_executable.patch')
+md5sums=('c202878c6db054767b52651041b9e60e'
+ 'b45c978dff8193ff5529d3566e7dbfa3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+
+  ./configure --prefix=/usr \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #install the license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/ppi.h
===
--- extra-i686/ppi.h2012-01-03 19:56:44 UTC (rev 145889)
+++ extra-i686/ppi.h2012-01-03 19:57:08 UTC (rev 145890)
@@ -1,8 +0,0 @@
-typedef struct ppi_header {
-uint8_t ppi_ver;
-uint8_t ppi_flags;
-uint16_t ppi_len;
-uint32_t ppi_dlt;
-} ppi_header_t;
-
-#define PPI_HDRLEN 8

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2012-01-03 19:56:44 UTC 
(rev 145889)
+++ extra-i686/tcpdump_duplicate_executable.patch   2012-01-03 19:57:08 UTC 
(rev 145890)
@@ -1,10 +0,0 @@
 a/Makefile.in  2011-07-24 22:58:55.0 +0200
-+++ b/Makefile.in  2011-12-05 12:59:23.0 +0100
-@@ -399,7 +399,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) 

[arch-commits] Commit in memtest86+/trunk (memtest86+.install)

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 15:31:43
  Author: eric
Revision: 145891

Fix typos and improve .install file message (close FS#27810)

Modified:
  memtest86+/trunk/memtest86+.install

+
 memtest86+.install |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: memtest86+.install
===
--- memtest86+.install  2012-01-03 19:57:08 UTC (rev 145890)
+++ memtest86+.install  2012-01-03 20:31:43 UTC (rev 145891)
@@ -1,18 +1,18 @@
 post_install() {
 cat  EOF
-For using memtest86+ please modifiy your bootloaders.
+For using memtest86+, please modify your bootloaders.
 
 If /boot is on root partitions:
-== GRUB add this to /boot/grub/menu.lst
+== GRUB: add this to /boot/grub/menu.lst
 title  Memtest86+  [/boot/memtest86+/memtest.bin]
 kernel (hd?,?)/boot/memtest86+/memtest.bin
 
-== Lilo add this to lilo.conf
+== Lilo: add this to lilo.conf
 image  = /boot/memtest86+/memtest.bin
 label  = Memtest86+
 
-If /boot is on seperate partition then just use /memtest86+/memtest.bin
-without /boot prefix.
+If /boot is on a separate partition, then just use /memtest86+/memtest.bin
+without the /boot prefix.
 EOF
 }
 



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

2012-01-03 Thread Florian Pritz
Date: Tuesday, January 3, 2012 @ 16:11:59
  Author: bluewind
Revision: 145892

upgpkg: perl 5.14.2-6

rebuild for db 5.3.15-1

Modified:
  perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 20:31:43 UTC (rev 145891)
+++ PKGBUILD2012-01-03 21:11:59 UTC (rev 145892)
@@ -5,7 +5,7 @@
 # Contributor: francois francois.archlinux.org 
 pkgname=perl
 pkgver=5.14.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -19,7 +19,7 @@
 provides.pl
 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
 install=perl.install
-options=('!makeflags' '!purge')
+options=('makeflags' '!purge')
 md5sums=('04a4c5d3c1f9f19d77daff8e8cd19a26'
  '5ed2542fdb9a60682f215bd33701e61a'
  '1f0cbbee783e8a6d32f01be5118e0d5e'
@@ -57,7 +57,8 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make test
+  TEST_JOBS=$(echo $MAKEFLAGS | sed 's/.*-j\([0-9][0-9]*\).*/\1/') make 
test_harness
+#  make test
 }
 
 package() {



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

2012-01-03 Thread Florian Pritz
Date: Tuesday, January 3, 2012 @ 16:13:07
  Author: bluewind
Revision: 145893

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

Added:
  perl/repos/staging-i686/
  
perl/repos/staging-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 145892, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/staging-i686/ChangeLog
(from rev 145892, perl/trunk/ChangeLog)
  perl/repos/staging-i686/PKGBUILD
(from rev 145892, perl/trunk/PKGBUILD)
  perl/repos/staging-i686/fix-h2ph-and-tests.patch
(from rev 145892, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/staging-i686/perl.install
(from rev 145892, perl/trunk/perl.install)
  perl/repos/staging-i686/perlbin.csh
(from rev 145892, perl/trunk/perlbin.csh)
  perl/repos/staging-i686/perlbin.sh
(from rev 145892, perl/trunk/perlbin.sh)
  perl/repos/staging-i686/provides.pl
(from rev 145892, perl/trunk/provides.pl)
  perl/repos/staging-x86_64/
  
perl/repos/staging-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 145892, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/staging-x86_64/ChangeLog
(from rev 145892, perl/trunk/ChangeLog)
  perl/repos/staging-x86_64/PKGBUILD
(from rev 145892, perl/trunk/PKGBUILD)
  perl/repos/staging-x86_64/fix-h2ph-and-tests.patch
(from rev 145892, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/staging-x86_64/perl.install
(from rev 145892, perl/trunk/perl.install)
  perl/repos/staging-x86_64/perlbin.csh
(from rev 145892, perl/trunk/perlbin.csh)
  perl/repos/staging-x86_64/perlbin.sh
(from rev 145892, perl/trunk/perlbin.sh)
  perl/repos/staging-x86_64/provides.pl
(from rev 145892, perl/trunk/provides.pl)

+
 staging-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch   
|   83 ++
 staging-i686/ChangeLog 
|   66 ++
 staging-i686/PKGBUILD  
|  117 
 staging-i686/fix-h2ph-and-tests.patch  
|  104 +++
 staging-i686/perl.install  
|   10 
 staging-i686/perlbin.csh   
|   15 
 staging-i686/perlbin.sh
|   18 
 staging-i686/provides.pl   
|  286 ++
 staging-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch 
|   83 ++
 staging-x86_64/ChangeLog   
|   66 ++
 staging-x86_64/PKGBUILD
|  117 
 staging-x86_64/fix-h2ph-and-tests.patch
|  104 +++
 staging-x86_64/perl.install
|   10 
 staging-x86_64/perlbin.csh 
|   15 
 staging-x86_64/perlbin.sh  
|   18 
 staging-x86_64/provides.pl 
|  286 ++
 16 files changed, 1398 insertions(+)

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


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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:16:05
  Author: thomas
Revision: 145894

upgpkg: libpcap 1.2.1-1: upstream update

Modified:
  libpcap/trunk/PKGBUILD
Deleted:
  libpcap/trunk/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
  libpcap/trunk/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch

+
 Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch |  344 ---
 Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch |  159 -
 PKGBUILD   |   17 
 3 files changed, 7 insertions(+), 513 deletions(-)

Deleted: Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
===
--- Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch  2012-01-03 
21:13:07 UTC (rev 145893)
+++ Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch  2012-01-03 
21:16:05 UTC (rev 145894)
@@ -1,344 +0,0 @@
-From bc937fc4ff6715e9bee939041fa02be0755d7d58 Mon Sep 17 00:00:00 2001
-From: Guy Harris g...@alum.mit.edu
-Date: Sat, 13 Nov 2010 17:42:47 -0800
-Subject: [PATCH] Add support for libnl 2.x, adapted from a newer version of 
the iw command.
-

- config.h.in  |3 ++
- configure|  108 +++---
- configure.in |   40 ++
- pcap-linux.c |   58 ---
- 4 files changed, 184 insertions(+), 25 deletions(-)
-
-diff --git a/config.h.in b/config.h.in
-index f988e8f..3b9ce3c 100644
 a/config.h.in
-+++ b/config.h.in
-@@ -52,6 +52,9 @@
- /* if libnl exists */
- #undef HAVE_LIBNL
- 
-+/* if libnl exists and is version 2.x */
-+#undef HAVE_LIBNL_2_x
-+
- /* Define to 1 if you have the limits.h header file. */
- #undef HAVE_LIMITS_H
- 
-diff --git a/configure b/configure
-index c99c1ab..7338dee 100755
 a/configure
-+++ b/configure
-@@ -7340,7 +7340,93 @@ fi
- 
- 
-   if test x$with_libnl != xno ; then
--  { echo $as_me:$LINENO: checking for nl_handle_alloc in -lnl 
5
-+  #
-+  # Try libnl 2.x first.
-+  #
-+  { echo $as_me:$LINENO: checking for nl_socket_alloc in -lnl 
5
-+echo $ECHO_N checking for nl_socket_alloc in -lnl... $ECHO_C 6; }
-+if test ${ac_cv_lib_nl_nl_socket_alloc+set} = set; then
-+  echo $ECHO_N (cached) $ECHO_C 6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS=-lnl  $LIBS
-+cat conftest.$ac_ext _ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h conftest.$ac_ext
-+cat conftest.$ac_ext _ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern C
-+#endif
-+char nl_socket_alloc ();
-+int
-+main ()
-+{
-+return nl_socket_alloc ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try=$ac_link
-+case (($ac_try in
-+  *\* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval echo \\$as_me:$LINENO: $ac_try_echo\) 5
-+  (eval $ac_link) 2conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err 5
-+  echo $as_me:$LINENO: \$? = $ac_status 5
-+  (exit $ac_status); }  {
-+   test -z $ac_c_werror_flag ||
-+   test ! -s conftest.err
-+   }  test -s conftest$ac_exeext 
-+   $as_test_x conftest$ac_exeext; then
-+  ac_cv_lib_nl_nl_socket_alloc=yes
-+else
-+  echo $as_me: failed program was: 5
-+sed 's/^/| /' conftest.$ac_ext 5
-+
-+  ac_cv_lib_nl_nl_socket_alloc=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+  conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+{ echo $as_me:$LINENO: result: $ac_cv_lib_nl_nl_socket_alloc 5
-+echo ${ECHO_T}$ac_cv_lib_nl_nl_socket_alloc 6; }
-+if test $ac_cv_lib_nl_nl_socket_alloc = yes; then
-+
-+  #
-+  # Yes, we have libnl 2.x.
-+  #
-+  LIBS=-lnl-genl -lnl $LIBS
-+
-+cat confdefs.h \_ACEOF
-+#define HAVE_LIBNL 1
-+_ACEOF
-+
-+
-+cat confdefs.h \_ACEOF
-+#define HAVE_LIBNL_2_x 1
-+_ACEOF
-+
-+
-+else
-+
-+  #
-+  # No, we don't; do we have libnl 1.x?
-+  #
-+  { echo $as_me:$LINENO: checking for nl_handle_alloc in 
-lnl 5
- echo $ECHO_N checking for nl_handle_alloc in -lnl... $ECHO_C 6; }
- if test ${ac_cv_lib_nl_nl_handle_alloc+set} = set; then
-   echo $ECHO_N (cached) $ECHO_C 6
-@@ -7402,18 +7488,30 @@ fi
- { echo $as_me:$LINENO: result: $ac_cv_lib_nl_nl_handle_alloc 5
- echo ${ECHO_T}$ac_cv_lib_nl_nl_handle_alloc 6; }
- if test $ac_cv_lib_nl_nl_handle_alloc = yes; then
--  LIBS=-lnl $LIBS
-+
-+  #
-+  

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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:16:20
  Author: thomas
Revision: 145895

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

Added:
  libpcap/repos/testing-i686/
  libpcap/repos/testing-i686/PKGBUILD
(from rev 145894, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-x86_64/
  libpcap/repos/testing-x86_64/PKGBUILD
(from rev 145894, libpcap/trunk/PKGBUILD)

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

Copied: libpcap/repos/testing-i686/PKGBUILD (from rev 145894, 
libpcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-03 21:16:20 UTC (rev 145895)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz
+http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz.sig)
+sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
+'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  # remove static library
+  rm -rf ${pkgdir}/usr/lib/libpcap.a
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  #install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libpcap/repos/testing-x86_64/PKGBUILD (from rev 145894, 
libpcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-03 21:16:20 UTC (rev 145895)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz
+http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz.sig)
+sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
+'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  # remove static library
+  rm -rf ${pkgdir}/usr/lib/libpcap.a
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  #install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:19:31
  Author: thomas
Revision: 145896

upgpkg: cryptsetup 1.4.1-1: upstream update

Modified:
  cryptsetup/trunk/PKGBUILD
Deleted:
  
cryptsetup/trunk/cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch

-+
 PKGBUILD|   15 -
 cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch |   94 
--
 2 files changed, 7 insertions(+), 102 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 21:16:20 UTC (rev 145895)
+++ PKGBUILD2012-01-03 21:19:31 UTC (rev 145896)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=cryptsetup
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,16 +12,15 @@
 conflicts=('mkinitcpio0.7')
 options=('!libtool' '!emptydirs')
 source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
 encrypt_hook
-   encrypt_install
-   cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch)
-sha256sums=('96d682853c8019cfeae0b21250cd2d00af42e46251807e8dbda2ff8427c2e9ed'
+encrypt_install)
+sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
+'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
 '811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
-'d4380195351b70abf8fcb3cd19461879c55a7a07e4915d1f0365b295b112a573'
-'6fa1d3172014ba3ba96f7a67acbcae7f26b24a61abb84b3917f526a54f81dd87')
+'d4380195351b70abf8fcb3cd19461879c55a7a07e4915d1f0365b295b112a573')
 build() {
   cd ${srcdir}/$pkgname-${pkgver}
-  patch -p0 -i 
${srcdir}/cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch
   ./configure --prefix=/usr --disable-static --sbindir=/sbin --libdir=/lib
   make
 }

Deleted: cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch
===
--- cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch 
2012-01-03 21:16:20 UTC (rev 145895)
+++ cryptsetup-fix-crypt_get_volume_key_size-for-plain-device.patch 
2012-01-03 21:19:31 UTC (rev 145896)
@@ -1,94 +0,0 @@
-Index: ChangeLog
-===
 ChangeLog  (Revision 664)
-+++ ChangeLog  (Revision 665)
-@@ -1,3 +1,6 @@
-+2011-10-27  Milan Broz  mb...@redhat.com
-+  * Fix crypt_get_volume_key_size() for plain device.
-+
- 2011-10-25  Milan Broz  mb...@redhat.com
-   * Print informative message in isLuks only in verbose mode.
-   * Version 1.4.0.
-Index: tests/api-test.c
-===
 tests/api-test.c   (Revision 664)
-+++ tests/api-test.c   (Revision 665)
-@@ -660,6 +660,11 @@
- 
-   FAIL_(crypt_init_by_name_and_header(cd, CDEVICE_1, H_DEVICE),can't 
init plain device by header device);
-   OK_(crypt_init_by_name(cd, CDEVICE_1));
-+  OK_(strcmp(cipher_mode,crypt_get_cipher_mode(cd)));
-+  OK_(strcmp(cipher,crypt_get_cipher(cd)));
-+  EQ_((int)key_size, crypt_get_volume_key_size(cd));
-+  EQ_(params.skip, crypt_get_iv_offset(cd));
-+  EQ_(params.offset, crypt_get_data_offset(cd));
-   OK_(crypt_deactivate(cd, CDEVICE_1));
-   crypt_free(cd);
- 
-Index: lib/setup.c
-===
 lib/setup.c(Revision 664)
-+++ lib/setup.c(Revision 665)
-@@ -56,6 +56,7 @@
-   char *plain_cipher;
-   char *plain_cipher_mode;
-   char *plain_uuid;
-+  unsigned int plain_key_size;
- 
-   /* used in CRYPT_LOOPAES */
-   struct crypt_params_loopaes loopaes_hdr;
-@@ -677,6 +678,7 @@
-   (*cd)-plain_hdr.hash = NULL; /* no way to get this */
-   (*cd)-plain_hdr.offset = dmd.offset;
-   (*cd)-plain_hdr.skip = dmd.iv_offset;
-+  (*cd)-plain_key_size = dmd.vk-keylength;
- 
-   r = crypt_parse_name_and_mode(dmd.cipher, cipher, NULL, 
cipher_mode);
-   if (!r) {
-@@ -754,6 +756,7 @@
-   return -EINVAL;
-   }
- 
-+  cd-plain_key_size = volume_key_size;
-   cd-volume_key = crypt_alloc_volume_key(volume_key_size, NULL);
-   if (!cd-volume_key)
-   return -ENOMEM;
-@@ -1516,7 +1519,7 @@
-   }
- 
-   r = process_key(cd, cd-plain_hdr.hash,
--  cd-volume_key-keylength,
-+  cd-plain_key_size,
-   passphrase, passphrase_size, vk);
-   if (r  0)
-   

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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:19:51
  Author: thomas
Revision: 145897

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 145896, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 145896, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 145896, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 145896, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 145896, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 145896, cryptsetup/trunk/encrypt_install)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/encrypt_hook  |  148 +++
 testing-i686/encrypt_install   |   26 ++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/encrypt_hook|  148 +++
 testing-x86_64/encrypt_install |   26 ++
 6 files changed, 422 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 145896, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-03 21:19:51 UTC (rev 145897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt')
+conflicts=('mkinitcpio0.7')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+sha256sums=('82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb'
+'71c6506d4b6d0b22b9b6c2a68e604959e4c072af04680ed6acc0126c97bdbc88'
+'811bbea1337106ad811731c746d73ee81039bad00aef52398e3a377ad0766757'
+'d4380195351b70abf8fcb3cd19461879c55a7a07e4915d1f0365b295b112a573')
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static --sbindir=/sbin --libdir=/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/lib/initcpio/install/encrypt
+  # Fix pkgconfig location
+  install -d -m755 ${pkgdir}/usr/lib
+  mv ${pkgdir}/lib/pkgconfig ${pkgdir}/usr/lib/
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 145896, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2012-01-03 21:19:51 UTC (rev 145897)
@@ -0,0 +1,148 @@
+# vim: set ft=sh:
+# TODO this one needs some work to work with lots of different
+#   encryption schemes
+run_hook ()
+{
+/sbin/modprobe -a -q dm-crypt /dev/null 21
+if [ -e /sys/class/misc/device-mapper ]; then
+if [ ! -e /dev/mapper/control ]; then
+mkdir /dev/mapper
+mknod /dev/mapper/control c $(cat 
/sys/class/misc/device-mapper/dev | sed 's|:| |')
+fi
+[ ${quiet} = y ]  CSQUIET=/dev/null
+
+# Get keyfile if specified
+ckeyfile=/crypto_keyfile.bin
+if [ x${cryptkey} != x ]; then
+ckdev=$(echo ${cryptkey} | cut -d: -f1)
+ckarg1=$(echo ${cryptkey} | cut -d: -f2)
+ckarg2=$(echo ${cryptkey} | cut -d: -f3)
+if poll_device ${ckdev} ${rootdelay}; then
+case ${ckarg1} in
+*[!0-9]*)
+# Use a file on the device
+# ckarg1 is not numeric: ckarg1=filesystem, ckarg2=path
+mkdir /ckey
+mount -r -t ${ckarg1} ${ckdev} /ckey
+dd if=/ckey/${ckarg2} of=${ckeyfile} /dev/null 21
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if=${ckdev} of=${ckeyfile} bs=1 skip=${ckarg1} 
count=${ckarg2} /dev/null 21
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ]  echo Keyfile could not be opened. 
Reverting to passphrase.
+fi
+
+if [ 

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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:22:46
  Author: thomas
Revision: 145898

upgpkg: microcode_ctl 1.17.2010-1: microcode update from intel

Modified:
  microcode_ctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 21:19:51 UTC (rev 145897)
+++ PKGBUILD2012-01-03 21:22:46 UTC (rev 145898)
@@ -6,7 +6,7 @@
 # Version of the update tool
 _toolver=1.17
 # Version of the microcode image
-_microcodever=20110915
+_microcodever=2010
 pkgver=${_toolver}.${_microcodever}
 pkgrel=1
 pkgdesc=A companion to the IA32 microcode kernel driver
@@ -15,10 +15,10 @@
 license=('GPL')
 install=microcode.install
 source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
-
http://downloadmirror.intel.com/20429/eng/microcode-${_microcodever}.tgz
+
http://downloadmirror.intel.com/20728/eng/microcode-${_microcodever}.tgz
 microcode)
 md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
- 'd2953dd1655c001b36033e0fa6257064'
+ 'ba288eb9490986513e59c5a035c93a65'
  '483c198659b8d716bdfbf05a57182394')
 
 build() {



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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:23:13
  Author: thomas
Revision: 145899

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

Added:
  microcode_ctl/repos/extra-i686/PKGBUILD
(from rev 145898, microcode_ctl/trunk/PKGBUILD)
  microcode_ctl/repos/extra-i686/microcode
(from rev 145898, microcode_ctl/trunk/microcode)
  microcode_ctl/repos/extra-i686/microcode.install
(from rev 145898, microcode_ctl/trunk/microcode.install)
  microcode_ctl/repos/extra-i686/microcode.rules
(from rev 145898, microcode_ctl/trunk/microcode.rules)
  microcode_ctl/repos/extra-x86_64/PKGBUILD
(from rev 145898, microcode_ctl/trunk/PKGBUILD)
  microcode_ctl/repos/extra-x86_64/microcode
(from rev 145898, microcode_ctl/trunk/microcode)
  microcode_ctl/repos/extra-x86_64/microcode.install
(from rev 145898, microcode_ctl/trunk/microcode.install)
  microcode_ctl/repos/extra-x86_64/microcode.rules
(from rev 145898, microcode_ctl/trunk/microcode.rules)
Deleted:
  microcode_ctl/repos/extra-i686/PKGBUILD
  microcode_ctl/repos/extra-i686/microcode
  microcode_ctl/repos/extra-i686/microcode.install
  microcode_ctl/repos/extra-i686/microcode.rules
  microcode_ctl/repos/extra-x86_64/PKGBUILD
  microcode_ctl/repos/extra-x86_64/microcode
  microcode_ctl/repos/extra-x86_64/microcode.install
  microcode_ctl/repos/extra-x86_64/microcode.rules

+
 extra-i686/PKGBUILD|   78 +--
 extra-i686/microcode   |  112 +++
 extra-i686/microcode.install   |   22 +++
 extra-i686/microcode.rules |2 
 extra-x86_64/PKGBUILD  |   78 +--
 extra-x86_64/microcode |  112 +++
 extra-x86_64/microcode.install |   22 +++
 extra-x86_64/microcode.rules   |2 
 8 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 21:22:46 UTC (rev 145898)
+++ extra-i686/PKGBUILD 2012-01-03 21:23:13 UTC (rev 145899)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=microcode_ctl
-# Version of the update tool
-_toolver=1.17
-# Version of the microcode image
-_microcodever=20110915
-pkgver=${_toolver}.${_microcodever}
-pkgrel=1
-pkgdesc=A companion to the IA32 microcode kernel driver
-arch=('i686' 'x86_64')
-url=http://www.urbanmyth.org/microcode;
-license=('GPL')
-install=microcode.install
-source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
-
http://downloadmirror.intel.com/20429/eng/microcode-${_microcodever}.tgz
-microcode)
-md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
- 'd2953dd1655c001b36033e0fa6257064'
- '483c198659b8d716bdfbf05a57182394')
-
-build() {
-  cd $srcdir/$pkgname-${_toolver}
-  make all
-}
-
-package() {
-  cd $srcdir/$pkgname-${_toolver}
-  make DESTDIR=$pkgdir \
-   PREFIX=/usr \
-   RCFILETO=/etc/rc.d \
-   RCFILE=../microcode \
-   RCFILEFINAL=microcode \
-   MANDIR=/usr/share/man/man8 \
-   install
-  install -D -m644 ../microcode.dat $pkgdir/etc/microcode.dat
-}

Copied: microcode_ctl/repos/extra-i686/PKGBUILD (from rev 145898, 
microcode_ctl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 21:23:13 UTC (rev 145899)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=microcode_ctl
+# Version of the update tool
+_toolver=1.17
+# Version of the microcode image
+_microcodever=2010
+pkgver=${_toolver}.${_microcodever}
+pkgrel=1
+pkgdesc=A companion to the IA32 microcode kernel driver
+arch=('i686' 'x86_64')
+url=http://www.urbanmyth.org/microcode;
+license=('GPL')
+install=microcode.install
+source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
+
http://downloadmirror.intel.com/20728/eng/microcode-${_microcodever}.tgz
+microcode)
+md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
+ 'ba288eb9490986513e59c5a035c93a65'
+ '483c198659b8d716bdfbf05a57182394')
+
+build() {
+  cd $srcdir/$pkgname-${_toolver}
+  make all
+}
+
+package() {
+  cd $srcdir/$pkgname-${_toolver}
+  make DESTDIR=$pkgdir \
+   PREFIX=/usr \
+   RCFILETO=/etc/rc.d \
+   RCFILE=../microcode \
+   RCFILEFINAL=microcode \
+   MANDIR=/usr/share/man/man8 \
+   install
+  install -D -m644 ../microcode.dat $pkgdir/etc/microcode.dat
+}

Deleted: extra-i686/microcode
===
--- extra-i686/microcode2012-01-03 21:22:46 UTC (rev 145898)
+++ extra-i686/microcode2012-01-03 21:23:13 UTC (rev 145899)
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-. 

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

2012-01-03 Thread Ionut Biru
Date: Tuesday, January 3, 2012 @ 16:24:33
  Author: ibiru
Revision: 145900

fix misspelling FS#27811

Modified:
  linux/trunk/linux.install

---+
 linux.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: linux.install
===
--- linux.install   2012-01-03 21:23:13 UTC (rev 145899)
+++ linux.install   2012-01-03 21:24:33 UTC (rev 145900)
@@ -46,7 +46,7 @@
 
   if grep ^[^#]*[[:space:]]/boot etc/fstab 21 /dev/null; then
 if ! grep [[:space:]]/boot etc/mtab 21 /dev/null; then
-  echo WARNING: /boot appears to be a seperate partition but is not 
mounted.
+  echo WARNING: /boot appears to be a separate partition but is not 
mounted.
   echo  You probably just broke your system. Congratulations.
 fi
   fi



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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:27:06
  Author: thomas
Revision: 145901

upgpkg: openvpn 2.2.2-1: upstream update

Modified:
  openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 21:24:33 UTC (rev 145900)
+++ PKGBUILD2012-01-03 21:27:06 UTC (rev 145901)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=openvpn
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
 arch=(i686 x86_64)
@@ -13,10 +13,12 @@
 usr/share/openvpn/easy-rsa/openssl-1.0.0.cnf
 etc/conf.d/openvpn-tapdev)
 source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
 openvpn.rc
 openvpn-tapdev.rc
 openvpn-tapdev.conf)
-md5sums=('500bee5449b29906150569aaf2eb2730'
+md5sums=('c5181e27b7945fa6276d21873329c5c7'
+ '81ff11ec8cd9fc3c8bc646aae24c4298'
  'a3809b9727f0c2af2d0770f5c7442db2'
  'd2c48e970088d679dd3c2afd914ff731'
  '722f483c9e3ce2ec66d3301aaf7cf3d5')



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

2012-01-03 Thread Thomas Bächler
Date: Tuesday, January 3, 2012 @ 16:27:30
  Author: thomas
Revision: 145902

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 145901, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/openvpn-tapdev.conf
(from rev 145901, openvpn/trunk/openvpn-tapdev.conf)
  openvpn/repos/testing-i686/openvpn-tapdev.rc
(from rev 145901, openvpn/trunk/openvpn-tapdev.rc)
  openvpn/repos/testing-i686/openvpn.rc
(from rev 145901, openvpn/trunk/openvpn.rc)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 145901, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn-tapdev.conf
(from rev 145901, openvpn/trunk/openvpn-tapdev.conf)
  openvpn/repos/testing-x86_64/openvpn-tapdev.rc
(from rev 145901, openvpn/trunk/openvpn-tapdev.rc)
  openvpn/repos/testing-x86_64/openvpn.rc
(from rev 145901, openvpn/trunk/openvpn.rc)

+
 testing-i686/PKGBUILD  |   72 +++
 testing-i686/openvpn-tapdev.conf   |   12 +
 testing-i686/openvpn-tapdev.rc |   40 +++
 testing-i686/openvpn.rc|   43 
 testing-x86_64/PKGBUILD|   72 +++
 testing-x86_64/openvpn-tapdev.conf |   12 +
 testing-x86_64/openvpn-tapdev.rc   |   40 +++
 testing-x86_64/openvpn.rc  |   43 
 8 files changed, 334 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 145901, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-03 21:27:30 UTC (rev 145902)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=openvpn
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
+arch=(i686 x86_64)
+url=http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo2' 'iproute2')
+license=('custom')
+backup=(usr/share/openvpn/easy-rsa/vars
+usr/share/openvpn/easy-rsa/openssl-1.0.0.cnf
+etc/conf.d/openvpn-tapdev)
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
+openvpn.rc
+openvpn-tapdev.rc
+openvpn-tapdev.conf)
+md5sums=('c5181e27b7945fa6276d21873329c5c7'
+ '81ff11ec8cd9fc3c8bc646aae24c4298'
+ 'a3809b9727f0c2af2d0770f5c7442db2'
+ 'd2c48e970088d679dd3c2afd914ff731'
+ '722f483c9e3ce2ec66d3301aaf7cf3d5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # Build openvpn
+  CFLAGS=$CFLAGS -DPLUGIN_LIBDIR=\\\/usr/lib/openvpn\\\ ./configure \
+--prefix=/usr \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2
+  make
+
+  # Build plugins
+  for plug in auth-pam down-root; do
+cd $srcdir/$pkgname-$pkgver/plugin/$plug
+make
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  # Install openvpn
+  make DESTDIR=$pkgdir install
+  install -d -m755 $pkgdir/etc/openvpn
+  # Install examples
+  install -d -m755 $pkgdir/usr/share/openvpn
+  cp -r sample-config-files $pkgdir/usr/share/openvpn/examples
+  find $pkgdir/usr/share/openvpn -type f -exec chmod 644 {} \;
+  find $pkgdir/usr/share/openvpn -type d -exec chmod 755 {} \;
+  # Install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  # Install plugins
+  for plug in auth-pam down-root; do
+cd $srcdir/$pkgname-$pkgver/plugin/$plug
+install -D -m755 openvpn-$plug.so $pkgdir/usr/lib/openvpn/openvpn-$plug.so
+cd -
+  done
+  # Install contrib
+  install -d -m755 $pkgdir/usr/share/openvpn/contrib
+  cp -r contrib $pkgdir/usr/share/openvpn
+  # Install easy-rsa
+  cd $srcdir/$pkgname-$pkgver
+  make -C easy-rsa/2.0 install DESTDIR=$pkgdir 
PREFIX=usr/share/openvpn/easy-rsa
+  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
+  # Install rc scripts
+  install -D -m755 $srcdir/openvpn.rc $pkgdir/etc/rc.d/openvpn
+  install -D -m755 $srcdir/openvpn-tapdev.rc $pkgdir/etc/rc.d/openvpn-tapdev
+  install -D -m644 $srcdir/openvpn-tapdev.conf 
$pkgdir/etc/conf.d/openvpn-tapdev
+}

Copied: openvpn/repos/testing-i686/openvpn-tapdev.conf (from rev 145901, 
openvpn/trunk/openvpn-tapdev.conf)
===
--- testing-i686/openvpn-tapdev.conf(rev 0)
+++ testing-i686/openvpn-tapdev.conf2012-01-03 21:27:30 UTC (rev 145902)
@@ -0,0 +1,12 @@
+#
+# /etc/conf.d/openvpn-tapdev
+#
+# Place openvpn-tapdev before network into your DAEMONS array
+# This will create permanent tap devices which you can use for bridging
+#
+# Example:
+# TAPDEVS=work home
+# Will create two 

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

2012-01-03 Thread Gaetan Bisson
Date: Tuesday, January 3, 2012 @ 18:21:08
  Author: bisson
Revision: 145903

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 21:27:30 UTC (rev 145902)
+++ PKGBUILD2012-01-03 23:21:08 UTC (rev 145903)
@@ -4,7 +4,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gcin
-pkgver=2.6.8
+pkgver=2.6.9
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
@@ -18,7 +18,7 @@
 'libchewing: support for chewing input method')
 
source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
 'qt4-lib64.patch')
-sha1sums=('4f8c002fb28ae9342adc9232c6d101270b910395'
+sha1sums=('1de9add43fe1b885b8d143343744016ef0c398fb'
   '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
 
 install=install



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

2012-01-03 Thread Gaetan Bisson
Date: Tuesday, January 3, 2012 @ 18:21:58
  Author: bisson
Revision: 145904

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 145903, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 145903, gcin/trunk/install)
  gcin/repos/extra-i686/qt4-lib64.patch
(from rev 145903, gcin/trunk/qt4-lib64.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 145903, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 145903, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt4-lib64.patch
(from rev 145903, gcin/trunk/qt4-lib64.patch)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-i686/qt4-lib64.patch
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install
  gcin/repos/extra-x86_64/qt4-lib64.patch

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/install   |   28 ++---
 extra-i686/qt4-lib64.patch   |   62 ++---
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/install |   28 ++---
 extra-x86_64/qt4-lib64.patch |   62 ++---
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-03 23:21:08 UTC (rev 145903)
+++ extra-i686/PKGBUILD 2012-01-03 23:21:58 UTC (rev 145904)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=gcin
-pkgver=2.6.8
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
-'qt4-lib64.patch')
-sha1sums=('4f8c002fb28ae9342adc9232c6d101270b910395'
-  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../qt4-lib64.patch
-   sed '/include suffixes-rule/a \
-   CFLAGS+='${CFLAGS}' \
-   LDFLAGS+='${LDFLAGS}' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 145903, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-03 23:21:58 UTC (rev 145904)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.6.9
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
+'qt4-lib64.patch')
+sha1sums=('1de9add43fe1b885b8d143343744016ef0c398fb'
+  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../qt4-lib64.patch
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-01-03 23:21:08 UTC (rev 145903)
+++ extra-i686/install  2012-01-03 23:21:58 UTC (rev 145904)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n updating gtk immodules... 
-   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache

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

2012-01-03 Thread Dave Reisner
Date: Tuesday, January 3, 2012 @ 18:49:43
  Author: dreisner
Revision: 145905

refactor /boot-not-mounted detection to use util-linux tools

Modified:
  linux/trunk/linux.install

---+
 linux.install |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: linux.install
===
--- linux.install   2012-01-03 23:21:58 UTC (rev 145904)
+++ linux.install   2012-01-03 23:49:43 UTC (rev 145905)
@@ -44,11 +44,9 @@
 echo 
   fi
 
-  if grep ^[^#]*[[:space:]]/boot etc/fstab 21 /dev/null; then
-if ! grep [[:space:]]/boot etc/mtab 21 /dev/null; then
-  echo WARNING: /boot appears to be a separate partition but is not 
mounted.
-  echo  You probably just broke your system. Congratulations.
-fi
+  if findmnt --fstab -uno SOURCE /boot /dev/null  ! mountpoint -q /boot; 
then
+echo WARNING: /boot appears to be a separate partition but is not 
mounted.
+echo  You probably just broke your system. Congratulations.
   fi
 
   # updating module dependencies



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 19:21:11
  Author: eric
Revision: 145906

upgpkg: xine-lib 1.2.0-1

Upstream update, Clean up depends and optdepends, Add several new optdepends

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 23:49:43 UTC (rev 145905)
+++ PKGBUILD2012-01-04 00:21:11 UTC (rev 145906)
@@ -2,38 +2,39 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-lib
-pkgver=1.1.20
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
 license=('LGPL' 'GPL')
-depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
- 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs')
 optdepends=('imagemagick: for using the imagemagick plugin' \
-'smbclient: for using the smb plugin' \
 'jack: for using the jack plugin' \
 'vcdimager: for using the vcd plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
 'mesa: for using the opengl plugin' \
-'libpulse: for using the pulseaudio plugin' \
-'speex: for using the speex plugin' \
-'v4l-utils: for using the v4l plugin' \
 'wavpack: for using the wavpack plugin' \
 'faad2: for using the faad plugin' \
 'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin')
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('1dbd48e14113739101429391d45f65ebbf6519fc')
+sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure src/input/input_v4l.c src/video_out/video_out_syncfb.h
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad \
---disable-optimizations
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
   make
 }
 



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 19:21:36
  Author: eric
Revision: 145907

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 145906, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 145906, xine-lib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 145906, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-04 00:21:36 UTC (rev 145907)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'mesa: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 145906, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-04 00:21:36 UTC (rev 145907)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'mesa: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 20:24:02
  Author: eric
Revision: 145908

upgpkg: xine-ui 0.99.6-4

Rebuild against xine-lib 1.1.20, Clean up depends

Modified:
  xine-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 00:21:36 UTC (rev 145907)
+++ PKGBUILD2012-01-04 01:24:02 UTC (rev 145908)
@@ -3,12 +3,12 @@
 
 pkgname=xine-ui
 pkgver=0.99.6
-pkgrel=3
+pkgrel=4
 pkgdesc=A free video player for Unix
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.xine-project.org;
-depends=('xine-lib' 'curl' 'libxtst'  'libpng' 'libxft' 'libxxf86vm'
+depends=('xine-lib' 'curl' 'libpng' 'libxft' 'libxxf86vm'
 'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme'
 'desktop-file-utils' 'lirc-utils')
 makedepends=('libxt')



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 20:24:34
  Author: eric
Revision: 145909

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

Added:
  xine-ui/repos/staging-i686/
  xine-ui/repos/staging-i686/PKGBUILD
(from rev 145908, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/staging-i686/fix_lirc.diff
(from rev 145908, xine-ui/trunk/fix_lirc.diff)
  xine-ui/repos/staging-i686/lirc-check-a89347673097.patch
(from rev 145908, xine-ui/trunk/lirc-check-a89347673097.patch)
  xine-ui/repos/staging-i686/lirc-makefile-a68dd15ff7ae.patch
(from rev 145908, xine-ui/trunk/lirc-makefile-a68dd15ff7ae.patch)
  xine-ui/repos/staging-i686/xine-ui-xdg.diff
(from rev 145908, xine-ui/trunk/xine-ui-xdg.diff)
  xine-ui/repos/staging-i686/xine-ui.install
(from rev 145908, xine-ui/trunk/xine-ui.install)
  xine-ui/repos/staging-x86_64/
  xine-ui/repos/staging-x86_64/PKGBUILD
(from rev 145908, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/staging-x86_64/fix_lirc.diff
(from rev 145908, xine-ui/trunk/fix_lirc.diff)
  xine-ui/repos/staging-x86_64/lirc-check-a89347673097.patch
(from rev 145908, xine-ui/trunk/lirc-check-a89347673097.patch)
  xine-ui/repos/staging-x86_64/lirc-makefile-a68dd15ff7ae.patch
(from rev 145908, xine-ui/trunk/lirc-makefile-a68dd15ff7ae.patch)
  xine-ui/repos/staging-x86_64/xine-ui-xdg.diff
(from rev 145908, xine-ui/trunk/xine-ui-xdg.diff)
  xine-ui/repos/staging-x86_64/xine-ui.install
(from rev 145908, xine-ui/trunk/xine-ui.install)

-+
 staging-i686/PKGBUILD   |   42 
 staging-i686/fix_lirc.diff  |   13 +
 staging-i686/lirc-check-a89347673097.patch  |   64 ++
 staging-i686/lirc-makefile-a68dd15ff7ae.patch   |   19 ++
 staging-i686/xine-ui-xdg.diff   |  206 ++
 staging-i686/xine-ui.install|   13 +
 staging-x86_64/PKGBUILD |   42 
 staging-x86_64/fix_lirc.diff|   13 +
 staging-x86_64/lirc-check-a89347673097.patch|   64 ++
 staging-x86_64/lirc-makefile-a68dd15ff7ae.patch |   19 ++
 staging-x86_64/xine-ui-xdg.diff |  206 ++
 staging-x86_64/xine-ui.install  |   13 +
 12 files changed, 714 insertions(+)

Copied: xine-ui/repos/staging-i686/PKGBUILD (from rev 145908, 
xine-ui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-04 01:24:34 UTC (rev 145909)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-ui
+pkgver=0.99.6
+pkgrel=4
+pkgdesc=A free video player for Unix
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.xine-project.org;
+depends=('xine-lib' 'curl' 'libpng' 'libxft' 'libxxf86vm'
+'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme'
+'desktop-file-utils' 'lirc-utils')
+makedepends=('libxt')
+options=('!strip')
+install=xine-ui.install
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz
+   lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch 
+fix_lirc.diff xine-ui-xdg.diff)
+sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e'
+  'b2df43ede3a9d1a34b80139704a4cbbc7295c584'
+  '8bbd39f61de7b6991385457a4944b8ea104da88b'
+  '2361df9ddad59c426b0f863414c6d527b463a38a'
+  '9c70c6543dae6815710b239b4638ffe3843bac86')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/lirc-check-a89347673097.patch
+  patch -p1  ${srcdir}/lirc-makefile-a68dd15ff7ae.patch
+  patch -p1  ${srcdir}/fix_lirc.diff
+  patch -p1  ${srcdir}/xine-ui-xdg.diff
+  sed -i '/\#include curl\/types.h/d' src/xitk/download.c
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--with-x --enable-lirc --without-aalib --enable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} desktopdir=/usr/share/applications install
+}

Copied: xine-ui/repos/staging-i686/fix_lirc.diff (from rev 145908, 
xine-ui/trunk/fix_lirc.diff)
===
--- staging-i686/fix_lirc.diff  (rev 0)
+++ staging-i686/fix_lirc.diff  2012-01-04 01:24:34 UTC (rev 145909)
@@ -0,0 +1,13 @@
+diff --git a/m4/_xine.m4 b/m4/_xine.m4
+--- a/m4/_xine.m4
 b/m4/_xine.m4
+@@ -46,7 +46,8 @@ AC_DEFUN([AC_CHECK_LIRC],
+ fi
+ for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do
+   AC_CHECK_FILE([$llirc/liblirc_client.so],
+- [LIRC_LIBS=$llirc/liblirc_client.so]
++ [LIRC_LIBS=$llirc/liblirc_client.so
++  found_lirc=yes]
+  AC_DEFINE([HAVE_LIRC],,[Define this if you have LIRC 
(liblirc_client) installed]),
+  AC_CHECK_FILE([$llirc/liblirc_client.a],
+ 

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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:50
  Author: allan
Revision: 145910

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

Added:
  binutils/repos/core-i686/PKGBUILD
(from rev 145909, binutils/repos/testing-i686/PKGBUILD)
  binutils/repos/core-i686/binutils.install
(from rev 145909, binutils/repos/testing-i686/binutils.install)
Deleted:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-i686/binutils.install
  binutils/repos/testing-i686/

--+
 PKGBUILD |  170 +++--
 binutils.install |   34 +-
 2 files changed, 104 insertions(+), 100 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-04 01:24:34 UTC (rev 145909)
+++ core-i686/PKGBUILD  2012-01-04 01:24:50 UTC (rev 145910)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=2
-_date=20111201
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.14' 'zlib')
-checkdepends=('dejagnu')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('77c15027ac112c65fd5f73ca91b0651c')
-
-mksource() {
-  mkdir ${pkgname}-${_date}
-  cd ${pkgname}-${_date}
-  export _TAG=binutils-2_22-branch
-  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
-  cvs -z9 co -r $_TAG binutils || return 1
-  mv src binutils
-  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
-}
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-  ${srcdir}/binutils/configure --prefix=/usr \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads \
---enable-shared $CONFIGFLAG
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-
-  # do not abort on errors - manually check log files
-  make -k -j1 check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
-
-  # Rebuild libiberty.a with -fPIC
-  make -C libiberty clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty
-  install -m644 libiberty/libiberty.a ${pkgdir}/usr/lib
-
-  # Rebuild libbfd.a with -fPIC
-  make -C bfd clean
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd
-  install -m644 bfd/libbfd.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-i686/PKGBUILD (from rev 145909, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-04 01:24:50 UTC (rev 145910)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=4
+_date=20111227
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.14' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('c2377089c15bb1a1bfaeca8d0e59dd4d')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
+
+  ${srcdir}/binutils/configure 

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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:51
  Author: allan
Revision: 145911

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

Added:
  binutils/repos/core-x86_64/PKGBUILD
(from rev 145909, binutils/repos/testing-x86_64/PKGBUILD)
  binutils/repos/core-x86_64/binutils.install
(from rev 145909, binutils/repos/testing-x86_64/binutils.install)
Deleted:
  binutils/repos/core-x86_64/PKGBUILD
  binutils/repos/core-x86_64/binutils.install
  binutils/repos/testing-x86_64/

--+
 PKGBUILD |  170 +++--
 binutils.install |   34 +-
 2 files changed, 104 insertions(+), 100 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-04 01:24:50 UTC (rev 145910)
+++ core-x86_64/PKGBUILD2012-01-04 01:24:51 UTC (rev 145911)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=2
-_date=20111201
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.14' 'zlib')
-checkdepends=('dejagnu')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('77c15027ac112c65fd5f73ca91b0651c')
-
-mksource() {
-  mkdir ${pkgname}-${_date}
-  cd ${pkgname}-${_date}
-  export _TAG=binutils-2_22-branch
-  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
-  cvs -z9 co -r $_TAG binutils || return 1
-  mv src binutils
-  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
-}
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-  ${srcdir}/binutils/configure --prefix=/usr \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads \
---enable-shared $CONFIGFLAG
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-
-  # do not abort on errors - manually check log files
-  make -k -j1 check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
-
-  # Rebuild libiberty.a with -fPIC
-  make -C libiberty clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty
-  install -m644 libiberty/libiberty.a ${pkgdir}/usr/lib
-
-  # Rebuild libbfd.a with -fPIC
-  make -C bfd clean
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd
-  install -m644 bfd/libbfd.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-x86_64/PKGBUILD (from rev 145909, 
binutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-04 01:24:51 UTC (rev 145911)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=4
+_date=20111227
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.14' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('c2377089c15bb1a1bfaeca8d0e59dd4d')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 

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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:52
  Author: allan
Revision: 145912

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

Added:
  file/repos/core-i686/PKGBUILD
(from rev 145909, file/repos/testing-i686/PKGBUILD)
Deleted:
  file/repos/core-i686/PKGBUILD
  file/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-04 01:24:51 UTC (rev 145911)
+++ core-i686/PKGBUILD  2012-01-04 01:24:52 UTC (rev 145912)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.09
-pkgrel=1
-pkgdesc=File type identification utility
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base')
-url=http://www.darwinsys.com/file/;
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6fd7cd6c4281e68fe9ec6644ce0fac6f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
-  
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -dm755 ${pkgdir}/usr/share/misc
-  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
-  
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: file/repos/core-i686/PKGBUILD (from rev 145909, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-04 01:24:52 UTC (rev 145912)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.10
+pkgrel=1
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4cea34b087b060772511e066e2038196')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
+  
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -dm755 ${pkgdir}/usr/share/misc
+  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:54
  Author: allan
Revision: 145913

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

Added:
  file/repos/core-x86_64/PKGBUILD
(from rev 145909, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-04 01:24:52 UTC (rev 145912)
+++ core-x86_64/PKGBUILD2012-01-04 01:24:54 UTC (rev 145913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.09
-pkgrel=1
-pkgdesc=File type identification utility
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base')
-url=http://www.darwinsys.com/file/;
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6fd7cd6c4281e68fe9ec6644ce0fac6f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
-  
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -dm755 ${pkgdir}/usr/share/misc
-  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
-  
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: file/repos/core-x86_64/PKGBUILD (from rev 145909, 
file/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-04 01:24:54 UTC (rev 145913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.10
+pkgrel=1
+pkgdesc=File type identification utility
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base')
+url=http://www.darwinsys.com/file/;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4cea34b087b060772511e066e2038196')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#\$(datadir)/misc#\$(datadir)#' configure
+  
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -dm755 ${pkgdir}/usr/share/misc
+  ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc
+  
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:56
  Author: allan
Revision: 145914

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

Added:
  gcc/repos/core-i686/PKGBUILD
(from rev 145909, gcc/repos/testing-i686/PKGBUILD)
  gcc/repos/core-i686/gcc-ada.install
(from rev 145909, gcc/repos/testing-i686/gcc-ada.install)
  gcc/repos/core-i686/gcc-fortran.install
(from rev 145909, gcc/repos/testing-i686/gcc-fortran.install)
  gcc/repos/core-i686/gcc-go.install
(from rev 145909, gcc/repos/testing-i686/gcc-go.install)
  gcc/repos/core-i686/gcc-hash-style-both.patch
(from rev 145909, gcc/repos/testing-i686/gcc-hash-style-both.patch)
  gcc/repos/core-i686/gcc-libs.install
(from rev 145909, gcc/repos/testing-i686/gcc-libs.install)
  gcc/repos/core-i686/gcc.install
(from rev 145909, gcc/repos/testing-i686/gcc.install)
  gcc/repos/core-i686/gcc_pure64.patch
(from rev 145909, gcc/repos/testing-i686/gcc_pure64.patch)
Deleted:
  gcc/repos/core-i686/PKGBUILD
  gcc/repos/core-i686/gcc-ada.install
  gcc/repos/core-i686/gcc-fortran.install
  gcc/repos/core-i686/gcc-go.install
  gcc/repos/core-i686/gcc-hash-style-both.patch
  gcc/repos/core-i686/gcc-libs.install
  gcc/repos/core-i686/gcc-pr49720.patch
  gcc/repos/core-i686/gcc.install
  gcc/repos/core-i686/gcc_pure64.patch
  gcc/repos/testing-i686/

---+
 PKGBUILD  |  513 +---
 gcc-ada.install   |   40 +--
 gcc-fortran.install   |   32 +-
 gcc-go.install|   40 +--
 gcc-hash-style-both.patch |  244 ++--
 gcc-libs.install  |   32 +-
 gcc-pr49720.patch |   26 --
 gcc.install   |   40 +--
 gcc_pure64.patch  |   52 ++--
 9 files changed, 494 insertions(+), 525 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-04 01:24:54 UTC (rev 145913)
+++ core-i686/PKGBUILD  2012-01-04 01:24:56 UTC (rev 145914)
@@ -1,259 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-# NOTE: libtool requires rebuilt with each new gcc version
-
-pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.6.2
-pkgrel=3
-_snapshot=4.6-2025
-_libstdcppmanver=20110814  # Note: check source directory name 
when updating this
-pkgdesc=The GNU Compiler Collection
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL' 'custom')
-url=http://gcc.gnu.org;
-makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
-checkdepends=('dejagnu')
-options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
-   gcc_pure64.patch
-   gcc-hash-style-both.patch
-   gcc-pr49720.patch)
-md5sums=('922b0ee688669c188d237bbd21d42d07'
- 'ce920d2550ff7e042b9f091d27764d8f'
- '4030ee1c08dd1e843c0225b772360e76'
- '4df25b623799b148a0703eaeec8fdf3f'
- 'f9d7e5b792c59175f3da3f8421447512')
-
-if [ -n ${_snapshot} ]; then
-  _basedir=${srcdir}/gcc-${_snapshot}
-else
-  _basedir=${srcdir}/gcc-${pkgver}
-fi
-
-build() {
-  cd ${_basedir}
-
-  # Do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  if [ ${CARCH} = x86_64 ]; then
-patch -Np1 -i ${srcdir}/gcc_pure64.patch
-  fi
-  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
-
-  # fix compiler segfault in binutils testsuite
-  patch -Np1 -i ${srcdir}/gcc-pr49720.patch
-
-  echo ${pkgver}  gcc/BASE-VER
-
-  cd ${srcdir}
-  mkdir gcc-build  cd gcc-build
-
-  ${_basedir}/configure --prefix=/usr \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --mandir=/usr/share/man --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --with-ppl --enable-cloog-backend=isl \
-  --enable-lto --enable-gold --enable-ld=default \
-  --enable-plugin --with-plugin-ld=ld.gold \
-  --disable-multilib --disable-libssp --disable-libstdcxx-pch \
-  --enable-checking=release
-  make
-}
-
-check() {
-  cd gcc-build
-
-  # increase stack size to prevent test failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
-  ulimit -s 32768
-
-  # do not abort on error as some are expected
-  make -k check || true
-  ${_basedir}/contrib/test_summary
-}
-
-package_gcc-libs()
-{
-  

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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:24:59
  Author: allan
Revision: 145915

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

Added:
  gcc/repos/core-x86_64/PKGBUILD
(from rev 145909, gcc/repos/testing-x86_64/PKGBUILD)
  gcc/repos/core-x86_64/gcc-ada.install
(from rev 145909, gcc/repos/testing-x86_64/gcc-ada.install)
  gcc/repos/core-x86_64/gcc-fortran.install
(from rev 145909, gcc/repos/testing-x86_64/gcc-fortran.install)
  gcc/repos/core-x86_64/gcc-go.install
(from rev 145909, gcc/repos/testing-x86_64/gcc-go.install)
  gcc/repos/core-x86_64/gcc-hash-style-both.patch
(from rev 145909, gcc/repos/testing-x86_64/gcc-hash-style-both.patch)
  gcc/repos/core-x86_64/gcc-libs.install
(from rev 145909, gcc/repos/testing-x86_64/gcc-libs.install)
  gcc/repos/core-x86_64/gcc.install
(from rev 145909, gcc/repos/testing-x86_64/gcc.install)
  gcc/repos/core-x86_64/gcc_pure64.patch
(from rev 145909, gcc/repos/testing-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/core-x86_64/PKGBUILD
  gcc/repos/core-x86_64/gcc-ada.install
  gcc/repos/core-x86_64/gcc-fortran.install
  gcc/repos/core-x86_64/gcc-go.install
  gcc/repos/core-x86_64/gcc-hash-style-both.patch
  gcc/repos/core-x86_64/gcc-libs.install
  gcc/repos/core-x86_64/gcc-pr49720.patch
  gcc/repos/core-x86_64/gcc.install
  gcc/repos/core-x86_64/gcc_pure64.patch
  gcc/repos/testing-x86_64/

---+
 PKGBUILD  |  513 +---
 gcc-ada.install   |   40 +--
 gcc-fortran.install   |   32 +-
 gcc-go.install|   40 +--
 gcc-hash-style-both.patch |  244 ++--
 gcc-libs.install  |   32 +-
 gcc-pr49720.patch |   26 --
 gcc.install   |   40 +--
 gcc_pure64.patch  |   52 ++--
 9 files changed, 494 insertions(+), 525 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-04 01:24:56 UTC (rev 145914)
+++ core-x86_64/PKGBUILD2012-01-04 01:24:59 UTC (rev 145915)
@@ -1,259 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-# NOTE: libtool requires rebuilt with each new gcc version
-
-pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.6.2
-pkgrel=3
-_snapshot=4.6-2025
-_libstdcppmanver=20110814  # Note: check source directory name 
when updating this
-pkgdesc=The GNU Compiler Collection
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL' 'custom')
-url=http://gcc.gnu.org;
-makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
-checkdepends=('dejagnu')
-options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
-   gcc_pure64.patch
-   gcc-hash-style-both.patch
-   gcc-pr49720.patch)
-md5sums=('922b0ee688669c188d237bbd21d42d07'
- 'ce920d2550ff7e042b9f091d27764d8f'
- '4030ee1c08dd1e843c0225b772360e76'
- '4df25b623799b148a0703eaeec8fdf3f'
- 'f9d7e5b792c59175f3da3f8421447512')
-
-if [ -n ${_snapshot} ]; then
-  _basedir=${srcdir}/gcc-${_snapshot}
-else
-  _basedir=${srcdir}/gcc-${pkgver}
-fi
-
-build() {
-  cd ${_basedir}
-
-  # Do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  if [ ${CARCH} = x86_64 ]; then
-patch -Np1 -i ${srcdir}/gcc_pure64.patch
-  fi
-  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
-
-  # fix compiler segfault in binutils testsuite
-  patch -Np1 -i ${srcdir}/gcc-pr49720.patch
-
-  echo ${pkgver}  gcc/BASE-VER
-
-  cd ${srcdir}
-  mkdir gcc-build  cd gcc-build
-
-  ${_basedir}/configure --prefix=/usr \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --mandir=/usr/share/man --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --with-ppl --enable-cloog-backend=isl \
-  --enable-lto --enable-gold --enable-ld=default \
-  --enable-plugin --with-plugin-ld=ld.gold \
-  --disable-multilib --disable-libssp --disable-libstdcxx-pch \
-  --enable-checking=release
-  make
-}
-
-check() {
-  cd gcc-build
-
-  # increase stack size to prevent test failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
-  ulimit -s 32768
-
-  # do not abort on error as some are expected
-  make -k check || true
-  

[arch-commits] Commit in glibc/repos (33 files)

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:25:04
  Author: allan
Revision: 145916

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

Added:
  glibc/repos/core-i686/PKGBUILD
(from rev 145909, glibc/repos/testing-i686/PKGBUILD)
  glibc/repos/core-i686/glibc-2.10-bz4781.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.10-bz4781.patch)
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
(from rev 145909, 
glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145909, 
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 145909, 
glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145909, 
glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-i686/glibc-2.14-revert-4768ae77.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/core-i686/glibc-2.15-lddebug-scopes.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/core-i686/glibc-2.15-math64crash.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.15-math64crash.patch)
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 145909, glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-i686/glibc-__i686.patch
(from rev 145909, glibc/repos/testing-i686/glibc-__i686.patch)
  glibc/repos/core-i686/glibc.install
(from rev 145909, glibc/repos/testing-i686/glibc.install)
  glibc/repos/core-i686/locale-gen
(from rev 145909, glibc/repos/testing-i686/locale-gen)
  glibc/repos/core-i686/locale.gen.txt
(from rev 145909, glibc/repos/testing-i686/locale.gen.txt)
  glibc/repos/core-i686/nscd
(from rev 145909, glibc/repos/testing-i686/nscd)
Deleted:
  glibc/repos/core-i686/PKGBUILD
  glibc/repos/core-i686/glibc-2.10-bz4781.patch
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-i686/glibc-2.12.1-static-shared-getpagesize.patch
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-i686/glibc-2.13-futex.patch
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-i686/glibc-2.14-revert-4768ae77.patch
  glibc/repos/core-i686/glibc-2.14.1-tzfile-overflow.patch
  glibc/repos/core-i686/glibc-__i686.patch
  glibc/repos/core-i686/glibc.install
  glibc/repos/core-i686/locale-gen
  glibc/repos/core-i686/locale.gen.txt
  glibc/repos/core-i686/nscd
  glibc/repos/testing-i686/

+
 PKGBUILD   |  424 +++
 glibc-2.10-bz4781.patch|   84 +-
 glibc-2.10-dont-build-timezone.patch   |   26 
 glibc-2.12.1-static-shared-getpagesize.patch   |   11 
 glibc-2.12.2-ignore-origin-of-privileged-program.patch |   52 -
 glibc-2.13-futex.patch |   31 -
 glibc-2.14-libdl-crash.patch   |  264 -
 glibc-2.14-reexport-rpc-interface.patch|   52 -
 glibc-2.14-reinstall-nis-rpc-headers.patch |   56 -
 glibc-2.14-revert-4768ae77.patch   |   74 +-
 glibc-2.14.1-tzfile-overflow.patch |   72 --
 glibc-2.15-lddebug-scopes.patch|   27 
 glibc-2.15-math64crash.patch   |  184 ++
 glibc-2.15-revert-c5a0802a.patch   |  229 
 glibc-__i686.patch |   26 
 glibc.install  |   40 -
 locale-gen |   84 +-
 locale.gen.txt |   46 -
 nscd   |   80 +-
 19 files changed, 1095 insertions(+), 767 deletions(-)

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


[arch-commits] Commit in glibc/repos (33 files)

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:25:10
  Author: allan
Revision: 145917

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

Added:
  glibc/repos/core-x86_64/PKGBUILD
(from rev 145909, glibc/repos/testing-x86_64/PKGBUILD)
  glibc/repos/core-x86_64/glibc-2.10-bz4781.patch
(from rev 145909, glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch)
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
(from rev 145909, glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/core-x86_64/glibc-2.15-lddebug-scopes.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/core-x86_64/glibc-2.15-math64crash.patch
(from rev 145909, glibc/repos/testing-x86_64/glibc-2.15-math64crash.patch)
  glibc/repos/core-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 145909, 
glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-x86_64/glibc-__i686.patch
(from rev 145909, glibc/repos/testing-x86_64/glibc-__i686.patch)
  glibc/repos/core-x86_64/glibc.install
(from rev 145909, glibc/repos/testing-x86_64/glibc.install)
  glibc/repos/core-x86_64/locale-gen
(from rev 145909, glibc/repos/testing-x86_64/locale-gen)
  glibc/repos/core-x86_64/locale.gen.txt
(from rev 145909, glibc/repos/testing-x86_64/locale.gen.txt)
  glibc/repos/core-x86_64/nscd
(from rev 145909, glibc/repos/testing-x86_64/nscd)
Deleted:
  glibc/repos/core-x86_64/PKGBUILD
  glibc/repos/core-x86_64/glibc-2.10-bz4781.patch
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-x86_64/glibc-2.13-futex.patch
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-x86_64/glibc-2.14-revert-4768ae77.patch
  glibc/repos/core-x86_64/glibc-2.14.1-tzfile-overflow.patch
  glibc/repos/core-x86_64/glibc-__i686.patch
  glibc/repos/core-x86_64/glibc.install
  glibc/repos/core-x86_64/locale-gen
  glibc/repos/core-x86_64/locale.gen.txt
  glibc/repos/core-x86_64/nscd
  glibc/repos/testing-x86_64/

+
 PKGBUILD   |  424 +++
 glibc-2.10-bz4781.patch|   84 +-
 glibc-2.10-dont-build-timezone.patch   |   26 
 glibc-2.12.1-static-shared-getpagesize.patch   |   11 
 glibc-2.12.2-ignore-origin-of-privileged-program.patch |   52 -
 glibc-2.13-futex.patch |   31 -
 glibc-2.14-libdl-crash.patch   |  264 -
 glibc-2.14-reexport-rpc-interface.patch|   52 -
 glibc-2.14-reinstall-nis-rpc-headers.patch |   56 -
 glibc-2.14-revert-4768ae77.patch   |   74 +-
 glibc-2.14.1-tzfile-overflow.patch |   72 --
 glibc-2.15-lddebug-scopes.patch|   27 
 glibc-2.15-math64crash.patch   |  184 ++
 glibc-2.15-revert-c5a0802a.patch   |  229 
 glibc-__i686.patch |   26 
 glibc.install  |   40 -
 locale-gen |   84 +-
 locale.gen.txt |   46 -
 nscd   |   80 +-
 19 files changed, 1095 insertions(+), 767 deletions(-)

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


[arch-commits] Commit in linux-api-headers/repos (3 files)

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:25:14
  Author: allan
Revision: 145919

db-move: moved linux-api-headers from [testing] to [core] (x86_64)

Added:
  linux-api-headers/repos/core-x86_64/PKGBUILD
(from rev 145909, linux-api-headers/repos/testing-x86_64/PKGBUILD)
Deleted:
  linux-api-headers/repos/core-x86_64/PKGBUILD
  linux-api-headers/repos/testing-x86_64/

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-04 01:25:12 UTC (rev 145918)
+++ core-x86_64/PKGBUILD2012-01-04 01:25:14 UTC (rev 145919)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.1.4
-_basever=3.1
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-provides=(kernel-headers=${pkgver})
-conflicts=('kernel-headers')
-replaces=('kernel-headers')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
-   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
-# NOTE: signatures are not automatically verified by makepkg
-#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
-   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
- 'ffb768bb3c42c94876f3f84aa6f779e5')
-
-build() {
-  cd ${srcdir}/linux-${_basever}
-  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
-
-  make mrproper
-  make headers_check
-}
-
-package() {
-  cd ${srcdir}/linux-${_basever}
-  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
-
-  # use headers from libdrm
-  rm -rf ${pkgdir}/usr/include/drm
-  
-  # clean-up unnecessary files generated during install
-  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
-}

Copied: linux-api-headers/repos/core-x86_64/PKGBUILD (from rev 145909, 
linux-api-headers/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-04 01:25:14 UTC (rev 145919)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.1.6
+_basever=3.1
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+provides=(kernel-headers=${pkgver})
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'b59adeac6d593fe993e964ea9e259c42')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
+}



[arch-commits] Commit in linux-api-headers/repos (3 files)

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:25:12
  Author: allan
Revision: 145918

db-move: moved linux-api-headers from [testing] to [core] (i686)

Added:
  linux-api-headers/repos/core-i686/PKGBUILD
(from rev 145909, linux-api-headers/repos/testing-i686/PKGBUILD)
Deleted:
  linux-api-headers/repos/core-i686/PKGBUILD
  linux-api-headers/repos/testing-i686/

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-04 01:25:10 UTC (rev 145917)
+++ core-i686/PKGBUILD  2012-01-04 01:25:12 UTC (rev 145918)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.1.4
-_basever=3.1
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-provides=(kernel-headers=${pkgver})
-conflicts=('kernel-headers')
-replaces=('kernel-headers')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
-   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
-# NOTE: signatures are not automatically verified by makepkg
-#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
-   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
- 'ffb768bb3c42c94876f3f84aa6f779e5')
-
-build() {
-  cd ${srcdir}/linux-${_basever}
-  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
-
-  make mrproper
-  make headers_check
-}
-
-package() {
-  cd ${srcdir}/linux-${_basever}
-  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
-
-  # use headers from libdrm
-  rm -rf ${pkgdir}/usr/include/drm
-  
-  # clean-up unnecessary files generated during install
-  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
-}

Copied: linux-api-headers/repos/core-i686/PKGBUILD (from rev 145909, 
linux-api-headers/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-04 01:25:12 UTC (rev 145918)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.1.6
+_basever=3.1
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+provides=(kernel-headers=${pkgver})
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'b59adeac6d593fe993e964ea9e259c42')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
+}



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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:26:04
  Author: allan
Revision: 145920

db-move: moved valgrind from [testing] to [extra] (i686)

Added:
  valgrind/repos/extra-i686/PKGBUILD
(from rev 145919, valgrind/repos/testing-i686/PKGBUILD)
  valgrind/repos/extra-i686/valgrind-3.7.0-glibc-2.15.patch
(from rev 145919, 
valgrind/repos/testing-i686/valgrind-3.7.0-glibc-2.15.patch)
Deleted:
  valgrind/repos/extra-i686/PKGBUILD
  valgrind/repos/testing-i686/

-+
 PKGBUILD|   68 --
 valgrind-3.7.0-glibc-2.15.patch |   30 
 2 files changed, 66 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-04 01:25:14 UTC (rev 145919)
+++ extra-i686/PKGBUILD 2012-01-04 01:26:04 UTC (rev 145920)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.7.0
-pkgrel=1
-pkgdesc=A tool to help find memory-management problems in programs
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://valgrind.org/;
-depends=('glibc=2.14' 'glibc2.15' 'perl')
-makedepends=('gdb')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a855fda56edf05614f099dca316d1775')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man
-  fi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: valgrind/repos/extra-i686/PKGBUILD (from rev 145919, 
valgrind/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-04 01:26:04 UTC (rev 145920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=2
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.15' 'glibc2.16' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
+valgrind-3.7.0-glibc-2.15.patch)
+md5sums=('a855fda56edf05614f099dca316d1775'
+ 'f534b79b358cdced0319b375aafde4d5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.15.patch
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: valgrind/repos/extra-i686/valgrind-3.7.0-glibc-2.15.patch (from rev 
145919, valgrind/repos/testing-i686/valgrind-3.7.0-glibc-2.15.patch)
===
--- extra-i686/valgrind-3.7.0-glibc-2.15.patch  (rev 0)
+++ extra-i686/valgrind-3.7.0-glibc-2.15.patch  2012-01-04 01:26:04 UTC (rev 
145920)
@@ -0,0 +1,30 @@
+diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
+--- valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
 valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
+@@ -6402,6 +6402,17 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.15)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
++$as_echo 2.15 family 6; }
++
++$as_echo #define GLIBC_2_15 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+@@ -6422,7 +6433,7 @@
+  *)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
+ $as_echo unsupported version ${GLIBC_VERSION} 6; }
+-  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
++  as_fn_error Valgrind requires glibc version 2.2 - 2.15 $LINENO 5
+   as_fn_error or Darwin libc $LINENO 5
+   ;;
+ esac



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

2012-01-03 Thread Allan McRae
Date: Tuesday, January 3, 2012 @ 20:26:06
  Author: allan
Revision: 145921

db-move: moved valgrind from [testing] to [extra] (x86_64)

Added:
  valgrind/repos/extra-x86_64/PKGBUILD
(from rev 145919, valgrind/repos/testing-x86_64/PKGBUILD)
  valgrind/repos/extra-x86_64/valgrind-3.7.0-glibc-2.15.patch
(from rev 145919, 
valgrind/repos/testing-x86_64/valgrind-3.7.0-glibc-2.15.patch)
Deleted:
  valgrind/repos/extra-x86_64/PKGBUILD
  valgrind/repos/testing-x86_64/

-+
 PKGBUILD|   68 --
 valgrind-3.7.0-glibc-2.15.patch |   30 
 2 files changed, 66 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-04 01:26:04 UTC (rev 145920)
+++ extra-x86_64/PKGBUILD   2012-01-04 01:26:06 UTC (rev 145921)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.7.0
-pkgrel=1
-pkgdesc=A tool to help find memory-management problems in programs
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://valgrind.org/;
-depends=('glibc=2.14' 'glibc2.15' 'perl')
-makedepends=('gdb')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a855fda56edf05614f099dca316d1775')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man
-  fi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: valgrind/repos/extra-x86_64/PKGBUILD (from rev 145919, 
valgrind/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-04 01:26:06 UTC (rev 145921)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=2
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.15' 'glibc2.16' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
+valgrind-3.7.0-glibc-2.15.patch)
+md5sums=('a855fda56edf05614f099dca316d1775'
+ 'f534b79b358cdced0319b375aafde4d5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.15.patch
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: valgrind/repos/extra-x86_64/valgrind-3.7.0-glibc-2.15.patch (from rev 
145919, valgrind/repos/testing-x86_64/valgrind-3.7.0-glibc-2.15.patch)
===
--- extra-x86_64/valgrind-3.7.0-glibc-2.15.patch
(rev 0)
+++ extra-x86_64/valgrind-3.7.0-glibc-2.15.patch2012-01-04 01:26:06 UTC 
(rev 145921)
@@ -0,0 +1,30 @@
+diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
+--- valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
 valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
+@@ -6402,6 +6402,17 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.15)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
++$as_echo 2.15 family 6; }
++
++$as_echo #define GLIBC_2_15 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+@@ -6422,7 +6433,7 @@
+  *)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
+ $as_echo unsupported version ${GLIBC_VERSION} 6; }
+-  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
++  as_fn_error Valgrind requires glibc version 2.2 - 2.15 $LINENO 5
+   as_fn_error or Darwin libc $LINENO 5
+   ;;
+ esac



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 23:10:01
  Author: eric
Revision: 145922

upgpkg: oxine 0.7.1-5

Rebuild against xine-lib 1.1.20

Modified:
  oxine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 01:26:06 UTC (rev 145921)
+++ PKGBUILD2012-01-04 04:10:01 UTC (rev 145922)
@@ -5,7 +5,7 @@
 
 pkgname=oxine
 pkgver=0.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
 arch=('i686' 'x86_64')
 url=http://oxine.sourceforge.net/;



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

2012-01-03 Thread Eric Bélanger
Date: Tuesday, January 3, 2012 @ 23:10:29
  Author: eric
Revision: 145923

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

Added:
  oxine/repos/staging-i686/
  oxine/repos/staging-i686/PKGBUILD
(from rev 145922, oxine/trunk/PKGBUILD)
  oxine/repos/staging-x86_64/
  oxine/repos/staging-x86_64/PKGBUILD
(from rev 145922, oxine/trunk/PKGBUILD)

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

Copied: oxine/repos/staging-i686/PKGBUILD (from rev 145922, 
oxine/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-04 04:10:29 UTC (rev 145923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=5
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: oxine/repos/staging-x86_64/PKGBUILD (from rev 145922, 
oxine/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-04 04:10:29 UTC (rev 145923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=5
+pkgdesc=A lightweight, purely osd based xine frontend for set-top boxes and 
home entertainment systems
+arch=('i686' 'x86_64')
+url=http://oxine.sourceforge.net/;
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#include curl/types.h||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+--without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-03 Thread Andrea Scarpino
Date: Wednesday, January 4, 2012 @ 02:53:25
  Author: andrea
Revision: 145924

xine-lib rebuild

Added:
  kdebase-runtime/repos/staging-i686/
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 145651, kdebase-runtime/repos/extra-i686/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 145651, kdebase-runtime/repos/extra-i686/PKGBUILD)
Deleted:
  kdebase-runtime/repos/staging-i686/PKGBUILD
  kdebase-runtime/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 06:58:54 UTC (rev 145287)
+++ staging-i686/PKGBUILD   2012-01-04 07:53:25 UTC (rev 145924)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.7.4
-pkgrel=1
-pkgdesc=KDE Base Runtime Environment
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
-'xorg-xauth' 'hicolor-icon-theme')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2;
-'libqzeitgeist08.patch')
-sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6'
-  '164c9e4305029cb68a2101cfeeb76c7066c2fd39')
-
-build() {
-cd ${srcdir}/kde-runtime-${pkgver}
-patch -p1 -i ${srcdir}/libqzeitgeist08.patch
-
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 145651, 
kdebase-runtime/repos/extra-i686/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-04 07:53:25 UTC (rev 145924)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.7.4
+pkgrel=3
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
+'xorg-xauth' 'hicolor-icon-theme')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2;
+'libqzeitgeist08.patch')
+sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6'
+  '164c9e4305029cb68a2101cfeeb76c7066c2fd39')
+
+build() {
+cd ${srcdir}/kde-runtime-${pkgver}
+patch -p1 -i ${srcdir}/libqzeitgeist08.patch
+
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Deleted: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 06:58:54 UTC (rev 145287)
+++ staging-x86_64/PKGBUILD 2012-01-04 07:53:25 UTC (rev 145924)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.7.4
-pkgrel=1
-pkgdesc=KDE Base Runtime Environment
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
-'xorg-xauth' 'hicolor-icon-theme')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib')
-optdepends=('htdig: to build the search