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

2014-07-19 Thread Xyne
Date: Sunday, July 20, 2014 @ 06:16:39
  Author: xyne
Revision: 116015

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

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

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   46 -
 community-x86_64/PKGBUILD |   46 -
 3 files changed, 114 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-20 04:16:14 UTC (rev 116014)
+++ community-i686/PKGBUILD 2014-07-20 04:16:39 UTC (rev 116015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Very feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url="https://cmus.github.io/";
-license=('GPL')
-depends=('ncurses')
-makedepends=(
-  'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia'
-  'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";)
-sha256sums=('2c22b12eb2e2d038b64e8db804d4dc037ac68cbd3a398b3e405c2d0ce5c15229')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 116014, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 04:16:39 UTC (rev 116015)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.5.1
+pkgrel=2
+pkgdesc='Very feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/";
+license=('GPL')
+depends=('ncurses' 'libcue')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";)
+sha256sums=('2c22b12eb2e2d038b64e8db804d4dc037ac68cbd3a398b3e405c2d0ce5c15229')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-20 04:16:14 UTC (rev 116014)
+++ community-x86_64/PKGBUILD   2014-07-20 04:16:39 UTC (rev 116015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Very featu

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

2014-07-19 Thread Xyne
Date: Sunday, July 20, 2014 @ 06:16:14
  Author: xyne
Revision: 116014

upgpkg: cmus 2.5.1-2

FS#41248: added libcue support

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 03:57:49 UTC (rev 116013)
+++ PKGBUILD2014-07-20 04:16:14 UTC (rev 116014)
@@ -6,15 +6,26 @@
 
 pkgname=cmus
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Very feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/";
 license=('GPL')
-depends=('ncurses')
+depends=('ncurses' 'libcue')
 makedepends=(
-  'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia'
-  'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 'wavpack'
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
 )
 optdepends=('alsa-lib: for ALSA output plugin support'
 'libao: for AO output plugin support'



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

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 05:57:41
  Author: lcarlier
Revision: 116012

upgpkg: lib32-mesa 10.2.4-1

upstream update 10.2.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 02:42:45 UTC (rev 116011)
+++ PKGBUILD2014-07-20 03:57:41 UTC (rev 116012)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.3
-pkgrel=2
+pkgver=10.2.4
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -13,7 +13,7 @@
 url="http://mesa3d.sourceforge.net";
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-sha256sums=('e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb')
+sha256sums=('06a2341244eb85c283f59f70161e06ded106f835ed9b6be1ef0243bd9344811a')
 
 build() {
   export CC="gcc -m32"



[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 05:57:49
  Author: lcarlier
Revision: 116013

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 116012, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  318 ++---
 1 file changed, 159 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-20 03:57:41 UTC (rev 116012)
+++ PKGBUILD2014-07-20 03:57:49 UTC (rev 116013)
@@ -1,159 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Andreas Radke 
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.3
-pkgrel=2
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
- 'lib32-libvdpau' 'lib32-wayland')
-url="http://mesa3d.sourceforge.net";
-license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-sha256sums=('e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-egl-platforms=x11,drm,wayland \
---enable-llvm-shared-libs \
---enable-egl \
---disable-gallium-egl \
---enable-gbm \
---enable-gallium-gbm \
---enable-gallium-llvm \
---enable-shared-glapi \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-vdpau \
---enable-dri3
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc="Mesa drivers for AMD/ATI Radeon (32-bit)"
-  depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s ati-dri "$pkgdir/usr/share/licenses/lib32-ati-dri"
-}
-
-package_lib32-intel-dri() {
-  pkgdesc="Mesa DRI drivers for Intel (32-bit)"
-  depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s intel-dri "$pkgdir/usr/share/licenses/lib32-intel-dri"
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc="Mesa drivers for Nouveau (32-bit)"
-  depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s nouveau-dri "$pkgdir/usr/share/licenses/lib32-nouveau-dri"
-}
-
-package_lib32-mesa() {
-  pkgdesc="an open-source implementation of the OpenGL specification (32-bit)"
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-libvdpau' 'lib32-wayland' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 

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

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 05:45:15
  Author: lcarlier
Revision: 217491

upgpkg: mesa 10.2.4-1

upstream update 10.2.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 22:35:51 UTC (rev 217490)
+++ PKGBUILD2014-07-20 03:45:15 UTC (rev 217491)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.3
-pkgrel=2
+pkgver=10.2.4
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-sha256sums=('e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb'
+sha256sums=('06a2341244eb85c283f59f70161e06ded106f835ed9b6be1ef0243bd9344811a'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
 build() {



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

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 05:45:27
  Author: lcarlier
Revision: 217492

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 217491, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 217491, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 217491, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 217491, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  406 
 extra-i686/LICENSE|   82 -
 extra-i686/PKGBUILD   |  203 
 extra-x86_64/LICENSE  |   82 -
 extra-x86_64/PKGBUILD |  203 
 6 files changed, 570 insertions(+), 570 deletions(-)

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


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

2014-07-19 Thread speps
Date: Sunday, July 20, 2014 @ 04:42:45
  Author: speps
Revision: 116011

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

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

-+
 /PKGBUILD   |   64 ++
 /smtube.install |   24 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/smtube.install   |   12 ---
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/smtube.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-20 02:42:32 UTC (rev 116010)
+++ community-i686/PKGBUILD 2014-07-20 02:42:45 UTC (rev 116011)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=2.1
-pkgrel=3
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net";
-license=('GPL')
-depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9cd034d5abcbc66445478b5824af50f1')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 116010, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 02:42:45 UTC (rev 116011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=14.7.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net";
+license=('GPL')
+depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2";)
+md5sums=('19bbcb461112c70c0500b514a5de515c')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2014-07-20 02:42:32 UTC (rev 116010)
+++ community-i686/smtube.install   2014-07-20 02:42:45 UTC (rev 116011)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 116010, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2014-07-20 02:42:45 UTC (rev 116011)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-20 02:42:32 UTC (rev 116010)
+++ community-x86_64/PKGBUILD   2014-07-20 02:42:45 UTC (rev 116011)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=2.1
-pkgrel=3
-pkgdesc="A small youtube brows

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

2014-07-19 Thread speps
Date: Sunday, July 20, 2014 @ 04:42:32
  Author: speps
Revision: 116010

upgpkg: smtube 14.7.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 02:09:13 UTC (rev 116009)
+++ PKGBUILD2014-07-20 02:42:32 UTC (rev 116010)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=2.1
-pkgrel=3
+pkgver=14.7.0
+pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://smplayer.sourceforge.net";
@@ -19,7 +19,7 @@
 'vlc: play videos with VLC')
 install="$pkgname.install"
 source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9cd034d5abcbc66445478b5824af50f1')
+md5sums=('19bbcb461112c70c0500b514a5de515c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-19 Thread Evangelos Foutras
Date: Sunday, July 20, 2014 @ 04:09:06
  Author: foutrelis
Revision: 116008

upgpkg: shorewall 4.6.2.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-20 00:58:09 UTC (rev 116007)
+++ PKGBUILD2014-07-20 02:09:06 UTC (rev 116008)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.4
+pkgver=4.6.2.1
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('61f39d1a2d64ed438e74315a6216df07b2e8639ebfeaef81fec6457bcf0c40e4'
-'2d665412e5fc6f0d62fb1a0b85446b8089041e4e04ac6e85167add5a65f782f2'
-'82641200e7150e18038341fcc1423d2757958336ad789f2e3d10ee2e60687ece')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('681f7bcbc969d549d2fb99c3bb64ab259c59f053519dba2d02751c524f363358'
+'76e14b49b175cefdea573bf84edfc2c366294f4fd7af38dcd6bb1af7fedb5306'
+'836c7930d103926838af68dae31e0725180b5e8de46190b313c8207a28dbcae9')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2014-07-19 Thread Evangelos Foutras
Date: Sunday, July 20, 2014 @ 04:09:13
  Author: foutrelis
Revision: 116009

archrelease: copy trunk to community-any

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

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

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

Copied: shorewall/repos/community-any/PKGBUILD (from rev 116008, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-20 02:09:13 UTC (rev 116009)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.2.1
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('681f7bcbc969d549d2fb99c3bb64ab259c59f053519dba2d02751c524f363358'
+'76e14b49b175cefdea573bf84edfc2c366294f4fd7af38dcd6bb1af7fedb5306'
+'836c7930d103926838af68dae31e0725180b5e8de46190b313c8207a28dbcae9')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting

[arch-commits] Commit in (4 files)

2014-07-19 Thread Anatol Pomozov
Date: Sunday, July 20, 2014 @ 02:56:47
  Author: anatolik
Revision: 116006

idle3tools: add a tool that allows to reduce LoadCount on WD harddrives

Added:
  idle3-tools/
  idle3-tools/repos/
  idle3-tools/trunk/
  idle3-tools/trunk/PKGBUILD

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

Added: idle3-tools/trunk/PKGBUILD
===
--- idle3-tools/trunk/PKGBUILD  (rev 0)
+++ idle3-tools/trunk/PKGBUILD  2014-07-20 00:56:47 UTC (rev 116006)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Archan Paul 
+# Contributor: aexoxea 
+
+pkgname=idle3-tools
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='A linux/unix utility that can disable, get and set the value of the 
idle3 timer found on recent Western Digital Hard Disk Drives.'
+arch=(i686 x86_64)
+url='http://idle3-tools.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
+md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
+
+prepare() {
+  cd idle3-tools-$pkgver
+  sed -i 's/\bsbin\b/bin/g' Makefile
+}
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make binprefix=/usr DESTDIR=$pkgdir install
+}


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


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

2014-07-19 Thread Anatol Pomozov
Date: Sunday, July 20, 2014 @ 02:58:09
  Author: anatolik
Revision: 116007

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

Added:
  idle3-tools/repos/community-i686/
  idle3-tools/repos/community-i686/PKGBUILD
(from rev 116006, idle3-tools/trunk/PKGBUILD)
  idle3-tools/repos/community-x86_64/
  idle3-tools/repos/community-x86_64/PKGBUILD
(from rev 116006, idle3-tools/trunk/PKGBUILD)

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

Copied: idle3-tools/repos/community-i686/PKGBUILD (from rev 116006, 
idle3-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-20 00:58:09 UTC (rev 116007)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Archan Paul 
+# Contributor: aexoxea 
+
+pkgname=idle3-tools
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='A linux/unix utility that can disable, get and set the value of the 
idle3 timer found on recent Western Digital Hard Disk Drives.'
+arch=(i686 x86_64)
+url='http://idle3-tools.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
+md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
+
+prepare() {
+  cd idle3-tools-$pkgver
+  sed -i 's/\bsbin\b/bin/g' Makefile
+}
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make binprefix=/usr DESTDIR=$pkgdir install
+}

Copied: idle3-tools/repos/community-x86_64/PKGBUILD (from rev 116006, 
idle3-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-20 00:58:09 UTC (rev 116007)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Archan Paul 
+# Contributor: aexoxea 
+
+pkgname=idle3-tools
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='A linux/unix utility that can disable, get and set the value of the 
idle3 timer found on recent Western Digital Hard Disk Drives.'
+arch=(i686 x86_64)
+url='http://idle3-tools.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
+md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
+
+prepare() {
+  cd idle3-tools-$pkgver
+  sed -i 's/\bsbin\b/bin/g' Makefile
+}
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make binprefix=/usr DESTDIR=$pkgdir install
+}



[arch-commits] Commit in docker-tray/repos (community-i686)

2014-07-19 Thread Florian Pritz
Date: Sunday, July 20, 2014 @ 00:35:51
  Author: bluewind
Revision: 217490

cleanup wrong repo

Deleted:
  docker-tray/repos/community-i686/



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

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 00:18:58
  Author: lcarlier
Revision: 217488

upgpkg: libxfont 1.5.0-1

upstream update 1.5.0

Modified:
  libxfont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 20:21:53 UTC (rev 217487)
+++ PKGBUILD2014-07-19 22:18:58 UTC (rev 217488)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxfont
-pkgver=1.4.99.901
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('483645ae5a7c1728026ef9eb32f61cc9017bc6f9e09edb9694d487891ab44e4e')
+sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
 
 build() {
   cd "${srcdir}/libXfont-${pkgver}"



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

2014-07-19 Thread Laurent Carlier
Date: Sunday, July 20, 2014 @ 00:19:11
  Author: lcarlier
Revision: 217489

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

Added:
  libxfont/repos/testing-i686/PKGBUILD
(from rev 217488, libxfont/trunk/PKGBUILD)
  libxfont/repos/testing-x86_64/PKGBUILD
(from rev 217488, libxfont/trunk/PKGBUILD)
Deleted:
  libxfont/repos/testing-i686/PKGBUILD
  libxfont/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   54 ++
 testing-i686/PKGBUILD   |   27 ---
 testing-x86_64/PKGBUILD |   27 ---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-19 22:18:58 UTC (rev 217488)
+++ testing-i686/PKGBUILD   2014-07-19 22:19:11 UTC (rev 217489)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.4.99.901
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('483645ae5a7c1728026ef9eb32f61cc9017bc6f9e09edb9694d487891ab44e4e')
-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/testing-i686/PKGBUILD (from rev 217488, 
libxfont/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-19 22:19:11 UTC (rev 217489)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libxfont
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
+sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
+
+build() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-07-19 22:18:58 UTC (rev 217488)
+++ testing-x86_64/PKGBUILD 2014-07-19 22:19:11 UTC (rev 217489)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.4.99.901
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('483645ae5a7c1728026ef9eb32f61cc9017bc6f9e09edb9694d487891ab44e4e')
-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/testing-x86_64/PKGBUILD (from rev 217488, 
libxfont/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-19 22:19:11 UTC (rev 217489)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libxfont
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
+sha256sums=('3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f')
+
+build() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/shar

[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)

2014-07-19 Thread Jan Steffens
Date: Saturday, July 19, 2014 @ 22:21:53
  Author: heftig
Revision: 217487

Revert that; can't set Options in OutputClasses

Modified:
  xf86-video-intel/trunk/xf86-video-intel.install

--+
 xf86-video-intel.install |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: xf86-video-intel.install
===
--- xf86-video-intel.install2014-07-19 20:05:42 UTC (rev 217486)
+++ xf86-video-intel.install2014-07-19 20:21:53 UTC (rev 217487)
@@ -10,9 +10,8 @@
 fall back to UXA if you run into trouble or test experimental
 Glamor acceleration. To do so, save a file with the following 
 content as /etc/X11/xorg.conf.d/20-intel.conf :
-  Section "OutputClass"
+  Section "Device"
 Identifier  "Intel Graphics"
-MatchDriver "i810|i915"
 Driver  "intel"
 Option  "AccelMethod"  "sna"
 #Option  "AccelMethod"  "uxa"



[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)

2014-07-19 Thread Jan Steffens
Date: Saturday, July 19, 2014 @ 22:05:42
  Author: heftig
Revision: 217486

Use new OutputClass method; doesn't cause an error when there is no intel card, 
such as in XWayland

Modified:
  xf86-video-intel/trunk/xf86-video-intel.install

--+
 xf86-video-intel.install |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: xf86-video-intel.install
===
--- xf86-video-intel.install2014-07-19 19:51:55 UTC (rev 217485)
+++ xf86-video-intel.install2014-07-19 20:05:42 UTC (rev 217486)
@@ -10,8 +10,9 @@
 fall back to UXA if you run into trouble or test experimental
 Glamor acceleration. To do so, save a file with the following 
 content as /etc/X11/xorg.conf.d/20-intel.conf :
-  Section "Device"
+  Section "OutputClass"
 Identifier  "Intel Graphics"
+MatchDriver "i810|i915"
 Driver  "intel"
 Option  "AccelMethod"  "sna"
 #Option  "AccelMethod"  "uxa"



[arch-commits] Commit in coreutils/trunk (PKGBUILD coreutils-8.22-shuf-segfault.patch)

2014-07-19 Thread Sébastien Luttringer
Date: Saturday, July 19, 2014 @ 21:51:38
  Author: seblu
Revision: 217484

upgpkg: coreutils 8.23-1

- bump new version
- remove patches
- sebluify PKGBUILD
- update maintainer field has bartholomej drop himself from archweb

Modified:
  coreutils/trunk/PKGBUILD
Deleted:
  coreutils/trunk/coreutils-8.22-shuf-segfault.patch

+
 PKGBUILD   |   33 +++
 coreutils-8.22-shuf-segfault.patch |   74 ---
 2 files changed, 16 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 18:02:08 UTC (rev 217483)
+++ PKGBUILD2014-07-19 19:51:38 UTC (rev 217484)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer:  Sébastien "Seblu" Luttringer
-# Maintainer:  Bartłomiej Piotrowski 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Allan McRae 
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=8.22
-pkgrel=4
+pkgver=8.23
+pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -14,24 +14,21 @@
 groups=('base')
 depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl')
 install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-coreutils-8.22-shuf-segfault.patch
-0001-cp-don-t-reserve-a-device-number.patch)
-md5sums=('8fb0ae2267aa6e728958adc38f8163a2'
- 'SKIP'
- '94f7e6f373f37beb236caabed8fcdb52'
- 'ac3825f60b6e0300e375f656a3667c52')
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('abed135279f87ad6762ce57ff6d89c41'
+ 'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../coreutils-8.22-shuf-segfault.patch
-  patch -p1 -i ../0001-cp-don-t-reserve-a-device-number.patch
-}
+#prepare() {
+#  cd $pkgname-$pkgver
+#}
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib --with-openssl \
---enable-no-install-program=groups,hostname,kill,uptime
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
   make
 }
 
@@ -44,3 +41,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: coreutils-8.22-shuf-segfault.patch
===
--- coreutils-8.22-shuf-segfault.patch  2014-07-19 18:02:08 UTC (rev 217483)
+++ coreutils-8.22-shuf-segfault.patch  2014-07-19 19:51:38 UTC (rev 217484)
@@ -1,74 +0,0 @@
-From 24eb395471176e24762b08bfcef7562911537504 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Sun, 23 Feb 2014 15:34:48 -0800
-Subject: [PATCH] shuf: with -r, don't dump core if the input is empty
-
-Problem reported by valiant xiao in .
-* NEWS: Document this.
-* src/shuf.c (main): With -r, report an error if the input is empty.
-* tests/misc/shuf.sh: Test for the bug.

- NEWS   |  3 +++
- src/shuf.c | 15 +++
- tests/misc/shuf.sh |  4 
- 3 files changed, 18 insertions(+), 4 deletions(-)
-
-diff --git a/NEWS b/NEWS
-index e72942b..2df246d 100644
 a/NEWS
-+++ b/NEWS
-@@ -22,6 +22,9 @@ GNU coreutils NEWS-*- 
outline -*-
-   it would display an error, requiring --no-dereference to avoid the issue.
-   [bug introduced in coreutils-5.3.0]
- 
-+  shuf -r no longer dumps core if the input is empty.
-+  [bug introduced in coreutils-8.22]
-+
- ** New features
- 
-   od accepts a new option: --endian=TYPE to handle inputs with different byte
-diff --git a/src/shuf.c b/src/shuf.c
-index d4641fe..2a91072 100644
 a/src/shuf.c
-+++ b/src/shuf.c
-@@ -576,11 +576,18 @@ main (int argc, char **argv)
-   /* Generate output according to requested method */
-   if (repeat)
- {
--  if (input_range)
--i = write_random_numbers (randint_source, head_lines,
--  lo_input, hi_input, eolbyte);
-+  if (head_lines == 0)
-+i = 0;
-   else
--i = write_random_lines (randint_source, head_lines, line, n_lines);
-+{
-+  if (n_lines == 0)
-+error (EXIT_FAILURE, 0, _("No lines to repeat"));
-+  if (input_range)
-+i = write_random_numbers (randint_source, head_lines,
-+  lo_input, hi_input, eolbyte);
-+  else
-+i = write_random_lines (randint_source, head_lines, line, 
n_lines);
-+}
- }
-   else
- {
-diff --git a/tests/misc/shuf.sh b/tests/misc/shuf.sh
-index d3ea1f2..d7251d1 100755
 a/tests/misc/shuf.sh
-+++ b/tests/misc/shuf.sh
-@@ -43,6 +43,10 @@ compare in out1 || { fail=1; echo "not a permutation" 1>&2; 
}
- t=$(shuf -e a b c d e | sort | fmt)
- test "$t" = 'a b c d e' || { fail=1; echo "not a permutation" 1>&2; }
- 
-+# coreut

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

2014-07-19 Thread Sébastien Luttringer
Date: Saturday, July 19, 2014 @ 21:51:55
  Author: seblu
Revision: 217485

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

Added:
  coreutils/repos/testing-i686/
  coreutils/repos/testing-i686/0001-cp-don-t-reserve-a-device-number.patch
(from rev 217484, 
coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
  coreutils/repos/testing-i686/PKGBUILD
(from rev 217484, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-i686/coreutils.install
(from rev 217484, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/0001-cp-don-t-reserve-a-device-number.patch
(from rev 217484, 
coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 217484, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/coreutils.install
(from rev 217484, coreutils/trunk/coreutils.install)

+
 testing-i686/0001-cp-don-t-reserve-a-device-number.patch   |   77 +++
 testing-i686/PKGBUILD  |   45 ++
 testing-i686/coreutils.install |   17 ++
 testing-x86_64/0001-cp-don-t-reserve-a-device-number.patch |   77 +++
 testing-x86_64/PKGBUILD|   45 ++
 testing-x86_64/coreutils.install   |   17 ++
 6 files changed, 278 insertions(+)

Copied: 
coreutils/repos/testing-i686/0001-cp-don-t-reserve-a-device-number.patch (from 
rev 217484, coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
===
--- testing-i686/0001-cp-don-t-reserve-a-device-number.patch
(rev 0)
+++ testing-i686/0001-cp-don-t-reserve-a-device-number.patch2014-07-19 
19:51:55 UTC (rev 217485)
@@ -0,0 +1,77 @@
+From d0294ff3b90430750a631556277c75f1a555dd44 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Thu, 3 Apr 2014 09:48:22 -0700
+Subject: [PATCH] cp: don't reserve a device number
+
+* src/copy.c (copy_internal): Replace dev_t arg DEVICE with struct
+stat pointer arg PARENT.  All callers changed.  This removes an
+unwarranted assumption that dev_t values of 0 cannot occur in file
+systems.  See: http://bugs.gnu.org/17179
+---
+ src/copy.c | 15 +++
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+diff --git a/src/copy.c b/src/copy.c
+index 781cc1e..d471a77 100644
+--- a/src/copy.c
 b/src/copy.c
+@@ -117,7 +117,7 @@ struct dir_list
+ #define DEST_INFO_INITIAL_CAPACITY 61
+ 
+ static bool copy_internal (char const *src_name, char const *dst_name,
+-   bool new_dst, dev_t device,
++   bool new_dst, struct stat const *parent,
+struct dir_list *ancestors,
+const struct cp_options *x,
+bool command_line_arg,
+@@ -621,7 +621,7 @@ copy_dir (char const *src_name_in, char const 
*dst_name_in, bool new_dst,
+   char *dst_name = file_name_concat (dst_name_in, namep, NULL);
+   bool first_dir_created = *first_dir_created_per_command_line_arg;
+ 
+-  ok &= copy_internal (src_name, dst_name, new_dst, src_sb->st_dev,
++  ok &= copy_internal (src_name, dst_name, new_dst, src_sb,
+ancestors, &non_command_line_options, false,
+&first_dir_created,
+&local_copy_into_self, NULL);
+@@ -1725,9 +1725,8 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ /* Copy the file SRC_NAME to the file DST_NAME.  The files may be of
+any type.  NEW_DST should be true if the file DST_NAME cannot
+exist because its parent directory was just created; NEW_DST should
+-   be false if DST_NAME might already exist.  DEVICE is the device
+-   number of the parent directory, or 0 if the parent of this file is
+-   not known.  ANCESTORS points to a linked, null terminated list of
++   be false if DST_NAME might already exist.  A nonnull PARENT describes the
++   parent directory.  ANCESTORS points to a linked, null terminated list of
+devices and inodes of parent directories of SRC_NAME.  COMMAND_LINE_ARG
+is true iff SRC_NAME was specified on the command line.
+FIRST_DIR_CREATED_PER_COMMAND_LINE_ARG is both input and output.
+@@ -1737,7 +1736,7 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ static bool
+ copy_internal (char const *src_name, char const *dst_name,
+bool new_dst,
+-   dev_t device,
++   struct stat const *parent,
+struct dir_list *ancestors,
+const struct cp_options *x,
+bool command_line_arg,
+@@ -2434,7 +2433,7 @@ copy_internal (char const *src_name, char const 
*dst_name,
+ }
+ 
+   /* Decide whether to copy the contents of the directory. 

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

2014-07-19 Thread Anatol Pomozov
Date: Saturday, July 19, 2014 @ 20:02:08
  Author: anatolik
Revision: 217483

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 217482, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 217482, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 217482, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 217482, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 217482, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 217482, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 217482, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 217482, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 217482, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 217482, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 217482, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 217482, apache/trunk/httpd.service)

-+
 testing-i686/PKGBUILD   |  117 ++
 testing-i686/apache.install |   16 
 testing-i686/apache.tmpfiles.conf   |1 
 testing-i686/arch.layout|   22 ++
 testing-i686/httpd.logrotate|6 +
 testing-i686/httpd.service  |   15 
 testing-x86_64/PKGBUILD |  117 ++
 testing-x86_64/apache.install   |   16 
 testing-x86_64/apache.tmpfiles.conf |1 
 testing-x86_64/arch.layout  |   22 ++
 testing-x86_64/httpd.logrotate  |6 +
 testing-x86_64/httpd.service|   15 
 12 files changed, 354 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 217482, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-19 18:02:08 UTC (rev 217483)
@@ -0,0 +1,117 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.10
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules' 
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
+'14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+
+build() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+   
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  --enable-deflate --enable-cgi --enable-cgid \
+  --enable-proxy --enable-proxy-connect \
+  --enable-proxy-http --enable-proxy-ftp \
+  --enable-dbd --enable-imagemap --enable-ident --enable-cern-meta \
+  --enable-lua --enable-xml2enc \
+  --with-apr=/usr/bin/apr-1-config \
+  --wit

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

2014-07-19 Thread Anatol Pomozov
Date: Saturday, July 19, 2014 @ 20:00:55
  Author: anatolik
Revision: 217482

upgpkg: apache 2.4.10-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 16:03:47 UTC (rev 217481)
+++ PKGBUILD2014-07-19 18:00:55 UTC (rev 217482)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.9
+pkgver=2.4.10
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 httpd.service
 arch.layout
 )
-sha256sums=('f78cc90dfa47caf3d83ad18fd6b4e85f23c1733fc9088594b70ce2847603'
+sha256sums=('176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'



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

2014-07-19 Thread Daniel Micay
Date: Saturday, July 19, 2014 @ 19:13:38
  Author: thestinger
Revision: 116004

upgpkg: paxd 13-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 16:05:38 UTC (rev 116003)
+++ PKGBUILD2014-07-19 17:13:38 UTC (rev 116004)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=12
+pkgver=13
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -8,7 +8,7 @@
 license=(MIT)
 depends=(glibc)
 source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('809b15a10ec35cd6384eeab7db53d334caf9f154'
+sha1sums=('1d04206d075458001da2a4604789e1cf32270a6d'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 



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

2014-07-19 Thread Daniel Micay
Date: Saturday, July 19, 2014 @ 19:14:05
  Author: thestinger
Revision: 116005

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 116004, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 116004, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 116004, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 116004, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   52 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   26 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   26 -
 6 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-07-19 17:13:38 UTC (rev 116004)
+++ community-i686/10-enable-pax.conf   2014-07-19 17:14:05 UTC (rev 116005)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 116004, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-07-19 17:14:05 UTC (rev 116005)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-19 17:13:38 UTC (rev 116004)
+++ community-i686/PKGBUILD 2014-07-19 17:14:05 UTC (rev 116005)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=12
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('809b15a10ec35cd6384eeab7db53d334caf9f154'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 116004, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-19 17:14:05 UTC (rev 116005)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=13
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
+sha1sums=('1d04206d075458001da2a4604789e1cf32270a6d'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-07-19 17:13:38 UTC (rev 116004)
+++ community-x86_64/10-enable-pax.conf 2014-07-19 17:14:05 UTC (rev 116005)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 116004, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-07-19 17:14:05 UTC (rev 116005)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-19 17:13:38 UTC (rev 11

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

2014-07-19 Thread speps
Date: Saturday, July 19, 2014 @ 17:24:58
  Author: speps
Revision: 115961

archrelease: copy trunk to community-any

Added:
  firefox-firebug/repos/community-any/PKGBUILD
(from rev 115960, firefox-firebug/trunk/PKGBUILD)
Deleted:
  firefox-firebug/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-19 15:24:46 UTC (rev 115960)
+++ PKGBUILD2014-07-19 15:24:58 UTC (rev 115961)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=firefox-firebug
-pkgver=2.0
-pkgrel=1
-pkgdesc="Firefox plugin with tools for web development."
-arch=(any)
-url="http://getfirebug.com/";
-license=('custom:BSD')
-groups=('firefox-addons')
-depends=('firefox')
-provides=('firebug')
-source=("${url}releases/firebug/$pkgver/firebug-$pkgver.xpi")
-md5sums=('d628079b2bd28970be02be48608753b3')
-
-package() {
-  # extension
-  
_dest="$pkgdir/usr/lib/firefox/browser/extensions/fire...@software.joehewitt.com"
-  find . -type d -exec install -d {} $_dest/{} \;
-  find . -type f -exec install -Dm644 {} $_dest/{} \;
-
-  # license
-  install -Dm644 license.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-firebug/repos/community-any/PKGBUILD (from rev 115960, 
firefox-firebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-19 15:24:58 UTC (rev 115961)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=firefox-firebug
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Firefox extension with tools for web development."
+arch=(any)
+url="http://getfirebug.com/";
+license=('custom:BSD')
+groups=('firefox-addons')
+depends=('firefox')
+provides=('firebug')
+source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
+md5sums=('ecd878a910e38262fa70d58b5a989201')
+
+package() {
+  # extension
+  
_dest="$pkgdir/usr/lib/firefox/browser/extensions/fire...@software.joehewitt.com"
+  find . -type d -exec install -d {} $_dest/{} \;
+  find . -type f -exec install -Dm644 {} $_dest/{} \;
+
+  # license
+  install -Dm644 license.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-19 Thread speps
Date: Saturday, July 19, 2014 @ 17:24:46
  Author: speps
Revision: 115960

upgpkg: firefox-firebug 2.0.2-1

Modified:
  firefox-firebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 13:14:14 UTC (rev 115959)
+++ PKGBUILD2014-07-19 15:24:46 UTC (rev 115960)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=firefox-firebug
-pkgver=2.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Firefox extension with tools for web development."
 arch=(any)
@@ -11,8 +11,8 @@
 groups=('firefox-addons')
 depends=('firefox')
 provides=('firebug')
-source=("${url}releases/firebug/$pkgver/firebug-$pkgver.xpi")
-md5sums=('d628079b2bd28970be02be48608753b3')
+source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
+md5sums=('ecd878a910e38262fa70d58b5a989201')
 
 package() {
   # extension



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

2014-07-19 Thread Giovanni Scafora
Date: Saturday, July 19, 2014 @ 15:14:14
  Author: giovanni
Revision: 115959

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

Added:
  fuse-exfat/repos/community-i686/PKGBUILD
(from rev 115958, fuse-exfat/trunk/PKGBUILD)
  fuse-exfat/repos/community-x86_64/PKGBUILD
(from rev 115958, fuse-exfat/trunk/PKGBUILD)
Deleted:
  fuse-exfat/repos/community-i686/PKGBUILD
  fuse-exfat/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-19 13:14:05 UTC (rev 115958)
+++ community-i686/PKGBUILD 2014-07-19 13:14:14 UTC (rev 115959)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: GaoShichao 
-
-pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Free exFAT file system implementation"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/";
-license=('GPL3')
-depends=('fuse')
-makedepends=('scons')
-optdepends=('exfat-utils: utilities for exFAT file system'
-'util-linux: to mount exFAT volumes automatically')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7988a5111841593231f20af22153362d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man page
-  install -Dm444 fuse/mount.exfat-fuse.8 
"${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
-} 

Copied: fuse-exfat/repos/community-i686/PKGBUILD (from rev 115958, 
fuse-exfat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-19 13:14:14 UTC (rev 115959)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: GaoShichao 
+
+pkgname=fuse-exfat
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Free exFAT file system implementation"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/";
+license=('GPL3')
+depends=('fuse')
+makedepends=('scons')
+optdepends=('exfat-utils: utilities for exFAT file system'
+'util-linux: to mount exFAT volumes automatically')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('b2a23c032661cb1c1da4514e7af33916')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man page
+  install -Dm444 fuse/mount.exfat-fuse.8 
"${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
+} 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-19 13:14:05 UTC (rev 115958)
+++ community-x86_64/PKGBUILD   2014-07-19 13:14:14 UTC (rev 115959)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: GaoShichao 
-
-pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Free exFAT file system implementation"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/";
-license=('GPL3')
-depends=('fuse')
-makedepends=('scons')
-optdepends=('exfat-utils: utilities for exFAT file system'
-'util-linux: to mount exFAT volumes automatically')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7988a5111841593231f20af22153362d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man page
-  install -Dm444 fuse/mount.exfat-fuse.8 
"${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
-} 

Copied: fuse-exfat/repos/community-x86_64/PKGBUILD (from rev 115958, 
fuse-exfat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-19 13:14:14 UTC (rev 115959)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: GaoShichao 
+
+pkgname=fuse-exfat
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Free exFAT file system implementation"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/";
+license=('GPL3')
+depends=('fuse')
+makedepends=('scons')
+optdepends=('exfat-utils: utilities for exFAT file system'
+'util-linux: to mount exFAT volumes automatically')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('b2a23c032661cb1c1da4514e7af33916')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man page
+  install -Dm444 fu

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

2014-07-19 Thread Giovanni Scafora
Date: Saturday, July 19, 2014 @ 15:14:05
  Author: giovanni
Revision: 115958

upgpkg: fuse-exfat 1.1.0-1

upstream release

Modified:
  fuse-exfat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 13:06:22 UTC (rev 115957)
+++ PKGBUILD2014-07-19 13:14:05 UTC (rev 115958)
@@ -3,8 +3,8 @@
 # Contributor: GaoShichao 
 
 pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Free exFAT file system implementation"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/exfat/";
@@ -13,13 +13,13 @@
 makedepends=('scons')
 optdepends=('exfat-utils: utilities for exFAT file system'
 'util-linux: to mount exFAT volumes automatically')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('7988a5111841593231f20af22153362d')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('b2a23c032661cb1c1da4514e7af33916')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
 
   # Install man page
   install -Dm444 fuse/mount.exfat-fuse.8 
"${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"



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

2014-07-19 Thread Giovanni Scafora
Date: Saturday, July 19, 2014 @ 15:06:22
  Author: giovanni
Revision: 115957

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

Added:
  exfat-utils/repos/community-i686/PKGBUILD
(from rev 115956, exfat-utils/trunk/PKGBUILD)
  exfat-utils/repos/community-x86_64/PKGBUILD
(from rev 115956, exfat-utils/trunk/PKGBUILD)
Deleted:
  exfat-utils/repos/community-i686/PKGBUILD
  exfat-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-19 13:06:12 UTC (rev 115956)
+++ community-i686/PKGBUILD 2014-07-19 13:06:22 UTC (rev 115957)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alex 
-
-pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/";
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-i686/PKGBUILD (from rev 115956, 
exfat-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-19 13:06:22 UTC (rev 115957)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Alex 
+
+pkgname=exfat-utils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/";
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('bb592bd31dc49cca5831bad53756bd84')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
+  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-19 13:06:12 UTC (rev 115956)
+++ community-x86_64/PKGBUILD   2014-07-19 13:06:22 UTC (rev 115957)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alex 
-
-pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/";
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 115956, 
exfat-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-19 13:06:22 UTC (rev 115957)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Alex 
+
+pkgname=exfat-utils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/";
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('bb592bd31dc49cca5831bad53756bd84')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  

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

2014-07-19 Thread Giovanni Scafora
Date: Saturday, July 19, 2014 @ 15:06:12
  Author: giovanni
Revision: 115956

upgpkg: exfat-utils 1.1.0-1

upstream release

Modified:
  exfat-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 11:41:52 UTC (rev 115955)
+++ PKGBUILD2014-07-19 13:06:12 UTC (rev 115956)
@@ -3,8 +3,8 @@
 # Contributor: Alex 
 
 pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Utilities for exFAT file system"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/exfat/";
@@ -11,13 +11,13 @@
 license=('GPL3')
 depends=('glibc')
 makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('bb592bd31dc49cca5831bad53756bd84')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
 
   # Install man pages
   install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:41:20
  Author: fyan
Revision: 115954

upgpkg: nodejs 0.10.29-3

- fix symlinks to man pages
- uninstall ronn and marked

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 11:25:13 UTC (rev 115953)
+++ PKGBUILD2014-07-19 11:41:20 UTC (rev 115954)
@@ -11,7 +11,7 @@
 pkgname=nodejs
 pkgver=0.10.29
 _npmver=1.4.21
-pkgrel=2
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -57,6 +57,7 @@
   cd ../npm
   ../node-v$pkgver/node cli.js install ronn marked
   PATH="$srcdir/node-v$pkgver:$PATH" make
+  ../node-v$pkgver/node cli.js uninstall ronn marked
 }
 
 check() {
@@ -79,7 +80,8 @@
 
   install -d "$pkgdir"/usr/share/man/{man1,man3,man5,man7}
   for _dir in man1 man3 man5 man7; do
-for _file in $(ls "$pkgdir"/usr/lib/node_modules/npm/man/$_dir/*); do
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
   ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
 done
   done



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:41:52
  Author: fyan
Revision: 115955

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

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

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   90 -
 community-x86_64/PKGBUILD |   90 -
 3 files changed, 184 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-19 11:41:20 UTC (rev 115954)
+++ community-i686/PKGBUILD 2014-07-19 11:41:52 UTC (rev 115955)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.29
-_npmver=1.4.21
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz";
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need new version of npm to fix bugs
-  rm -r deps/npm
-  ln -s "$srcdir/npm" deps
-  rm -r "$srcdir/npm/.git"
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH="$srcdir/node-v$pkgver:$PATH" make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-
-  install -d "$pkgdir"/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-for _file in $(ls "$pkgdir"/usr/lib/node_modules/npm/man/$_dir/*); do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 115954, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-19 11:41:52 UTC (rev 115955)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.29
+_npmver=1.4.21
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz";
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need new version of npm to fix bugs
+  rm -r deps/npm
+  ln -s "$srcdir/npm" deps
+  rm -r "$srcdir/npm/.git"
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export 

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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:25:13
  Author: fyan
Revision: 115953

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

Added:
  ibus-rime/repos/community-testing-i686/
  ibus-rime/repos/community-testing-i686/PKGBUILD
(from rev 115952, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-i686/ibus-rime.install
(from rev 115952, ibus-rime/trunk/ibus-rime.install)
  ibus-rime/repos/community-testing-x86_64/
  ibus-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 115952, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-x86_64/ibus-rime.install
(from rev 115952, ibus-rime/trunk/ibus-rime.install)

+
 community-testing-i686/PKGBUILD|   28 +++
 community-testing-i686/ibus-rime.install   |3 ++
 community-testing-x86_64/PKGBUILD  |   28 +++
 community-testing-x86_64/ibus-rime.install |3 ++
 4 files changed, 62 insertions(+)

Copied: ibus-rime/repos/community-testing-i686/PKGBUILD (from rev 115952, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-19 11:25:13 UTC (rev 115953)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.2
+pkgrel=1
+pkgdesc="Rime input method engine for ibus"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
+makedepends=('cmake' 'git')
+install='ibus-rime.install'
+source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: ibus-rime/repos/community-testing-i686/ibus-rime.install (from rev 
115952, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-i686/ibus-rime.install(rev 0)
+++ community-testing-i686/ibus-rime.install2014-07-19 11:25:13 UTC (rev 
115953)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}

Copied: ibus-rime/repos/community-testing-x86_64/PKGBUILD (from rev 115952, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-19 11:25:13 UTC (rev 115953)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.2
+pkgrel=1
+pkgdesc="Rime input method engine for ibus"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
+makedepends=('cmake' 'git')
+install='ibus-rime.install'
+source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: ibus-rime/repos/community-testing-x86_64/ibus-rime.install (from rev 
115952, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-x86_64/ibus-rime.install  (rev 0)
+++ community-testing-x86_64/ibus-rime.install  2014-07-19 11:25:13 UTC (rev 
115953)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:24:47
  Author: fyan
Revision: 115952

upgpkg: ibus-rime 1.2-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 11:20:21 UTC (rev 115951)
+++ PKGBUILD2014-07-19 11:24:47 UTC (rev 115952)
@@ -4,7 +4,7 @@
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="Rime input method engine for ibus"
 arch=('i686' 'x86_64')
@@ -11,9 +11,10 @@
 url="http://code.google.com/p/rimeime/";
 license=('GPL3')
 depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
 install='ibus-rime.install'
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver";)
+md5sums=('SKIP')
 
 build() {
   cd $pkgname
@@ -25,4 +26,3 @@
   make DESTDIR="$pkgdir" install
 }
 
-sha512sums=('2510f9019045013f85af5b8401286b338b739fa0e908a3e30e1d59971a43c32212f388d367b51942292e236859feb1a70d7e7b8deb17eafd8b4f878cc7ba018f')



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:20:21
  Author: fyan
Revision: 115951

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

Added:
  brise/repos/community-testing-i686/
  brise/repos/community-testing-i686/PKGBUILD
(from rev 115950, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
(from rev 115950, brise/trunk/PKGBUILD)

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

Copied: brise/repos/community-testing-i686/PKGBUILD (from rev 115950, 
brise/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-19 11:20:21 UTC (rev 115951)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'git' 'librime>=1.2')
+provides=('librime-data')
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 115950, 
brise/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-19 11:20:21 UTC (rev 115951)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'git' 'librime>=1.2')
+provides=('librime-data')
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 13:19:54
  Author: fyan
Revision: 115950

upgpkg: brise 0.35-1

Modified:
  brise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 08:30:11 UTC (rev 115949)
+++ PKGBUILD2014-07-19 11:19:54 UTC (rev 115950)
@@ -3,7 +3,7 @@
 # Contributor: GONG Chen 
 
 pkgname=brise
-pkgver=0.32
+pkgver=0.35
 pkgrel=1
 pkgdesc="Rime schema repository"
 arch=('i686' 'x86_64')
@@ -10,10 +10,11 @@
 url="http://code.google.com/p/rimeime/";
 license=('GPL3')
 depends=()
-makedepends=('cmake' 'librime>=1.1')
+makedepends=('cmake' 'git' 'librime>=1.2')
 provides=('librime-data')
-conflicts=('librime<1.1' 'ibus-rime<1.1')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";)
+md5sums=('SKIP')
 
 build() {
   cd $pkgname
@@ -25,4 +26,3 @@
   make DESTDIR="$pkgdir" install
 }
 
-sha512sums=('c41d4a7399a963b9e023015e1268f0f63693091d0ae2edff9db68397d223bb25ea6c392d2649f7817edd40998b1ed144d63478a01241cdaa5f2e84fd846e24d7')



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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 10:30:11
  Author: fyan
Revision: 115949

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-19 08:29:40 UTC (rev 115948)
+++ community-i686/PKGBUILD 2014-07-19 08:30:11 UTC (rev 115949)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.29
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-
-  # Why the hell wasn't this installed?! FS#40221
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 115948, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-19 08:30:11 UTC (rev 115949)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.29
+_npmver=1.4.21
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz";
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need new version of npm to fix bugs
+  rm -r deps/npm
+  ln -s "$srcdir/npm" deps
+  rm -r "$srcdir/npm/.git"
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+
+  cd ../npm
+  ../node-v$pkgver/node cli.js install ronn marked
+  PATH="$srcdir/node-v$pkgver:$PATH" make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as per user request
+  install -d "$pkgdir"/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+"$pkgdir"/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+
+

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

2014-07-19 Thread Felix Yan
Date: Saturday, July 19, 2014 @ 10:29:40
  Author: fyan
Revision: 115948

upgpkg: nodejs 0.10.29-2

- update bundled npm to 1.4.21, fixes FS#41254
- symlink man pages into /usr/share/man, fixes FS#40883

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-19 04:03:22 UTC (rev 115947)
+++ PKGBUILD2014-07-19 08:29:40 UTC (rev 115948)
@@ -10,7 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.29
-pkgrel=1
+_npmver=1.4.21
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -17,16 +18,23 @@
 license=('MIT')
 depends=('openssl')
 provides=('nodejs-node-gyp')
-makedepends=('python2')
+makedepends=('python2' 'git' 'procps-ng')
 optdepends=('python2: for node-gyp')
 checkdepends=('curl')
 options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz";
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
+'SKIP')
 
 prepare() {
   cd node-v$pkgver
 
+  # We need new version of npm to fix bugs
+  rm -r deps/npm
+  ln -s "$srcdir/npm" deps
+  rm -r "$srcdir/npm/.git"
+
   msg 'Fixing for python2 name'
   find -type f -exec sed \
 -e 's_^#!/usr/bin/env python$_&2_' \
@@ -45,6 +53,10 @@
 --shared-openssl
 
   make
+
+  cd ../npm
+  ../node-v$pkgver/node cli.js install ronn marked
+  PATH="$srcdir/node-v$pkgver:$PATH" make
 }
 
 check() {
@@ -65,7 +77,13 @@
   install -D -m644 LICENSE \
 "$pkgdir"/usr/share/licenses/nodejs/LICENSE
 
-  # Why the hell wasn't this installed?! FS#40221
+  install -d "$pkgdir"/usr/share/man/{man1,man3,man5,man7}
+  for _dir in man1 man3 man5 man7; do
+for _file in $(ls "$pkgdir"/usr/lib/node_modules/npm/man/$_dir/*); do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+
   ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
 }