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

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 08:46:09
  Author: foutrelis
Revision: 195944

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

Added:
  slim/repos/extra-i686/PKGBUILD
(from rev 195943, slim/trunk/PKGBUILD)
  slim/repos/extra-i686/slim-1.3.6-add-sessiondir.patch
(from rev 195943, slim/trunk/slim-1.3.6-add-sessiondir.patch)
  slim/repos/extra-i686/slim-1.3.6-fix-libslim-libraries.patch
(from rev 195943, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/extra-i686/slim.logrotate
(from rev 195943, slim/trunk/slim.logrotate)
  slim/repos/extra-i686/slim.pam
(from rev 195943, slim/trunk/slim.pam)
  slim/repos/extra-x86_64/PKGBUILD
(from rev 195943, slim/trunk/PKGBUILD)
  slim/repos/extra-x86_64/slim-1.3.6-add-sessiondir.patch
(from rev 195943, slim/trunk/slim-1.3.6-add-sessiondir.patch)
  slim/repos/extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch
(from rev 195943, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/extra-x86_64/slim.logrotate
(from rev 195943, slim/trunk/slim.logrotate)
  slim/repos/extra-x86_64/slim.pam
(from rev 195943, slim/trunk/slim.pam)
Deleted:
  slim/repos/extra-i686/PKGBUILD
  slim/repos/extra-i686/slim-1.3.6-fix-libslim-libraries.patch
  slim/repos/extra-i686/slim.logrotate
  slim/repos/extra-i686/slim.pam
  slim/repos/extra-x86_64/PKGBUILD
  slim/repos/extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch
  slim/repos/extra-x86_64/slim.logrotate
  slim/repos/extra-x86_64/slim.pam

-+
 /PKGBUILD   |  130 ++
 /slim-1.3.6-fix-libslim-libraries.patch |   40 +
 /slim.logrotate |   18 ++
 /slim.pam   |   14 +
 extra-i686/PKGBUILD |   62 
 extra-i686/slim-1.3.6-add-sessiondir.patch  |   28 +++
 extra-i686/slim-1.3.6-fix-libslim-libraries.patch   |   20 --
 extra-i686/slim.logrotate   |9 -
 extra-i686/slim.pam |7 
 extra-x86_64/PKGBUILD   |   62 
 extra-x86_64/slim-1.3.6-add-sessiondir.patch|   28 +++
 extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch |   20 --
 extra-x86_64/slim.logrotate |9 -
 extra-x86_64/slim.pam   |7 
 14 files changed, 258 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 06:45:51 UTC (rev 195943)
+++ extra-i686/PKGBUILD 2013-10-06 06:46:09 UTC (rev 195944)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=slim
-pkgver=1.3.6
-pkgrel=1
-pkgdesc=Desktop-independent graphical login manager for X11
-arch=('i686' 'x86_64')
-url=http://slim.berlios.de/;
-license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
-slim-1.3.6-fix-libslim-libraries.patch
-slim.pam
-slim.logrotate)
-sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
-'3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
-'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
-'5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix installation path of slim.service
-  sed -i 's|set(LIBDIR /lib)|set(LIBDIR /usr/lib)|' CMakeLists.txt
-
-  patch -Np1 -i $srcdir/slim-1.3.6-fix-libslim-libraries.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_PAM=yes \
--DUSE_CONSOLEKIT=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/slim.pam $pkgdir/etc/pam.d/slim
-  install -Dm644 $srcdir/slim.logrotate $pkgdir/etc/logrotate.d/slim
-
-  # Provide sane defaults
-  sed -i -e 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' \
- -e 's|/var/run/slim.lock|/var/lock/slim.lock|' \
-$pkgdir/etc/slim.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: slim/repos/extra-i686/PKGBUILD (from rev 195943, slim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-06 06:46:09 UTC (rev 195944)
@@ 

[arch-commits] Commit in slim/trunk (PKGBUILD slim-1.3.6-add-sessiondir.patch)

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 08:45:51
  Author: foutrelis
Revision: 195943

upgpkg: slim 1.3.6-2

Update slim.conf to include sessiondir.

Added:
  slim/trunk/slim-1.3.6-add-sessiondir.patch
Modified:
  slim/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 slim-1.3.6-add-sessiondir.patch |   28 
 2 files changed, 32 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 00:47:24 UTC (rev 195942)
+++ PKGBUILD2013-10-06 06:45:51 UTC (rev 195943)
@@ -7,7 +7,7 @@
 
 pkgname=slim
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop-independent graphical login manager for X11
 arch=('i686' 'x86_64')
 url=http://slim.berlios.de/;
@@ -17,10 +17,12 @@
 backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
 source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
 slim-1.3.6-fix-libslim-libraries.patch
+slim-1.3.6-add-sessiondir.patch
 slim.pam
 slim.logrotate)
 sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
 '3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
+'0dffd53a69eb9033a67fad964df6fc150ee7a483e29d8eb8b559010fbd14e5fd'
 'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
 '5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
 
@@ -31,6 +33,7 @@
   sed -i 's|set(LIBDIR /lib)|set(LIBDIR /usr/lib)|' CMakeLists.txt
 
   patch -Np1 -i $srcdir/slim-1.3.6-fix-libslim-libraries.patch
+  patch -Np1 -i $srcdir/slim-1.3.6-add-sessiondir.patch
 }
 
 build() {

Added: slim-1.3.6-add-sessiondir.patch
===
--- slim-1.3.6-add-sessiondir.patch (rev 0)
+++ slim-1.3.6-add-sessiondir.patch 2013-10-06 06:45:51 UTC (rev 195943)
@@ -0,0 +1,28 @@
+From 741e43960a4ea3a8bc230b1f599311d800c2cc83 Mon Sep 17 00:00:00 2001
+From: Nobuhiro Iwamatsu iwama...@nigauri.org
+Date: Wed, 02 Oct 2013 23:23:24 +
+Subject: Update slim.conf. Add sessiondir.
+
+Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org
+---
+diff --git a/slim.conf b/slim.conf
+index a8e2e1c..c5f1d38 100644
+--- a/slim.conf
 b/slim.conf
+@@ -47,11 +47,9 @@ login_cmd   exec /bin/bash -login ~/.xinitrc 
%session
+ # options -d and -nodaemon
+ # daemon  yes
+ 
+-# Available sessions (first one is the default).
+-# The current chosen session name is replaced in the login_cmd
+-# above, so your login command can handle different sessions.
+-# see the xinitrc.sample file shipped with slim sources
+-sessionsxfce4,icewm-session,wmaker,blackbox
++# Set directory that contains the xsessions.
++# slim reads xsesion from this directory, and be able to select.
++sessiondir/usr/share/xsessions/
+ 
+ # Executed when pressing F11 (requires imagemagick)
+ screenshot_cmd  import -window root /slim.png
+--
+cgit v0.9.2



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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 08:55:57
  Author: tpowa
Revision: 195945

upgpkg: sane 1.0.24-2

rename udev rule, fix #36550

Modified:
  sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 06:46:09 UTC (rev 195944)
+++ PKGBUILD2013-10-06 06:55:57 UTC (rev 195945)
@@ -6,7 +6,7 @@
 
 pkgname=sane
 pkgver=1.0.24
-pkgrel=1
+pkgrel=2
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org/;
 arch=('i686' 'x86_64')
@@ -49,9 +49,9 @@
   echo #hpaio  ${pkgdir}/etc/sane.d/dll.conf
   # install udev files
   install -D -m0644 tools/udev/libsane.rules \
-${pkgdir}/usr/lib/udev/rules.d/53-sane.rules
+${pkgdir}/usr/lib/udev/rules.d/49-sane.rules
   # fix udev rules
-  sed -i 's|NAME=%k, ||g' ${pkgdir}/usr/lib/udev/rules.d/53-sane.rules
+  sed -i 's|NAME=%k, ||g' ${pkgdir}/usr/lib/udev/rules.d/49-sane.rules
   
   # install xinetd file
   install -D -m644 ${srcdir}/sane.xinetd ${pkgdir}/etc/xinetd.d/sane



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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 08:58:15
  Author: tpowa
Revision: 195946

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

Added:
  sane/repos/extra-i686/PKGBUILD
(from rev 195945, sane/trunk/PKGBUILD)
  sane/repos/extra-i686/network.patch
(from rev 195945, sane/trunk/network.patch)
  sane/repos/extra-i686/sane.xinetd
(from rev 195945, sane/trunk/sane.xinetd)
  sane/repos/extra-i686/saned.service
(from rev 195945, sane/trunk/saned.service)
  sane/repos/extra-i686/saned.socket
(from rev 195945, sane/trunk/saned.socket)
  sane/repos/extra-x86_64/PKGBUILD
(from rev 195945, sane/trunk/PKGBUILD)
  sane/repos/extra-x86_64/network.patch
(from rev 195945, sane/trunk/network.patch)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 195945, sane/trunk/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 195945, sane/trunk/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 195945, sane/trunk/saned.socket)
Deleted:
  sane/repos/extra-i686/PKGBUILD
  sane/repos/extra-i686/network.patch
  sane/repos/extra-i686/sane.xinetd
  sane/repos/extra-i686/saned.service
  sane/repos/extra-i686/saned.socket
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/network.patch
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket

+
 /PKGBUILD  |  144 +++
 /network.patch |   84 +
 /sane.xinetd   |   22 ++
 /saned.service |   16 
 /saned.socket  |   18 +
 extra-i686/PKGBUILD|   72 -
 extra-i686/network.patch   |   42 
 extra-i686/sane.xinetd |   11 ---
 extra-i686/saned.service   |8 --
 extra-i686/saned.socket|9 --
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/network.patch |   42 
 extra-x86_64/sane.xinetd   |   11 ---
 extra-x86_64/saned.service |8 --
 extra-x86_64/saned.socket  |9 --
 15 files changed, 284 insertions(+), 284 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 06:55:57 UTC (rev 195945)
+++ extra-i686/PKGBUILD 2013-10-06 06:58:15 UTC (rev 195946)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Simo L. neot...@yahoo.com
-# Contributor: eric e...@archlinux.org
-
-pkgname=sane
-pkgver=1.0.24
-pkgrel=1
-pkgdesc=Scanner Access Now Easy
-url=http://www.sane-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libtiff=4.0.0' 'libgphoto2' 'libjpeg=8' 'libusbx' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
-makedepends=('texlive-latexextra')
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
-source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
-'sane.xinetd'
-'saned.socket'
-'saned.service'
-'network.patch')
-options=(!libtool)
-
-prepare() {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-   # fix 
http://vasks.debian.org/tracker/?func=detailatid=410366aid=313760group_id=30186
-   patch -Np1 -i ${srcdir}/network.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-docdir=/usr/share/doc/sane \
---enable-avahi \
---enable-pthread \
---disable-rpath \
---enable-libusb_1_0 \
---disable-locking
-  make
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # fix hp officejets
-  echo #hpaio  ${pkgdir}/etc/sane.d/dll.conf
-  # install udev files
-  install -D -m0644 tools/udev/libsane.rules \
-${pkgdir}/usr/lib/udev/rules.d/53-sane.rules
-  # fix udev rules
-  sed -i 's|NAME=%k, ||g' ${pkgdir}/usr/lib/udev/rules.d/53-sane.rules
-  
-  # install 

[arch-commits] Commit in thunar-archive-plugin/repos (8 files)

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:06:40
  Author: foutrelis
Revision: 195948

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

Added:
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
(from rev 195947, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
(from rev 195947, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 195947, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install
(from rev 195947, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
Deleted:
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install

+
 /PKGBUILD  |   78 +++
 /thunar-archive-plugin.install |   26 +
 extra-i686/PKGBUILD|   36 
 extra-i686/thunar-archive-plugin.install   |   19 --
 extra-x86_64/PKGBUILD  |   36 
 extra-x86_64/thunar-archive-plugin.install |   19 --
 6 files changed, 104 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 07:06:26 UTC (rev 195947)
+++ extra-i686/PKGBUILD 2013-10-06 07:06:40 UTC (rev 195948)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=thunar-archive-plugin
-pkgver=0.3.1
-pkgrel=1
-pkgdesc=Create and deflate archives in thunar
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-i686/PKGBUILD (from rev 195947, 
thunar-archive-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-06 07:06:40 UTC (rev 195948)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=thunar-archive-plugin
+pkgver=0.3.1
+pkgrel=2
+pkgdesc=Create and extract archives in Thunar
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('file-roller'
+'kdeutils-ark')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/thunar-archive-plugin.install
===
--- extra-i686/thunar-archive-plugin.install2013-10-06 07:06:26 UTC (rev 
195947)
+++ extra-i686/thunar-archive-plugin.install2013-10-06 07:06:40 UTC (rev 
195948)
@@ -1,19 +0,0 @@
-post_install() {
-  cat  EOF
-
-NOTE for thunar-archive-plugin:
-
-  == please install xarchiver, squeeze, file-roller or ark to use the plugin
-EOF
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install 
(from rev 195947, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
===
--- extra-i686/thunar-archive-plugin.install(rev 0)
+++ extra-i686/thunar-archive-plugin.install2013-10-06 07:06:40 

[arch-commits] Commit in thunar-archive-plugin/trunk (2 files)

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:06:26
  Author: foutrelis
Revision: 195947

upgpkg: thunar-archive-plugin 0.3.1-2

Use optional dependencies for backend archivers.

Modified:
  thunar-archive-plugin/trunk/PKGBUILD
  thunar-archive-plugin/trunk/thunar-archive-plugin.install

---+
 PKGBUILD  |9 ++---
 thunar-archive-plugin.install |   10 ++
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 06:58:15 UTC (rev 195946)
+++ PKGBUILD2013-10-06 07:06:26 UTC (rev 195947)
@@ -4,8 +4,8 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=1
-pkgdesc=Create and deflate archives in thunar
+pkgrel=2
+pkgdesc=Create and extract archives in Thunar
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
 license=('GPL2')
@@ -12,6 +12,8 @@
 groups=('xfce4-goodies')
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool')
+optdepends=('file-roller'
+'kdeutils-ark')
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
@@ -20,7 +22,8 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var \

Modified: thunar-archive-plugin.install
===
--- thunar-archive-plugin.install   2013-10-06 06:58:15 UTC (rev 195946)
+++ thunar-archive-plugin.install   2013-10-06 07:06:26 UTC (rev 195947)
@@ -1,19 +1,13 @@
 post_install() {
-  cat  EOF
-
-NOTE for thunar-archive-plugin:
-
-  == please install xarchiver, squeeze, file-roller or ark to use the plugin
-EOF
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
 post_remove() {
-  post_upgrade
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-power-manager/trunk (2 files)

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:26:13
  Author: foutrelis
Revision: 195949

upgpkg: xfce4-power-manager 1.2.0-6

Fix brightness level handling (FS#36948).

Added:
  
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
Modified:
  xfce4-power-manager/trunk/PKGBUILD

--+
 PKGBUILD | 
   8 
 xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch | 
 306 ++
 2 files changed, 313 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 07:06:40 UTC (rev 195948)
+++ PKGBUILD2013-10-06 07:26:13 UTC (rev 195949)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-power-manager
 pkgver=1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Power manager for Xfce desktop
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -16,9 +16,11 @@
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/1.2/$pkgname-$pkgver.tar.bz2
 xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
+
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
 xfce4-power-manager-1.2.0-sync-en-gb-translation.patch)
 sha256sums=('d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9'
 '4166f61234abfcd385d43b1e7f7ab5b73711bcb7335ef0f6b217ac799dc9266b'
+'689751b6369fd8ade6337713283f5ef3dd40715bbbe69e4a8723c9cbe56e7465'
 'c8e1dfafd685c2abf1fcc2b3682f5b1eb2e7f1d4fa557f11a7478437eef9a933')
 
 prepare() {
@@ -28,6 +30,10 @@
   # https://bugzilla.xfce.org/show_bug.cgi?id=9963
   patch -Np1 -i 
$srcdir/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
 
+  # Fix brightness level handling
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8840
+  patch -Np1 -i 
$srcdir/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
+
   # Fix en_GB translation
   # https://bugs.archlinux.org/task/30055
   patch -d po -Np0 -i \

Added: 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
===
--- 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
(rev 0)
+++ 
xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
2013-10-06 07:26:13 UTC (rev 195949)
@@ -0,0 +1,306 @@
+From 05d12e12596512f7a31d3cdb4845a69dc2d4c611 Mon Sep 17 00:00:00 2001
+From: Martin Matuska mar...@matuska.org
+Date: Tue, 23 Jul 2013 09:27:41 +
+Subject: Change brightness level from glong to gint32
+
+The Backlight RandR property is a 32-bit integer. This means that the int32 
(gint32) type should be used to represent brightness levels. The attached patch 
does nothing else than changing the brightness level representation from glong 
to gint32. This fixes the screen auto-dimming issue and brightness panel plugin 
issue.
+---
+diff --git a/common/xfpm-brightness.c b/common/xfpm-brightness.c
+index aa1ef33..f1524cb 100644
+--- a/common/xfpm-brightness.c
 b/common/xfpm-brightness.c
+@@ -92,11 +92,11 @@ out:
+ }
+ 
+ static gboolean
+-xfpm_brightness_xrandr_get_level (XfpmBrightness *brightness, RROutput 
output, long *current)
++xfpm_brightness_xrandr_get_level (XfpmBrightness *brightness, RROutput 
output, gint32 *current)
+ {
+ unsigned long nitems;
+ unsigned long bytes_after;
+-long *prop;
++gint32 *prop;
+ Atom actual_type;
+ int actual_format;
+ gboolean ret = FALSE;
+@@ -124,7 +124,7 @@ xfpm_brightness_xrandr_get_level (XfpmBrightness 
*brightness, RROutput output, l
+ }
+ 
+ static gboolean
+-xfpm_brightness_xrandr_set_level (XfpmBrightness *brightness, RROutput 
output, long level)
++xfpm_brightness_xrandr_set_level (XfpmBrightness *brightness, RROutput 
output, gint32 level)
+ {
+ gboolean ret = TRUE;
+ 
+@@ -137,7 +137,7 @@ xfpm_brightness_xrandr_set_level (XfpmBrightness 
*brightness, RROutput output, l
+ 
+ if ( gdk_error_trap_pop () ) 
+ {
+-  g_warning (failed to XRRChangeOutputProperty for brightness %li, 
level);
++  g_warning (failed to XRRChangeOutputProperty for brightness %d, 
level);
+   ret = FALSE;
+ }
+ 
+@@ -225,11 +225,11 @@ xfpm_brightness_setup_xrandr (XfpmBrightness *brightness)
+ }
+ 
+ static gboolean
+-xfpm_brightness_xrand_up (XfpmBrightness *brightness, glong *new_level)
++xfpm_brightness_xrand_up (XfpmBrightness *brightness, gint32 *new_level)
+ {
+-long hw_level;
++gint32 hw_level;
+ gboolean ret = FALSE;
+-long set_level;
++gint32 set_level;
+ 
+ ret = xfpm_brightness_xrandr_get_level (brightness, 
brightness-priv-output, hw_level);
+ 
+@@ -250,14 +250,14 @@ xfpm_brightness_xrand_up (XfpmBrightness *brightness, 
glong *new_level)

[arch-commits] Commit in xfce4-power-manager/repos (18 files)

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:26:31
  Author: foutrelis
Revision: 195950

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

Added:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
(from rev 195949, xfce4-power-manager/trunk/PKGBUILD)
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch)
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch)
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch)
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
(from rev 195949, xfce4-power-manager/trunk/xfce4-power-manager.install)
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 195949, xfce4-power-manager/trunk/PKGBUILD)
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch)
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch)
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
(from rev 195949, 
xfce4-power-manager/trunk/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch)
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install
(from rev 195949, xfce4-power-manager/trunk/xfce4-power-manager.install)
Deleted:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install

---+
 /PKGBUILD  
   |  128 
 /xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch  
   |  312 ++
 /xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
   |   68 ++
 /xfce4-power-manager.install   
   |   26 
 extra-i686/PKGBUILD
   |   58 -
 
extra-i686/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
   |  306 +
 
extra-i686/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch 
  |  156 -
 extra-i686/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch  
   |   34 -
 extra-i686/xfce4-power-manager.install 
   |   13 
 extra-x86_64/PKGBUILD  
   |   58 -
 
extra-x86_64/xfce4-power-manager-1.2.0-change-brightness-level-from-glong-to-gint32.patch
 |  306 +
 
extra-x86_64/xfce4-power-manager-1.2.0-logind-support-for-suspend-hibernate.patch
 |  156 -
 extra-x86_64/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch
   |   34 -
 extra-x86_64/xfce4-power-manager.install   
   |   13 
 14 files changed, 1146 insertions(+), 522 deletions(-)

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


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

2013-10-06 Thread Alexander Rødseth
Date: Sunday, October 6, 2013 @ 09:34:10
  Author: arodseth
Revision: 98115

archrelease: copy trunk to community-any

Added:
  ufw-extras/repos/community-any/PKGBUILD
(from rev 98114, ufw-extras/trunk/PKGBUILD)
Deleted:
  ufw-extras/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 07:34:03 UTC (rev 98114)
+++ PKGBUILD2013-10-06 07:34:10 UTC (rev 98115)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=ufw-extras
-pkgver=0.2
-pkgrel=1
-pkgdesc='Extra configuration files for UFW'
-arch=('any')
-url='https://github.com/xyproto/ufw-extras'
-license=('GPL2')
-depends=('ufw')
-source=($pkgname.tgz::https://nodeload.github.com/xyproto/$pkgname/tar.gz/master;)
-sha256sums=('99ec020694eb53621e4e40c6b60ed7b0a7c93bfe787875b10d040278a15e17a1')
-backup=('etc/ufw/applications.d/ufw-mosh')
-
-package() {
-  cd $srcdir/$pkgname-master
-
-  msg 'Packaging configuration files...'
-  for f in ufw-*; do
-msg2 $f
-install -Dm644 $f $pkgdir/etc/ufw/applications.d/$f
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 98114, 
ufw-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 07:34:10 UTC (rev 98115)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=ufw-extras
+pkgver=0.3.0.g2d8cf5b
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+makedepends=('git')
+depends=('ufw')
+license=('GPL2')
+source=($pkgname::git://github.com/xyproto/$pkgname.git)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  # use the latest tag
+  ver=`git describe --long` echo ${ver//-/.}
+}
+
+package() {
+  cd $pkgname
+
+  msg 'Packaging configuration files...'
+  for f in ufw-*; do
+msg2 $f
+install -Dm644 $f $pkgdir/etc/ufw/applications.d/$f
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-06 Thread Alexander Rødseth
Date: Sunday, October 6, 2013 @ 09:34:03
  Author: arodseth
Revision: 98114

upgpkg: ufw-extras 0.3.0.g2d8cf5b-1

Modified:
  ufw-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 01:31:03 UTC (rev 98113)
+++ PKGBUILD2013-10-06 07:34:03 UTC (rev 98114)
@@ -2,19 +2,26 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=ufw-extras
-pkgver=0.2
+pkgver=0.3.0.g2d8cf5b
 pkgrel=1
 pkgdesc='Extra configuration files for UFW'
 arch=('any')
 url='https://github.com/xyproto/ufw-extras'
+makedepends=('git')
+depends=('ufw')
 license=('GPL2')
-depends=('ufw')
-source=($pkgname.tgz::https://nodeload.github.com/xyproto/$pkgname/tar.gz/master;)
-sha256sums=('99ec020694eb53621e4e40c6b60ed7b0a7c93bfe787875b10d040278a15e17a1')
-backup=('etc/ufw/applications.d/ufw-mosh')
+source=($pkgname::git://github.com/xyproto/$pkgname.git)
+md5sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+
+  # use the latest tag
+  ver=`git describe --long` echo ${ver//-/.}
+}
+
 package() {
-  cd $srcdir/$pkgname-master
+  cd $pkgname
 
   msg 'Packaging configuration files...'
   for f in ufw-*; do



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

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:41:11
  Author: foutrelis
Revision: 98116

upgpkg: shorewall 4.5.21-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 07:34:10 UTC (rev 98115)
+++ PKGBUILD2013-10-06 07:41:11 UTC (rev 98116)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.20
+pkgver=4.5.21
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.20/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('645336e86ba08e14a5565209b461855fbc9034f3718f7bb39db92f835e6f6aac'
-'ccfe932970470bfc8791333d488cfd6dd84396b047815e9e0f5fe0ce5b8d8a37'
-'7a3f6502d35a4fccbfaab0181c4c4a62b2aa5d2512f9b2679305e7d541149f47')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('76bf9e24ec2ae3fb7ffe4f536861ca7f85fc9f2bb57fba2f0a553102e7085bcb'
+'2c23a00a2ac441bcaa7c7b6b188079931f98b0444bbba137a400e81bedcd28dc'
+'394fde2b56158c72993886ece463a24f3d0eee47a292121a39af2bf936f380cb')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2013-10-06 Thread Evangelos Foutras
Date: Sunday, October 6, 2013 @ 09:41:18
  Author: foutrelis
Revision: 98117

archrelease: copy trunk to community-any

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

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

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

Copied: shorewall/repos/community-any/PKGBUILD (from rev 98116, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 07:41:18 UTC (rev 98117)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.21
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('76bf9e24ec2ae3fb7ffe4f536861ca7f85fc9f2bb57fba2f0a553102e7085bcb'
+'2c23a00a2ac441bcaa7c7b6b188079931f98b0444bbba137a400e81bedcd28dc'
+'394fde2b56158c72993886ece463a24f3d0eee47a292121a39af2bf936f380cb')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

[arch-commits] Commit in lightdm/trunk (PKGBUILD lightdm-corrupt-x-authority.patch)

2013-10-06 Thread Maxime Gauduin
Date: Sunday, October 6, 2013 @ 10:35:06
  Author: alucryd
Revision: 98118

FS#37171: lightdm 1:1.6.2-2

Added:
  lightdm/trunk/lightdm-corrupt-x-authority.patch
Modified:
  lightdm/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 lightdm-corrupt-x-authority.patch |   21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 07:41:18 UTC (rev 98117)
+++ PKGBUILD2013-10-06 08:35:06 UTC (rev 98118)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 'lightdm.pam'
 'lightdm-autologin.pam'
 'lightdm.rules'
+'lightdm-corrupt-x-authority.patch'
 'lightdm-default-config.patch'
 'lightdm-lock-screen-before-switch.patch'
 'lightdm-use-login1.patch'
@@ -29,6 +30,7 @@
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
+'420aac58151bc441696db0bf234123b934ca8a8798e90db8a59252258e82b5d5'
 '15f75ffe122fa86c0c4b3558b9d73e151ba89355093036ffc64110c5e306216b'
 '4793eaee5915f5c519f569a4cd9158822d4c57c8b6e405895d2eddf82fa00822'
 'a760c7b4d8c0b54bb204b5d6e574c82360a90464ac06042409a17f950d2c1194'
@@ -37,6 +39,7 @@
 prepare() {
   cd ${pkgbase}-${pkgver}
 
+  patch -Np0 -i ../lightdm-corrupt-x-authority.patch
   patch -Np1 -i ../lightdm-default-config.patch
   patch -Np1 -i ../lightdm-lock-screen-before-switch.patch
   patch -Np0 -i ../lightdm-use-login1.patch

Added: lightdm-corrupt-x-authority.patch
===
--- lightdm-corrupt-x-authority.patch   (rev 0)
+++ lightdm-corrupt-x-authority.patch   2013-10-06 08:35:06 UTC (rev 98118)
@@ -0,0 +1,21 @@
+=== modified file 'src/xauthority.c'
+--- src/xauthority.c   2013-09-10 23:14:12 +
 src/xauthority.c   2013-09-30 02:59:01 +
+@@ -237,7 +237,7 @@
+ gboolean
+ x_authority_write (XAuthority *auth, XAuthWriteMode mode, const gchar 
*filename, GError **error)
+ {
+-gchar *input;
++gchar *input = NULL;
+ gsize input_length = 0, input_offset = 0;
+ GList *link, *records = NULL;
+ XAuthority *a;
+@@ -328,6 +328,7 @@
+ }
+ 
+ errno = 0;
++result = TRUE;
+ for (link = records; link  result; link = link-next)
+ {
+ XAuthority *a = link-data;
+


Property changes on: lightdm/trunk/lightdm-corrupt-x-authority.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2013-10-06 Thread Maxime Gauduin
Date: Sunday, October 6, 2013 @ 10:35:43
  Author: alucryd
Revision: 98119

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 98118, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 98118, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 98118, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-corrupt-x-authority.patch
(from rev 98118, lightdm/trunk/lightdm-corrupt-x-authority.patch)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 98118, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 98118, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm-use-login1.patch
(from rev 98118, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 98118, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 98118, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 98118, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 98118, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 98118, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 98118, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 98118, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 98118, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-corrupt-x-authority.patch
(from rev 98118, lightdm/trunk/lightdm-corrupt-x-authority.patch)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 98118, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 98118, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm-use-login1.patch
(from rev 98118, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 98118, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 98118, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 98118, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 98118, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 98118, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm-use-login1.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm-use-login1.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

--+
 /PKGBUILD|  260 +++
 /Xsession|  146 +
 /lightdm-autologin.pam   |   26 
 /lightdm-default-config.patch|  116 +
 /lightdm-lock-screen-before-switch.patch |  110 +
 /lightdm-use-login1.patch| 1010 +
 /lightdm.install |   46 
 /lightdm.pam |   14 
 /lightdm.rules   |   30 
 /lightdm.service |   28 
 /lightdm.tmpfiles|2 
 community-i686/PKGBUILD  |  127 -
 community-i686/Xsession  |   73 
 community-i686/lightdm-autologin.pam |   13 
 community-i686/lightdm-corrupt-x-authority.patch |   21 
 community-i686/lightdm-default-config.patch 

[arch-commits] Commit in kmymoney/trunk (PKGBUILD git-fixes.diff kmymoney.changelog)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 10:45:14
  Author: jlichtblau
Revision: 98120

upgpkg: kmymoney 4.6.4-1

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog
Deleted:
  kmymoney/trunk/git-fixes.diff

+
 PKGBUILD   |   16 
 git-fixes.diff |   43 ---
 kmymoney.changelog |3 +++
 3 files changed, 7 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 08:35:43 UTC (rev 98119)
+++ PKGBUILD2013-10-06 08:45:14 UTC (rev 98120)
@@ -7,8 +7,8 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=kmymoney
-pkgver=4.6.3
-pkgrel=3
+pkgver=4.6.4
+pkgrel=1
 pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
 arch=('i686' 'x86_64')
 url=http://kmymoney2.sourceforge.net/;
@@ -19,17 +19,9 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
-git-fixes.diff)
-sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
-'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('89522fadb4a9f06f3f20e2d6ac47a147f70b4265abad2fdf3aa6672fe2a3c012')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../git-fixes.diff
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: git-fixes.diff
===
--- git-fixes.diff  2013-10-06 08:35:43 UTC (rev 98119)
+++ git-fixes.diff  2013-10-06 08:45:14 UTC (rev 98120)
@@ -1,43 +0,0 @@
-commit 77209f84a85360e98d2e805d412956a8f2a77db3
-Author: Alex Merry k...@randomguy3.me.uk
-Date:   Fri Feb 1 15:31:54 2013 +
-
-Fix build with GMP 5.1.0
-
-GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
-or mpf_class.  So we have to have an explicit conversion.
-
-BUG: 312481
-
-diff --git a/kmymoney/mymoney/mymoneymoney.cpp 
b/kmymoney/mymoney/mymoneymoney.cpp
-index aeed135..5de7fa9 100644
 a/kmymoney/mymoney/mymoneymoney.cpp
-+++ b/kmymoney/mymoney/mymoneymoney.cpp
-@@ -158,7 +158,7 @@ QString MyMoneyMoney::formatMoney(const QString currency, 
const int prec, bool
-   // be much better than using KGlobal::locale()-formatMoney.
-   bool bNegative = false;
-   mpz_class left = value / 
static_castMyMoneyMoney(convertDenominator(d)).valueRef().get_den();
--  mpz_class right = (valueRef() - mpq_class(left)) * denom;
-+  mpz_class right = mpz_class((valueRef() - mpq_class(left)) * denom);
- 
-   if (right  0) {
- right = -right;
-commit 9b6f96a38b8c84cb87bb07165b503acbe5ea81ff
-Author: Christoph Feck christ...@maxiom.de
-Date:   Fri Mar 23 23:05:19 2012 +0100
-
-Fix includes
-
-diff --git a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp 
b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-index ff217e3..d31bb02 100644
 a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-+++ b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
-@@ -16,6 +16,7 @@
- 
- #include mymoneydatabasemgrtest.h
- #include pwd.h
-+#include unistd.h
- #include iostream
- 
- #include QtTest/QtTest
-

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2013-10-06 08:35:43 UTC (rev 98119)
+++ kmymoney.changelog  2013-10-06 08:45:14 UTC (rev 98120)
@@ -1,3 +1,6 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kmymoney 4.6.4-1
+
 2012-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* kmymoney 4.6.3-1
 



[arch-commits] Commit in kmymoney/repos/community-x86_64 (7 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 10:45:27
  Author: jlichtblau
Revision: 98121

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 98120, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 98120, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-x86_64/kmymoney.install
(from rev 98120, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/git-fixes.diff
  kmymoney/repos/community-x86_64/kmymoney.changelog
  kmymoney/repos/community-x86_64/kmymoney.install

+
 PKGBUILD   |   90 +++
 git-fixes.diff |   43 
 kmymoney.changelog |   67 +++--
 kmymoney.install   |   26 +++---
 4 files changed, 89 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 08:45:14 UTC (rev 98120)
+++ PKGBUILD2013-10-06 08:45:27 UTC (rev 98121)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Vamp898 vamp...@web.de
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=kmymoney
-pkgver=4.6.3
-pkgrel=3
-pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
-arch=('i686' 'x86_64')
-url=http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
-git-fixes.diff)
-sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
-'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../git-fixes.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 98120, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 08:45:27 UTC (rev 98121)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.6.4
+pkgrel=1
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('89522fadb4a9f06f3f20e2d6ac47a147f70b4265abad2fdf3aa6672fe2a3c012')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: git-fixes.diff
===
--- git-fixes.diff  2013-10-06 08:45:14 UTC (rev 98120)
+++ git-fixes.diff  2013-10-06 08:45:27 UTC (rev 98121)
@@ -1,43 +0,0 @@
-commit 77209f84a85360e98d2e805d412956a8f2a77db3
-Author: Alex Merry k...@randomguy3.me.uk
-Date:   Fri Feb 1 15:31:54 2013 +
-
-Fix build with GMP 5.1.0
-
-GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
-or mpf_class.  So we have to have an explicit conversion.
-
-BUG: 312481
-
-diff --git a/kmymoney/mymoney/mymoneymoney.cpp 
b/kmymoney/mymoney/mymoneymoney.cpp
-index aeed135..5de7fa9 100644
 a/kmymoney/mymoney/mymoneymoney.cpp
-+++ 

[arch-commits] Commit in kmymoney/repos/community-i686 (7 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 11:22:19
  Author: jlichtblau
Revision: 98122

archrelease: copy trunk to community-i686

Added:
  kmymoney/repos/community-i686/PKGBUILD
(from rev 98121, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
(from rev 98121, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-i686/kmymoney.install
(from rev 98121, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/git-fixes.diff
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-i686/kmymoney.install

+
 PKGBUILD   |   90 +++
 git-fixes.diff |   43 
 kmymoney.changelog |   67 +++--
 kmymoney.install   |   26 +++---
 4 files changed, 89 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 08:45:27 UTC (rev 98121)
+++ PKGBUILD2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Vamp898 vamp...@web.de
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=kmymoney
-pkgver=4.6.3
-pkgrel=3
-pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
-arch=('i686' 'x86_64')
-url=http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
-git-fixes.diff)
-sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
-'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../git-fixes.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 98121, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 09:22:19 UTC (rev 98122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.6.4
+pkgrel=1
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('89522fadb4a9f06f3f20e2d6ac47a147f70b4265abad2fdf3aa6672fe2a3c012')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: git-fixes.diff
===
--- git-fixes.diff  2013-10-06 08:45:27 UTC (rev 98121)
+++ git-fixes.diff  2013-10-06 09:22:19 UTC (rev 98122)
@@ -1,43 +0,0 @@
-commit 77209f84a85360e98d2e805d412956a8f2a77db3
-Author: Alex Merry k...@randomguy3.me.uk
-Date:   Fri Feb 1 15:31:54 2013 +
-
-Fix build with GMP 5.1.0
-
-GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
-or mpf_class.  So we have to have an explicit conversion.
-
-BUG: 312481
-
-diff --git a/kmymoney/mymoney/mymoneymoney.cpp 
b/kmymoney/mymoney/mymoneymoney.cpp
-index aeed135..5de7fa9 100644
 a/kmymoney/mymoney/mymoneymoney.cpp
-+++ b/kmymoney/mymoney/mymoneymoney.cpp

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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 12:39:36
  Author: bpiotrowski
Revision: 195951

upgpkg: linux-lts 3.10.15-1

- new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 07:26:31 UTC (rev 195950)
+++ PKGBUILD2013-10-06 10:39:36 UTC (rev 195951)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.14
+pkgver=3.10.15
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '3c2ce4933f210fef16664dfa16028de1'
+ '70cc9bd12b04382c3783da96edda4562'
  'a3c76aea1b6b976becafaac005a4464c'
  '6c2ab6ab86ab8faa0c7333e33e0faf49'
  '232b52576a62c7a333e9fe7a1e1ca359'



[arch-commits] Commit in linux-lts/repos (32 files)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 12:43:52
  Author: bpiotrowski
Revision: 195952

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

Added:
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 195951, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 195951, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 195951, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 195951, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 195951, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 195951, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 195951, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 195951, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 195951, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 195951, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 195951, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 195951, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 195951, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 195951, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 195951, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 195951, linux-lts/trunk/linux-lts.preset)
Deleted:
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/criu-no-expert.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset

--+
 /3.10.6-logitech-dj.patch|  344 
 /PKGBUILD|  678 
 /change-default-console-loglevel.patch   |   24 
 /config  |12682 +
 /config.x86_64   |12282 
 /criu-no-expert.patch|   44 
 /linux-lts.install   |   62 
 /linux-lts.preset|   28 
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6341 
 testing-i686/config.x86_64   | 6141 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6341 
 testing-x86_64/config.x86_64 | 6141 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 24 files changed, 26144 insertions(+), 26144 deletions(-)

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


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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:10:57
  Author: bpiotrowski
Revision: 195954

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

Added:
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 195953, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 195953, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 195953, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 195953, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/testing-i686/PKGBUILD
  nvidia-lts/repos/testing-i686/nvidia-lts.install
  nvidia-lts/repos/testing-x86_64/PKGBUILD
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install

---+
 /PKGBUILD |   92 
 /nvidia-lts.install   |   30 +++
 testing-i686/PKGBUILD |   46 --
 testing-i686/nvidia-lts.install   |   15 -
 testing-x86_64/PKGBUILD   |   46 --
 testing-x86_64/nvidia-lts.install |   15 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-06 11:10:43 UTC (rev 195953)
+++ testing-i686/PKGBUILD   2013-10-06 11:10:57 UTC (rev 195954)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=325.15
-_extramodules=extramodules-3.10-lts
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.14' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.10.14')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('528fc538584de6446384b9cec3099d6c')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
-fi
-
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 195953, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-06 11:10:57 UTC (rev 195954)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.10-lts
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.14' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.10.14')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: 

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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:10:43
  Author: bpiotrowski
Revision: 195953

upgpkg: nvidia-lts 325.15-6

- rebuild against linux-lts 3.10.15

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 10:43:52 UTC (rev 195952)
+++ PKGBUILD2013-10-06 11:10:43 UTC (rev 195953)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=325.15
 _extramodules=extramodules-3.10-lts
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:11:09
  Author: bpiotrowski
Revision: 195955

upgpkg: nvidia-304xx-lts 304.108-5

- rebuild against linux 3.10.15

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 11:10:57 UTC (rev 195954)
+++ PKGBUILD2013-10-06 11:11:09 UTC (rev 195955)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.108
 _extramodules=extramodules-3.10-lts
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:11:48
  Author: bpiotrowski
Revision: 98123

upgpkg: r8168-lts 8.036.00-4

- rebuild against linux-lts 3.10.15

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 09:22:19 UTC (rev 98122)
+++ PKGBUILD2013-10-06 11:11:48 UTC (rev 98123)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.036.00
-pkgrel=3
+pkgrel=4
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



[arch-commits] Commit in nvidia-304xx-lts/repos (12 files)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:11:23
  Author: bpiotrowski
Revision: 195956

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

Added:
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 195955, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 195955, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch
(from rev 195955, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 195955, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 195955, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-linux-3.11.patch
(from rev 195955, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
Deleted:
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-linux-3.11.patch

-+
 /PKGBUILD   |  100 ++
 /nvidia-304xx-lts.install   |   30 +
 /nvidia-linux-3.11.patch|   50 +++
 testing-i686/PKGBUILD   |   50 ---
 testing-i686/nvidia-304xx-lts.install   |   15 
 testing-i686/nvidia-linux-3.11.patch|   25 ---
 testing-x86_64/PKGBUILD |   50 ---
 testing-x86_64/nvidia-304xx-lts.install |   15 
 testing-x86_64/nvidia-linux-3.11.patch  |   25 ---
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-06 11:11:09 UTC (rev 195955)
+++ testing-i686/PKGBUILD   2013-10-06 11:11:23 UTC (rev 195956)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=nvidia-304xx-lts
-pkgver=304.108
-_extramodules=extramodules-3.10-lts
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.14' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.14')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
-}

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 195955, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-06 11:11:23 UTC (rev 195956)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.10-lts
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.14' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.14')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+

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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:12:08
  Author: bpiotrowski
Revision: 98124

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

Added:
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 98123, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 98123, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 98123, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 98123, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 98123, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 98123, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-testing-i686/PKGBUILD
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
  r8168-lts/repos/community-testing-i686/r8168-lts.install
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install

+
 /PKGBUILD  |   82 ++
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 +++
 community-testing-i686/PKGBUILD|   41 -
 community-testing-i686/linux-3.10.patch|   59 -
 community-testing-i686/r8168-lts.install   |   17 ---
 community-testing-x86_64/PKGBUILD  |   41 -
 community-testing-x86_64/linux-3.10.patch  |   59 -
 community-testing-x86_64/r8168-lts.install |   17 ---
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-06 11:11:48 UTC (rev 98123)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:08 UTC (rev 98124)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=3
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 98123, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:08 UTC (rev 98124)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+

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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:12:25
  Author: bpiotrowski
Revision: 98125

upgpkg: tp_smapi-lts 0.41-16

- rebuild against linux-lts 3.10.15

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 11:12:08 UTC (rev 98124)
+++ PKGBUILD2013-10-06 11:12:25 UTC (rev 98125)
@@ -11,7 +11,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=15
+pkgrel=16
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



[arch-commits] Commit in tp_smapi-lts/repos (7 files)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:12:39
  Author: bpiotrowski
Revision: 98126

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

Added:
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 98125, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 98125, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 98125, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 98125, tp_smapi-lts/trunk/tp_smapi-lts.install)
Deleted:
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 /tp_smapi-lts.install |   13 ++
 community-testing-i686/PKGBUILD   |   56 
 community-testing-i686/tp_smapi-lts.install   |   13 --
 community-testing-x86_64/PKGBUILD |   56 
 community-testing-x86_64/tp_smapi-lts.install |   13 ++
 6 files changed, 138 insertions(+), 125 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-06 11:12:25 UTC (rev 98125)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:39 UTC (rev 98126)
@@ -1,56 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi-lts
-_pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-3.10-lts
-pkgver=0.41
-pkgrel=15
-pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux-lts=3.10' 'linux-lts3.11')
-makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${_pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 98125, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:39 UTC (rev 98126)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=16
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( 

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:17:22
  Author: bpiotrowski
Revision: 98127

upgpkg: virtualbox-modules-lts 4.2.18-8

- rebuild against linux-lts 3.10.15

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 11:12:39 UTC (rev 98126)
+++ PKGBUILD2013-10-06 11:17:22 UTC (rev 98127)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.2.18
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:17:51
  Author: bpiotrowski
Revision: 98128

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 98127, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 98127, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 98127, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 98127, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 98127, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 98127, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 98127, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 98127, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  130 ++
 /build.sh |  120 +
 /virtualbox-guest-modules-lts.install |   42 +++
 /virtualbox-host-modules-lts.install  |   46 +++
 community-testing-i686/PKGBUILD   |   65 -
 community-testing-i686/build.sh   |   60 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 -
 community-testing-i686/virtualbox-host-modules-lts.install|   23 -
 community-testing-x86_64/PKGBUILD |   65 -
 community-testing-x86_64/build.sh |   60 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 -
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 -
 12 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-06 11:17:22 UTC (rev 98127)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:17:51 UTC (rev 98128)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.18
-pkgrel=7
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.10' 'linux-lts3.11'
- 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +

[arch-commits] Commit in skrooge/trunk (PKGBUILD skrooge.changelog)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 17:29:29
  Author: jlichtblau
Revision: 98129

upgpkg: skrooge 1.8.0-1

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |6 +++---
 skrooge.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 11:17:51 UTC (rev 98128)
+++ PKGBUILD2013-10-06 15:29:29 UTC (rev 98129)
@@ -5,7 +5,7 @@
 # Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
 
 pkgname=skrooge
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 optdepends=('kdepim-libkdepim: for KDE PIM integration')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7427c9c4a93a9c6794e6419ef225c8f512548217ab2eac7abf217f5802cd6a88')
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: skrooge.changelog
===
--- skrooge.changelog   2013-10-06 11:17:51 UTC (rev 98128)
+++ skrooge.changelog   2013-10-06 15:29:29 UTC (rev 98129)
@@ -1,3 +1,6 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-1
+
 2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* skrooge 1.7.1-1
 



[arch-commits] Commit in skrooge/repos/community-x86_64 (6 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 17:36:48
  Author: jlichtblau
Revision: 98131

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 98130, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 98130, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 98130, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   61 --
 skrooge.install   |   28 ++---
 3 files changed, 80 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 15:36:21 UTC (rev 98130)
+++ PKGBUILD2013-10-06 15:36:48 UTC (rev 98131)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7427c9c4a93a9c6794e6419ef225c8f512548217ab2eac7abf217f5802cd6a88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 98130, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 15:36:48 UTC (rev 98131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-10-06 15:36:21 UTC (rev 98130)
+++ skrooge.changelog   2013-10-06 15:36:48 UTC (rev 98131)
@@ -1,29 +0,0 @@
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-x86_64/skrooge.changelog (from rev 98130, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-10-06 15:36:48 UTC (rev 98131)
@@ -0,0 +1,32 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 

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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 17:36:21
  Author: faidoc
Revision: 98130

Fixed python2-pam folders

Added:
  python2-pam/repos/
  python2-pam/trunk/
  python2-pam/trunk/PKGBUILD
(from rev 98129, python2-pam/PKGBUILD)
Deleted:
  python2-pam/PKGBUILD

+
 PKGBUILD   |   28 
 trunk/PKGBUILD |   28 
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 15:29:29 UTC (rev 98129)
+++ PKGBUILD2013-10-06 15:36:21 UTC (rev 98130)
@@ -1,28 +0,0 @@
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: kozec kozec at kozec dot com
-# Contributor: twa022 twa022 at gmail dot com
-
-_modulename=pam
-pkgname=python2-${_modulename}
-pkgver=0.1.4
-pkgrel=2
-pkgdesc=Module that provides an authenticate function that allows the caller 
to authenticate a given username / password against the PAM system on Linux.
-url=http://atlee.ca/software/pam/;
-license=('MIT')
-arch=('any')
-depends=('python2' 'pam')
-makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/${_modulename:0:1}/${_modulename}/${_modulename}-${pkgver}.tar.gz;)
-sha256sums=('35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b')
-
-build() {
-   cd $srcdir/${_modulename}-${pkgver}
-   python2 setup.py build
-}
-
-package() {
-   cd $srcdir/${_modulename}-${pkgver}
-   python2 setup.py install --root=$pkgdir
-}
-
-

Copied: python2-pam/trunk/PKGBUILD (from rev 98129, python2-pam/PKGBUILD)
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2013-10-06 15:36:21 UTC (rev 98130)
@@ -0,0 +1,28 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: kozec kozec at kozec dot com
+# Contributor: twa022 twa022 at gmail dot com
+
+_modulename=pam
+pkgname=python2-${_modulename}
+pkgver=0.1.4
+pkgrel=2
+pkgdesc=Module that provides an authenticate function that allows the caller 
to authenticate a given username / password against the PAM system on Linux.
+url=http://atlee.ca/software/pam/;
+license=('MIT')
+arch=('any')
+depends=('python2' 'pam')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/${_modulename:0:1}/${_modulename}/${_modulename}-${pkgver}.tar.gz;)
+sha256sums=('35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b')
+
+build() {
+   cd $srcdir/${_modulename}-${pkgver}
+   python2 setup.py build
+}
+
+package() {
+   cd $srcdir/${_modulename}-${pkgver}
+   python2 setup.py install --root=$pkgdir
+}
+
+



[arch-commits] Commit in python2-pam/repos (2 files)

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 17:36:55
  Author: faidoc
Revision: 98132

archrelease: copy trunk to community-testing-any

Added:
  python2-pam/repos/community-testing-any/
  python2-pam/repos/community-testing-any/PKGBUILD
(from rev 98130, python2-pam/trunk/PKGBUILD)

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

Copied: python2-pam/repos/community-testing-any/PKGBUILD (from rev 98130, 
python2-pam/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-10-06 15:36:55 UTC (rev 98132)
@@ -0,0 +1,28 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: kozec kozec at kozec dot com
+# Contributor: twa022 twa022 at gmail dot com
+
+_modulename=pam
+pkgname=python2-${_modulename}
+pkgver=0.1.4
+pkgrel=2
+pkgdesc=Module that provides an authenticate function that allows the caller 
to authenticate a given username / password against the PAM system on Linux.
+url=http://atlee.ca/software/pam/;
+license=('MIT')
+arch=('any')
+depends=('python2' 'pam')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/${_modulename:0:1}/${_modulename}/${_modulename}-${pkgver}.tar.gz;)
+sha256sums=('35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b')
+
+build() {
+   cd $srcdir/${_modulename}-${pkgver}
+   python2 setup.py build
+}
+
+package() {
+   cd $srcdir/${_modulename}-${pkgver}
+   python2 setup.py install --root=$pkgdir
+}
+
+



[arch-commits] Commit in skrooge/repos/community-i686 (6 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 17:47:42
  Author: jlichtblau
Revision: 98133

archrelease: copy trunk to community-i686

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 98132, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 98132, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 98132, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   61 --
 skrooge.install   |   28 ++---
 3 files changed, 80 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 15:36:55 UTC (rev 98132)
+++ PKGBUILD2013-10-06 15:47:42 UTC (rev 98133)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7427c9c4a93a9c6794e6419ef225c8f512548217ab2eac7abf217f5802cd6a88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 98132, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 15:47:42 UTC (rev 98133)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-10-06 15:36:55 UTC (rev 98132)
+++ skrooge.changelog   2013-10-06 15:47:42 UTC (rev 98133)
@@ -1,29 +0,0 @@
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 98132, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-10-06 15:47:42 UTC (rev 98133)
@@ -0,0 +1,32 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 

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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 17:57:47
  Author: faidoc
Revision: 98134

upgpkg: nemo 2.0.0-2

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 15:47:42 UTC (rev 98133)
+++ PKGBUILD2013-10-06 15:57:47 UTC (rev 98134)
@@ -10,8 +10,9 @@
 url=https://github.com/linuxmint/nemo;
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'cinnamon-translations')
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
 optdepends=('gksu: Open as Root')
 options=('!emptydirs' '!libtool')
 install=nemo.install



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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 17:58:36
  Author: faidoc
Revision: 98135

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

Added:
  nemo/repos/community-testing-i686/PKGBUILD
(from rev 98134, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-i686/nemo.install
(from rev 98134, nemo/trunk/nemo.install)
  nemo/repos/community-testing-x86_64/PKGBUILD
(from rev 98134, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-x86_64/nemo.install
(from rev 98134, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-testing-i686/PKGBUILD
  nemo/repos/community-testing-i686/nemo.install
  nemo/repos/community-testing-x86_64/PKGBUILD
  nemo/repos/community-testing-x86_64/nemo.install

---+
 /PKGBUILD |  120 
 /nemo.install |   28 +++
 community-testing-i686/PKGBUILD   |   59 ---
 community-testing-i686/nemo.install   |   14 ---
 community-testing-x86_64/PKGBUILD |   59 ---
 community-testing-x86_64/nemo.install |   14 ---
 6 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-06 15:57:47 UTC (rev 98134)
+++ community-testing-i686/PKGBUILD 2013-10-06 15:58:36 UTC (rev 98135)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Cinnamon file manager (Nautilus fork)
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
-optdepends=('gksu: Open as Root')
-options=('!emptydirs' '!libtool')
-install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR=$pkgdir/ install
-
-  # Autostart only in Cinnamon to avoid conflict with GNOME Classic session
-  cp $pkgdir/etc/xdg/autostart/nemo-autostart.desktop \
-$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop
-  sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon/' \
-$pkgdir/etc/xdg/autostart/nemo-autostart.desktop
-  sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon2d/' \
-$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop
-}

Copied: nemo/repos/community-testing-i686/PKGBUILD (from rev 98134, 
nemo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-06 15:58:36 UTC (rev 98135)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
+optdepends=('gksu: Open as Root')
+options=('!emptydirs' '!libtool')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr 

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

2013-10-06 Thread Dave Reisner
Date: Sunday, October 6, 2013 @ 18:09:10
  Author: dreisner
Revision: 195957

upgpkg: libarchive 3.1.2-3

- backport fix for CVE-2013-0211 (FS#37205)

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 11:11:23 UTC (rev 195956)
+++ PKGBUILD2013-10-06 16:09:10 UTC (rev 195957)
@@ -3,18 +3,21 @@
 
 pkgname=libarchive
 pkgver=3.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc=library that can create and read several streaming archive formats
 arch=('i686' 'x86_64')
 url=http://libarchive.org/;
 license=('BSD')
 depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+options=('strip' 'debug')
 provides=('libarchive.so')
 source=(http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz;
 '0001-mtree-fix-line-filename-length-calculation.patch'
+
https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.patch
 'libarchive-3.1.2-acl.patch')
 md5sums=('efad5a503f66329bb9d2f4308b5de98a'
  'fda89c145bbcd793a96b06b463ef6a72'
+ '6432f3360abd5645461a9c825c75b307'
  'a5c995661c62429ceff2c23ea322393b')
 
 build() {
@@ -27,6 +30,9 @@
   # https://code.google.com/p/libarchive/issues/detail?id=329
   patch -Np1 -i $srcdir/libarchive-3.1.2-acl.patch
 
+  # CVE-2013-0211
+  patch -Np1 -i $srcdir/22531545514043e04633e1c015c7540b9de9dbe4.patch
+
   ./configure --prefix=/usr --without-xml2
   make
 }



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

2013-10-06 Thread Dave Reisner
Date: Sunday, October 6, 2013 @ 18:09:34
  Author: dreisner
Revision: 195958

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

Added:
  libarchive/repos/testing-i686/
  
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 195957, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-i686/PKGBUILD
(from rev 195957, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-i686/libarchive-3.1.2-acl.patch
(from rev 195957, libarchive/trunk/libarchive-3.1.2-acl.patch)
  libarchive/repos/testing-x86_64/
  
libarchive/repos/testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 195957, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 195957, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-x86_64/libarchive-3.1.2-acl.patch
(from rev 195957, libarchive/trunk/libarchive-3.1.2-acl.patch)

--+
 testing-i686/0001-mtree-fix-line-filename-length-calculation.patch   |   29 +
 testing-i686/PKGBUILD|   51 ++
 testing-i686/libarchive-3.1.2-acl.patch  |  219 
++
 testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch |   29 +
 testing-x86_64/PKGBUILD  |   51 ++
 testing-x86_64/libarchive-3.1.2-acl.patch|  219 
++
 6 files changed, 598 insertions(+)

Copied: 
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
 (from rev 195957, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
===
--- testing-i686/0001-mtree-fix-line-filename-length-calculation.patch  
(rev 0)
+++ testing-i686/0001-mtree-fix-line-filename-length-calculation.patch  
2013-10-06 16:09:34 UTC (rev 195958)
@@ -0,0 +1,29 @@
+From e65bf287f0133426b26611fe3e80b51267987106 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Thu, 21 Feb 2013 19:01:06 -0500
+Subject: [PATCH] mtree: fix line filename length calculation. Fixes #301.
+ Signed-off-by: Andres Mejia amejia...@gmail.com
+
+---
+ libarchive/archive_write_set_format_mtree.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libarchive/archive_write_set_format_mtree.c 
b/libarchive/archive_write_set_format_mtree.c
+index 9c0613c..f37f723 100644
+--- a/libarchive/archive_write_set_format_mtree.c
 b/libarchive/archive_write_set_format_mtree.c
+@@ -1855,9 +1855,9 @@ mtree_entry_setup_filenames(struct archive_write *a, 
struct mtree_entry *file,
+   return (ret);
+   }
+ 
+-  /* Make a basename from dirname and slash */
++  /* Make a basename from file-parentdir.s and slash */
+   *slash  = '\0';
+-  file-parentdir.length = slash - dirname;
++  file-parentdir.length = slash - file-parentdir.s;
+   archive_strcpy((file-basename),  slash + 1);
+   return (ret);
+ }
+-- 
+1.8.1.4
+

Copied: libarchive/repos/testing-i686/PKGBUILD (from rev 195957, 
libarchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-06 16:09:34 UTC (rev 195958)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=libarchive
+pkgver=3.1.2
+pkgrel=3
+pkgdesc=library that can create and read several streaming archive formats
+arch=('i686' 'x86_64')
+url=http://libarchive.org/;
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+options=('strip' 'debug')
+provides=('libarchive.so')
+source=(http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz;
+'0001-mtree-fix-line-filename-length-calculation.patch'
+
https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.patch
+'libarchive-3.1.2-acl.patch')
+md5sums=('efad5a503f66329bb9d2f4308b5de98a'
+ 'fda89c145bbcd793a96b06b463ef6a72'
+ '6432f3360abd5645461a9c825c75b307'
+ 'a5c995661c62429ceff2c23ea322393b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://code.google.com/p/libarchive/issues/detail?id=301
+  # upstream commit e65bf287f0133426b26611fe3e80b51267987106
+  patch -Np1 -i $srcdir/0001-mtree-fix-line-filename-length-calculation.patch
+
+  # https://code.google.com/p/libarchive/issues/detail?id=329
+  patch -Np1 -i $srcdir/libarchive-3.1.2-acl.patch
+
+  # CVE-2013-0211
+  patch -Np1 -i $srcdir/22531545514043e04633e1c015c7540b9de9dbe4.patch
+
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+ 

[arch-commits] Commit in clusterssh/trunk (ChangeLog PKGBUILD clusterssh.changelog)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:14:19
  Author: jlichtblau
Revision: 98136

upgpkg: clusterssh 3.28-4

Added:
  clusterssh/trunk/clusterssh.changelog
Modified:
  clusterssh/trunk/PKGBUILD
Deleted:
  clusterssh/trunk/ChangeLog

--+
 ChangeLog|3 ---
 PKGBUILD |7 ---
 clusterssh.changelog |6 ++
 3 files changed, 10 insertions(+), 6 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-10-06 15:58:36 UTC (rev 98135)
+++ ChangeLog   2013-10-06 16:14:19 UTC (rev 98136)
@@ -1,3 +0,0 @@
-2009-12-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community]
-   * version 3.28 - 39 votes in AUR

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 15:58:36 UTC (rev 98135)
+++ PKGBUILD2013-10-06 16:14:19 UTC (rev 98136)
@@ -5,14 +5,15 @@
 
 pkgname=clusterssh
 pkgver=3.28
-pkgrel=3
+pkgrel=4
 pkgdesc=Cluster SSH opens terminal windows with connections to specified 
hosts and an administration console.
-arch=('i686' 'x86_64')
+arch=('any')
 url=http://clusterssh.sourceforge.net/;
 license=('GPL')
 depends=('perl-tk' 'perl-x11-protocol' 'xterm')
+changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('11e012329d2c62e1f7b17f3ac517769a')
+sha256sums=('27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Added: clusterssh.changelog
===
--- clusterssh.changelog(rev 0)
+++ clusterssh.changelog2013-10-06 16:14:19 UTC (rev 98136)
@@ -0,0 +1,6 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
+
+2009-12-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Package moved to [community]
+   * version 3.28 - 39 votes in AUR



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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:14:28
  Author: jlichtblau
Revision: 98137

archrelease: copy trunk to community-any

Added:
  clusterssh/repos/community-any/
  clusterssh/repos/community-any/PKGBUILD
(from rev 98136, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-any/clusterssh.changelog
(from rev 98136, clusterssh/trunk/clusterssh.changelog)

--+
 PKGBUILD |   29 +
 clusterssh.changelog |6 ++
 2 files changed, 35 insertions(+)

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 98136, 
clusterssh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-10-06 16:14:28 UTC (rev 98137)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Macfly mmac...@gmail.com
+# Contributor: Duncan Ferguson duncan_fergu...@users.sourceforge.net
+
+pkgname=clusterssh
+pkgver=3.28
+pkgrel=4
+pkgdesc=Cluster SSH opens terminal windows with connections to specified 
hosts and an administration console.
+arch=('any')
+url=http://clusterssh.sourceforge.net/;
+license=('GPL')
+depends=('perl-tk' 'perl-x11-protocol' 'xterm')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: clusterssh/repos/community-any/clusterssh.changelog (from rev 98136, 
clusterssh/trunk/clusterssh.changelog)
===
--- community-any/clusterssh.changelog  (rev 0)
+++ community-any/clusterssh.changelog  2013-10-06 16:14:28 UTC (rev 98137)
@@ -0,0 +1,6 @@
+2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
+
+2009-12-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Package moved to [community]
+   * version 3.28 - 39 votes in AUR



[arch-commits] Commit in clusterssh/repos (community-i686 community-x86_64)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:14:31
  Author: jlichtblau
Revision: 98138

Removed community-i686 and community-x86_64 for clusterssh

Deleted:
  clusterssh/repos/community-i686/
  clusterssh/repos/community-x86_64/



[arch-commits] Commit in (6 files)

2013-10-06 Thread Guillaume Alaux
Date: Sunday, October 6, 2013 @ 18:16:59
  Author: guillaume
Revision: 195959

Initial commit of visualvm

Added:
  visualvm/
  visualvm/repos/
  visualvm/trunk/
  visualvm/trunk/PKGBUILD
  visualvm/trunk/icon.png
  visualvm/trunk/visualvm.desktop

--+
 PKGBUILD |   47 +++
 icon.png |1 +
 visualvm.desktop |8 
 3 files changed, 56 insertions(+)

Added: visualvm/trunk/PKGBUILD
===
--- visualvm/trunk/PKGBUILD (rev 0)
+++ visualvm/trunk/PKGBUILD 2013-10-06 16:16:59 UTC (rev 195959)
@@ -0,0 +1,47 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Kristof JOZSA kristof.jo...@gmail.com
+pkgname=visualvm
+pkgver=1.3.6
+_shortver=${pkgver//\./}
+pkgrel=3
+pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
+arch=('i686' 'x86_64')
+url='http://visualvm.java.net/'
+license=('custom:GPL')
+depends=('java-environment')
+source=(https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip;
+'visualvm.desktop'
+'icon.png')
+sha256sums=('317f65b3fed7ea25638b6d35c6f95642b5662453b7841a9d32aac3cf3ff59616'
+'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
+'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
+
+package() {
+  cd ${srcdir}/${pkgname}_${_shortver}
+
+  mkdir -p ${pkgdir}/usr/share/${pkgname}
+  cp -R bin platform profiler visualvm ${pkgdir}/usr/share/${pkgname}
+
+  install -d ${pkgdir}/etc/${pkgname}
+  cp -R etc/* ${pkgdir}/etc/${pkgname}
+  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/etc
+
+  rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
+  if [ ${CARCH} == 'i686' ]; then
+rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
+   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
+  else
+rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
+   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
+  fi
+
+  find ${pkgdir}/usr/share/${pkgname} \( -name *.exe -o -name *.dll \) 
-delete
+
+  install -d ${pkgdir}/usr/bin
+  ln -s /usr/share/${pkgname}/bin/visualvm ${pkgdir}/usr/bin/${pkgname}
+
+  install -Dm644 ${srcdir}/icon.png ${pkgdir}/usr/share/${pkgname}/icon.png
+  install -Dm644 ${srcdir}/visualvm.desktop 
${pkgdir}/usr/share/applications/visualvm.desktop
+
+  install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}


Property changes on: visualvm/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: visualvm/trunk/icon.png
===
(Binary files differ)

Index: visualvm/trunk/icon.png
===
--- visualvm/trunk/icon.png 2013-10-06 16:09:34 UTC (rev 195958)
+++ visualvm/trunk/icon.png 2013-10-06 16:16:59 UTC (rev 195959)

Property changes on: visualvm/trunk/icon.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: visualvm/trunk/visualvm.desktop
===
--- visualvm/trunk/visualvm.desktop (rev 0)
+++ visualvm/trunk/visualvm.desktop 2013-10-06 16:16:59 UTC (rev 195959)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=VisualVM
+GenericName=Java VM monitoring and troubleshooting tool
+Icon=/usr/share/visualvm/icon.png
+Exec=/usr/bin/visualvm
+Categories=Development;
+



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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 18:18:07
  Author: faidoc
Revision: 98139

upgpkg: cinnamon 1.9.2-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:14:31 UTC (rev 98138)
+++ PKGBUILD2013-10-06 16:18:07 UTC (rev 98139)
@@ -27,18 +27,17 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 remove_GC.patch
 fix-control-center-check.patch
-background.patch
-clutter_cairo_texture_invalidate.patch)
+background.patch)
 sha256sums=('0abaa8da02c4d626084aa482adc551af154796c4c35faaebebdac896ce72aa6d'
 '3d362efd15f8cfeca1713f5bcf88d4be787b39d7c7f24b73cd13f867af33a680'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
-'373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f'
-'b7656c138738dc600c7d9949fa4298bca8381184dd829f15c8525cf1f4c4d6d7')
+'373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f')
 
 prepare() {
   cd ${srcdir}/Cinnamon*
 
   # Python2 fix
+  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
   # Fix crasher when disconnecting from wifi



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

2013-10-06 Thread Guillaume Alaux
Date: Sunday, October 6, 2013 @ 18:19:36
  Author: guillaume
Revision: 195960

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

Added:
  visualvm/repos/extra-i686/
  visualvm/repos/extra-i686/PKGBUILD
(from rev 195959, visualvm/trunk/PKGBUILD)
  visualvm/repos/extra-i686/icon.png
(from rev 195959, visualvm/trunk/icon.png)
  visualvm/repos/extra-i686/visualvm.desktop
(from rev 195959, visualvm/trunk/visualvm.desktop)
  visualvm/repos/extra-x86_64/
  visualvm/repos/extra-x86_64/PKGBUILD
(from rev 195959, visualvm/trunk/PKGBUILD)
  visualvm/repos/extra-x86_64/icon.png
(from rev 195959, visualvm/trunk/icon.png)
  visualvm/repos/extra-x86_64/visualvm.desktop
(from rev 195959, visualvm/trunk/visualvm.desktop)

---+
 extra-i686/PKGBUILD   |   47 
 extra-i686/visualvm.desktop   |8 ++
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/visualvm.desktop |8 ++
 4 files changed, 110 insertions(+)

Copied: visualvm/repos/extra-i686/PKGBUILD (from rev 195959, 
visualvm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-06 16:19:36 UTC (rev 195960)
@@ -0,0 +1,47 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Kristof JOZSA kristof.jo...@gmail.com
+pkgname=visualvm
+pkgver=1.3.6
+_shortver=${pkgver//\./}
+pkgrel=3
+pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
+arch=('i686' 'x86_64')
+url='http://visualvm.java.net/'
+license=('custom:GPL')
+depends=('java-environment')
+source=(https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip;
+'visualvm.desktop'
+'icon.png')
+sha256sums=('317f65b3fed7ea25638b6d35c6f95642b5662453b7841a9d32aac3cf3ff59616'
+'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
+'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
+
+package() {
+  cd ${srcdir}/${pkgname}_${_shortver}
+
+  mkdir -p ${pkgdir}/usr/share/${pkgname}
+  cp -R bin platform profiler visualvm ${pkgdir}/usr/share/${pkgname}
+
+  install -d ${pkgdir}/etc/${pkgname}
+  cp -R etc/* ${pkgdir}/etc/${pkgname}
+  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/etc
+
+  rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
+  if [ ${CARCH} == 'i686' ]; then
+rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
+   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
+  else
+rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
+   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
+  fi
+
+  find ${pkgdir}/usr/share/${pkgname} \( -name *.exe -o -name *.dll \) 
-delete
+
+  install -d ${pkgdir}/usr/bin
+  ln -s /usr/share/${pkgname}/bin/visualvm ${pkgdir}/usr/bin/${pkgname}
+
+  install -Dm644 ${srcdir}/icon.png ${pkgdir}/usr/share/${pkgname}/icon.png
+  install -Dm644 ${srcdir}/visualvm.desktop 
${pkgdir}/usr/share/applications/visualvm.desktop
+
+  install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Copied: visualvm/repos/extra-i686/icon.png (from rev 195959, 
visualvm/trunk/icon.png)
===
(Binary files differ)

Copied: visualvm/repos/extra-i686/visualvm.desktop (from rev 195959, 
visualvm/trunk/visualvm.desktop)
===
--- extra-i686/visualvm.desktop (rev 0)
+++ extra-i686/visualvm.desktop 2013-10-06 16:19:36 UTC (rev 195960)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=VisualVM
+GenericName=Java VM monitoring and troubleshooting tool
+Icon=/usr/share/visualvm/icon.png
+Exec=/usr/bin/visualvm
+Categories=Development;
+

Copied: visualvm/repos/extra-x86_64/PKGBUILD (from rev 195959, 
visualvm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-06 16:19:36 UTC (rev 195960)
@@ -0,0 +1,47 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Kristof JOZSA kristof.jo...@gmail.com
+pkgname=visualvm
+pkgver=1.3.6
+_shortver=${pkgver//\./}
+pkgrel=3
+pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
+arch=('i686' 'x86_64')
+url='http://visualvm.java.net/'
+license=('custom:GPL')
+depends=('java-environment')
+source=(https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip;
+'visualvm.desktop'
+'icon.png')

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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 18:19:27
  Author: faidoc
Revision: 98140

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

Added:
  cinnamon/repos/community-testing-i686/PKGBUILD
(from rev 98139, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-i686/background.patch
(from rev 98139, cinnamon/trunk/background.patch)
  cinnamon/repos/community-testing-i686/cinnamon.install
(from rev 98139, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-i686/fix-control-center-check.patch
(from rev 98139, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-testing-i686/remove_GC.patch
(from rev 98139, cinnamon/trunk/remove_GC.patch)
  cinnamon/repos/community-testing-x86_64/PKGBUILD
(from rev 98139, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-x86_64/background.patch
(from rev 98139, cinnamon/trunk/background.patch)
  cinnamon/repos/community-testing-x86_64/cinnamon.install
(from rev 98139, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-x86_64/fix-control-center-check.patch
(from rev 98139, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-testing-x86_64/remove_GC.patch
(from rev 98139, cinnamon/trunk/remove_GC.patch)
Deleted:
  cinnamon/repos/community-testing-i686/PKGBUILD
  cinnamon/repos/community-testing-i686/background.patch
  cinnamon/repos/community-testing-i686/bluetooth_obex_transfer.patch
  cinnamon/repos/community-testing-i686/cinnamon.install
  cinnamon/repos/community-testing-i686/disable-mpris-support.patch
  cinnamon/repos/community-testing-i686/fallback-helpers.patch
  cinnamon/repos/community-testing-i686/fix-control-center-check.patch
  cinnamon/repos/community-testing-i686/gnome-3.8.patch
  cinnamon/repos/community-testing-i686/idle-dim.patch
  cinnamon/repos/community-testing-i686/js17.patch
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
  cinnamon/repos/community-testing-i686/remove_GC.patch
  cinnamon/repos/community-testing-i686/switch-applications.patch
  cinnamon/repos/community-testing-x86_64/PKGBUILD
  cinnamon/repos/community-testing-x86_64/background.patch
  cinnamon/repos/community-testing-x86_64/bluetooth_obex_transfer.patch
  cinnamon/repos/community-testing-x86_64/cinnamon.install
  cinnamon/repos/community-testing-x86_64/disable-mpris-support.patch
  cinnamon/repos/community-testing-x86_64/fallback-helpers.patch
  cinnamon/repos/community-testing-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-testing-x86_64/gnome-3.8.patch
  cinnamon/repos/community-testing-x86_64/idle-dim.patch
  cinnamon/repos/community-testing-x86_64/js17.patch
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
  cinnamon/repos/community-testing-x86_64/remove_GC.patch
  cinnamon/repos/community-testing-x86_64/switch-applications.patch

-+
 /PKGBUILD   |  158 
 /background.patch   |   32 
 /cinnamon.install   |   22 
 /fix-control-center-check.patch |   24 
 /remove_GC.patch|  248 
 community-testing-i686/PKGBUILD |  120 
 community-testing-i686/background.patch |   16 
 community-testing-i686/bluetooth_obex_transfer.patch|   25 
 community-testing-i686/cinnamon.install |   11 
 community-testing-i686/disable-mpris-support.patch  |   17 
 community-testing-i686/fallback-helpers.patch   |   20 
 community-testing-i686/fix-control-center-check.patch   |   12 
 community-testing-i686/gnome-3.8.patch  | 4186 --
 community-testing-i686/idle-dim.patch   |   35 
 community-testing-i686/js17.patch   |   36 
 community-testing-i686/keyboard_applet.patch|  142 
 community-testing-i686/remove_GC.patch  |  124 
 community-testing-i686/switch-applications.patch|   31 
 community-testing-x86_64/PKGBUILD   |  120 
 community-testing-x86_64/background.patch   |   16 
 community-testing-x86_64/bluetooth_obex_transfer.patch  |   25 
 community-testing-x86_64/cinnamon.install   |   11 
 community-testing-x86_64/disable-mpris-support.patch|   17 
 community-testing-x86_64/fallback-helpers.patch |   20 
 community-testing-x86_64/fix-control-center-check.patch |   12 
 community-testing-x86_64/gnome-3.8.patch| 4186 --
 community-testing-x86_64/idle-dim.patch |   35 
 community-testing-x86_64/js17.patch |   36 
 community-testing-x86_64/keyboard_applet.patch  |  142 
 community-testing-x86_64/remove_GC.patch|  124 
 community-testing-x86_64/switch-applications.patch  |   

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

2013-10-06 Thread Felix Yan
Date: Sunday, October 6, 2013 @ 18:27:01
  Author: fyan
Revision: 98141

upgpkg: pidgin-lwqq 0.2c-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:19:27 UTC (rev 98140)
+++ PKGBUILD2013-10-06 16:27:01 UTC (rev 98141)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.2a.20130930
+pkgver=0.2c
 _commit=41f9151c2273e8d3321458a1bbabf918b4e050c6
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
@@ -15,8 +15,8 @@
 makedepends=('git' 'cmake')
 install=$pkgname.install
 options=(debug)
-source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
 git://github.com/xiehuc/lwqq.git)
 
 prepare() {



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

2013-10-06 Thread Felix Yan
Date: Sunday, October 6, 2013 @ 18:28:12
  Author: fyan
Revision: 98142

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 98141, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 98141, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 98141, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 98141, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   84 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   42 
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   42 
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:27:01 UTC (rev 98141)
+++ community-i686/PKGBUILD 2013-10-06 16:28:12 UTC (rev 98142)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.2a.20130930
-_commit=41f9151c2273e8d3321458a1bbabf918b4e050c6
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-options=(debug)
-source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
-git://github.com/xiehuc/lwqq.git)
-
-prepare() {
-  cd $srcdir/$pkgname
-  git submodule init
-  git config submodule.liblwqq.url $srcdir/lwqq
-  git submodule update
-}
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 98141, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 16:28:12 UTC (rev 98142)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.2c
+_commit=41f9151c2273e8d3321458a1bbabf918b4e050c6
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+options=(debug)
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+git://github.com/xiehuc/lwqq.git)
+
+prepare() {
+  cd $srcdir/$pkgname
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-10-06 16:27:01 UTC (rev 98141)
+++ community-i686/pidgin-lwqq.install  2013-10-06 16:28:12 UTC (rev 98142)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 98141, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-10-06 16:28:12 UTC (rev 98142)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:29:05
  Author: jlichtblau
Revision: 98143

upgpkg: dosbox 0.74-6

Modified:
  dosbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:28:12 UTC (rev 98142)
+++ PKGBUILD2013-10-06 16:29:05 UTC (rev 98143)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Jelle van der Waa je...@vdwaa.nl
 # Contributor: James Rayner ja...@archlinux.org
 # Contributor: Ben b...@benmazer.net
@@ -8,17 +8,17 @@
 pkgver=0.74
 pkgrel=6
 pkgdesc='Emulator with builtin DOS for running DOS Games'
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 url='http://dosbox.sourceforge.net/'
 license=('GPL')
 depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
 makedepends=('mesa-libgl' 'gendesk')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
- 'dosbox.png'
- 'gcc46.patch')
-md5sums=('b9b240fa87104421962d14eee71351e8'
- '2aac25fc06979e375953fcc36824dc5e'
- '3fba2e3c7c43290319b2928f40ed30e5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+dosbox.png
+gcc46.patch)
+sha256sums=('13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05'
+'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+'f4848d22982b47d1f123ff2c68493460e93aca593ea4a122d69d08625755359c')
 
 prepare() {
   cd $srcdir
@@ -31,8 +31,8 @@
 
   patch -Np1 -i $srcdir/gcc46.patch
   sed -i 's/png_check_sig/png_sig_cmp/' configure 
-  ./configure   --prefix=/usr \
---sysconfdir=/etc/dosbox  
+
+  ./configure   --prefix=/usr --sysconfdir=/etc/dosbox  
   make 
 }
 
@@ -41,7 +41,7 @@
 
   make DESTDIR=$pkgdir install 
 
-  # install docs, make does not install them
+# install docs, make does not install them
   install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
   install -Dm644 docs/README.video 
$pkgdir/usr/share/doc/$pkgname/README.video
 



[arch-commits] Commit in dosbox/repos/community-x86_64 (6 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:29:33
  Author: jlichtblau
Revision: 98144

archrelease: copy trunk to community-x86_64

Added:
  dosbox/repos/community-x86_64/PKGBUILD
(from rev 98143, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-x86_64/dosbox.png
(from rev 98143, dosbox/trunk/dosbox.png)
  dosbox/repos/community-x86_64/gcc46.patch
(from rev 98143, dosbox/trunk/gcc46.patch)
Deleted:
  dosbox/repos/community-x86_64/PKGBUILD
  dosbox/repos/community-x86_64/dosbox.png
  dosbox/repos/community-x86_64/gcc46.patch

-+
 PKGBUILD|  102 ++
 gcc46.patch |   24 ++---
 2 files changed, 66 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 16:29:05 UTC (rev 98143)
+++ PKGBUILD2013-10-06 16:29:33 UTC (rev 98144)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=dosbox
-pkgver=0.74
-pkgrel=5
-pkgdesc=Emulator with builtin DOS for running DOS Games
-arch=('i686' 'x86_64')
-url=http://dosbox.sourceforge.net/;
-license=('GPL')
-depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
-makedepends=('mesa' 'gendesk')
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz;
-   'dosbox.png'
-   'gcc46.patch')
-md5sums=('b9b240fa87104421962d14eee71351e8'
- '2aac25fc06979e375953fcc36824dc5e'
- '3fba2e3c7c43290319b2928f40ed30e5')
-
-build(){
-  cd $srcdir
-  gendesk
-
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/gcc46.patch
-  sed -i 's/png_check_sig/png_sig_cmp/' configure 
-  ./configure   --prefix=/usr \
---sysconfdir=/etc/dosbox  
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install 
-
-
-  # install docs, make does not install them
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -Dm644 docs/README.video 
$pkgdir/usr/share/doc/$pkgname/README.video
-
-  install -Dm644 ${srcdir}/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-}

Copied: dosbox/repos/community-x86_64/PKGBUILD (from rev 98143, 
dosbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 16:29:33 UTC (rev 98144)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=dosbox
+pkgver=0.74
+pkgrel=6
+pkgdesc='Emulator with builtin DOS for running DOS Games'
+arch=('i686' 'x86_64')
+url='http://dosbox.sourceforge.net/'
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
+makedepends=('mesa-libgl' 'gendesk')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+dosbox.png
+gcc46.patch)
+sha256sums=('13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05'
+'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+'f4848d22982b47d1f123ff2c68493460e93aca593ea4a122d69d08625755359c')
+
+prepare() {
+  cd $srcdir
+
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -i $srcdir/gcc46.patch
+  sed -i 's/png_check_sig/png_sig_cmp/' configure 
+
+  ./configure   --prefix=/usr --sysconfdir=/etc/dosbox  
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install 
+
+# install docs, make does not install them
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video 
$pkgdir/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dosbox.png
===
(Binary files differ)

Copied: dosbox/repos/community-x86_64/dosbox.png (from rev 98143, 
dosbox/trunk/dosbox.png)
===
(Binary files differ)

Deleted: gcc46.patch
===
--- gcc46.patch 2013-10-06 16:29:05 UTC (rev 98143)
+++ gcc46.patch 2013-10-06 16:29:33 UTC (rev 98144)
@@ -1,12 +0,0 @@
-diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
 dosbox-0.74/include/dos_inc.h  2010-05-10 17:43:54.0 +
-+++ dosbox-0.74.new//include/dos_inc.h 2011-06-17 

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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 18:30:25
  Author: faidoc
Revision: 98145

upgpkg: cinnamon-screensaver 2.0.0-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:29:33 UTC (rev 98144)
+++ PKGBUILD2013-10-06 16:30:25 UTC (rev 98145)
@@ -48,9 +48,6 @@
   make DESTDIR=$pkgdir install
   install -Dm644 ../cinnamon-screensaver.pam 
$pkgdir/etc/pam.d/cinnamon-screensaver
 
-  # Remove conflicts with gnome-screensaver
-  rm $pkgdir/usr/bin/gnome-screensaver{,-command}
-
   # Autostart only in Cinnamon
   cp $pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop \
 $pkgdir/etc/xdg/autostart/cinnamon2d-screensaver.desktop



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

2013-10-06 Thread Alexandre Filgueira
Date: Sunday, October 6, 2013 @ 18:31:42
  Author: faidoc
Revision: 98146

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

Added:
  cinnamon-screensaver/repos/community-testing-i686/PKGBUILD
(from rev 98145, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam
(from rev 98145, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-testing-i686/fix-dbus-compatibility.patch
(from rev 98145, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-testing-i686/lock_screen_on_suspend.patch
(from rev 98145, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)
  cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD
(from rev 98145, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-x86_64/cinnamon-screensaver.pam
(from rev 98145, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  
cinnamon-screensaver/repos/community-testing-x86_64/fix-dbus-compatibility.patch
(from rev 98145, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  
cinnamon-screensaver/repos/community-testing-x86_64/lock_screen_on_suspend.patch
(from rev 98145, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)
Deleted:
  cinnamon-screensaver/repos/community-testing-i686/PKGBUILD
  cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-testing-i686/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-testing-i686/lock_screen_on_suspend.patch
  cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-testing-x86_64/cinnamon-screensaver.pam
  
cinnamon-screensaver/repos/community-testing-x86_64/fix-dbus-compatibility.patch
  
cinnamon-screensaver/repos/community-testing-x86_64/lock_screen_on_suspend.patch

---+
 /PKGBUILD |  120 ++
 /cinnamon-screensaver.pam |6 
 /fix-dbus-compatibility.patch |  298 
 /lock_screen_on_suspend.patch |  102 +
 community-testing-i686/PKGBUILD   |   63 ---
 community-testing-i686/cinnamon-screensaver.pam   |3 
 community-testing-i686/fix-dbus-compatibility.patch   |  149 
 community-testing-i686/lock_screen_on_suspend.patch   |   51 --
 community-testing-x86_64/PKGBUILD |   63 ---
 community-testing-x86_64/cinnamon-screensaver.pam |3 
 community-testing-x86_64/fix-dbus-compatibility.patch |  149 
 community-testing-x86_64/lock_screen_on_suspend.patch |   51 --
 12 files changed, 526 insertions(+), 532 deletions(-)

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


[arch-commits] Commit in dosbox/repos/community-i686 (6 files)

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 18:36:47
  Author: jlichtblau
Revision: 98147

archrelease: copy trunk to community-i686

Added:
  dosbox/repos/community-i686/PKGBUILD
(from rev 98146, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-i686/dosbox.png
(from rev 98146, dosbox/trunk/dosbox.png)
  dosbox/repos/community-i686/gcc46.patch
(from rev 98146, dosbox/trunk/gcc46.patch)
Deleted:
  dosbox/repos/community-i686/PKGBUILD
  dosbox/repos/community-i686/dosbox.png
  dosbox/repos/community-i686/gcc46.patch

-+
 PKGBUILD|  102 ++
 gcc46.patch |   24 ++---
 2 files changed, 66 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 16:31:42 UTC (rev 98146)
+++ PKGBUILD2013-10-06 16:36:47 UTC (rev 98147)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=dosbox
-pkgver=0.74
-pkgrel=5
-pkgdesc=Emulator with builtin DOS for running DOS Games
-arch=('i686' 'x86_64')
-url=http://dosbox.sourceforge.net/;
-license=('GPL')
-depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
-makedepends=('mesa' 'gendesk')
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz;
-   'dosbox.png'
-   'gcc46.patch')
-md5sums=('b9b240fa87104421962d14eee71351e8'
- '2aac25fc06979e375953fcc36824dc5e'
- '3fba2e3c7c43290319b2928f40ed30e5')
-
-build(){
-  cd $srcdir
-  gendesk
-
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/gcc46.patch
-  sed -i 's/png_check_sig/png_sig_cmp/' configure 
-  ./configure   --prefix=/usr \
---sysconfdir=/etc/dosbox  
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install 
-
-
-  # install docs, make does not install them
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -Dm644 docs/README.video 
$pkgdir/usr/share/doc/$pkgname/README.video
-
-  install -Dm644 ${srcdir}/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-}

Copied: dosbox/repos/community-i686/PKGBUILD (from rev 98146, 
dosbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 16:36:47 UTC (rev 98147)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=dosbox
+pkgver=0.74
+pkgrel=6
+pkgdesc='Emulator with builtin DOS for running DOS Games'
+arch=('i686' 'x86_64')
+url='http://dosbox.sourceforge.net/'
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
+makedepends=('mesa-libgl' 'gendesk')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+dosbox.png
+gcc46.patch)
+sha256sums=('13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05'
+'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+'f4848d22982b47d1f123ff2c68493460e93aca593ea4a122d69d08625755359c')
+
+prepare() {
+  cd $srcdir
+
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -i $srcdir/gcc46.patch
+  sed -i 's/png_check_sig/png_sig_cmp/' configure 
+
+  ./configure   --prefix=/usr --sysconfdir=/etc/dosbox  
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install 
+
+# install docs, make does not install them
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video 
$pkgdir/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dosbox.png
===
(Binary files differ)

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

Deleted: gcc46.patch
===
--- gcc46.patch 2013-10-06 16:31:42 UTC (rev 98146)
+++ gcc46.patch 2013-10-06 16:36:47 UTC (rev 98147)
@@ -1,12 +0,0 @@
-diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
 dosbox-0.74/include/dos_inc.h  2010-05-10 17:43:54.0 +
-+++ dosbox-0.74.new//include/dos_inc.h 2011-06-17 

[arch-commits] Commit in linux/repos (34 files)

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:51:08
  Author: tpowa
Revision: 195961

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/3.11-haswell-intel_pstate.patch
(from rev 195960, linux/repos/testing-i686/3.11-haswell-intel_pstate.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 195960, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 195960, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 195960, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 195960, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 195960, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 195960, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 195960, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.11-haswell-intel_pstate.patch
(from rev 195960, 
linux/repos/testing-x86_64/3.11-haswell-intel_pstate.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 195960, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 195960, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 195960, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 195960, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 195960, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 195960, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 195960, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.11-haswell-intel_pstate.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.11-haswell-intel_pstate.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /3.11-haswell-intel_pstate.patch  |   64 
 /PKGBUILD |  684 +
 /change-default-console-loglevel.patch|   24 
 /config   |12904 
 /config.x86_64|12508 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.11-haswell-intel_pstate.patch |   32 
 core-i686/PKGBUILD|  343 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6452 --
 core-i686/config.x86_64   | 6254 -
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.11-haswell-intel_pstate.patch   |   32 
 core-x86_64/PKGBUILD  |  343 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6452 --
 core-x86_64/config.x86_64 | 6254 -
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 24 files changed, 26318 insertions(+), 26320 deletions(-)

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


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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:51:23
  Author: tpowa
Revision: 195962

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 195961, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 195961, nvidia/repos/testing-i686/nvidia-linux-3.11.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 195961, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 195961, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 195961, nvidia/repos/testing-x86_64/nvidia-linux-3.11.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 195961, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-linux-3.11.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|   96 +
 /nvidia-linux-3.11.patch |   50 +
 /nvidia.install  |   36 
 extra-i686/PKGBUILD  |   48 
 extra-i686/nvidia-linux-3.11.patch   |   25 
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   48 
 extra-x86_64/nvidia-linux-3.11.patch |   25 
 extra-x86_64/nvidia.install  |   18 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 16:51:08 UTC (rev 195961)
+++ extra-i686/PKGBUILD 2013-10-06 16:51:23 UTC (rev 195962)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=325.15
-_extramodules=extramodules-3.11-ARCH
-pkgrel=8
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.11' 'linux3.12' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('528fc538584de6446384b9cec3099d6c')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 195961, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-06 16:51:23 UTC (rev 195962)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.11-ARCH
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

[arch-commits] Commit in nvidia-304xx/repos (14 files)

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:51:24
  Author: tpowa
Revision: 195963

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 195961, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 195961, nvidia-304xx/repos/testing-i686/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 195961, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 195961, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 195961, nvidia-304xx/repos/testing-x86_64/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 195961, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

--+
 /PKGBUILD|  100 +
 /nvidia-linux-3.11.patch |   50 
 /nvidia.install  |   30 +
 extra-i686/PKGBUILD  |   50 
 extra-i686/nvidia-linux-3.11.patch   |   25 
 extra-i686/nvidia.install|   15 
 extra-x86_64/PKGBUILD|   50 
 extra-x86_64/nvidia-linux-3.11.patch |   25 
 extra-x86_64/nvidia.install  |   15 
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 16:51:23 UTC (rev 195962)
+++ extra-i686/PKGBUILD 2013-10-06 16:51:24 UTC (rev 195963)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.108
-_extramodules=extramodules-3.11-ARCH
-pkgrel=6
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 195961, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-06 16:51:24 UTC (rev 195963)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.108
+_extramodules=extramodules-3.11-ARCH
+pkgrel=7
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+

[arch-commits] Commit in lirc/repos (54 files)

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:51:26
  Author: tpowa
Revision: 195964

db-move: moved lirc from [testing] to [extra] (i686, x86_64)

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 195961, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 195961, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 195961, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/linux-3.8.patch
(from rev 195961, lirc/repos/testing-i686/linux-3.8.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 195961, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 195961, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 195961, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.service
(from rev 195961, lirc/repos/testing-i686/lirc.service)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 195961, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 195961, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 195961, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 195961, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircm.service
(from rev 195961, lirc/repos/testing-i686/lircm.service)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 195961, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 195961, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 195961, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/linux-3.8.patch
(from rev 195961, lirc/repos/testing-x86_64/linux-3.8.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 195961, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 195961, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 195961, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.service
(from rev 195961, lirc/repos/testing-x86_64/lirc.service)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 195961, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 195961, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 195961, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 195961, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircm.service
(from rev 195961, lirc/repos/testing-x86_64/lircm.service)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/kernel-2.6.39.patch
  lirc/repos/extra-i686/linux-3.8.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.service
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
  lirc/repos/extra-i686/lirc_wpc8769l.patch
  lirc/repos/extra-i686/lircd-handle-large-config.patch
  lirc/repos/extra-i686/lircm.service
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
  lirc/repos/extra-x86_64/linux-3.8.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.service
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
  lirc/repos/extra-x86_64/lircm.service
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 /PKGBUILD|  214 +
 /irexec.service  |   22 ++
 /kernel-2.6.39.patch |  108 
 /linux-3.8.patch |  160 ++
 /lirc-utils.install  |   14 +
 /lirc.install|   32 +++
 /lirc.logrotate  |   10 +
 /lirc.service|   22 ++
 /lirc.tmpfiles   |2 
 /lirc_atiusb-kfifo.patch |   62 +++
 /lirc_wpc8769l.patch |  176 
 /lircd-handle-large-config.patch |   78 +
 /lircm.service   |   22 ++
 extra-i686/PKGBUILD 

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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:36
  Author: tpowa
Revision: 98148

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 98147, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 98147, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 98147, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 98147, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:36:47 UTC (rev 98147)
+++ community-i686/PKGBUILD 2013-10-06 16:52:36 UTC (rev 98148)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.7
-_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=14
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.11' 'linux3.12')
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('b9df5ea40109ef9766448a0577c798e6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 98147, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 16:52:36 UTC (rev 98148)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=16
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2013-10-06 16:36:47 UTC (rev 98147)
+++ community-i686/bbswitch.install 2013-10-06 16:52:36 UTC (rev 98148)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.11-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 98147, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2013-10-06 16:52:36 UTC (rev 98148)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat 

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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:37
  Author: tpowa
Revision: 98149

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 98147, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-3.10.patch
(from rev 98147, r8168/repos/community-testing-i686/linux-3.10.patch)
  r8168/repos/community-i686/r8168.install
(from rev 98147, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 98147, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-3.10.patch
(from rev 98147, r8168/repos/community-testing-x86_64/linux-3.10.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 98147, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-3.10.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-3.10.patch
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |  102 +++
 /linux-3.10.patch |  118 
 /r8168.install|   34 ++
 community-i686/PKGBUILD   |   51 ---
 community-i686/linux-3.10.patch   |   59 --
 community-i686/r8168.install  |   17 -
 community-x86_64/PKGBUILD |   51 ---
 community-x86_64/linux-3.10.patch |   59 --
 community-x86_64/r8168.install|   17 -
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:52:36 UTC (rev 98148)
+++ community-i686/PKGBUILD 2013-10-06 16:52:37 UTC (rev 98149)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=11
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd $pkgname-$pkgver
-   patch -p0 -i $srcdir/linux-3.10.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 98147, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 16:52:37 UTC (rev 98149)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=13
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 

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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:41
  Author: tpowa
Revision: 98151

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 98147, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 98147, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 98147, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 98147, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:52:39 UTC (rev 98150)
+++ community-i686/PKGBUILD 2013-10-06 16:52:41 UTC (rev 98151)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=35
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.11' 'linux3.12')
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 98147, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 16:52:41 UTC (rev 98151)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=37
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

[arch-commits] Commit in rt3562sta/repos (46 files)

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:39
  Author: tpowa
Revision: 98150

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 98147, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/linux-3.8.patch
(from rev 98147, rt3562sta/repos/community-testing-i686/linux-3.8.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-config.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98147, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 98147, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 98147, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/linux-3.8.patch
(from rev 98147, rt3562sta/repos/community-testing-x86_64/linux-3.8.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98147, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 98147, rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/linux-3.8.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-config.patch
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove_date_time.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/linux-3.8.patch
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-config.patch
  

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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:44
  Author: tpowa
Revision: 98153

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 98147, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 98147, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 98147, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 98147, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 98147, virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 98147, virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 98147, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 98147, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  124 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   62 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   62 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:52:43 UTC (rev 98152)
+++ community-i686/PKGBUILD 2013-10-06 16:52:44 UTC (rev 98153)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.18
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.11' 'linux3.12'
- 'linux-headers=3.11' 'linux-headers3.12'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.11-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.11' 'linux3.12')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.11' 'linux3.12')
-  replaces=('virtualbox-archlinux-modules')
-  

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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 18:52:43
  Author: tpowa
Revision: 98152

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 98147, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 98147, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 98147, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 98147, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 98147, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 98147, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   80 +
 /vhba-module.install |   44 ++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   40 
 community-i686/vhba-module.install   |   22 -
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/vhba-module.install |   22 -
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2013-10-06 16:52:41 UTC (rev 98151)
+++ community-i686/60-vhba.rules2013-10-06 16:52:43 UTC (rev 98152)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 98147, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2013-10-06 16:52:43 UTC (rev 98152)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 16:52:41 UTC (rev 98151)
+++ community-i686/PKGBUILD 2013-10-06 16:52:43 UTC (rev 98152)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.11-ARCH
-pkgrel=14
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.11' 'linux3.12')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('92a681e4665aa85a8335d00395a61697'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 98147, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 16:52:43 UTC (rev 98152)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.11-ARCH
+pkgrel=16
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')

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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 20:44:32
  Author: jlichtblau
Revision: 98155

archrelease: copy trunk to community-x86_64

Added:
  epic4/repos/community-x86_64/PKGBUILD
(from rev 98154, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   85 +++--
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 18:44:21 UTC (rev 98154)
+++ PKGBUILD2013-10-06 18:44:32 UTC (rev 98155)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Mateusz Herych heni...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Chris Brannon cmbrannon (at) cox.net
-
-pkgname=epic4
-pkgver=2.10.1
-pkgrel=3
-pkgdesc=It's a new direction in ircII development
-arch=('i686' 'x86_64')
-url=http://www.epicsol.org/;
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-md5sums=('6f08a04494d0f5543b5f8f3c1ac56d11')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-ssl \
-   --with-ipv6 \
-   --with-perl \
-   --with-tcl
-
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make prefix=${pkgdir}/usr install
-
- install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
- mkdir -p ${pkgdir}/usr/lib/$pkgname
- mv ${pkgdir}/usr/libexec/wserv4 $pkgdir/usr/lib/$pkgname
- rm -rf ${pkgdir}/usr/libexec
-}
-

Copied: epic4/repos/community-x86_64/PKGBUILD (from rev 98154, 
epic4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 18:44:32 UTC (rev 98155)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Chris Brannon cmbrannon (at) cox.net
+
+pkgname=epic4
+pkgver=2.10.2
+pkgrel=1
+pkgdesc=It's a new direction in ircII development
+arch=('i686' 'x86_64')
+url=http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
+
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 20:44:21
  Author: jlichtblau
Revision: 98154

upgpkg: epic4 2.10.2-1

Modified:
  epic4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:52:44 UTC (rev 98153)
+++ PKGBUILD2013-10-06 18:44:21 UTC (rev 98154)
@@ -1,24 +1,29 @@
 # $Id$
-# Maintainer: Mateusz Herych heni...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 # Contributor: Chris Brannon cmbrannon (at) cox.net
 
 pkgname=epic4
-pkgver=2.10.1
-pkgrel=3
+pkgver=2.10.2
+pkgrel=1
 pkgdesc=It's a new direction in ircII development
 arch=('i686' 'x86_64')
 url=http://www.epicsol.org/;
 license=('custom')
 depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
 
source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-md5sums=('6f08a04494d0f5543b5f8f3c1ac56d11')
+sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
 
 build() {
  cd ${srcdir}/$pkgname-$pkgver
 
- ./configure --prefix=/usr \
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-ssl \
--with-ipv6 \
@@ -25,17 +30,15 @@
--with-perl \
--with-tcl
 
- make
+  make
 }
 
 package() {
- cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
- make prefix=${pkgdir}/usr install
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
 
- install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
- mkdir -p ${pkgdir}/usr/lib/$pkgname
- mv ${pkgdir}/usr/libexec/wserv4 $pkgdir/usr/lib/$pkgname
- rm -rf ${pkgdir}/usr/libexec
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
 }
-



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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 20:47:48
  Author: jlichtblau
Revision: 98156

archrelease: copy trunk to community-i686

Added:
  epic4/repos/community-i686/PKGBUILD
(from rev 98155, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   85 +++--
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 18:44:32 UTC (rev 98155)
+++ PKGBUILD2013-10-06 18:47:48 UTC (rev 98156)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Mateusz Herych heni...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Chris Brannon cmbrannon (at) cox.net
-
-pkgname=epic4
-pkgver=2.10.1
-pkgrel=3
-pkgdesc=It's a new direction in ircII development
-arch=('i686' 'x86_64')
-url=http://www.epicsol.org/;
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-md5sums=('6f08a04494d0f5543b5f8f3c1ac56d11')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-ssl \
-   --with-ipv6 \
-   --with-perl \
-   --with-tcl
-
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make prefix=${pkgdir}/usr install
-
- install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
- mkdir -p ${pkgdir}/usr/lib/$pkgname
- mv ${pkgdir}/usr/libexec/wserv4 $pkgdir/usr/lib/$pkgname
- rm -rf ${pkgdir}/usr/libexec
-}
-

Copied: epic4/repos/community-i686/PKGBUILD (from rev 98155, 
epic4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 18:47:48 UTC (rev 98156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Chris Brannon cmbrannon (at) cox.net
+
+pkgname=epic4
+pkgver=2.10.2
+pkgrel=1
+pkgdesc=It's a new direction in ircII development
+arch=('i686' 'x86_64')
+url=http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
+
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+}



[arch-commits] Commit in memtest86+/repos/extra-any (3 files)

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 20:54:09
  Author: eric
Revision: 195966

archrelease: copy trunk to extra-any

Added:
  memtest86+/repos/extra-any/PKGBUILD
(from rev 195965, memtest86+/trunk/PKGBUILD)
Deleted:
  memtest86+/repos/extra-any/PKGBUILD
  memtest86+/repos/extra-any/memtest86+.install

+
 PKGBUILD   |   33 -
 memtest86+.install |   23 ---
 2 files changed, 16 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 18:53:50 UTC (rev 195965)
+++ PKGBUILD2013-10-06 18:54:09 UTC (rev 195966)
@@ -1,17 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=memtest86+
-pkgver=4.20
-pkgrel=2
-pkgdesc=An advanced memory diagnostic tool
-arch=('any')
-url=http://www.memtest.org;
-license=('GPL2')
-install=memtest86+.install
-source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
-sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
-
-package() {
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}.bin 
${pkgdir}/boot/memtest86+/memtest.bin
-}

Copied: memtest86+/repos/extra-any/PKGBUILD (from rev 195965, 
memtest86+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 18:54:09 UTC (rev 195966)
@@ -0,0 +1,16 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=memtest86+
+pkgver=5.01
+pkgrel=1
+pkgdesc=An advanced memory diagnostic tool
+arch=('any')
+url=http://www.memtest.org;
+license=('GPL2')
+source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
+sha1sums=('acf4b99b435d4e99b8027221524e57d70b8cae47')
+
+package() {
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}.bin 
${pkgdir}/boot/memtest86+/memtest.bin
+}

Deleted: memtest86+.install
===
--- memtest86+.install  2013-10-06 18:53:50 UTC (rev 195965)
+++ memtest86+.install  2013-10-06 18:54:09 UTC (rev 195966)
@@ -1,23 +0,0 @@
-post_install() {
-cat  EOF
-For using memtest86+, please modify your bootloaders.
-
-If /boot is on root partitions:
-== GRUB: add this to /boot/grub/menu.lst
-title  Memtest86+  [/boot/memtest86+/memtest.bin]
-kernel (hd?,?)/boot/memtest86+/memtest.bin
-
-== Lilo: add this to lilo.conf
-image  = /boot/memtest86+/memtest.bin
-label  = Memtest86+
-
-If /boot is on a separate partition, then just use /memtest86+/memtest.bin
-without the /boot prefix.
-EOF
-}
-
-post_remove() {
-cat  EOF
-Please remove your additions from your bootloaders.
-EOF
-}



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

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 20:53:50
  Author: eric
Revision: 195965

upgpkg: memtest86+ 5.01-1

Upstream update, Remove obsolete and useless .install file

Modified:
  memtest86+/trunk/PKGBUILD
Deleted:
  memtest86+/trunk/memtest86+.install

+
 PKGBUILD   |7 +++
 memtest86+.install |   23 ---
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 16:51:26 UTC (rev 195964)
+++ PKGBUILD2013-10-06 18:53:50 UTC (rev 195965)
@@ -2,15 +2,14 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=memtest86+
-pkgver=4.20
-pkgrel=2
+pkgver=5.01
+pkgrel=1
 pkgdesc=An advanced memory diagnostic tool
 arch=('any')
 url=http://www.memtest.org;
 license=('GPL2')
-install=memtest86+.install
 source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
-sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
+sha1sums=('acf4b99b435d4e99b8027221524e57d70b8cae47')
 
 package() {
   install -D -m644 ${srcdir}/${pkgname}-${pkgver}.bin 
${pkgdir}/boot/memtest86+/memtest.bin

Deleted: memtest86+.install
===
--- memtest86+.install  2013-10-06 16:51:26 UTC (rev 195964)
+++ memtest86+.install  2013-10-06 18:53:50 UTC (rev 195965)
@@ -1,23 +0,0 @@
-post_install() {
-cat  EOF
-For using memtest86+, please modify your bootloaders.
-
-If /boot is on root partitions:
-== GRUB: add this to /boot/grub/menu.lst
-title  Memtest86+  [/boot/memtest86+/memtest.bin]
-kernel (hd?,?)/boot/memtest86+/memtest.bin
-
-== Lilo: add this to lilo.conf
-image  = /boot/memtest86+/memtest.bin
-label  = Memtest86+
-
-If /boot is on a separate partition, then just use /memtest86+/memtest.bin
-without the /boot prefix.
-EOF
-}
-
-post_remove() {
-cat  EOF
-Please remove your additions from your bootloaders.
-EOF
-}



[arch-commits] Commit in ocaml/trunk (PKGBUILD tk8.6-build.patch)

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 20:58:05
  Author: tpowa
Revision: 195967

upgpkg: ocaml 4.01.0-1

bump to 4.01 release

Modified:
  ocaml/trunk/PKGBUILD
Deleted:
  ocaml/trunk/tk8.6-build.patch

---+
 PKGBUILD  |   17 ++---
 tk8.6-build.patch |   20 
 2 files changed, 6 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 18:54:09 UTC (rev 195966)
+++ PKGBUILD2013-10-06 18:58:05 UTC (rev 195967)
@@ -3,29 +3,26 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.00.1
-pkgrel=3
+pkgver=4.01.0
+pkgrel=1
 pkgdesc=A functional language with OO extensions
 arch=('i686' 'x86_64')
-license=('LGPL2' 'custom: QPL-1.0')
+license=('LGPL2.1' 'custom: QPL-1.0')
 url=http://caml.inria.fr/;
 depends=('gdbm')
 makedepends=('tk=8.6.0' 'ncurses=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz
-tk8.6-build.patch)
+source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz)
 options=('!makeflags' '!emptydirs')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure -prefix /usr 
+  ./configure -prefix /usr -x11include /usr/include 
   make world.opt
 }
 
 package_ocaml() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-  # fix https://bugs.archlinux.org/task/33302
-  patch -Np2 -i ../tk8.6-build.patch
   make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install

   # Save 10MB with this one, makepkg only strips debug symbols.
@@ -57,6 +54,4 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
 }
-md5sums=('91124a8eb12a57f1e56c02fe3db0f9e7')
-md5sums=('91124a8eb12a57f1e56c02fe3db0f9e7'
- '67b0a8a8885fc1221181b171541cb1b0')
+md5sums=('04dfdd7da189462a4f10ec6530359cef')

Deleted: tk8.6-build.patch
===
--- tk8.6-build.patch   2013-10-06 18:54:09 UTC (rev 195966)
+++ tk8.6-build.patch   2013-10-06 18:58:05 UTC (rev 195967)
@@ -1,20 +0,0 @@
 src/ocaml-4.00.1/configure 2012-06-26 08:33:50.0 -0700
-+++ p/src/ocaml-4.00.1/configure   2013-01-05 17:06:54.877900143 -0800
-@@ -804,6 +804,9 @@
- echo ARCMD=ar  Makefile
- 
- 
-+bytecccompopts=$bytecccompopts -DUSE_INTERP_RESULT
-+nativecccompopts=$nativecccompopts -DUSE_INTERP_RESULT
-+
- # Do #! scripts work?
- 
- if (SHELL=/bin/sh; export SHELL; (./sharpbang || ./sharpbang2) /dev/null); 
then
-@@ -1450,6 +1453,7 @@
-   if test -n $tcl_version  test x$tcl_version != xnone; then
- echo tcl.h and tk.h version $tcl_version found with \$tk_defs\.
- case $tcl_version in
-+8.6) tclmaj=8 tclmin=6 tkmaj=8 tkmin=6 ;;
- 8.5) tclmaj=8 tclmin=5 tkmaj=8 tkmin=5 ;;
- 8.4) tclmaj=8 tclmin=4 tkmaj=8 tkmin=4 ;;
- 8.3) tclmaj=8 tclmin=3 tkmaj=8 tkmin=3 ;;



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

2013-10-06 Thread Tobias Powalowski
Date: Sunday, October 6, 2013 @ 20:58:18
  Author: tpowa
Revision: 195968

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

Added:
  ocaml/repos/staging-i686/
  ocaml/repos/staging-i686/PKGBUILD
(from rev 195967, ocaml/trunk/PKGBUILD)
  ocaml/repos/staging-x86_64/
  ocaml/repos/staging-x86_64/PKGBUILD
(from rev 195967, ocaml/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   57 ++
 staging-x86_64/PKGBUILD |   57 ++
 2 files changed, 114 insertions(+)

Copied: ocaml/repos/staging-i686/PKGBUILD (from rev 195967, 
ocaml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-06 18:58:18 UTC (rev 195968)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.01.0
+pkgrel=1
+pkgdesc=A functional language with OO extensions
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url=http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk=8.6.0' 'ncurses=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
+   
+  # Save 10MB with this one, makepkg only strips debug symbols.
+  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc=Several modules used internally by the OCaml compiler
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Install compiler libraries
+  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
+  mkdir -p $compiler_libs/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} $compiler_libs/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/utils
+  # duplicated by installation
+  rm -f $compiler_libs/typing/outcometree.{cmi,mli}
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+md5sums=('04dfdd7da189462a4f10ec6530359cef')

Copied: ocaml/repos/staging-x86_64/PKGBUILD (from rev 195967, 
ocaml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-06 18:58:18 UTC (rev 195968)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.01.0
+pkgrel=1
+pkgdesc=A functional language with OO extensions
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url=http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk=8.6.0' 'ncurses=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
+   
+  # Save 10MB with this one, makepkg only strips debug symbols.
+  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc=Several modules used internally by the OCaml compiler
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Install compiler libraries
+  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
+  mkdir -p $compiler_libs/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} $compiler_libs/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/utils
+  # duplicated by installation
+  rm -f $compiler_libs/typing/outcometree.{cmi,mli}
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}

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

2013-10-06 Thread Ronald van Haren
Date: Sunday, October 6, 2013 @ 21:03:06
  Author: ronald
Revision: 195969

upgpkg: digikam 3.4.0-1

update to 3.4.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 18:58:18 UTC (rev 195968)
+++ PKGBUILD2013-10-06 19:03:06 UTC (rev 195969)
@@ -5,8 +5,8 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ecf8d9eca918059cdd90ef3538295ee9873fb55f')
+sha1sums=('9ed0ef7a7eda8660edf44b1e89354f110e487373')
 
 prepare() {
   mkdir build



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

2013-10-06 Thread Ronald van Haren
Date: Sunday, October 6, 2013 @ 21:03:45
  Author: ronald
Revision: 195970

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 195969, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 195969, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 195969, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 195969, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 195969, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 195969, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 /PKGBUILD |  198 
 /digikam.install  |   24 
 /kipi-plugins.install |   24 
 extra-i686/PKGBUILD   |   99 --
 extra-i686/digikam.install|   12 --
 extra-i686/kipi-plugins.install   |   12 --
 extra-x86_64/PKGBUILD |   99 --
 extra-x86_64/digikam.install  |   12 --
 extra-x86_64/kipi-plugins.install |   12 --
 9 files changed, 246 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-06 19:03:06 UTC (rev 195969)
+++ extra-i686/PKGBUILD 2013-10-06 19:03:45 UTC (rev 195970)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.3.0
-pkgrel=2
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ecf8d9eca918059cdd90ef3538295ee9873fb55f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
-  optdepends=('libkgeomap: Geolocalize tool'
-  'libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt-gstreamer: Video SlideShow plugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make 

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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 21:15:22
  Author: jlichtblau
Revision: 98158

archrelease: copy trunk to community-x86_64

Added:
  pv/repos/community-x86_64/PKGBUILD
(from rev 98157, pv/trunk/PKGBUILD)
Deleted:
  pv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 19:15:11 UTC (rev 98157)
+++ PKGBUILD2013-10-06 19:15:22 UTC (rev 98158)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d55ff76f5caa83efc23aa527dbb0b191')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-x86_64/PKGBUILD (from rev 98157, pv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 19:15:22 UTC (rev 98158)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.4.12
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('605adc0f369496bca92b0656cf86b25e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 21:15:11
  Author: jlichtblau
Revision: 98157

upgpkg: pv 1.4.12-1

Modified:
  pv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 18:47:48 UTC (rev 98156)
+++ PKGBUILD2013-10-06 19:15:11 UTC (rev 98157)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgname=pv
-pkgver=1.4.6
+pkgver=1.4.12
 pkgrel=1
 pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom:Artistic 2.0')
 depends=('glibc')
 source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d55ff76f5caa83efc23aa527dbb0b191')
+md5sums=('605adc0f369496bca92b0656cf86b25e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-06 Thread Jaroslav Lichtblau
Date: Sunday, October 6, 2013 @ 21:16:16
  Author: jlichtblau
Revision: 98159

archrelease: copy trunk to community-i686

Added:
  pv/repos/community-i686/PKGBUILD
(from rev 98158, pv/trunk/PKGBUILD)
Deleted:
  pv/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 19:15:22 UTC (rev 98158)
+++ PKGBUILD2013-10-06 19:16:16 UTC (rev 98159)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=pv
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
-arch=('i686' 'x86_64')
-url='http://www.ivarch.com/programs/pv.shtml'
-license=('custom:Artistic 2.0')
-depends=('glibc')
-source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d55ff76f5caa83efc23aa527dbb0b191')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pv/repos/community-i686/PKGBUILD (from rev 98158, pv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 19:16:16 UTC (rev 98159)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=pv
+pkgver=1.4.12
+pkgrel=1
+pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline.'
+arch=('i686' 'x86_64')
+url='http://www.ivarch.com/programs/pv.shtml'
+license=('custom:Artistic 2.0')
+depends=('glibc')
+source=(http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2;)
+md5sums=('605adc0f369496bca92b0656cf86b25e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm0644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 21:43:22
  Author: eric
Revision: 98160

upgpkg: colorgcc 1.3.2-9

Update config file

Modified:
  colorgcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 19:16:16 UTC (rev 98159)
+++ PKGBUILD2013-10-06 19:43:22 UTC (rev 98160)
@@ -3,7 +3,7 @@
 
 pkgname=colorgcc
 pkgver=1.3.2
-pkgrel=8
+pkgrel=9
 pkgdesc=A Perl wrapper to colorize the output of compilers with warning/error 
messages matching the gcc output format
 arch=('any')
 url=http://www.schlueters.de/colorgcc.html;
@@ -12,10 +12,10 @@
 backup=('etc/colorgcc/colorgccrc')
 install=colorgcc.install
 
source=(http://mir1.ovh.net/gentoo-distfiles/distfiles/${pkgname}-${pkgver}.tar.gz
 colorgcc_1.3.2.0-10.diff)
-md5sums=('7d62f92ab99c8271c79c40a0a470e8f7' '2811b14a96a1b4df72edab4c1b46ecdd')
-sha1sums=('c2944ecaaa58f41f37cc15304f4f9eae0c366cd9' 
'8cd0924009198753b624165f2137ca23ff707578')
+sha1sums=('c2944ecaaa58f41f37cc15304f4f9eae0c366cd9'
+  '8cd0924009198753b624165f2137ca23ff707578')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p1  ../colorgcc_1.3.2.0-10.diff
   patch -p1  debian/patches/005_old_changes.patch
@@ -29,6 +29,7 @@
   patch -p1  debian/patches/08_force_color_opt.patch
   patch -p1  debian/patches/09_color_warnings.patch
   patch -p1  debian/patches/10_utf8_output.patch
+  sed -i 's|/usr/bin/g77|/usr/bin/gfortran|' colorgccrc
 }
 
 package() {



[arch-commits] Commit in colorgcc/repos/community-any (6 files)

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 21:43:43
  Author: eric
Revision: 98161

archrelease: copy trunk to community-any

Added:
  colorgcc/repos/community-any/PKGBUILD
(from rev 98160, colorgcc/trunk/PKGBUILD)
  colorgcc/repos/community-any/colorgcc.install
(from rev 98160, colorgcc/trunk/colorgcc.install)
  colorgcc/repos/community-any/colorgcc_1.3.2.0-10.diff
(from rev 98160, colorgcc/trunk/colorgcc_1.3.2.0-10.diff)
Deleted:
  colorgcc/repos/community-any/PKGBUILD
  colorgcc/repos/community-any/colorgcc.install
  colorgcc/repos/community-any/colorgcc_1.3.2.0-10.diff

--+
 PKGBUILD |   91 -
 colorgcc.install |   22 
 colorgcc_1.3.2.0-10.diff | 2246 ++---
 3 files changed, 1180 insertions(+), 1179 deletions(-)

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


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

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 21:51:08
  Author: eric
Revision: 195977

Remove obsolete and broken install scriptlet

Modified:
  kdelibs3/trunk/PKGBUILD
Deleted:
  kdelibs3/trunk/kdelibs3.install

--+
 PKGBUILD |1 -
 kdelibs3.install |   12 
 2 files changed, 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 19:13:25 UTC (rev 195976)
+++ PKGBUILD2013-10-06 19:51:08 UTC (rev 195977)
@@ -15,7 +15,6 @@
 makedepends=('cups' 'hspell' 'optipng')
 optdepends=('hspell: for Hebrew spell-checking support')
 options=('libtool' '!makeflags')
-install=kdelibs3.install
 
source=(ftp://ftp.kde.org/pub/kde/stable/${pkgver}/src/kdelibs-${pkgver}.tar.bz2;
 'ftp://ftp.archlinux.org/other/kde/kde-3.5-1074156.patch.gz'
 'acinclude.patch'

Deleted: kdelibs3.install
===
--- kdelibs3.install2013-10-06 19:13:25 UTC (rev 195976)
+++ kdelibs3.install2013-10-06 19:51:08 UTC (rev 195977)
@@ -1,12 +0,0 @@
-post_install() {
-   post_remove
-}
-
-post_upgrade() {
-   post_remove
-}
-
-post_remove() {
-   # this can be removed in future versions
-   sed  -ie '/\/opt\/kde\/lib/d' etc/ld.so.conf
-}



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

2013-10-06 Thread Sven-Hendrik Haase
Date: Sunday, October 6, 2013 @ 21:54:34
  Author: svenstaro
Revision: 98163

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

Added:
  fmodex/repos/community-i686/PERMISSION
(from rev 98162, fmodex/trunk/PERMISSION)
  fmodex/repos/community-i686/PKGBUILD
(from rev 98162, fmodex/trunk/PKGBUILD)
  fmodex/repos/community-x86_64/PERMISSION
(from rev 98162, fmodex/trunk/PERMISSION)
  fmodex/repos/community-x86_64/PKGBUILD
(from rev 98162, fmodex/trunk/PKGBUILD)
Deleted:
  fmodex/repos/community-i686/PERMISSION
  fmodex/repos/community-i686/PKGBUILD
  fmodex/repos/community-x86_64/PERMISSION
  fmodex/repos/community-x86_64/PKGBUILD

-+
 /PERMISSION |   50 +
 /PKGBUILD   |   82 ++
 community-i686/PERMISSION   |   25 
 community-i686/PKGBUILD |   41 -
 community-x86_64/PERMISSION |   25 
 community-x86_64/PKGBUILD   |   41 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PERMISSION
===
--- community-i686/PERMISSION   2013-10-06 19:54:20 UTC (rev 98162)
+++ community-i686/PERMISSION   2013-10-06 19:54:34 UTC (rev 98163)
@@ -1,25 +0,0 @@
-Hi Sven,
-sounds ok to me.
-regards,
-
-Brett Paterson | CEO
-FMOD by Firelight Technologies Pty Ltd
-Interactive Audio Middleware | www.fmod.org
-PH: +61 3 96635947 Fax: +61 3 96635951
-
-
--Original Message-
-From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sa...@fmod.org
-Subject: Redistribution for Arch Linux
-
- Hello,
-
- I'm a packager for the Arch Linux project (http://www.archlinux.org) and
- I would like to ask you for permission for redistributing FMOD in binary
- form in our project. Arch Linux is a free operating system and is run
- entirely by volunteers. There is no commercial context.
-
- Regards,
- Sven-Hendrik Haase

Copied: fmodex/repos/community-i686/PERMISSION (from rev 98162, 
fmodex/trunk/PERMISSION)
===
--- community-i686/PERMISSION   (rev 0)
+++ community-i686/PERMISSION   2013-10-06 19:54:34 UTC (rev 98163)
@@ -0,0 +1,25 @@
+Hi Sven,
+sounds ok to me.
+regards,
+
+Brett Paterson | CEO
+FMOD by Firelight Technologies Pty Ltd
+Interactive Audio Middleware | www.fmod.org
+PH: +61 3 96635947 Fax: +61 3 96635951
+
+
+-Original Message-
+From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sa...@fmod.org
+Subject: Redistribution for Arch Linux
+
+ Hello,
+
+ I'm a packager for the Arch Linux project (http://www.archlinux.org) and
+ I would like to ask you for permission for redistributing FMOD in binary
+ form in our project. Arch Linux is a free operating system and is run
+ entirely by volunteers. There is no commercial context.
+
+ Regards,
+ Sven-Hendrik Haase

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-06 19:54:20 UTC (rev 98162)
+++ community-i686/PKGBUILD 2013-10-06 19:54:34 UTC (rev 98163)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-# Note: This packae is proprietary and distribution is limited. However, we
-# have written permission to by the FMOD CEO to distribute this in binary form.
-pkgname=fmodex
-pkgver=4.44.01
-pkgrel=1
-pkgdesc=An advanced audio engine
-arch=('i686' 'x86_64')
-url=http://www.fmod.org/;
-license=('custom')
-source=(http://www.fmod.org/index.php/release/version/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('3f32d8e74ac5cc6e581f7c32c71f4d20')
-
-build() {
-  cd fmodapi${pkgver//./}linux
-
-  mkdir -p ${pkgdir}/usr/lib
-  mkdir -p ${pkgdir}/usr/include/fmodex
-
-  cp -d api/lib/* ${pkgdir}/usr/lib/
-  [[ $CARCH == i686 ]]  rm ${pkgdir}/usr/lib/*64*
-
-  if [[ $CARCH == x86_64 ]]; then
-cd ${pkgdir}/usr/lib
-ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so
-ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so
-cd ${srcdir}/fmodapi${pkgver//./}linux
-  fi
-
-  cp api/inc/* ${pkgdir}/usr/include/fmodex/
-
-  install -Dm644 documentation/LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mkdir -p ${pkgdir}/usr/share/doc/fmodex
-  cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fmodex/repos/community-i686/PKGBUILD (from rev 98162, 
fmodex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-06 19:54:34 UTC (rev 98163)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# 

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

2013-10-06 Thread Sven-Hendrik Haase
Date: Sunday, October 6, 2013 @ 21:54:20
  Author: svenstaro
Revision: 98162

upgpkg: fmodex 4.44.21-1

Updating to 4.44.21

Modified:
  fmodex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 19:43:43 UTC (rev 98161)
+++ PKGBUILD2013-10-06 19:54:20 UTC (rev 98162)
@@ -5,14 +5,14 @@
 # Note: This packae is proprietary and distribution is limited. However, we
 # have written permission to by the FMOD CEO to distribute this in binary form.
 pkgname=fmodex
-pkgver=4.44.01
+pkgver=4.44.21
 pkgrel=1
 pkgdesc=An advanced audio engine
 arch=('i686' 'x86_64')
 url=http://www.fmod.org/;
 license=('custom')
-source=(http://www.fmod.org/index.php/release/version/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('3f32d8e74ac5cc6e581f7c32c71f4d20')
+source=(http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz;)
+md5sums=('8cc1e2cd358430ba1c4fc5aa80451514')
 
 package() {
   cd fmodapi${pkgver//./}linux



[arch-commits] Commit in (libcgns2)

2013-10-06 Thread Eric Bélanger
Date: Sunday, October 6, 2013 @ 23:07:47
  Author: eric
Revision: 98166

moving to AUR

Deleted:
  libcgns2/



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

2013-10-06 Thread Eric Bélanger
Date: Monday, October 7, 2013 @ 01:02:31
  Author: eric
Revision: 98167

upgpkg: youtube-dl 2013.10.06-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-06 21:07:47 UTC (rev 98166)
+++ PKGBUILD2013-10-06 23:02:31 UTC (rev 98167)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.10.01.1
+pkgver=2013.10.06
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4c69b3a23b44af0d9fbfb48080e9c3db58b1d6bd'
+sha1sums=('3f783be4ec269fd87ef978ec37d7a95875c6fc6f'
   'SKIP')
 
 prepare() {



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

2013-10-06 Thread Eric Bélanger
Date: Monday, October 7, 2013 @ 01:04:11
  Author: eric
Revision: 98168

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 98167, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-06 23:02:31 UTC (rev 98167)
+++ PKGBUILD2013-10-06 23:04:11 UTC (rev 98168)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.10.01.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4c69b3a23b44af0d9fbfb48080e9c3db58b1d6bd'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 98167, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-06 23:04:11 UTC (rev 98168)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.10.06
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('3f783be4ec269fd87ef978ec37d7a95875c6fc6f'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (cdck)

2013-10-06 Thread Eric Bélanger
Date: Monday, October 7, 2013 @ 02:58:38
  Author: eric
Revision: 98171

moving to AUR

Deleted:
  cdck/



[arch-commits] Commit in impressive/repos/community-any (4 files)

2013-10-06 Thread Balló György
Date: Monday, October 7, 2013 @ 03:43:50
  Author: bgyorgy
Revision: 98173

archrelease: copy trunk to community-any

Added:
  impressive/repos/community-any/PKGBUILD
(from rev 98172, impressive/trunk/PKGBUILD)
  impressive/repos/community-any/impressive-0.10.3-pillow-compat.patch
(from rev 98172, impressive/trunk/impressive-0.10.3-pillow-compat.patch)
Deleted:
  impressive/repos/community-any/PKGBUILD
  impressive/repos/community-any/replace-python-imaging.patch

---+
 PKGBUILD  |   92 
 impressive-0.10.3-pillow-compat.patch |   13 
 replace-python-imaging.patch  |   12 
 3 files changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 01:43:45 UTC (rev 98172)
+++ PKGBUILD2013-10-07 01:43:50 UTC (rev 98173)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier gcarr...@aur.archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=impressive
-pkgver=0.10.3
-pkgrel=7
-pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
-arch=('any')
-url='http://impressive.sourceforge.net'
-license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
-optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
-'mplayer: for sound and video playback')
-provides=('keyjnote=0.10.3')
-conflicts=('keyjnote')
-replaces=('keyjnote')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
-replace-python-imaging.patch)
-md5sums=('1fefb25db71ee322a59353de85ae00b4'
- '73c6d0125ab5532b1b2892844a805e06')
-
-build() {
-  cd ${srcdir}/Impressive-${pkgver}
-
-  # replace Import Image with from PIL import Image
-  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
-
-# python2 fix
-  for file in $(find . -name '*.py' -print); do
-  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/Impressive-${pkgver}
-
-  install -d -m755 ${pkgdir}/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py ${pkgdir}/usr/bin/${pkgname}
-  ln -s ${pkgname} ${pkgdir}/usr/bin/keyjnote
-  install -m644 ${pkgname}.html demo.pdf changelog.txt 
${pkgdir}/usr/share/doc/${pkgname}/
-  install -m644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/
-}

Copied: impressive/repos/community-any/PKGBUILD (from rev 98172, 
impressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 01:43:50 UTC (rev 98173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier gcarr...@aur.archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=impressive
+pkgver=0.10.3
+pkgrel=8
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
+'mplayer: for sound and video playback')
+provides=('keyjnote=0.10.3')
+conflicts=('keyjnote')
+replaces=('keyjnote')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
+impressive-0.10.3-pillow-compat.patch)
+md5sums=('1fefb25db71ee322a59353de85ae00b4'
+ '7f112309f3faebca123ff576c9d28c1c')
+
+prepare() {
+  cd ${srcdir}/Impressive-${pkgver}
+
+  # replace Import Image with from PIL import Image
+  patch -Np1 -i ${srcdir}/impressive-0.10.3-pillow-compat.patch
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/Impressive-${pkgver}
+
+  install -d -m755 ${pkgdir}/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py ${pkgdir}/usr/bin/${pkgname}
+  ln -s ${pkgname} ${pkgdir}/usr/bin/keyjnote
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
${pkgdir}/usr/share/doc/${pkgname}/
+  install -m644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/
+}

Copied: impressive/repos/community-any/impressive-0.10.3-pillow-compat.patch 
(from rev 98172, impressive/trunk/impressive-0.10.3-pillow-compat.patch)
===
--- impressive-0.10.3-pillow-compat.patch   (rev 0)
+++ 

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

2013-10-06 Thread Balló György
Date: Monday, October 7, 2013 @ 03:43:45
  Author: bgyorgy
Revision: 98172

upgpkg: impressive 0.10.3-8

Fix compatibility patch from Fedora (FS#37213)

Added:
  impressive/trunk/impressive-0.10.3-pillow-compat.patch
Modified:
  impressive/trunk/PKGBUILD
Deleted:
  impressive/trunk/replace-python-imaging.patch

---+
 PKGBUILD  |   10 +-
 impressive-0.10.3-pillow-compat.patch |   13 +
 replace-python-imaging.patch  |   12 
 3 files changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 00:58:38 UTC (rev 98171)
+++ PKGBUILD2013-10-07 01:43:45 UTC (rev 98172)
@@ -6,7 +6,7 @@
 
 pkgname=impressive
 pkgver=0.10.3
-pkgrel=7
+pkgrel=8
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
 url='http://impressive.sourceforge.net'
@@ -18,15 +18,15 @@
 conflicts=('keyjnote')
 replaces=('keyjnote')
 source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
-replace-python-imaging.patch)
+impressive-0.10.3-pillow-compat.patch)
 md5sums=('1fefb25db71ee322a59353de85ae00b4'
- '73c6d0125ab5532b1b2892844a805e06')
+ '7f112309f3faebca123ff576c9d28c1c')
 
-build() {
+prepare() {
   cd ${srcdir}/Impressive-${pkgver}
 
   # replace Import Image with from PIL import Image
-  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
+  patch -Np1 -i ${srcdir}/impressive-0.10.3-pillow-compat.patch
 
 # python2 fix
   for file in $(find . -name '*.py' -print); do

Added: impressive-0.10.3-pillow-compat.patch
===
--- impressive-0.10.3-pillow-compat.patch   (rev 0)
+++ impressive-0.10.3-pillow-compat.patch   2013-10-07 01:43:45 UTC (rev 
98172)
@@ -0,0 +1,13 @@
+--- Impressive-0.10.3.orig/impressive.py
 Impressive-0.10.3/impressive.py
+@@ -182,8 +182,8 @@ try:
+ from OpenGL.GL import *
+ import pygame
+ from pygame.locals import *
+-import Image, ImageDraw, ImageFont, ImageFilter
+-import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
++from PIL import Image, ImageDraw, ImageFont, ImageFilter
++from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, 
PngImagePlugin, PpmImagePlugin
+ except (ValueError, ImportError), err:
+ print sys.stderr, Oops! Cannot load necessary modules:, err
+ print sys.stderr, To use Impressive, you need to install the 
following Python modules:

Deleted: replace-python-imaging.patch
===
--- replace-python-imaging.patch2013-10-07 00:58:38 UTC (rev 98171)
+++ replace-python-imaging.patch2013-10-07 01:43:45 UTC (rev 98172)
@@ -1,12 +0,0 @@
-diff -aur Impressive-0.10.3/impressive.py Impressive-0.10.3.new/impressive.py
 Impressive-0.10.3/impressive.py2013-09-20 09:34:16.477993905 +
-+++ Impressive-0.10.3.new/impressive.py2013-09-20 09:33:59.468099703 
+
-@@ -182,7 +182,7 @@
- from OpenGL.GL import *
- import pygame
- from pygame.locals import *
--import Image, ImageDraw, ImageFont, ImageFilter
-+from PIL import Image, ImageDraw, ImageFont, ImageFilter
- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
- except (ValueError, ImportError), err:
- print sys.stderr, Oops! Cannot load necessary modules:, err



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

2013-10-06 Thread Felix Yan
Date: Monday, October 7, 2013 @ 03:46:04
  Author: fyan
Revision: 98174

upgpkg: goaccess 0.6.1-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 01:43:50 UTC (rev 98173)
+++ PKGBUILD2013-10-07 01:46:04 UTC (rev 98174)
@@ -4,7 +4,7 @@
 # Contributor: Nicolas Storme nico...@atelier-web.com
 
 pkgname=goaccess
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=An open source real-time web log analyzer and interactive viewer
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   make prefix=$pkgdir/usr install
 }
 
-sha512sums=('cd3fb241a9d84f2f9023c179a96d441f7f7d52e9c7227b31a3a18761c60ae6abdbfc70799c0a2c5ceb8788afd36eeaaf55ed7944310fb5809dd403d7fe09dfbd')
+sha512sums=('67712e4af16c6e039ca46f6f8d8302a58be1e0cfd0c76930068c03a9989c35b58b61f7b1e6a9e79cbb978c8f492b80782b8c7b894abc2e067f0a520e2981f98b')



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

2013-10-06 Thread Felix Yan
Date: Monday, October 7, 2013 @ 03:47:21
  Author: fyan
Revision: 98175

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

Added:
  goaccess/repos/community-i686/PKGBUILD
(from rev 98174, goaccess/trunk/PKGBUILD)
  goaccess/repos/community-x86_64/PKGBUILD
(from rev 98174, goaccess/trunk/PKGBUILD)
Deleted:
  goaccess/repos/community-i686/PKGBUILD
  goaccess/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 2013-10-07 01:46:04 UTC (rev 98174)
+++ community-i686/PKGBUILD 2013-10-07 01:47:21 UTC (rev 98175)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.6
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --enable-geoip
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}
-
-sha512sums=('cd3fb241a9d84f2f9023c179a96d441f7f7d52e9c7227b31a3a18761c60ae6abdbfc70799c0a2c5ceb8788afd36eeaaf55ed7944310fb5809dd403d7fe09dfbd')

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 98174, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 01:47:21 UTC (rev 98175)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}
+
+sha512sums=('67712e4af16c6e039ca46f6f8d8302a58be1e0cfd0c76930068c03a9989c35b58b61f7b1e6a9e79cbb978c8f492b80782b8c7b894abc2e067f0a520e2981f98b')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 01:46:04 UTC (rev 98174)
+++ community-x86_64/PKGBUILD   2013-10-07 01:47:21 UTC (rev 98175)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.6
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --enable-geoip
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}
-
-sha512sums=('cd3fb241a9d84f2f9023c179a96d441f7f7d52e9c7227b31a3a18761c60ae6abdbfc70799c0a2c5ceb8788afd36eeaaf55ed7944310fb5809dd403d7fe09dfbd')

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 98174, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-07 01:47:21 UTC (rev 98175)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}
+
+sha512sums=('67712e4af16c6e039ca46f6f8d8302a58be1e0cfd0c76930068c03a9989c35b58b61f7b1e6a9e79cbb978c8f492b80782b8c7b894abc2e067f0a520e2981f98b')