[arch-commits] Commit in xf86-video-sisimedia/trunk (2 files)

2012-11-26 Thread Jan de Groot
Date: Monday, November 26, 2012 @ 06:40:21
  Author: jgc
Revision: 172004

Fix crashes with recent xorg

Added:
  xf86-video-sisimedia/trunk/disable-UploadToScreen-DownloadFromScreen.patch
Modified:
  xf86-video-sisimedia/trunk/PKGBUILD

-+
 PKGBUILD|5 +
 disable-UploadToScreen-DownloadFromScreen.patch |   64 ++
 2 files changed, 68 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 03:59:42 UTC (rev 172003)
+++ PKGBUILD2012-11-26 11:40:21 UTC (rev 172004)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-video-sisimedia
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc=X.org SiS 671 video driver
 arch=(i686 x86_64)
 url=http://www.linuxconsulting.ro/xorg-drivers/;
@@ -38,6 +38,7 @@
 sisimedia-no-xaa.patch
 sisimedia-xorg-1.13.patch
 deprecated-sym2.patch
+disable-UploadToScreen-DownloadFromScreen.patch
 COPYING)
 sha1sums=('22e6616df49ec82755daae08043a29aaf92fa430'
   '61715bb86180decde55a56fad9a12d841c89fbb2'
@@ -65,6 +66,7 @@
   '370af234867df98206a98c8cd0a6c89323593f6b'
   '4ea333d659abe2b78f07511467c5356f39bf8695'
   '9bef0b61c0505cc64464073d73684e6933d3f84c'
+  'ff95fd41be43560245caa40adc6b481f2dafca7d'
   'a64e244f274bcb155f892d0488a1a4b1b2f7d70d')
 
 build() {
@@ -95,6 +97,7 @@
   patch -Np1 -i ${srcdir}/sisimedia-xorg-1.13.patch
 
   patch -Np1 -i ${srcdir}/deprecated-sym2.patch
+  patch -Np1 -i ${srcdir}/disable-UploadToScreen-DownloadFromScreen.patch
 
   sed -i -e 's,sis_drv,sisimedia_drv,g' src/Makefile.am
   sed -i -e 's,\sis\,\sisimedia\,g' src/sis.h

Added: disable-UploadToScreen-DownloadFromScreen.patch
===
--- disable-UploadToScreen-DownloadFromScreen.patch 
(rev 0)
+++ disable-UploadToScreen-DownloadFromScreen.patch 2012-11-26 11:40:21 UTC 
(rev 172004)
@@ -0,0 +1,64 @@
+diff -ruN xf86-video-sis-0.9.1.orig/src/sis300_accel.c 
xf86-video-sis-0.9.1/src/sis300_accel.c
+--- xf86-video-sis-0.9.1.orig/src/sis300_accel.c   2012-11-26 
12:27:14.151119857 +0100
 xf86-video-sis-0.9.1/src/sis300_accel.c2012-11-26 12:36:19.227926454 
+0100
+@@ -1284,8 +1284,8 @@
+/* Composite not supported */
+ 
+/* Upload, download to/from Screen */
+-   pSiS-EXADriverPtr-accel.UploadToScreen = SiSUploadToScreen;
+-   pSiS-EXADriverPtr-accel.DownloadFromScreen = 
SiSDownloadFromScreen;
++   //pSiS-EXADriverPtr-accel.UploadToScreen = SiSUploadToScreen;
++   //pSiS-EXADriverPtr-accel.DownloadFromScreen = 
SiSDownloadFromScreen;
+  }
+ #else  /*xorg7.0*/
+  
+@@ -1332,8 +1332,8 @@
+/* Composite not supported */
+ 
+/* Upload, download to/from Screen */
+-   pSiS-EXADriverPtr-UploadToScreen = SiSUploadToScreen;
+-   pSiS-EXADriverPtr-DownloadFromScreen = SiSDownloadFromScreen;
++   //pSiS-EXADriverPtr-UploadToScreen = SiSUploadToScreen;
++   //pSiS-EXADriverPtr-DownloadFromScreen = 
SiSDownloadFromScreen;
+ 
+ } 
+ #endif
+diff -ruN xf86-video-sis-0.9.1.orig/src/sis310_accel.c 
xf86-video-sis-0.9.1/src/sis310_accel.c
+--- xf86-video-sis-0.9.1.orig/src/sis310_accel.c   2012-11-26 
12:27:14.151119857 +0100
 xf86-video-sis-0.9.1/src/sis310_accel.c2012-11-26 12:35:58.597921440 
+0100
+@@ -1819,8 +1819,8 @@
+ #endif
+ 
+ /* Upload, download to/from Screen */
+-pSiS-EXADriverPtr-accel.UploadToScreen = SiSUploadToScreen;
+-pSiS-EXADriverPtr-accel.DownloadFromScreen = 
SiSDownloadFromScreen;
++//pSiS-EXADriverPtr-accel.UploadToScreen = SiSUploadToScreen;
++//pSiS-EXADriverPtr-accel.DownloadFromScreen = 
SiSDownloadFromScreen;
+ 
+ #else /*Xorg= 7.0*/
+ 
+@@ -1869,8 +1869,8 @@
+ #endif
+ 
+ /* Upload, download to/from Screen */
+-pSiS-EXADriverPtr-UploadToScreen = SiSUploadToScreen;
+-pSiS-EXADriverPtr-DownloadFromScreen = SiSDownloadFromScreen;
++//pSiS-EXADriverPtr-UploadToScreen = SiSUploadToScreen;
++//pSiS-EXADriverPtr-DownloadFromScreen = SiSDownloadFromScreen;
+ #endif /*end of Xorg=7.0*/ 
+  
+  }
+diff -ruN xf86-video-sis-0.9.1.orig/src/sis_accel.c 
xf86-video-sis-0.9.1/src/sis_accel.c
+--- xf86-video-sis-0.9.1.orig/src/sis_accel.c  2012-11-26 12:27:14.154453191 
+0100
 xf86-video-sis-0.9.1/src/sis_accel.c   2012-11-26 12:36:44.464598873 
+0100
+@@ -862,8 +862,8 @@
+ /* Composite not supported */
+ 
+ /* Upload, download to/from Screen */
+-pSiS-EXADriverPtr-UploadToScreen = SiSUploadToScreen;
+-pSiS-EXADriverPtr-DownloadFromScreen = SiSDownloadFromScreen;
++

[arch-commits] Commit in (4 files)

2012-11-26 Thread Andrea Scarpino
Date: Monday, November 26, 2012 @ 07:45:05
  Author: andrea
Revision: 172005

Add python support for kdevelop

Added:
  kdevelop-python/
  kdevelop-python/repos/
  kdevelop-python/trunk/
  kdevelop-python/trunk/PKGBUILD

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

Added: kdevelop-python/trunk/PKGBUILD
===
--- kdevelop-python/trunk/PKGBUILD  (rev 0)
+++ kdevelop-python/trunk/PKGBUILD  2012-11-26 12:45:05 UTC (rev 172005)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Python language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
+sha1sums=('b887811d9a79eee3323cf3ad1be093c5801d31d6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdev-python-v${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


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

2012-11-26 Thread Andrea Scarpino
Date: Monday, November 26, 2012 @ 07:59:36
  Author: andrea
Revision: 172006

upgpkg: kdevelop-python 1.4.1-1

Add missing makedeps

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 12:45:05 UTC (rev 172005)
+++ PKGBUILD2012-11-26 12:59:36 UTC (rev 172006)
@@ -9,7 +9,7 @@
 url=http://www.kdevelop.org/;
 license=('GPL')
 depends=('kdevelop')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 
source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
 sha1sums=('b887811d9a79eee3323cf3ad1be093c5801d31d6')
 
@@ -25,4 +25,7 @@
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
 }



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

2012-11-26 Thread Andrea Scarpino
Date: Monday, November 26, 2012 @ 08:00:02
  Author: andrea
Revision: 172007

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

Added:
  kdevelop-python/repos/extra-i686/
  kdevelop-python/repos/extra-i686/PKGBUILD
(from rev 172006, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/extra-x86_64/
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 172006, kdevelop-python/trunk/PKGBUILD)

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

Copied: kdevelop-python/repos/extra-i686/PKGBUILD (from rev 172006, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-26 13:00:02 UTC (rev 172007)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Python language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
+sha1sums=('b887811d9a79eee3323cf3ad1be093c5801d31d6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdev-python-v${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
+}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 172006, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-26 13:00:02 UTC (rev 172007)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Python language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
+sha1sums=('b887811d9a79eee3323cf3ad1be093c5801d31d6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdev-python-v${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
+}



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

2012-11-26 Thread Guillaume Alaux
Date: Monday, November 26, 2012 @ 08:03:32
  Author: guillaume
Revision: 172008

Upstream release - sources

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 13:00:02 UTC (rev 172007)
+++ PKGBUILD2012-11-26 13:03:32 UTC (rev 172008)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgbase=tomcat7
 pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.32
+pkgver=7.0.33
 pkgrel=1
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -14,12 +14,12 @@
 tomcat7.install
 systemd.tomcat7.service)
 
-md5sums=('daf3de124ec09702560931e87219deb6'
- '5c2576600ceb3c93a712820c7c16fa70'
- '5219c0d3a25f274ec956d3291b83b320'
- '361a41c02930a4e43245ab7379a617e9'
- '6c5b4ed6d71b227f305b751c349fa31b'
- '1e2fba29b10f29541d0f5811ede9cb76')
+sha1sums=('1298bb628104146e37c157df905f1f747fafc280'
+  '9002fe245071262a23acb09eff0e6e52a770df6d'
+  '408a199f35a3b01818614bf330df10f553c4eb5e'
+  '9b1a4b9a1e1105123cfda4f57bcab074731f3b9d'
+  '8c9d41f706cc4131d6515392a1e54bfa8add3303'
+  '4bbe3faf56657342ae50bbc0c884960322c9c3cf')
 
 _servletver=3.0
 _jspver=2.2



[arch-commits] Commit in tomcat7/repos/extra-any (10 files)

2012-11-26 Thread Guillaume Alaux
Date: Monday, November 26, 2012 @ 08:06:43
  Author: guillaume
Revision: 172009

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 172008, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd.tomcat7.service
(from rev 172008, tomcat7/trunk/systemd.tomcat7.service)
  tomcat7/repos/extra-any/tomcat7
(from rev 172008, tomcat7/trunk/tomcat7)
  tomcat7/repos/extra-any/tomcat7.conf.d
(from rev 172008, tomcat7/trunk/tomcat7.conf.d)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 172008, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd.tomcat7.service
  tomcat7/repos/extra-any/tomcat7
  tomcat7/repos/extra-any/tomcat7.conf.d
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  282 +++---
 systemd.tomcat7.service |   70 +--
 tomcat7 |  154 -
 tomcat7.conf.d  |   38 +++---
 tomcat7.install |   54 
 5 files changed, 299 insertions(+), 299 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-26 13:03:32 UTC (rev 172008)
+++ PKGBUILD2012-11-26 13:06:43 UTC (rev 172009)
@@ -1,141 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgbase=tomcat7
-pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.32
-pkgrel=1
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment' 'apache-ant=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-tomcat7.conf.d
-tomcat7
-tomcat7.install
-systemd.tomcat7.service)
-
-md5sums=('daf3de124ec09702560931e87219deb6'
- '5c2576600ceb3c93a712820c7c16fa70'
- '5219c0d3a25f274ec956d3291b83b320'
- '361a41c02930a4e43245ab7379a617e9'
- '6c5b4ed6d71b227f305b751c349fa31b'
- '1e2fba29b10f29541d0f5811ede9cb76')
-
-_servletver=3.0
-_jspver=2.2
-
-build() {
-  cd ${srcdir}/apache-tomcat-${pkgver}-src
-
-  . /etc/profile.d/apache-ant.sh
-
-  ant deploy \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
--Dno.build.dbcp=true
-}
-
-#TODO add test ant test
-
-package_java-servlet3.0-tomcat() {
-  pkgdesc=Servlet 3.0 java library implementation by Apache Tomcat
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.2-tomcat() {
-  pkgdesc=JSP 2.2 java library implementation by Apache Tomcat
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat7() {
-  pkgdesc=Servlet-3.0/JSP-2.2 Container
-  depends=('java-runtime=6' 'java-jsvc' 'eclipse-ecj'
-   java-servlet3.0-tomcat=${pkgver} java-jsp2.2-tomcat=${pkgver})
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat7/catalina.policy
-  etc/tomcat7/catalina.properties
-  etc/tomcat7/context.xml
-  etc/tomcat7/logging.properties
-  etc/tomcat7/server.xml
-  etc/tomcat7/tomcat-users.xml
-  etc/tomcat7/web.xml
-  etc/conf.d/tomcat7)
-  install=tomcat7.install
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/eclipse-ecj.jar
-
-  # Provided by previous packages
-  rm ${pkgdir}/usr/share/java/${pkgname}/servlet-api.jar
-  ln -s 
/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-

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

2012-11-26 Thread Guillaume Alaux
Date: Monday, November 26, 2012 @ 08:18:39
  Author: guillaume
Revision: 172010

Upstream release - sources

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 13:06:43 UTC (rev 172009)
+++ PKGBUILD2012-11-26 13:18:39 UTC (rev 172010)
@@ -1,15 +1,15 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.6
+pkgver=4.8
 pkgrel=1
 pkgdesc=French (modern) hunspell dictionaries
 arch=(any)
 url=http://www.dicollecte.org/;
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('1d7f28756a75083877f0468550f6b396')
+source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip)
+md5sums=('f44e320320de23b7a1b73b22338b09d9')
 
 package() {
   cd ${srcdir}
@@ -36,5 +36,5 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
+  install -m644 README_dict_fr.txt 
$pkgdir/usr/share/doc/${pkgname}/README_dict_fr.txt
 }



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

2012-11-26 Thread Guillaume Alaux
Date: Monday, November 26, 2012 @ 08:19:28
  Author: guillaume
Revision: 172011

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-26 13:18:39 UTC (rev 172010)
+++ PKGBUILD2012-11-26 13:19:28 UTC (rev 172011)
@@ -1,40 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-
-pkgname=hunspell-fr
-pkgver=4.6
-pkgrel=1
-pkgdesc=French (modern) hunspell dictionaries
-arch=(any)
-url=http://www.dicollecte.org/;
-license=('GPL' 'MPL' 'LGPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('1d7f28756a75083877f0468550f6b396')
-
-package() {
-  cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
-
-  pushd ${pkgdir}/usr/share/hunspell/
-  fr_FR_aliases=fr_BE fr_CA fr_CH fr_LU
-  for lang in ${fr_FR_aliases}; do
-   ln -s fr_FR.aff ${lang}.aff
-   ln -s fr_FR.dic ${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename ${file}) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
-}

Copied: hunspell-fr/repos/extra-any/PKGBUILD (from rev 172010, 
hunspell-fr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-26 13:19:28 UTC (rev 172011)
@@ -0,0 +1,40 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+
+pkgname=hunspell-fr
+pkgver=4.8
+pkgrel=1
+pkgdesc=French (modern) hunspell dictionaries
+arch=(any)
+url=http://www.dicollecte.org/;
+license=('GPL' 'MPL' 'LGPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip)
+md5sums=('f44e320320de23b7a1b73b22338b09d9')
+
+package() {
+  cd ${srcdir}
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
+  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
+
+  pushd ${pkgdir}/usr/share/hunspell/
+  fr_FR_aliases=fr_BE fr_CA fr_CH fr_LU
+  for lang in ${fr_FR_aliases}; do
+   ln -s fr_FR.aff ${lang}.aff
+   ln -s fr_FR.dic ${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename ${file}) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_dict_fr.txt 
$pkgdir/usr/share/doc/${pkgname}/README_dict_fr.txt
+}



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 09:12:16
  Author: tpowa
Revision: 172012

upgpkg: hdparm 9.43-1

bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 13:19:28 UTC (rev 172011)
+++ PKGBUILD2012-11-26 14:12:16 UTC (rev 172012)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=hdparm
-pkgver=9.42
+pkgver=9.43
 pkgrel=1
 pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://sourceforge.net/projects/hdparm/;
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-md5sums=('0af5a38b212fe08f5afbe5e37f34b40b'
+md5sums=('f73233be118d86c779a8463d8b6a3cdb'
  '74e368f384166a7710b447573cda120a')
 
 build() {



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 09:12:40
  Author: tpowa
Revision: 172013

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

Added:
  hdparm/repos/testing-i686/
  hdparm/repos/testing-i686/PKGBUILD
(from rev 172012, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch
(from rev 172012, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 172012, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch
(from rev 172012, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)

--+
 testing-i686/PKGBUILD|   42 
 testing-i686/wiper.sh.2_6.max-ranges.patch   |   84 +
 testing-x86_64/PKGBUILD  |   42 
 testing-x86_64/wiper.sh.2_6.max-ranges.patch |   84 +
 4 files changed, 252 insertions(+)

Copied: hdparm/repos/testing-i686/PKGBUILD (from rev 172012, 
hdparm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-26 14:12:40 UTC (rev 172013)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgname=hdparm
+pkgver=9.43
+pkgrel=1
+pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
+arch=(i686 x86_64)
+depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
+source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+wiper.sh.2_6.max-ranges.patch)
+license=('BSD')
+url=http://sourceforge.net/projects/hdparm/;
+optdepends=('bash: for wiper.sh script')
+options=('emptydirs')
+md5sums=('f73233be118d86c779a8463d8b6a3cdb'
+ '74e368f384166a7710b447573cda120a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Fix Range input/output error when wiping Intel G2 and OCZ drives
+  patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch
+  
+  # build
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # install
+  mkdir -p ${pkgdir}/{usr,sbin}
+  make DESTDIR=${pkgdir} install
+  install -m755 contrib/idectl ${pkgdir}/sbin
+  install -m755 contrib/ultrabayd ${pkgdir}/sbin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
$pkgdir/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
$pkgdir/usr/sbin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch (from rev 
172012, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
===
--- testing-i686/wiper.sh.2_6.max-ranges.patch  (rev 0)
+++ testing-i686/wiper.sh.2_6.max-ranges.patch  2012-11-26 14:12:40 UTC (rev 
172013)
@@ -0,0 +1,84 @@
+--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800
+--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700
+@@ -29,7 +29,7 @@
+ function usage_error(){
+   echo 2
+   echo Linux tune-up (TRIM) utility for SATA SSDs
+-  echo Usage:  $0 [--verbose] [--commit] mount_point|block_device 2
++  echo Usage:  $0 [--max-ranges num] [--verbose] [--commit] 
mount_point|block_device 2
+   echoEg:  $0 /dev/sda1 2
+   echo 2
+   exit 1
+@@ -44,6 +44,7 @@
+ 
+ export verbose=0
+ commit=
++max_ranges=-1
+ destroy_me=
+ argc=$#
+ arg=
+@@ -51,6 +52,10 @@
+   commit=yes
+   elif [ $1 = --verbose ]; then
+   verbose=$((verbose + 1))
++  elif [ $1 = --max-ranges -a $argc -gt 1 ]; then
++  max_ranges=$2
++  argc=$((argc - 1))
++  shift
+   elif [ $1 =  ]; then
+   usage_error
+   else
+@@ -499,6 +550,18 @@
+   fi
+ fi
+ 
++## Different SSD's have a different maximum number of ranges they'll accept
++## in a single TRIM command.
++if [ $max_ranges -le 0 ] ; then
++  model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'`
++  case $model in
++  SSDSA[12]*)  max_ranges=512 ;;  # Intel X18-M/X25-M
++  OCZ-VERTEX2) max_ranges=64 ;;   # OCZ Vertex2
++  *)   max_ranges=65535
++  esac
++fi
++[ $verbose -gt 0 ]  echo max-ranges = $max_ranges
++
+ ## All ready.  Now let the user know exactly what we intend to do:
+ ##
+ mountstatus=$fstype non-mounted
+@@ -608,7 +671,7 @@
+   nsectors += count;
+   while (count  0) {
+   this_count  = (count  65535) ? 65535 : count
+-  printf %u:%u , lba, this_count
++  printf %u:%u \n, lba, this_count
+   if (verbose  1)
+   printf %u:%u , lba, this_count  /dev/stderr
+ 

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

2012-11-26 Thread Giovanni Scafora
Date: Monday, November 26, 2012 @ 09:35:55
  Author: giovanni
Revision: 172014

upgpkg: gparted 0.14.0-3

Added polkit-gnome to optdepends

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 14:12:40 UTC (rev 172013)
+++ PKGBUILD2012-11-26 14:35:55 UTC (rev 172014)
@@ -5,12 +5,12 @@
 
 pkgname=gparted
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
 license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme' 'gksu')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
 makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
 optdepends=('dosfstools: for FAT16 and FAT32 partitions'
 'jfsutils: for jfs partitions'
@@ -18,11 +18,14 @@
 'reiserfsprogs: for reiser partitions'
 'xfsprogs: for xfs partitions'
 'nilfs-utils: for nilfs2 support'
+'polkit-gnome: to run gparted directly from menu'
 'gpart: for recovering corrupt partition tables'
 'mtools')
 install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fc3507479e930967a2049c533907384d')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums=('fc3507479e930967a2049c533907384d'
+ '27c264cfad8fa413d75954dda7a2dd50')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,4 +38,16 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
+
+  # Install launcher script
+  mkdir -p ${pkgdir}/usr/bin
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
+  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
+  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
+
+  # Modify desktop file
+  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
 }



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

2012-11-26 Thread Giovanni Scafora
Date: Monday, November 26, 2012 @ 09:36:27
  Author: giovanni
Revision: 172015

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 172014, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 172014, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 172014, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 172014, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 172014, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 172014, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 extra-i686/PKGBUILD  |   91 -
 extra-i686/gparted.install   |   22 ++---
 extra-i686/org.archlinux.pkexec.gparted.policy   |   40 -
 extra-x86_64/PKGBUILD|   91 -
 extra-x86_64/gparted.install |   22 ++---
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   40 -
 6 files changed, 168 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 14:35:55 UTC (rev 172014)
+++ extra-i686/PKGBUILD 2012-11-26 14:36:27 UTC (rev 172015)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.14.0
-pkgrel=2
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme' 'gksu')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fc3507479e930967a2049c533907384d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 172014, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-26 14:36:27 UTC (rev 172015)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.14.0
+pkgrel=3
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit-gnome: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums=('fc3507479e930967a2049c533907384d'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
+
+  # Install launcher script
+  mkdir -p ${pkgdir}/usr/bin
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
+  echo 'pkexec 

[arch-commits] Commit in libtasn1/trunk (PKGBUILD buffer_overflow_fix.diff)

2012-11-26 Thread andyrtr
Date: Monday, November 26, 2012 @ 09:45:28
  Author: andyrtr
Revision: 172016

upgpkg: libtasn1 3.1-1

upstream update 3.1

Added:
  libtasn1/trunk/buffer_overflow_fix.diff
Modified:
  libtasn1/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++---
 buffer_overflow_fix.diff |   75 +
 2 files changed, 86 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 14:36:27 UTC (rev 172015)
+++ PKGBUILD2012-11-26 14:45:28 UTC (rev 172016)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -12,12 +12,19 @@
 depends=('glibc' 'texinfo')
 options=('!libtool')
 install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0ce12f8b0460ae6eabf2a608506dbd337bf78a71'
-  '48abf083dc9d36cc64f0d80cebd3da1dbc47d557')
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}
+buffer_overflow_fix.diff)
+md5sums=('a3c713c41a9a73851235dc37051be46f'
+ '43500f54858ffe021e5fd20896b165ad'
+ '4c9e248a4198d9710bf2f822a7c447a5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # corrected possible buffer overflow in parser errors. 
+  # 
http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commit;h=aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77
+  patch -Np1 -i ${srcdir}/buffer_overflow_fix.diff
+  
   ./configure --prefix=/usr \
   --with-packager=Archlinux \
   --with-packager-bug-reports=http://bugs.archlinux.org/; \

Added: buffer_overflow_fix.diff
===
--- buffer_overflow_fix.diff(rev 0)
+++ buffer_overflow_fix.diff2012-11-26 14:45:28 UTC (rev 172016)
@@ -0,0 +1,75 @@
+From aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos n...@gnutls.org
+Date: Sun, 25 Nov 2012 14:16:24 +0100
+Subject: [PATCH] corrected possible buffer overflow in parser errors.
+
+---
+ lib/ASN1.c |6 +++---
+ lib/ASN1.y |6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/lib/ASN1.c b/lib/ASN1.c
+index 2a60527..df6fb64 100644
+--- a/lib/ASN1.c
 b/lib/ASN1.c
+@@ -119,7 +119,7 @@ static unsigned int line_number;   /* line number 
describing the
+  parser position inside the
+  file */
+ static char last_error[ASN1_MAX_ERROR_DESCRIPTION_SIZE] = ;
+-static char last_error_token[ASN1_MAX_NAME_SIZE+1] = ; /* used when 
expected errors occur */
++static char last_error_token[ASN1_MAX_ERROR_DESCRIPTION_SIZE+1] = ; /* used 
when expected errors occur */
+ static char last_token[ASN1_MAX_NAME_SIZE+1] = ; /* last token find in the 
file
+  to parse before the 'parse
+  error' */
+@@ -3283,7 +3283,7 @@ _asn1_yyerror (const char *s)
+   strcmp (last_token, TeletexString) == 0 ||
+   strcmp (last_token, BMPString) == 0)
+ {
+-  snprintf (last_error_token, ASN1_MAX_ERROR_DESCRIPTION_SIZE,
++  snprintf (last_error_token, sizeof(last_error_token),
+ %s, last_token);
+   fprintf(stderr, 
+%s:%u: Warning: %s is a built-in ASN.1 type.\n,
+@@ -3294,7 +3294,7 @@ _asn1_yyerror (const char *s)
+ 
+   if (result_parse != ASN1_NAME_TOO_LONG)
+ {
+-  snprintf (last_error, ASN1_MAX_ERROR_DESCRIPTION_SIZE,
++  snprintf (last_error, sizeof(last_error),
+ %s:%u: Error: %s near '%s', file_name,
+ line_number, s, last_token);
+   result_parse = ASN1_SYNTAX_ERROR;
+diff --git a/lib/ASN1.y b/lib/ASN1.y
+index 874eb13..e0add54 100644
+--- a/lib/ASN1.y
 b/lib/ASN1.y
+@@ -42,7 +42,7 @@ static unsigned int line_number; /* line number 
describing the
+  parser position inside the
+  file */
+ static char last_error[ASN1_MAX_ERROR_DESCRIPTION_SIZE] = ;
+-static char last_error_token[ASN1_MAX_NAME_SIZE+1] = ; /* used when 
expected errors occur */
++static char last_error_token[ASN1_MAX_ERROR_DESCRIPTION_SIZE+1] = ; /* used 
when expected errors occur */
+ static char last_token[ASN1_MAX_NAME_SIZE+1] = ; /* last token find in the 
file
+  to parse before the 'parse
+  error' */
+@@ -869,7 +869,7 @@ _asn1_yyerror (const char *s)
+   strcmp (last_token, TeletexString) == 0 ||
+   strcmp (last_token, BMPString) == 0)
+ {
+-  snprintf (last_error_token, ASN1_MAX_ERROR_DESCRIPTION_SIZE,
++  snprintf (last_error_token, sizeof(last_error_token),
+ %s, last_token);
+   

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

2012-11-26 Thread andyrtr
Date: Monday, November 26, 2012 @ 09:46:50
  Author: andyrtr
Revision: 172017

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

Added:
  libtasn1/repos/extra-i686/PKGBUILD
(from rev 172016, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/extra-i686/buffer_overflow_fix.diff
(from rev 172016, libtasn1/trunk/buffer_overflow_fix.diff)
  libtasn1/repos/extra-i686/libtasn1.install
(from rev 172016, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/extra-x86_64/PKGBUILD
(from rev 172016, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/extra-x86_64/buffer_overflow_fix.diff
(from rev 172016, libtasn1/trunk/buffer_overflow_fix.diff)
  libtasn1/repos/extra-x86_64/libtasn1.install
(from rev 172016, libtasn1/trunk/libtasn1.install)
Deleted:
  libtasn1/repos/extra-i686/PKGBUILD
  libtasn1/repos/extra-i686/libtasn1.install
  libtasn1/repos/extra-x86_64/PKGBUILD
  libtasn1/repos/extra-x86_64/libtasn1.install

---+
 extra-i686/PKGBUILD   |   79 +---
 extra-i686/buffer_overflow_fix.diff   |   75 ++
 extra-i686/libtasn1.install   |   36 +++---
 extra-x86_64/PKGBUILD |   79 +---
 extra-x86_64/buffer_overflow_fix.diff |   75 ++
 extra-x86_64/libtasn1.install |   36 +++---
 6 files changed, 272 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 14:45:28 UTC (rev 172016)
+++ extra-i686/PKGBUILD 2012-11-26 14:46:50 UTC (rev 172017)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=libtasn1
-pkgver=3.0
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('glibc' 'texinfo')
-options=('!libtool')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0ce12f8b0460ae6eabf2a608506dbd337bf78a71'
-  '48abf083dc9d36cc64f0d80cebd3da1dbc47d557')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports=http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 172016, 
libtasn1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-26 14:46:50 UTC (rev 172017)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=3.1
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+options=('!libtool')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}
+buffer_overflow_fix.diff)
+md5sums=('a3c713c41a9a73851235dc37051be46f'
+ '43500f54858ffe021e5fd20896b165ad'
+ '4c9e248a4198d9710bf2f822a7c447a5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # corrected possible buffer overflow in parser errors. 
+  # 
http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commit;h=aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77
+  patch -Np1 -i ${srcdir}/buffer_overflow_fix.diff
+  
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/extra-i686/buffer_overflow_fix.diff (from rev 172016, 
libtasn1/trunk/buffer_overflow_fix.diff)
===
--- extra-i686/buffer_overflow_fix.diff (rev 0)
+++ extra-i686/buffer_overflow_fix.diff 2012-11-26 14:46:50 UTC (rev 172017)
@@ -0,0 +1,75 @@
+From aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos n...@gnutls.org
+Date: Sun, 25 Nov 2012 14:16:24 +0100
+Subject: [PATCH] corrected possible buffer overflow in parser errors.
+
+---
+ lib/ASN1.c |6 +++---
+ lib/ASN1.y |6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/lib/ASN1.c b/lib/ASN1.c
+index 2a60527..df6fb64 100644
+--- a/lib/ASN1.c
 b/lib/ASN1.c
+@@ -119,7 +119,7 @@ static unsigned int line_number;   

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

2012-11-26 Thread andyrtr
Date: Monday, November 26, 2012 @ 09:55:38
  Author: andyrtr
Revision: 172018

upgpkg: xterm 287-1

upstream update 287

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 14:46:50 UTC (rev 172017)
+++ PKGBUILD2012-11-26 14:55:38 UTC (rev 172018)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=286
+pkgver=287
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('a72ac3809b3338899d97c17e13a9102a'
+md5sums=('0e4385e66d40b5dd6017d02c3db2a4af'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2012-11-26 Thread andyrtr
Date: Monday, November 26, 2012 @ 09:56:12
  Author: andyrtr
Revision: 172019

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

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

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-11-26 14:55:38 UTC (rev 172018)
+++ extra-i686/LICENSE  2012-11-26 14:56:12 UTC (rev 172019)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 172018, xterm/trunk/LICENSE)

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

2012-11-26 Thread Dan McGee
Date: Monday, November 26, 2012 @ 11:08:16
  Author: dan
Revision: 172020

upgpkg: git 1.8.0.1-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 14:56:12 UTC (rev 172019)
+++ PKGBUILD2012-11-26 16:08:16 UTC (rev 172020)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.8.0
+pkgver=1.8.0.1
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -109,8 +109,8 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('12f4d20f34ae37086d86dd3b9d037bba'
- '66f0a839d933c7d573fb40cb051b5e66'
+md5sums=('3d598a31bd8ff04f6a72c65a4cd015a8'
+ '0354726bd084cace4318142b53ce5aa2'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78'
  '042524f942785772d7bd52a1f02fe5ae'



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:12:15
  Author: tpowa
Revision: 172021

upgpkg: qemu 1.2.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:08:16 UTC (rev 172020)
+++ PKGBUILD2012-11-26 16:12:15 UTC (rev 172021)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
@@ -42,5 +42,5 @@
 done
 
 }
-md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
+md5sums=('189bc5b87281a72f8c72a0f7ebaa6d00'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:12:41
  Author: tpowa
Revision: 172022

upgpkg: webmin 1.610-1

bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:12:15 UTC (rev 172021)
+++ PKGBUILD2012-11-26 16:12:41 UTC (rev 172022)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.600
-pkgrel=2
+pkgver=1.610
+pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
 license=('custom:webmin')
@@ -214,7 +214,7 @@
   # install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('8a9124bdd180aeec13fc16fa75fb1419'
+md5sums=('e5f51402c09558ee688efea3d03a3d83'
  'b0b3e3fb231a12e60165b6b4d604dcfa'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'c77dfcd621b417a7826d25f56a1e60ae'



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:12:58
  Author: tpowa
Revision: 172023

upgpkg: usermin 1.530-1

bump to latest version

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:12:41 UTC (rev 172022)
+++ PKGBUILD2012-11-26 16:12:58 UTC (rev 172023)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=usermin
-pkgver=1.520
-pkgrel=2
+pkgver=1.530
+pkgrel=1
 pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
 arch=(i686 x86_64)
 license=('custom:usermin')
@@ -128,7 +128,7 @@
   #install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/usermin/LICENCE
 }
-md5sums=('5819ba87796d9373a92116e90d1a35d4'
+md5sums=('5a00ec2d294935676efc12f607446fb4'
  'cfef4490cd1ef9517c0b39a7bd75c968'
  'a5bd5e5ee779f8a3cf3d776ca77ee36e'
  'ec37a79f948f778224550930d2a7ca07')



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:12:59
  Author: tpowa
Revision: 172024

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 172021, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 172021, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 172021, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 172022, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 172022, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 172022, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu-glibc-2.16-build.patch
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu-glibc-2.16-build.patch
  qemu/repos/extra-x86_64/qemu.install

--+
 extra-i686/65-kvm.rules  |2 
 extra-i686/PKGBUILD  |   95 ++---
 extra-i686/qemu-glibc-2.16-build.patch   |   70 -
 extra-i686/qemu.install  |   46 +++---
 extra-x86_64/65-kvm.rules|2 
 extra-x86_64/PKGBUILD|   95 ++---
 extra-x86_64/qemu-glibc-2.16-build.patch |   70 -
 extra-x86_64/qemu.install|   46 +++---
 8 files changed, 140 insertions(+), 286 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-11-26 16:12:58 UTC (rev 172023)
+++ extra-i686/65-kvm.rules 2012-11-26 16:12:59 UTC (rev 172024)
@@ -1 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 172021, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-11-26 16:12:59 UTC (rev 172024)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 16:12:58 UTC (rev 172023)
+++ extra-i686/PKGBUILD 2012-11-26 16:12:59 UTC (rev 172024)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('texi2html' 'perl' 'python2')
-depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls=2.4.1' 
'bluez' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios' 
'libcap-ng')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-options=(!strip)
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's/lib64/lib/g' x86_64.ld
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
-  --python=/usr/bin/python2 \
-  --audio-card-list=ac97,sb16,es1370,hda \
-  --enable-docs 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-  # strip scripts directory
-find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-
-}
-md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf'
- '8687179e77ab954c4a43017d030f7349')
-md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu/repos/extra-i686/PKGBUILD (from rev 172021, qemu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-26 16:12:59 UTC (rev 172024)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://wiki.qemu.org/Index.html;
+makedepends=('texi2html' 'perl' 'python2')
+depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls=2.4.1' 
'bluez' 'vde2' 

[arch-commits] Commit in webmin/repos (24 files)

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:13:54
  Author: tpowa
Revision: 172025

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 172024, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 172024, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 172024, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 172024, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.rc
(from rev 172024, webmin/trunk/webmin.rc)
  webmin/repos/extra-i686/webmin.service
(from rev 172024, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 172024, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 172024, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 172024, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 172024, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.rc
(from rev 172024, webmin/trunk/webmin.rc)
  webmin/repos/extra-x86_64/webmin.service
(from rev 172024, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.rc
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.rc
  webmin/repos/extra-x86_64/webmin.service

-+
 extra-i686/PKGBUILD |  442 +-
 extra-i686/webmin.install   |   70 +++---
 extra-i686/webmin.rc|   92 
 extra-i686/webmin.service   |   22 +-
 extra-x86_64/PKGBUILD   |  442 +-
 extra-x86_64/webmin.install |   70 +++---
 extra-x86_64/webmin.rc  |   92 
 extra-x86_64/webmin.service |   22 +-
 8 files changed, 626 insertions(+), 626 deletions(-)

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


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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:13:58
  Author: tpowa
Revision: 172026

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

Added:
  usermin/repos/extra-i686/PKGBUILD
(from rev 172024, usermin/trunk/PKGBUILD)
  usermin/repos/extra-i686/usermin-config.tar.bz2
(from rev 172024, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-i686/usermin.install
(from rev 172024, usermin/trunk/usermin.install)
  usermin/repos/extra-i686/usermin.rc
(from rev 172024, usermin/trunk/usermin.rc)
  usermin/repos/extra-i686/usermin.service
(from rev 172024, usermin/trunk/usermin.service)
  usermin/repos/extra-x86_64/PKGBUILD
(from rev 172024, usermin/trunk/PKGBUILD)
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
(from rev 172024, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-x86_64/usermin.install
(from rev 172024, usermin/trunk/usermin.install)
  usermin/repos/extra-x86_64/usermin.rc
(from rev 172024, usermin/trunk/usermin.rc)
  usermin/repos/extra-x86_64/usermin.service
(from rev 172024, usermin/trunk/usermin.service)
Deleted:
  usermin/repos/extra-i686/PKGBUILD
  usermin/repos/extra-i686/usermin-config.tar.bz2
  usermin/repos/extra-i686/usermin.install
  usermin/repos/extra-i686/usermin.rc
  usermin/repos/extra-i686/usermin.service
  usermin/repos/extra-x86_64/PKGBUILD
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
  usermin/repos/extra-x86_64/usermin.install
  usermin/repos/extra-x86_64/usermin.rc
  usermin/repos/extra-x86_64/usermin.service

--+
 extra-i686/PKGBUILD  |  268 -
 extra-i686/usermin.install   |   68 +-
 extra-i686/usermin.rc|   88 ++---
 extra-i686/usermin.service   |   18 +-
 extra-x86_64/PKGBUILD|  268 -
 extra-x86_64/usermin.install |   68 +-
 extra-x86_64/usermin.rc  |   88 ++---
 extra-x86_64/usermin.service |   18 +-
 8 files changed, 442 insertions(+), 442 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 16:13:54 UTC (rev 172025)
+++ extra-i686/PKGBUILD 2012-11-26 16:13:58 UTC (rev 172026)
@@ -1,134 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=usermin
-pkgver=1.520
-pkgrel=2
-pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
-arch=(i686 x86_64)
-license=('custom:usermin')
-url=http://www.webmin.com/;
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.rc 
-   usermin.service
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p $startdir/pkg/opt/usermin
-  mkdir -p $startdir/pkg/var/log/usermin
-  mkdir -p $startdir/pkg/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam $startdir/pkg/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d /etc/pacman.d'  os_list.txt
-  
-  # copy stuff to right dirs
-  cd 

[arch-commits] Commit in git/repos (24 files)

2012-11-26 Thread Dan McGee
Date: Monday, November 26, 2012 @ 11:17:46
  Author: dan
Revision: 172027

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 172026, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 172026, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 172026, git/trunk/git-daemon.conf)
  git/repos/extra-i686/git-daemon.socket
(from rev 172026, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 172026, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 172026, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 172026, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 172026, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 172026, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 172026, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 172026, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 172026, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  234 ++---
 extra-i686/git-daemon|  140 +++---
 extra-i686/git-daemon.conf   |   10 -
 extra-i686/git-daemon.socket |   18 +-
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++---
 extra-x86_64/PKGBUILD|  234 ++---
 extra-x86_64/git-daemon  |  140 +++---
 extra-x86_64/git-daemon.conf |   10 -
 extra-x86_64/git-daemon.socket   |   18 +-
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++---
 12 files changed, 464 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 16:13:58 UTC (rev 172026)
+++ extra-i686/PKGBUILD 2012-11-26 16:17:46 UTC (rev 172027)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 

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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:22:34
  Author: tpowa
Revision: 172028

upgpkg: unison 2.40.102-1

bump to latest version

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:17:46 UTC (rev 172027)
+++ PKGBUILD2012-11-26 16:22:34 UTC (rev 172028)
@@ -2,7 +2,7 @@
 #Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=unison
-pkgver=2.40.65
+pkgver=2.40.102
 pkgrel=1
 pkgdesc=Unison is a file-synchronization tool
 arch=(i686 x86_64)
@@ -50,5 +50,5 @@
  # make versioned symlink #29827
   ln -s unison unison-2.40
 }
-md5sums=('ade42565aa0f94834664040108119f5e'
+md5sums=('42caf869f40440ed0e75eef07a605b2e'
  '2daecba7705455a8e4b769e48b059872')



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

2012-11-26 Thread Tobias Powalowski
Date: Monday, November 26, 2012 @ 11:23:15
  Author: tpowa
Revision: 172029

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

Added:
  unison/repos/extra-i686/PKGBUILD
(from rev 172028, unison/trunk/PKGBUILD)
  unison/repos/extra-i686/unison-ssh-ocaml.patch
(from rev 172028, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-i686/unison.desktop
(from rev 172028, unison/trunk/unison.desktop)
  unison/repos/extra-i686/unison.install
(from rev 172028, unison/trunk/unison.install)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 172028, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
(from rev 172028, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-x86_64/unison.desktop
(from rev 172028, unison/trunk/unison.desktop)
  unison/repos/extra-x86_64/unison.install
(from rev 172028, unison/trunk/unison.install)
Deleted:
  unison/repos/extra-i686/PKGBUILD
  unison/repos/extra-i686/unison-ssh-ocaml.patch
  unison/repos/extra-i686/unison.desktop
  unison/repos/extra-i686/unison.install
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
  unison/repos/extra-x86_64/unison.desktop
  unison/repos/extra-x86_64/unison.install

-+
 extra-i686/PKGBUILD |  108 +-
 extra-i686/unison-ssh-ocaml.patch   |   50 +++
 extra-i686/unison.desktop   |   26 
 extra-i686/unison.install   |   56 -
 extra-x86_64/PKGBUILD   |  108 +-
 extra-x86_64/unison-ssh-ocaml.patch |   50 +++
 extra-x86_64/unison.desktop |   26 
 extra-x86_64/unison.install |   56 -
 8 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-26 16:22:34 UTC (rev 172028)
+++ extra-i686/PKGBUILD 2012-11-26 16:23:15 UTC (rev 172029)
@@ -1,54 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=unison
-pkgver=2.40.65
-pkgrel=1
-pkgdesc=Unison is a file-synchronization tool
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.cis.upenn.edu/~bcpierce/unison;
-depends=('glibc')
-makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-
-options=(!makeflags)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  CFLAGS=
-  make clean
-  make mkProjectInfo 
-  make UISTYLE=text DEBUGGING=false THREADS=true 
-  mv unison unison-text
- 
- # clean the builddir and rebuild with gtk support
-  # broken at the moment!
-  # make clean
-  # make mkProjectInfo
-  # make UISTYLE=gtk DEBUGGING=false THREADS=true
-  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
- # clean the builddir and rebuild with gtk2 support
-  make clean
-  make mkProjectInfo
-  make UISTYLE=gtk2 DEBUGGING=false THREADS=true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 unison-text $pkgdir/usr/bin/unison
-  install -Dm755 unison $pkgdir/usr/bin/unison-gtk2
- # install a .desktop file; create a compliant icon from ico file and install 
the png
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  convert win32rc/U.ico unison.png
-  install -Dm644 ${pkgname}-1.png  $pkgdir/usr/share/pixmaps/$pkgname.png
- # make symlink for .desktop file
-  cd $pkgdir/usr/bin
-  ln -s unison-gtk2 unison-x11
- # make versioned symlink #29827
-  ln -s unison unison-2.40
-}
-md5sums=('ade42565aa0f94834664040108119f5e'
- '2daecba7705455a8e4b769e48b059872')

Copied: unison/repos/extra-i686/PKGBUILD (from rev 172028, 
unison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-26 16:23:15 UTC (rev 172029)
@@ -0,0 +1,54 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=unison
+pkgver=2.40.102
+pkgrel=1
+pkgdesc=Unison is a file-synchronization tool
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.cis.upenn.edu/~bcpierce/unison;
+depends=('glibc')
+makedepends=('ocaml' 'lablgtk2' 'imagemagick')
+optdepends=('gtk2: for gtk2 support')
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+
+options=(!makeflags)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  CFLAGS=
+  make clean
+  make mkProjectInfo 
+  make UISTYLE=text DEBUGGING=false THREADS=true 
+  mv unison unison-text
+ 
+ # clean the builddir and rebuild with gtk support
+  # broken at the moment!
+  # make clean
+  # make mkProjectInfo
+  # make UISTYLE=gtk DEBUGGING=false THREADS=true
+  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
+ # 

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

2012-11-26 Thread Stéphane Gaudreault
Date: Monday, November 26, 2012 @ 11:26:03
  Author: stephane
Revision: 172030

upgpkg: iputils 20121126-1

upstream update

Modified:
  iputils/trunk/PKGBUILD
Deleted:
  iputils/trunk/iputils-20121114-free-unintialized.patch

--+
 PKGBUILD |   12 +++--
 iputils-20121114-free-unintialized.patch |   36 -
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:23:15 UTC (rev 172029)
+++ PKGBUILD2012-11-26 16:26:03 UTC (rev 172030)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=iputils
-pkgver=20121114
+pkgver=20121126
 pkgrel=1
 pkgdesc=Network monitoring tools, including ping
 arch=('i686' 'x86_64')
@@ -19,17 +19,13 @@
 backup=(etc/xinetd.d/tftp)
 install=${pkgname}.install
 source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd
-iputils-20121114-free-unintialized.patch)
-sha1sums=('6061bf2ddbf0339b0084eddc33716465b742b82d'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  '7f1262f4bed7fa122ea86f09cb81d817adbd8164')
+tftp.xinetd)
+sha1sums=('3e46391f53381080d5e1961f1b2b0ccd9a158ab2'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
 
 build() {
   cd ${srcdir}/${pkgname}-s${pkgver}
 
-  patch -Np1 -i ../iputils-20121114-free-unintialized.patch
-
   # Use our CFLAGS
   sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
 

Deleted: iputils-20121114-free-unintialized.patch
===
--- iputils-20121114-free-unintialized.patch2012-11-26 16:23:15 UTC (rev 
172029)
+++ iputils-20121114-free-unintialized.patch2012-11-26 16:26:03 UTC (rev 
172030)
@@ -1,36 +0,0 @@
-From: Jan Synacek jsyna...@redhat.com
-Date: Wed, 14 Nov 2012 12:57:16 + (+0100)
-Subject: ping: Don't free an unintialized value.
-X-Git-Url: 
http://www.linux-ipv6.org/gitweb/gitweb.cgi?p=gitroot%2Fiputils.git;a=commitdiff_plain;h=44c6c9a8d3f3fc65fc52e5957bfd4cc4634f0006
-
-ping: Don't free an unintialized value.
-
-Signed-off-by: YOSHIFUJI Hideaki yoshf...@linux-ipv6.org

-
-diff --git a/ping.c b/ping.c
-index fe9ff8a..9de3d08 100644
 a/ping.c
-+++ b/ping.c
-@@ -122,7 +122,7 @@ main(int argc, char **argv)
-   u_char *packet;
-   char *target;
- #ifdef USE_IDN
--  char *hnamebuf;
-+  char *hnamebuf = NULL;
- #else
-   char hnamebuf[MAX_HOSTNAMELEN];
- #endif
-@@ -263,8 +263,10 @@ main(int argc, char **argv)
- #ifdef USE_IDN
-   int rc;
- 
--  free(hnamebuf);
--  hnamebuf = NULL;
-+  if (hnamebuf) {
-+  free(hnamebuf);
-+  hnamebuf = NULL;
-+  }
- 
-   rc = idna_to_ascii_lz(target, idn, 0);
-   if (rc != IDNA_SUCCESS) {



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

2012-11-26 Thread Stéphane Gaudreault
Date: Monday, November 26, 2012 @ 11:26:15
  Author: stephane
Revision: 172031

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

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 172030, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 172030, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 172030, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 172030, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 172030, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 172030, iputils/trunk/tftp.xinetd)

+
 testing-i686/PKGBUILD  |   65 +++
 testing-i686/iputils.install   |   10 ++
 testing-i686/tftp.xinetd   |   10 ++
 testing-x86_64/PKGBUILD|   65 +++
 testing-x86_64/iputils.install |   10 ++
 testing-x86_64/tftp.xinetd |   10 ++
 6 files changed, 170 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 172030, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-26 16:26:15 UTC (rev 172031)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121126
+pkgrel=1
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
+tftp.xinetd)
+sha1sums=('3e46391f53381080d5e1961f1b2b0ccd9a158ab2'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  # Use our CFLAGS
+  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
+
+  make
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file  $xf || true
+sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
+
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
+${pkgdir}/usr/sbin/
+
+  install -m755 ping{,6} ${pkgdir}/usr/bin/
+   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
+
+   install -dm755 ${pkgdir}/usr/share/man/man8
+   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ ${pkgdir}/usr/share/man/man8/
+
+  cd ${pkgdir}/usr/share/man/man8
+  ln -sf ping.8.gz  ping6.8.gz
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 ${pkgdir}/etc/xinetd.d/
+  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
+}

Copied: iputils/repos/testing-i686/iputils.install (from rev 172030, 
iputils/trunk/iputils.install)
===
--- testing-i686/iputils.install(rev 0)
+++ testing-i686/iputils.install2012-11-26 16:26:15 UTC (rev 172031)
@@ -0,0 +1,10 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2/dev/null || chmod +s usr/bin/ping 
+  setcap cap_net_raw=ep usr/bin/ping6 2/dev/null || chmod +s usr/bin/ping6
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/tftp.xinetd (from rev 172030, 
iputils/trunk/tftp.xinetd)
===
--- testing-i686/tftp.xinetd(rev 0)
+++ testing-i686/tftp.xinetd2012-11-26 16:26:15 UTC (rev 172031)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}

Copied: iputils/repos/testing-x86_64/PKGBUILD (from rev 172030, 
iputils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-26 16:26:15 UTC (rev 172031)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org

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

2012-11-26 Thread Jan de Groot
Date: Monday, November 26, 2012 @ 11:57:06
  Author: jgc
Revision: 172032

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

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 172031, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 172031, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 172031, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 172031, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-26 16:26:15 UTC (rev 172031)
+++ core-i686/PKGBUILD  2012-11-26 16:57:06 UTC (rev 172032)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.34.2
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 172031, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-26 16:57:06 UTC (rev 172032)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.2
+pkgrel=2
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-26 16:26:15 UTC 
(rev 172031)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-26 16:57:06 UTC 
(rev 172032)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like /org/gnome/example/.  Use of /apps/ 

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

2012-11-26 Thread Ronald van Haren
Date: Monday, November 26, 2012 @ 15:36:52
  Author: ronald
Revision: 172033

upgpkg: edje 1.7.2-2

lua51 rebuild

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 16:57:06 UTC (rev 172032)
+++ PKGBUILD2012-11-26 20:36:52 UTC (rev 172033)
@@ -4,12 +4,12 @@
 
 pkgname=edje
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical design and layout library based on Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
 optdepends=('python2: inkscape2edc')
 install=edje.install
 options=('!libtool' '!emptydirs')



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

2012-11-26 Thread Ronald van Haren
Date: Monday, November 26, 2012 @ 15:37:33
  Author: ronald
Revision: 172034

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

Added:
  edje/repos/staging-i686/PKGBUILD
(from rev 172033, edje/trunk/PKGBUILD)
  edje/repos/staging-i686/changeset_76449.diff
(from rev 172033, edje/trunk/changeset_76449.diff)
  edje/repos/staging-i686/edje.install
(from rev 172033, edje/trunk/edje.install)
  edje/repos/staging-x86_64/PKGBUILD
(from rev 172033, edje/trunk/PKGBUILD)
  edje/repos/staging-x86_64/changeset_76449.diff
(from rev 172033, edje/trunk/changeset_76449.diff)
  edje/repos/staging-x86_64/edje.install
(from rev 172033, edje/trunk/edje.install)
Deleted:
  edje/repos/staging-i686/PKGBUILD
  edje/repos/staging-i686/changeset_76449.diff
  edje/repos/staging-i686/edje.install
  edje/repos/staging-x86_64/PKGBUILD
  edje/repos/staging-x86_64/changeset_76449.diff
  edje/repos/staging-x86_64/edje.install

-+
 staging-i686/PKGBUILD   |  112 --
 staging-i686/changeset_76449.diff   |   92 +--
 staging-i686/edje.install   |   32 -
 staging-x86_64/PKGBUILD |  112 --
 staging-x86_64/changeset_76449.diff |   92 +--
 staging-x86_64/edje.install |   32 -
 6 files changed, 232 insertions(+), 240 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-26 20:36:52 UTC (rev 172033)
+++ staging-i686/PKGBUILD   2012-11-26 20:37:33 UTC (rev 172034)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=edje
-pkgver=1.7.1
-pkgrel=3
-pkgdesc=A graphical design and layout library based on Evas
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz
-   changeset_76449.diff)
-sha1sums=('65e983041fa4405f14c23239d35dcce65ac1bbe4'
-  '032b96634bdd6bacba0b2cec87d648f54f9ebc05')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np3 -i ${srcdir}/changeset_76449.diff
-  
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-ecore-imf \
---enable-eio \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/staging-i686/PKGBUILD (from rev 172033, edje/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-26 20:37:33 UTC (rev 172034)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=edje
+pkgver=1.7.2
+pkgrel=2
+pkgdesc=A graphical design and layout library based on Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('f42b5276840dc2b5cc611150ad72f1a54dae123b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-ecore-imf \
+--enable-eio \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+

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

2012-11-26 Thread Jan Steffens
Date: Monday, November 26, 2012 @ 15:43:34
  Author: heftig
Revision: 172035

2.34.3

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 20:37:33 UTC (rev 172034)
+++ PKGBUILD2012-11-26 20:43:34 UTC (rev 172035)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.34.2
-pkgrel=2
+pkgver=2.34.3
+pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
+sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 build() {



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

2012-11-26 Thread Jan Steffens
Date: Monday, November 26, 2012 @ 15:46:41
  Author: heftig
Revision: 172036

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 172035, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 172035, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 172035, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 172035, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   38 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +
 testing-x86_64/PKGBUILD   |   38 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +
 4 files changed, 142 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 172035, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-26 20:46:41 UTC (rev 172036)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.3
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 172035, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2012-11-26 20:46:41 UTC 
(rev 172036)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path '%s'.  Paths starting with 
++'/apps/', '/desktop/' or '/system/' are deprecated.\n, id, 
path);
++
+   state-schema_state = schema_state_new (path, gettext_domain,
+   extends, extends_name, list_of);
+ 
+--
+cgit v0.9.0.2

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 172035, 
glib2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-26 20:46:41 UTC (rev 172036)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.3
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 

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

2012-11-26 Thread Evangelos Foutras
Date: Monday, November 26, 2012 @ 17:14:25
  Author: foutrelis
Revision: 172037

upgpkg: chromium 23.0.1271.91-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 20:46:41 UTC (rev 172036)
+++ PKGBUILD2012-11-26 22:14:25 UTC (rev 172037)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=23.0.1271.64
+pkgver=23.0.1271.91
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 chromium.sh
 chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
 chromium-ppapi-r0.patch)
-sha256sums=('e894bb22d4747c69fc34b181be3a25e20fd9599ed93f08779df600fe3402ffe7'
+sha256sums=('385d1abe2800e64261cbfb6b5d91e1f4a818e0c832a581654a6b7ebd10f35b01'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



[arch-commits] Commit in chromium/repos (28 files)

2012-11-26 Thread Evangelos Foutras
Date: Monday, November 26, 2012 @ 17:15:12
  Author: foutrelis
Revision: 172038

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 172037, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 172037, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
(from rev 172037, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 172037, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 172037, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 172037, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 172037, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 172037, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 172037, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
(from rev 172037, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 172037, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 172037, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 172037, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 172037, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

--+
 extra-i686/PKGBUILD  |  278 
+-
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   70 +-
 extra-i686/chromium-ppapi-r0.patch   |   22 
 extra-i686/chromium.default  |8 
 extra-i686/chromium.desktop  |  226 

 extra-i686/chromium.install  |   24 
 extra-i686/chromium.sh   |   32 -
 extra-x86_64/PKGBUILD|  278 
+-
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   70 +-
 extra-x86_64/chromium-ppapi-r0.patch |   22 
 extra-x86_64/chromium.default|8 
 extra-x86_64/chromium.desktop|  226 

 extra-x86_64/chromium.install|   24 
 extra-x86_64/chromium.sh |   32 -
 14 files changed, 660 insertions(+), 660 deletions(-)

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


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

2012-11-26 Thread Stéphane Gaudreault
Date: Monday, November 26, 2012 @ 19:33:06
  Author: stephane
Revision: 172039

upgpkg: konversation 1.4-5

add qca-ossl as optional dependency

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-26 22:15:12 UTC (rev 172038)
+++ PKGBUILD2012-11-27 00:33:06 UTC (rev 172039)
@@ -6,18 +6,19 @@
 
 pkgname=konversation
 pkgver=1.4
-pkgrel=4
+pkgrel=5
 pkgdesc=A user friendly IRC client for KDE
 arch=('i686' 'x86_64')
 url=http://konversation.kde.org;
 depends=('kdebase-runtime' 'kdepimlibs')
 makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
 optdepends=('python: python scripting support'
-'kdebase-konsole: open a terminal in konversation')
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
 license=('GPL2' 'FDL')
 install=${pkgname}.install
 options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
 
 build() {



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

2012-11-26 Thread Stéphane Gaudreault
Date: Monday, November 26, 2012 @ 19:33:22
  Author: stephane
Revision: 172040

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

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

-+
 testing-i686/PKGBUILD   |   43 ++
 testing-i686/konversation.install   |   12 +
 testing-x86_64/PKGBUILD |   43 ++
 testing-x86_64/konversation.install |   12 +
 4 files changed, 110 insertions(+)

Copied: konversation/repos/testing-i686/PKGBUILD (from rev 172039, 
konversation/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-27 00:33:22 UTC (rev 172040)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=5
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Copied: konversation/repos/testing-i686/konversation.install (from rev 172039, 
konversation/trunk/konversation.install)
===
--- testing-i686/konversation.install   (rev 0)
+++ testing-i686/konversation.install   2012-11-27 00:33:22 UTC (rev 172040)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: konversation/repos/testing-x86_64/PKGBUILD (from rev 172039, 
konversation/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-27 00:33:22 UTC (rev 172040)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=5
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Copied: konversation/repos/testing-x86_64/konversation.install (from rev 
172039, 

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

2012-11-26 Thread Tom Gundersen
Date: Monday, November 26, 2012 @ 21:12:44
  Author: tomegun
Revision: 172041

upgpkg: v4l-utils 0.8.9-1

upstream release

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 00:33:22 UTC (rev 172040)
+++ PKGBUILD2012-11-27 02:12:44 UTC (rev 172041)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
@@ -31,5 +31,5 @@
   mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
   rm -rf ${pkgdir}/lib
 }
-md5sums=('40fdda3f4055ed818012d7a7b5ef5be5'
- 'cceb1325f35789c95f875b705b3eb373')
+md5sums=('cc4f34a1494275ed70f76f2a806dca6a'
+ 'ae8f4ed2ca0c1e006cb8c69b5a2982f7')



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

2012-11-26 Thread Tom Gundersen
Date: Monday, November 26, 2012 @ 21:13:09
  Author: tomegun
Revision: 172042

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

Added:
  v4l-utils/repos/testing-i686/
  v4l-utils/repos/testing-i686/PKGBUILD
(from rev 172041, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/testing-x86_64/
  v4l-utils/repos/testing-x86_64/PKGBUILD
(from rev 172041, v4l-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: v4l-utils/repos/testing-i686/PKGBUILD (from rev 172041, 
v4l-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-27 02:13:09 UTC (rev 172042)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+license=('LGPL')
+makedepends=('qt')
+optdepends=('qt')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install PREFIX=/usr DESTDIR=${pkgdir}/
+  rm -f ${pkgdir}/usr/bin/ivtv-ctl
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}
+md5sums=('cc4f34a1494275ed70f76f2a806dca6a'
+ 'ae8f4ed2ca0c1e006cb8c69b5a2982f7')

Copied: v4l-utils/repos/testing-x86_64/PKGBUILD (from rev 172041, 
v4l-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-27 02:13:09 UTC (rev 172042)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+license=('LGPL')
+makedepends=('qt')
+optdepends=('qt')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install PREFIX=/usr DESTDIR=${pkgdir}/
+  rm -f ${pkgdir}/usr/bin/ivtv-ctl
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}
+md5sums=('cc4f34a1494275ed70f76f2a806dca6a'
+ 'ae8f4ed2ca0c1e006cb8c69b5a2982f7')



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

2012-11-26 Thread Tom Gundersen
Date: Monday, November 26, 2012 @ 21:48:46
  Author: tomegun
Revision: 172043

upgpkg: hwids 20121125-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 02:13:09 UTC (rev 172042)
+++ PKGBUILD2012-11-27 02:48:46 UTC (rev 172043)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20121022
+pkgver=20121125
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('b809cfb935daa4f690c3ccaa56940c81')
+md5sums=('f9909b07f76c07f9b39ee1fde849fe4c')



[arch-commits] Commit in hwids/repos (testing-any testing-any/PKGBUILD)

2012-11-26 Thread Tom Gundersen
Date: Monday, November 26, 2012 @ 21:49:01
  Author: tomegun
Revision: 172044

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 172043, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 172043, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-27 02:49:01 UTC (rev 172044)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20121125
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('f9909b07f76c07f9b39ee1fde849fe4c')



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

2012-11-26 Thread Tobias Powalowski
Date: Tuesday, November 27, 2012 @ 02:09:14
  Author: tpowa
Revision: 172045

upgpkg: linux 3.6.8-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |4 ++--
 linux.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 02:49:01 UTC (rev 172044)
+++ PKGBUILD2012-11-27 07:09:14 UTC (rev 172045)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.6
-pkgver=3.6.7
+pkgver=3.6.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,7 +23,7 @@
 'module-init-wait-3.6.patch'
 'irq_cfg_pointer-3.6.6.patch')
 md5sums=('1a1760420eac802c541a20ab51a093d1'
- '134936c362d8812b5cafcf3c67afdce0'
+ 'f248294551c34753c5c019c8d513280c'
  '65f7ff39775f20f65014383564d3cb65'
  '3adbfa45451c4bcf9dd7879bed033d77'
  'eb14dcfd80c00852ef81ded6e826826a'

Modified: linux.install
===
--- linux.install   2012-11-27 02:49:01 UTC (rev 172044)
+++ linux.install   2012-11-27 07:09:14 UTC (rev 172045)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.6.7-1-ARCH
+KERNEL_VERSION=3.6.8-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-11-26 Thread Tobias Powalowski
Date: Tuesday, November 27, 2012 @ 02:10:29
  Author: tpowa
Revision: 172046

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 172045, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 172045, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 172045, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 172045, linux/trunk/config.x86_64)
  linux/repos/testing-i686/irq_cfg_pointer-3.6.6.patch
(from rev 172045, linux/trunk/irq_cfg_pointer-3.6.6.patch)
  linux/repos/testing-i686/linux.install
(from rev 172045, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 172045, linux/trunk/linux.preset)
  linux/repos/testing-i686/module-init-wait-3.6.patch
(from rev 172045, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-i686/module-symbol-waiting-3.6.patch
(from rev 172045, linux/trunk/module-symbol-waiting-3.6.patch)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 172045, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 172045, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 172045, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 172045, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/irq_cfg_pointer-3.6.6.patch
(from rev 172045, linux/trunk/irq_cfg_pointer-3.6.6.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 172045, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 172045, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/module-init-wait-3.6.patch
(from rev 172045, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-x86_64/module-symbol-waiting-3.6.patch
(from rev 172045, linux/trunk/module-symbol-waiting-3.6.patch)

--+
 testing-i686/PKGBUILD|  323 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6031 +
 testing-i686/config.x86_64   | 5802 
 testing-i686/irq_cfg_pointer-3.6.6.patch |   16 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-i686/module-init-wait-3.6.patch  |   77 
 testing-i686/module-symbol-waiting-3.6.patch |   66 
 testing-x86_64/PKGBUILD  |  323 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6031 +
 testing-x86_64/config.x86_64 | 5802 
 testing-x86_64/irq_cfg_pointer-3.6.6.patch   |   16 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 testing-x86_64/module-init-wait-3.6.patch|   77 
 testing-x86_64/module-symbol-waiting-3.6.patch   |   66 
 18 files changed, 24812 insertions(+)

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


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

2012-11-26 Thread Tobias Powalowski
Date: Tuesday, November 27, 2012 @ 02:34:24
  Author: tpowa
Revision: 172047

upgpkg: linux-lts 3.0.53-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   22 +++---
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 07:10:29 UTC (rev 172046)
+++ PKGBUILD2012-11-27 07:34:24 UTC (rev 172047)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.52
+pkgver=3.0.53
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,6 +23,16 @@
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '3205185e2806019e0d236a14e96ab83a'
+ 'edc668eef98c6795fbdbc7efd755d9bb'
+ '6ec56de185c2a3a24e234ddc0915049a'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -305,13 +315,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '71d2032e6bbcbc993795189771136b02'
- 'edc668eef98c6795fbdbc7efd755d9bb'
- '6ec56de185c2a3a24e234ddc0915049a'
- '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-27 07:10:29 UTC (rev 172046)
+++ linux-lts.install   2012-11-27 07:34:24 UTC (rev 172047)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.52-1-lts
+KERNEL_VERSION=3.0.53-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-11-26 Thread Tobias Powalowski
Date: Tuesday, November 27, 2012 @ 02:35:47
  Author: tpowa
Revision: 172048

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 172047, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 172047, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 172047, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 172047, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 172047, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 172047, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 172047, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 172047, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 172047, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 172047, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 172047, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 172047, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 172047, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 172047, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 172047, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 172047, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 172047, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 172047, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 172047, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 172047, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5657 +
 testing-i686/config.x86_64   | 5395 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5657 +
 testing-x86_64/config.x86_64 | 5395 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 20 files changed, 23356 insertions(+)

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