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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 06:17:23
  Author: allan
Revision: 171060

upgpkg: pacman 4.0.3-4

fix pre_upgrade issue

Added:
  pacman/trunk/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
Modified:
  pacman/trunk/PKGBUILD

--+
 0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch |   29 
++
 PKGBUILD |4 +
 2 files changed, 32 insertions(+), 1 deletion(-)

Added: 0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
===
--- 0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
(rev 0)
+++ 0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
2012-11-16 11:17:23 UTC (rev 171060)
@@ -0,0 +1,29 @@
+From 1bf05e706b5edac92e9c913a69ca8686c6440f8b Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Fri, 04 May 2012 16:41:40 +
+Subject: Ensure pre_upgrade scriptlet gets old package version
+
+This was accidentally broken in the refactor done in commit 73139ccb.
+
+Fixes FS#29371.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
+index 6c2f0cb..c49d99b 100644
+--- a/lib/libalpm/add.c
 b/lib/libalpm/add.c
+@@ -488,8 +488,9 @@ static int commit_single_pkg(alpm_handle_t *handle, 
alpm_pkg_t *newpkg,
+   if(alpm_pkg_has_scriptlet(newpkg) 
+   !(trans-flags  ALPM_TRANS_FLAG_NOSCRIPTLET)) {
+   const char *scriptlet_name = is_upgrade ? pre_upgrade : 
pre_install;
+-  _alpm_runscriptlet(handle, pkgfile,
+-  scriptlet_name, newpkg-version, NULL, 1);
++
++  _alpm_runscriptlet(handle, pkgfile, scriptlet_name,
++  newpkg-version, oldpkg ? oldpkg-version : 
NULL, 1);
+   }
+ 
+   /* we override any pre-set reason if we have alldeps or allexplicit set 
*/
+--
+cgit v0.9.0.2-13-g2bd3

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 02:53:58 UTC (rev 171059)
+++ PKGBUILD2012-11-16 11:17:23 UTC (rev 171060)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
@@ -21,6 +21,7 @@
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
 0001-Add-conflict-for-replacing-owned-empty-directory.patch
 0002-Check-empty-subdirectory-ownership.patch
+0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
 pacman.conf
 pacman.conf.x86_64
 makepkg.conf)
@@ -28,6 +29,7 @@
  '1a70392526c8768470da678b31905a6e'
  '1a9b79788640907a2b34e8671cacc94a'
  'a9ddd43891bed364e1e97d27b2887bf1'
+ '2e8cbf55a94b1954b167c5dee6b62317'
  '99734ea46795f466d41c503e9e23b6d4'
  '556d49489e82b5750cf026d3b18c8f4f'
  '589cd34eb9d5b678455e8289394f523e')



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 06:19:23
  Author: allan
Revision: 171061

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

Added:
  pacman/repos/testing-i686/
  
pacman/repos/testing-i686/0001-Add-conflict-for-replacing-owned-empty-directory.patch
(from rev 171060, 
pacman/trunk/0001-Add-conflict-for-replacing-owned-empty-directory.patch)
  pacman/repos/testing-i686/0002-Check-empty-subdirectory-ownership.patch
(from rev 171060, 
pacman/trunk/0002-Check-empty-subdirectory-ownership.patch)
  
pacman/repos/testing-i686/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
(from rev 171060, 
pacman/trunk/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch)
  pacman/repos/testing-i686/PKGBUILD
(from rev 171060, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 171060, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman.conf
(from rev 171060, pacman/trunk/pacman.conf)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 171060, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-i686/pacman.install
(from rev 171060, pacman/trunk/pacman.install)
  pacman/repos/testing-x86_64/
  
pacman/repos/testing-x86_64/0001-Add-conflict-for-replacing-owned-empty-directory.patch
(from rev 171060, 
pacman/trunk/0001-Add-conflict-for-replacing-owned-empty-directory.patch)
  pacman/repos/testing-x86_64/0002-Check-empty-subdirectory-ownership.patch
(from rev 171060, 
pacman/trunk/0002-Check-empty-subdirectory-ownership.patch)
  
pacman/repos/testing-x86_64/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
(from rev 171060, 
pacman/trunk/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch)
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 171060, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 171060, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf
(from rev 171060, pacman/trunk/pacman.conf)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 171060, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/pacman.install
(from rev 171060, pacman/trunk/pacman.install)

-+
 testing-i686/0001-Add-conflict-for-replacing-owned-empty-directory.patch   
 |  152 ++
 testing-i686/0002-Check-empty-subdirectory-ownership.patch 
 |   61 
 testing-i686/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch  
 |   29 +
 testing-i686/PKGBUILD  
 |   86 +
 testing-i686/makepkg.conf  
 |  121 +++
 testing-i686/pacman.conf   
 |   95 ++
 testing-i686/pacman.conf.x86_64
 |  106 ++
 testing-i686/pacman.install
 |   75 
 testing-x86_64/0001-Add-conflict-for-replacing-owned-empty-directory.patch 
 |  152 ++
 testing-x86_64/0002-Check-empty-subdirectory-ownership.patch   
 |   61 
 
testing-x86_64/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch 
|   29 +
 testing-x86_64/PKGBUILD
 |   86 +
 testing-x86_64/makepkg.conf
 |  121 +++
 testing-x86_64/pacman.conf 
 |   95 ++
 testing-x86_64/pacman.conf.x86_64  
 |  106 ++
 testing-x86_64/pacman.install  
 |   75 
 16 files changed, 1450 insertions(+)

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


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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:51:49
  Author: allan
Revision: 171062

remove install message as is outdated

Modified:
  net-tools/trunk/PKGBUILD
Deleted:
  net-tools/trunk/net-tools.install

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 11:19:23 UTC (rev 171061)
+++ PKGBUILD2012-11-16 13:51:49 UTC (rev 171062)
@@ -16,7 +16,6 @@
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
Makefile.patch)
 options=(!makeflags)
-install=net-tools.install
 sha1sums=('a3341086cb403a8d747b783693f72ee2dfd72d82'
   '4191ca56dc01d6aebe26c36c7cc060c638d5ebca')
 build() {

Deleted: net-tools.install
===
--- net-tools.install   2012-11-16 11:19:23 UTC (rev 171061)
+++ net-tools.install   2012-11-16 13:51:49 UTC (rev 171062)
@@ -1,12 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 1.60-16) -lt 0 ]; then
-echo hostname and {,yp,nis}domainname has moved:
-echo --
-echo hostname is now in coreutils
-echo domainname is now in yp-tools
-echo their functionality might have changed slightly
-echo 
-echo dnsdomainname remains in net-tools
-echo --
-  fi
-}



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:56:05
  Author: allan
Revision: 171063

fix typo

Modified:
  texlive-core/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:51:49 UTC (rev 171062)
+++ texlive.install 2012-11-16 13:56:05 UTC (rev 171063)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -31,7 +31,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:59:34
  Author: allan
Revision: 171064

fix typo

Modified:
  texlive-fontsextra/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:56:05 UTC (rev 171063)
+++ texlive.install 2012-11-16 13:59:34 UTC (rev 171064)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:59:40
  Author: allan
Revision: 171065

fix typo

Modified:
  texlive-games/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:59:34 UTC (rev 171064)
+++ texlive.install 2012-11-16 13:59:40 UTC (rev 171065)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:59:45
  Author: allan
Revision: 171066

fix typo

Modified:
  texlive-langcjk/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:59:40 UTC (rev 171065)
+++ texlive.install 2012-11-16 13:59:45 UTC (rev 171066)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:59:50
  Author: allan
Revision: 171067

fix typo

Modified:
  texlive-langcyrillic/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:59:45 UTC (rev 171066)
+++ texlive.install 2012-11-16 13:59:50 UTC (rev 171067)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 08:59:55
  Author: allan
Revision: 171068

fix typo

Modified:
  texlive-langextra/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:59:50 UTC (rev 171067)
+++ texlive.install 2012-11-16 13:59:55 UTC (rev 171068)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:00:00
  Author: allan
Revision: 171069

fix typo

Modified:
  texlive-langgreek/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 13:59:55 UTC (rev 171068)
+++ texlive.install 2012-11-16 14:00:00 UTC (rev 171069)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:00:06
  Author: allan
Revision: 171070

fix typo

Modified:
  texlive-latexextra/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 14:00:00 UTC (rev 171069)
+++ texlive.install 2012-11-16 14:00:06 UTC (rev 171070)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:00:11
  Author: allan
Revision: 171071

fix typo

Modified:
  texlive-music/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 14:00:06 UTC (rev 171070)
+++ texlive.install 2012-11-16 14:00:11 UTC (rev 171071)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:00:18
  Author: allan
Revision: 171072

fix typo

Modified:
  texlive-pictures/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 14:00:11 UTC (rev 171071)
+++ texlive.install 2012-11-16 14:00:18 UTC (rev 171072)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:00:24
  Author: allan
Revision: 171073

fix typo

Modified:
  texlive-science/trunk/texlive.install

-+
 texlive.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-11-16 14:00:18 UTC (rev 171072)
+++ texlive.install 2012-11-16 14:00:24 UTC (rev 171073)
@@ -9,7 +9,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
@@ -25,7 +25,7 @@
   TMPFILE=`mktemp`
   echo texlive: saving updmap.cfg as $TMPFILE...
   cp $UPDMAP $TMPFILE
-  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo texlive: regenerating updmap.cfg (custom additions should go
   echo into /etc/texmf/web2c/updmap-local.cfg
   cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
   cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:02:49
  Author: allan
Revision: 171074

rename patch (FS#31521)

Added:
  slim/trunk/fix-array-overflow.patch
(from rev 171073, slim/trunk/fix-glibc-segfault-1.3.4.patch)
Modified:
  slim/trunk/PKGBUILD
Deleted:
  slim/trunk/fix-glibc-segfault-1.3.4.patch

+
 PKGBUILD   |4 ++--
 fix-array-overflow.patch   |   13 +
 fix-glibc-segfault-1.3.4.patch |   13 -
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:00:24 UTC (rev 171073)
+++ PKGBUILD2012-11-16 14:02:49 UTC (rev 171074)
@@ -21,13 +21,13 @@
 'slim.service'
 'session-name.patch'
 'libpng-1.4+-support.patch'
-'fix-glibc-segfault-1.3.4.patch')
+'fix-array-overflow.patch')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../session-name.patch # FS#26693: fix default session name
 patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
-patch -Np0 -i ../fix-glibc-segfault-1.3.4.patch # FS#30864
+patch -Np0 -i ../fix-array-overflow.patch # FS#30864
 cd ${srcdir}
 mkdir build
 cd build

Copied: slim/trunk/fix-array-overflow.patch (from rev 171073, 
slim/trunk/fix-glibc-segfault-1.3.4.patch)
===
--- fix-array-overflow.patch(rev 0)
+++ fix-array-overflow.patch2012-11-16 14:02:49 UTC (rev 171074)
@@ -0,0 +1,13 @@
+Index: app.cpp
+===
+--- app.cpp(revision 223)
 app.cpp(working copy)
+@@ -593,7 +593,7 @@
+ 
+ n++;
+ 
+-child_env = static_castchar**(malloc(sizeof(char*)*n));
++child_env = static_castchar**(malloc(sizeof(char*)*(n+1)));
+ memcpy(child_env, old_env, sizeof(char*)*n);
+ child_env[n - 1] = StrConcat(XDG_SESSION_COOKIE=, 
ck.get_xdg_session_cookie());
+ child_env[n] = NULL;

Deleted: fix-glibc-segfault-1.3.4.patch
===
--- fix-glibc-segfault-1.3.4.patch  2012-11-16 14:00:24 UTC (rev 171073)
+++ fix-glibc-segfault-1.3.4.patch  2012-11-16 14:02:49 UTC (rev 171074)
@@ -1,13 +0,0 @@
-Index: app.cpp
-===
 app.cpp(revision 223)
-+++ app.cpp(working copy)
-@@ -593,7 +593,7 @@
- 
- n++;
- 
--child_env = static_castchar**(malloc(sizeof(char*)*n));
-+child_env = static_castchar**(malloc(sizeof(char*)*(n+1)));
- memcpy(child_env, old_env, sizeof(char*)*n);
- child_env[n - 1] = StrConcat(XDG_SESSION_COOKIE=, 
ck.get_xdg_session_cookie());
- child_env[n] = NULL;



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:04:18
  Author: allan
Revision: 171075

archrelease: copy trunk to extra-i686

Added:
  slim/repos/extra-i686/PKGBUILD
(from rev 171074, slim/trunk/PKGBUILD)
  slim/repos/extra-i686/fix-array-overflow.patch
(from rev 171074, slim/trunk/fix-array-overflow.patch)
  slim/repos/extra-i686/libpng-1.4+-support.patch
(from rev 171074, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-i686/logrotate
(from rev 171074, slim/trunk/logrotate)
  slim/repos/extra-i686/pam.d
(from rev 171074, slim/trunk/pam.d)
  slim/repos/extra-i686/rc.d
(from rev 171074, slim/trunk/rc.d)
  slim/repos/extra-i686/session-name.patch
(from rev 171074, slim/trunk/session-name.patch)
  slim/repos/extra-i686/slim.service
(from rev 171074, slim/trunk/slim.service)
  slim/repos/extra-i686/tty-slowness.patch
(from rev 171074, slim/trunk/tty-slowness.patch)
Deleted:
  slim/repos/extra-i686/PKGBUILD
  slim/repos/extra-i686/fix-glibc-segfault-1.3.4.patch
  slim/repos/extra-i686/libpng-1.4+-support.patch
  slim/repos/extra-i686/logrotate
  slim/repos/extra-i686/pam.d
  slim/repos/extra-i686/rc.d
  slim/repos/extra-i686/session-name.patch
  slim/repos/extra-i686/slim.service
  slim/repos/extra-i686/tty-slowness.patch

+
 PKGBUILD   |  126 +++
 fix-array-overflow.patch   |   13 
 fix-glibc-segfault-1.3.4.patch |   13 
 libpng-1.4+-support.patch  |   28 
 logrotate  |   18 ++---
 pam.d  |   20 +++---
 rc.d   |   72 +++---
 session-name.patch |   42 ++---
 slim.service   |   18 ++---
 tty-slowness.patch |   60 +-
 10 files changed, 205 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-16 14:02:49 UTC (rev 171074)
+++ PKGBUILD2012-11-16 14:04:18 UTC (rev 171075)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=slim
-pkgver=1.3.4
-pkgrel=4
-pkgdesc='Desktop-independent graphical login manager for X11'
-arch=('i686' 'x86_64')
-url='http://slim.berlios.de/'
-license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rc.d'
-'pam.d'
-'logrotate'
-'slim.service'
-'session-name.patch'
-'libpng-1.4+-support.patch'
-'fix-glibc-segfault-1.3.4.patch')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
-patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
-patch -Np0 -i ../fix-glibc-segfault-1.3.4.patch # FS#30864
-cd ${srcdir}
-mkdir build
-cd build
-cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_PAM=yes -DUSE_CONSOLEKIT=no
-   make
-}
-
-package() {
-cd  ${srcdir}/build/
-   make DESTDIR=${pkgdir} install
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/slim
-   install -D -m644 ../pam.d ${pkgdir}/etc/pam.d/slim
-   install -D -m644 ../logrotate ${pkgdir}/etc/logrotate.d/slim
-
-   # Provide sane defaults
-   sed -i 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' 
${pkgdir}/etc/slim.conf
-   sed -i 's|/var/run/slim.lock|/var/lock/slim.lock|' 
${pkgdir}/etc/slim.conf
-# install systemd files
-install -D -m644 ${srcdir}/slim.service 
${pkgdir}/usr/lib/systemd/system/slim.service
-}
-md5sums=('51543533e492b41007811f7d880720fa'
- 'd8ea9c4dee2811524b67f4f666311a1f'
- '37ef35079139544d04b8316c7f66f754'
- '43da096480bf72c3ccec8ad8400f34f0'
- 'a5d6bde9e63899df7d2081e1585bbe54'
- 'ebcb6829028615686de7b64ceeaaf8ed'
- '6d19bd7a91592ed2bb902b22b9594565'
- '9efc4e0d82d354f0c578be7723870769')

Copied: slim/repos/extra-i686/PKGBUILD (from rev 171074, slim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-16 14:04:18 UTC (rev 171075)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=slim
+pkgver=1.3.4
+pkgrel=4

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:05:41
  Author: allan
Revision: 171076

archrelease: copy trunk to extra-x86_64

Added:
  slim/repos/extra-x86_64/PKGBUILD
(from rev 171075, slim/trunk/PKGBUILD)
  slim/repos/extra-x86_64/fix-array-overflow.patch
(from rev 171075, slim/trunk/fix-array-overflow.patch)
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
(from rev 171075, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-x86_64/logrotate
(from rev 171075, slim/trunk/logrotate)
  slim/repos/extra-x86_64/pam.d
(from rev 171075, slim/trunk/pam.d)
  slim/repos/extra-x86_64/rc.d
(from rev 171075, slim/trunk/rc.d)
  slim/repos/extra-x86_64/session-name.patch
(from rev 171075, slim/trunk/session-name.patch)
  slim/repos/extra-x86_64/slim.service
(from rev 171075, slim/trunk/slim.service)
  slim/repos/extra-x86_64/tty-slowness.patch
(from rev 171075, slim/trunk/tty-slowness.patch)
Deleted:
  slim/repos/extra-x86_64/PKGBUILD
  slim/repos/extra-x86_64/fix-glibc-segfault-1.3.4.patch
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
  slim/repos/extra-x86_64/logrotate
  slim/repos/extra-x86_64/pam.d
  slim/repos/extra-x86_64/rc.d
  slim/repos/extra-x86_64/session-name.patch
  slim/repos/extra-x86_64/slim.service
  slim/repos/extra-x86_64/tty-slowness.patch

+
 PKGBUILD   |  126 +++
 fix-array-overflow.patch   |   13 
 fix-glibc-segfault-1.3.4.patch |   13 
 libpng-1.4+-support.patch  |   28 
 logrotate  |   18 ++---
 pam.d  |   20 +++---
 rc.d   |   72 +++---
 session-name.patch |   42 ++---
 slim.service   |   18 ++---
 tty-slowness.patch |   60 +-
 10 files changed, 205 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-16 14:04:18 UTC (rev 171075)
+++ PKGBUILD2012-11-16 14:05:41 UTC (rev 171076)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=slim
-pkgver=1.3.4
-pkgrel=4
-pkgdesc='Desktop-independent graphical login manager for X11'
-arch=('i686' 'x86_64')
-url='http://slim.berlios.de/'
-license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rc.d'
-'pam.d'
-'logrotate'
-'slim.service'
-'session-name.patch'
-'libpng-1.4+-support.patch'
-'fix-glibc-segfault-1.3.4.patch')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
-patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
-patch -Np0 -i ../fix-glibc-segfault-1.3.4.patch # FS#30864
-cd ${srcdir}
-mkdir build
-cd build
-cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_PAM=yes -DUSE_CONSOLEKIT=no
-   make
-}
-
-package() {
-cd  ${srcdir}/build/
-   make DESTDIR=${pkgdir} install
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/slim
-   install -D -m644 ../pam.d ${pkgdir}/etc/pam.d/slim
-   install -D -m644 ../logrotate ${pkgdir}/etc/logrotate.d/slim
-
-   # Provide sane defaults
-   sed -i 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' 
${pkgdir}/etc/slim.conf
-   sed -i 's|/var/run/slim.lock|/var/lock/slim.lock|' 
${pkgdir}/etc/slim.conf
-# install systemd files
-install -D -m644 ${srcdir}/slim.service 
${pkgdir}/usr/lib/systemd/system/slim.service
-}
-md5sums=('51543533e492b41007811f7d880720fa'
- 'd8ea9c4dee2811524b67f4f666311a1f'
- '37ef35079139544d04b8316c7f66f754'
- '43da096480bf72c3ccec8ad8400f34f0'
- 'a5d6bde9e63899df7d2081e1585bbe54'
- 'ebcb6829028615686de7b64ceeaaf8ed'
- '6d19bd7a91592ed2bb902b22b9594565'
- '9efc4e0d82d354f0c578be7723870769')

Copied: slim/repos/extra-x86_64/PKGBUILD (from rev 171075, slim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-16 14:05:41 UTC (rev 171076)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Hugo Ideler hugoide...@dse.nl
+

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:22:54
  Author: allan
Revision: 171077

upgpkg: sbcl 1.1.1-2

fix depends/provides

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:05:41 UTC (rev 171076)
+++ PKGBUILD2012-11-16 14:22:54 UTC (rev 171077)
@@ -6,13 +6,13 @@
 
 pkgname=sbcl
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl' 'texinfo')
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:24:00
  Author: allan
Revision: 171078

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

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 171077, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 171077, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 171077, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 171077, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 171077, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 171077, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install

--+
 extra-i686/PKGBUILD  |  140 -
 extra-i686/arch-fixes.lisp   |   42 ++--
 extra-i686/sbcl.install  |   36 +-
 extra-x86_64/PKGBUILD|  140 -
 extra-x86_64/arch-fixes.lisp |   42 ++--
 extra-x86_64/sbcl.install|   36 +-
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 14:22:54 UTC (rev 171077)
+++ extra-i686/PKGBUILD 2012-11-16 14:24:00 UTC (rev 171078)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 171077, sbcl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 14:24:00 UTC (rev 171078)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+  

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:28:08
  Author: allan
Revision: 171079

ensure output in expected language

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:24:00 UTC (rev 171078)
+++ PKGBUILD2012-11-16 14:28:08 UTC (rev 171079)
@@ -25,7 +25,7 @@
 create_links() {
 # create soname links
 while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
+_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
 [[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
 [[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
 done  (find ${pkgdir} -type f -name '*.so*' -print0)



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:31:24
  Author: allan
Revision: 171080

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 171079, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 171079, nvidia-utils/trunk/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 14:28:08 UTC (rev 171079)
+++ extra-i686/PKGBUILD 2012-11-16 14:31:24 UTC (rev 171080)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=304.64
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6964415cf648a5f4f38117b168369de2')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries.
-depends=('xorg-server' 'libxvmc')
-optdepends=('gtk2: nvidia-settings' 'pangox-compat: nvidia-settings' 
'pkg-config: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
-install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
-sed -e 

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:35:30
  Author: allan
Revision: 171081

upgpkg: python-gdata 2.0.17-3

add conflicts and replaces

Modified:
  python-gdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:31:24 UTC (rev 171080)
+++ PKGBUILD2012-11-16 14:35:30 UTC (rev 171081)
@@ -7,12 +7,14 @@
 pkgbase=python-gdata
 pkgname=('python2-gdata')
 pkgver=2.0.17
-pkgrel=2
+pkgrel=3
 pkgdesc=Python client library for Google data APIs
 arch=('any')
 url=http://code.google.com/p/gdata-python-client/;
 license=('APACHE')
 depends=('python2')
+conflicts=('python-gdata=2.0.17-1')
+replaces=('python-gdata=2.0.17-1')
 source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
 sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
 



[arch-commits] Commit in python-gdata/repos/extra-any (PKGBUILD PKGBUILD)

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:36:10
  Author: allan
Revision: 171082

archrelease: copy trunk to extra-any

Added:
  python-gdata/repos/extra-any/PKGBUILD
(from rev 171081, python-gdata/trunk/PKGBUILD)
Deleted:
  python-gdata/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   50 ++
 1 file changed, 26 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-16 14:35:30 UTC (rev 171081)
+++ PKGBUILD2012-11-16 14:36:10 UTC (rev 171082)
@@ -1,24 +0,0 @@
-#$Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: Christophe Gueret tol...@homegnu.net
-
-pkgbase=python-gdata
-pkgname=('python2-gdata')
-pkgver=2.0.17
-pkgrel=2
-pkgdesc=Python client library for Google data APIs
-arch=('any')
-url=http://code.google.com/p/gdata-python-client/;
-license=('APACHE')
-depends=('python2')
-source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
-sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
-
-package_python2-gdata() {
-  cd ${srcdir}/gdata-${pkgver}
-  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env 
python2@' \
--e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
-  python2 setup.py install --prefix=/usr --root ${pkgdir} 
-}

Copied: python-gdata/repos/extra-any/PKGBUILD (from rev 171081, 
python-gdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-16 14:36:10 UTC (rev 171082)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+# Contributor: Christophe Gueret tol...@homegnu.net
+
+pkgbase=python-gdata
+pkgname=('python2-gdata')
+pkgver=2.0.17
+pkgrel=3
+pkgdesc=Python client library for Google data APIs
+arch=('any')
+url=http://code.google.com/p/gdata-python-client/;
+license=('APACHE')
+depends=('python2')
+conflicts=('python-gdata=2.0.17-1')
+replaces=('python-gdata=2.0.17-1')
+source=(http://gdata-python-client.googlecode.com/files/gdata-${pkgver}.tar.gz)
+sha1sums=('d2d9f60699611f95dd8c328691a2555e76191c0c')
+
+package_python2-gdata() {
+  cd ${srcdir}/gdata-${pkgver}
+  find . -type f -exec sed -i -e 's@^#!/usr/bin/env python@#!/usr/bin/env 
python2@' \
+-e 's@^#!/usr/.*bin/python.*@#!/usr/bin/python2@'  {} \;
+  python2 setup.py install --prefix=/usr --root ${pkgdir} 
+}



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:44:08
  Author: allan
Revision: 171083

fix url (FS#29690)

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:36:10 UTC (rev 171082)
+++ PKGBUILD2012-11-16 14:44:08 UTC (rev 171083)
@@ -12,7 +12,7 @@
 pkgrel=1
 pkgdesc=Firmware files for Linux
 arch=('any')
-url=http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary;
+url=http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
 license=('GPL2' 'GPL3' 'custom')
 provides=('kernel26-firmware=2.6.34.99')
 conflicts=('linux-firmware-git'



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:50:50
  Author: allan
Revision: 171084

upgpkg: kismet 2011_03_R2-5

add missing depend (FS#32628), remove optdepend on phantom package (FS#32155)

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:44:08 UTC (rev 171083)
+++ PKGBUILD2012-11-16 14:50:50 UTC (rev 171084)
@@ -7,19 +7,18 @@
 pkgname=kismet
 pkgver=2011_03_R2
 _realver=${pkgver//_/-}
-pkgrel=4
+pkgrel=5
 pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
 arch=('i686' 'x86_64')
 url=http://www.kismetwireless.net/;
 license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
 optdepends=('gpsd: log coordinates of detected networks'
 'wireshark-cli: provide OUI files used to determine device 
manufacturer'
 'wireshark-cli: mergecap, to merge multiple capture files'
 'sox: provide the default kismet sound playback binary'
 'festival: text-to-speech support'
 'flite:  alternative/lightweight text-to-speech support'
-'mac80211-driver: full rfmon support'
 'ruby: ruby interface')
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:51:57
  Author: allan
Revision: 171085

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

Added:
  kismet/repos/extra-i686/PKGBUILD
(from rev 171084, kismet/trunk/PKGBUILD)
  kismet/repos/extra-i686/kismet.changelog
(from rev 171084, kismet/trunk/kismet.changelog)
  kismet/repos/extra-i686/kismet.install
(from rev 171084, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 171084, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.changelog
(from rev 171084, kismet/trunk/kismet.changelog)
  kismet/repos/extra-x86_64/kismet.install
(from rev 171084, kismet/trunk/kismet.install)
Deleted:
  kismet/repos/extra-i686/PKGBUILD
  kismet/repos/extra-i686/kismet.changelog
  kismet/repos/extra-i686/kismet.install
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.changelog
  kismet/repos/extra-x86_64/kismet.install

---+
 extra-i686/PKGBUILD   |  114 
 extra-i686/kismet.changelog   |   58 ++--
 extra-i686/kismet.install |   68 +++
 extra-x86_64/PKGBUILD |  114 
 extra-x86_64/kismet.changelog |   58 ++--
 extra-x86_64/kismet.install   |   68 +++
 6 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 14:50:50 UTC (rev 171084)
+++ extra-i686/PKGBUILD 2012-11-16 14:51:57 UTC (rev 171085)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Jason Chu ja...@archlinux.org
-# Contributor: Juergen Hoetzel ja...@archlinux.org
-
-pkgname=kismet
-pkgver=2011_03_R2
-_realver=${pkgver//_/-}
-pkgrel=4
-pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
-arch=('i686' 'x86_64')
-url=http://www.kismetwireless.net/;
-license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
-makedepends=() # already in core: ('grep' 'gcc-libs')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'mac80211-driver: full rfmon support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-changelog=kismet.changelog
-source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz;)
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
-
-build() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${_realver}
-
-# Install kismet
-make DESTDIR=$pkgdir install
-
-# Install plugins
-make plugins-install DESTDIR=$pkgdir
-
-# the README is very comprehensive, a good idea to include it
-install -D -m 644 ${srcdir}/kismet-${_realver}/README 
${pkgdir}/usr/share/kismet/README
-
-# Our own suid-install, first half (see kismet.install)
-install -o root -g root -m 4550 kismet_capture ${pkgdir}/usr/bin/
-}

Copied: kismet/repos/extra-i686/PKGBUILD (from rev 171084, 
kismet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 14:51:57 UTC (rev 171085)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Juergen Hoetzel ja...@archlinux.org
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver=${pkgver//_/-}
+pkgrel=5
+pkgdesc=802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system
+arch=('i686' 'x86_64')
+url=http://www.kismetwireless.net/;
+license=('GPL')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 10:00:56
  Author: ibiru
Revision: 171086

new snapshot

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:51:57 UTC (rev 171085)
+++ PKGBUILD2012-11-16 15:00:56 UTC (rev 171086)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=35420
+pkgver=35421
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -72,3 +72,5 @@
 make DESTDIR=$pkgdir install-mencoder install-mencoder-man
 find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
 }
+md5sums=('b5d8c24fc106b4ed58acda3b86c468fa'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 10:04:53
  Author: ibiru
Revision: 171087

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

Added:
  mplayer/repos/testing-i686/PKGBUILD
(from rev 171086, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 171086, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 171086, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 171086, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 171086, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 171086, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 171086, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 171086, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/testing-i686/PKGBUILD
  mplayer/repos/testing-i686/mplayer.desktop
  mplayer/repos/testing-i686/mplayer.install
  mplayer/repos/testing-i686/mplayer.png
  mplayer/repos/testing-x86_64/PKGBUILD
  mplayer/repos/testing-x86_64/mplayer.desktop
  mplayer/repos/testing-x86_64/mplayer.install
  mplayer/repos/testing-x86_64/mplayer.png

+
 testing-i686/PKGBUILD  |  150 +++
 testing-i686/mplayer.desktop   |   42 +-
 testing-i686/mplayer.install   |   22 ++---
 testing-x86_64/PKGBUILD|  150 +++
 testing-x86_64/mplayer.desktop |   42 +-
 testing-x86_64/mplayer.install |   22 ++---
 6 files changed, 216 insertions(+), 212 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-11-16 15:00:56 UTC (rev 171086)
+++ testing-i686/PKGBUILD   2012-11-16 15:04:53 UTC (rev 171087)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=35420
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
-'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
-'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio' 'subversion')
-license=('GPL')
-url=http://www.mplayerhq.hu/;
-options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
-md5sums=('b8a82ad1e1d6c3ac847074772daba817'
- 'c0d6ef795cf6de48e3b87ff7c23f0319')
-
-build() {
-cd $srcdir/$pkgbase
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---language=all \
---confdir=/etc/mplayer 
-[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
-
-make
-}
-
-package_mplayer() {
-pkgdesc=A movie player for linux
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
-'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
-'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
-
-cd $srcdir/$pkgbase
-
-make DESTDIR=$pkgdir install-mplayer install-mplayer-man
-install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
-install -dm755 $pkgdir/usr/share/mplayer/
-ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
-rm -rf $pkgdir/usr/share/mplayer/font
-#desktop file  FS#14770
-install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
-install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
-}
-
-package_mencoder() {
-pkgdesc=Free command line video decoding, encoding and filtering tool
-depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
-'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio' 

[arch-commits] Commit in akonadi (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 10:33:55
  Author: andrea
Revision: 171088

Beta release

Added:
  akonadi/kde-unstable/
Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 15:04:53 UTC (rev 171087)
+++ kde-unstable/PKGBUILD   2012-11-16 15:33:55 UTC (rev 171088)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.8.1
+pkgver=1.8.80
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('39411abc7bec8a485362ea7460e7e3d7')
+md5sums=('63471d004c0db6fd8cd230cbdb18b036')
 
 build() {
   mkdir build



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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 10:34:22
  Author: andrea
Revision: 171089

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

Added:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 171088, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 171088, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171088, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 171088, akonadi/kde-unstable/akonadi.install)

-+
 kde-unstable-i686/PKGBUILD  |   31 +++
 kde-unstable-i686/akonadi.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   31 +++
 kde-unstable-x86_64/akonadi.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 171088, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-16 15:34:22 UTC (rev 171089)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.8.80
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('63471d004c0db6fd8cd230cbdb18b036')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 171088, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2012-11-16 15:34:22 UTC (rev 171089)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 171088, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-16 15:34:22 UTC (rev 171089)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.8.80
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('63471d004c0db6fd8cd230cbdb18b036')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-x86_64/akonadi.install (from rev 171088, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-x86_64/akonadi.install (rev 0)
+++ kde-unstable-x86_64/akonadi.install 2012-11-16 15:34:22 UTC (rev 171089)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in (4 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 10:39:37
  Author: andrea
Revision: 171090

New package in KDE 4.10

Added:
  nepomuk-widgets/
  nepomuk-widgets/kde-unstable/
  nepomuk-widgets/repos/
  nepomuk-widgets/trunk/



[arch-commits] Commit in (4 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 10:39:44
  Author: andrea
Revision: 171091

New package in KDE 4.10

Added:
  kdeutils-print-manager/
  kdeutils-print-manager/kde-unstable/
  kdeutils-print-manager/repos/
  kdeutils-print-manager/trunk/



[arch-commits] Commit in (164 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 10:40:08
  Author: andrea
Revision: 171092

kdegames has been split

Added:
  kdegames-bomber/
  kdegames-bomber/kde-unstable/
  kdegames-bomber/repos/
  kdegames-bomber/trunk/
  kdegames-bovo/
  kdegames-bovo/kde-unstable/
  kdegames-bovo/repos/
  kdegames-bovo/trunk/
  kdegames-granatier/
  kdegames-granatier/kde-unstable/
  kdegames-granatier/repos/
  kdegames-granatier/trunk/
  kdegames-kajongg/
  kdegames-kajongg/kde-unstable/
  kdegames-kajongg/repos/
  kdegames-kajongg/trunk/
  kdegames-kapman/
  kdegames-kapman/kde-unstable/
  kdegames-kapman/repos/
  kdegames-kapman/trunk/
  kdegames-katomic/
  kdegames-katomic/kde-unstable/
  kdegames-katomic/repos/
  kdegames-katomic/trunk/
  kdegames-kblackbox/
  kdegames-kblackbox/kde-unstable/
  kdegames-kblackbox/repos/
  kdegames-kblackbox/trunk/
  kdegames-kblocks/
  kdegames-kblocks/kde-unstable/
  kdegames-kblocks/repos/
  kdegames-kblocks/trunk/
  kdegames-kbounce/
  kdegames-kbounce/kde-unstable/
  kdegames-kbounce/repos/
  kdegames-kbounce/trunk/
  kdegames-kbreakout/
  kdegames-kbreakout/kde-unstable/
  kdegames-kbreakout/repos/
  kdegames-kbreakout/trunk/
  kdegames-kdiamond/
  kdegames-kdiamond/kde-unstable/
  kdegames-kdiamond/repos/
  kdegames-kdiamond/trunk/
  kdegames-kfourinline/
  kdegames-kfourinline/kde-unstable/
  kdegames-kfourinline/repos/
  kdegames-kfourinline/trunk/
  kdegames-kgoldrunner/
  kdegames-kgoldrunner/kde-unstable/
  kdegames-kgoldrunner/repos/
  kdegames-kgoldrunner/trunk/
  kdegames-kigo/
  kdegames-kigo/kde-unstable/
  kdegames-kigo/repos/
  kdegames-kigo/trunk/
  kdegames-killbots/
  kdegames-killbots/kde-unstable/
  kdegames-killbots/repos/
  kdegames-killbots/trunk/
  kdegames-kiriki/
  kdegames-kiriki/kde-unstable/
  kdegames-kiriki/repos/
  kdegames-kiriki/trunk/
  kdegames-kjumpingcube/
  kdegames-kjumpingcube/kde-unstable/
  kdegames-kjumpingcube/repos/
  kdegames-kjumpingcube/trunk/
  kdegames-klickety/
  kdegames-klickety/kde-unstable/
  kdegames-klickety/repos/
  kdegames-klickety/trunk/
  kdegames-klines/
  kdegames-klines/kde-unstable/
  kdegames-klines/repos/
  kdegames-klines/trunk/
  kdegames-kmahjongg/
  kdegames-kmahjongg/kde-unstable/
  kdegames-kmahjongg/repos/
  kdegames-kmahjongg/trunk/
  kdegames-kmines/
  kdegames-kmines/kde-unstable/
  kdegames-kmines/repos/
  kdegames-kmines/trunk/
  kdegames-knavalbattle/
  kdegames-knavalbattle/kde-unstable/
  kdegames-knavalbattle/repos/
  kdegames-knavalbattle/trunk/
  kdegames-knetwalk/
  kdegames-knetwalk/kde-unstable/
  kdegames-knetwalk/repos/
  kdegames-knetwalk/trunk/
  kdegames-kolf/
  kdegames-kolf/kde-unstable/
  kdegames-kolf/repos/
  kdegames-kolf/trunk/
  kdegames-kollision/
  kdegames-kollision/kde-unstable/
  kdegames-kollision/repos/
  kdegames-kollision/trunk/
  kdegames-konquest/
  kdegames-konquest/kde-unstable/
  kdegames-konquest/repos/
  kdegames-konquest/trunk/
  kdegames-kpatience/
  kdegames-kpatience/kde-unstable/
  kdegames-kpatience/repos/
  kdegames-kpatience/trunk/
  kdegames-kreversi/
  kdegames-kreversi/kde-unstable/
  kdegames-kreversi/repos/
  kdegames-kreversi/trunk/
  kdegames-kshisen/
  kdegames-kshisen/kde-unstable/
  kdegames-kshisen/repos/
  kdegames-kshisen/trunk/
  kdegames-ksirk/
  kdegames-ksirk/kde-unstable/
  kdegames-ksirk/repos/
  kdegames-ksirk/trunk/
  kdegames-ksnakeduel/
  kdegames-ksnakeduel/kde-unstable/
  kdegames-ksnakeduel/repos/
  kdegames-ksnakeduel/trunk/
  kdegames-kspaceduel/
  kdegames-kspaceduel/kde-unstable/
  kdegames-kspaceduel/repos/
  kdegames-kspaceduel/trunk/
  kdegames-ksquares/
  kdegames-ksquares/kde-unstable/
  kdegames-ksquares/repos/
  kdegames-ksquares/trunk/
  kdegames-ksudoku/
  kdegames-ksudoku/kde-unstable/
  kdegames-ksudoku/repos/
  kdegames-ksudoku/trunk/
  kdegames-ktuberling/
  kdegames-ktuberling/kde-unstable/
  kdegames-ktuberling/repos/
  kdegames-ktuberling/trunk/
  kdegames-kubrick/
  kdegames-kubrick/kde-unstable/
  kdegames-kubrick/repos/
  kdegames-kubrick/trunk/
  kdegames-lskat/
  kdegames-lskat/kde-unstable/
  kdegames-lskat/repos/
  kdegames-lskat/trunk/
  kdegames-palapeli/
  kdegames-palapeli/kde-unstable/
  kdegames-palapeli/repos/
  kdegames-palapeli/trunk/
  kdegames-picmi/
  kdegames-picmi/kde-unstable/
  kdegames-picmi/repos/
  kdegames-picmi/trunk/
  libkdegames/
  libkdegames/kde-unstable/
  libkdegames/repos/
  libkdegames/trunk/
  libkmahjongg/
  libkmahjongg/kde-unstable/
  libkmahjongg/repos/
  libkmahjongg/trunk/



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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 11:58:18
  Author: andrea
Revision: 171093

upgpkg: telepathy-qt 0.9.3-2

Build without farstream as 0.2 is not supported

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 15:40:08 UTC (rev 171092)
+++ PKGBUILD2012-11-16 16:58:18 UTC (rev 171093)
@@ -4,13 +4,14 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for Qt-based Telepathy clients
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org/wiki/;
 license=('LGPL')
 options=('!libtool')
-depends=('qt' 'telepathy-farstream')
+depends=('qt' 'telepathy-glib')
+#depends=('qt' 'telepathy-farstream')
 makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 11:58:27
  Author: ibiru
Revision: 171094

update to 0.1.14

Modified:
  telepathy-idle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 16:58:18 UTC (rev 171093)
+++ PKGBUILD2012-11-16 16:58:27 UTC (rev 171094)
@@ -4,7 +4,7 @@
 # Contributor: Samuel Mendes heka@gmail.com
 
 pkgname=telepathy-idle
-pkgver=0.1.13
+pkgver=0.1.14
 pkgrel=1
 pkgdesc=An IRC connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -14,9 +14,8 @@
 depends=('telepathy-glib' 'openssl')
 makedepends=('libxslt' 'python2')
 install=telepathy-idle.install
-options=(!makeflags)
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a82a6f15bf12e21285e6a36256c2bde0')
+md5sums=('c292c54aa08f61544ab53fda880d861c')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 11:58:51
  Author: andrea
Revision: 171095

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 16:58:27 UTC (rev 171094)
+++ extra-i686/PKGBUILD 2012-11-16 16:58:51 UTC (rev 171095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=1
-pkgdesc=A library for Qt-based Telepathy clients
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/;
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
-
-build() {
-cd $srcdir
-mkdir build
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TESTS=OFF
-make
-}
-
-package() {
-cd $srcdir/build
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 171094, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 16:58:51 UTC (rev 171095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-glib')
+#depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+
+build() {
+cd $srcdir
+mkdir build
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TESTS=OFF
+make
+}
+
+package() {
+cd $srcdir/build
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 16:58:27 UTC (rev 171094)
+++ extra-x86_64/PKGBUILD   2012-11-16 16:58:51 UTC (rev 171095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=1
-pkgdesc=A library for Qt-based Telepathy clients
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/;
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
-
-build() {
-cd $srcdir
-mkdir build
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TESTS=OFF
-make
-}
-
-package() {
-cd $srcdir/build
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-qt/repos/extra-x86_64/PKGBUILD (from rev 171094, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-16 16:58:51 UTC (rev 171095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-glib')
+#depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')

[arch-commits] Commit in xf86-video-intel/repos (10 files)

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:03:26
  Author: andyrtr
Revision: 171096

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 171095, xf86-video-intel/repos/testing-i686/PKGBUILD)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 171095, 
xf86-video-intel/repos/testing-i686/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 171095, xf86-video-intel/repos/testing-x86_64/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 171095, 
xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   72 
 extra-i686/xf86-video-intel.install   |   16 +++
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/xf86-video-intel.install |   16 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 16:58:51 UTC (rev 171095)
+++ extra-i686/PKGBUILD 2012-11-16 17:03:26 UTC (rev 171096)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.20.12
-pkgrel=1
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('39e02b7f90a2665efe5483075f93b1c87d24f48070d5de783dd41e20d9eb0c7c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-dri
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 171095, 
xf86-video-intel/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 17:03:26 UTC (rev 171096)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.13
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0151104b58ff3509ecd05ac4ee2c5d81a78506c97afbed511fed6b263060dce3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/xf86-video-intel.install
===
--- extra-i686/xf86-video-intel.install 2012-11-16 16:58:51 UTC (rev 171095)
+++ extra-i686/xf86-video-intel.install 2012-11-16 17:03:26 UTC (rev 171096)
@@ -1,8 +0,0 @@
-post_install() {
-  echo  This driver now allows to switch
-  echo  between sna/uxa acceleration methods.
-  echo  Add to the device 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:07:10
  Author: ibiru
Revision: 171097

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

Added:
  telepathy-idle/repos/extra-i686/PKGBUILD
(from rev 171096, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-i686/telepathy-idle.install
(from rev 171096, telepathy-idle/trunk/telepathy-idle.install)
  telepathy-idle/repos/extra-x86_64/PKGBUILD
(from rev 171096, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install
(from rev 171096, telepathy-idle/trunk/telepathy-idle.install)
Deleted:
  telepathy-idle/repos/extra-i686/PKGBUILD
  telepathy-idle/repos/extra-i686/telepathy-idle.install
  telepathy-idle/repos/extra-x86_64/PKGBUILD
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install

-+
 extra-i686/PKGBUILD |   61 --
 extra-i686/telepathy-idle.install   |   26 +++---
 extra-x86_64/PKGBUILD   |   61 --
 extra-x86_64/telepathy-idle.install |   26 +++---
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 17:03:26 UTC (rev 171096)
+++ extra-i686/PKGBUILD 2012-11-16 17:07:10 UTC (rev 171097)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-
-pkgname=telepathy-idle
-pkgver=0.1.13
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')
-makedepends=('libxslt' 'python2')
-install=telepathy-idle.install
-options=(!makeflags)
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a82a6f15bf12e21285e6a36256c2bde0')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 171096, 
telepathy-idle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 17:07:10 UTC (rev 171097)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Samuel Mendes heka@gmail.com
+
+pkgname=telepathy-idle
+pkgver=0.1.14
+pkgrel=1
+pkgdesc=An IRC connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'openssl')
+makedepends=('libxslt' 'python2')
+install=telepathy-idle.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('c292c54aa08f61544ab53fda880d861c')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/telepathy-idle.install
===
--- extra-i686/telepathy-idle.install   2012-11-16 17:03:26 UTC (rev 171096)
+++ extra-i686/telepathy-idle.install   2012-11-16 17:07:10 UTC (rev 171097)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 
171096, telepathy-idle/trunk/telepathy-idle.install)
===
--- extra-i686/telepathy-idle.install   (rev 0)
+++ extra-i686/telepathy-idle.install   2012-11-16 17:07:10 UTC (rev 171097)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 17:03:26 UTC (rev 171096)
+++ extra-x86_64/PKGBUILD   2012-11-16 17:07:10 UTC (rev 171097)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-
-pkgname=telepathy-idle
-pkgver=0.1.13
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')
-makedepends=('libxslt' 'python2')

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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 12:07:30
  Author: andrea
Revision: 171098

upgpkg: kde-telepathy-meta 1:0.5.0-2

Drop ktp-call-ui

Modified:
  kde-telepathy-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 17:07:10 UTC (rev 171097)
+++ PKGBUILD2012-11-16 17:07:30 UTC (rev 171098)
@@ -4,7 +4,7 @@
 pkgname=kde-telepathy-meta
 epoch=1
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 license=('GPL')
@@ -12,7 +12,6 @@
 depends=('telepathy-kde-accounts-kcm'
  'telepathy-kde-approver'
  'telepathy-kde-auth-handler'
- 'telepathy-kde-call-ui'
  'telepathy-kde-contact-applet'
  'telepathy-kde-contact-runner'
  'telepathy-kde-contact-list'



[arch-commits] Commit in kde-telepathy-meta/repos/extra-any (PKGBUILD PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 12:07:48
  Author: andrea
Revision: 171099

archrelease: copy trunk to extra-any

Added:
  kde-telepathy-meta/repos/extra-any/PKGBUILD
(from rev 171098, kde-telepathy-meta/trunk/PKGBUILD)
Deleted:
  kde-telepathy-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-16 17:07:30 UTC (rev 171098)
+++ PKGBUILD2012-11-16 17:07:48 UTC (rev 171099)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-telepathy-meta
-epoch=1
-pkgver=0.5.0
-pkgrel=1
-arch=('any')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-pkgdesc=KDE-Telepathy meta package
-depends=('telepathy-kde-accounts-kcm'
- 'telepathy-kde-approver'
- 'telepathy-kde-auth-handler'
- 'telepathy-kde-call-ui'
- 'telepathy-kde-contact-applet'
- 'telepathy-kde-contact-runner'
- 'telepathy-kde-contact-list'
- 'telepathy-kde-filetransfer-handler'
- 'telepathy-kde-integration-module'
- 'telepathy-kde-presence-applet'
- 'telepathy-kde-send-file'
- 'telepathy-kde-text-ui')

Copied: kde-telepathy-meta/repos/extra-any/PKGBUILD (from rev 171098, 
kde-telepathy-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-16 17:07:48 UTC (rev 171099)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-telepathy-meta
+epoch=1
+pkgver=0.5.0
+pkgrel=2
+arch=('any')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+pkgdesc=KDE-Telepathy meta package
+depends=('telepathy-kde-accounts-kcm'
+ 'telepathy-kde-approver'
+ 'telepathy-kde-auth-handler'
+ 'telepathy-kde-contact-applet'
+ 'telepathy-kde-contact-runner'
+ 'telepathy-kde-contact-list'
+ 'telepathy-kde-filetransfer-handler'
+ 'telepathy-kde-integration-module'
+ 'telepathy-kde-presence-applet'
+ 'telepathy-kde-send-file'
+ 'telepathy-kde-text-ui')



[arch-commits] Commit in telepathy-kde-call-ui/repos (extra-i686)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 12:07:55
  Author: andrea
Revision: 171100

db-remove: telepathy-kde-call-ui removed by andrea

Deleted:
  telepathy-kde-call-ui/repos/extra-i686/



[arch-commits] Commit in telepathy-kde-call-ui/repos (extra-x86_64)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 12:08:10
  Author: andrea
Revision: 171101

db-remove: telepathy-kde-call-ui removed by andrea

Deleted:
  telepathy-kde-call-ui/repos/extra-x86_64/



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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:33
  Author: andyrtr
Revision: 171102

db-move: moved boost from [staging] to [testing] (i686, x86_64)

Added:
  boost/repos/testing-i686/
  boost/repos/testing-i686/PKGBUILD
(from rev 171101, boost/repos/staging-i686/PKGBUILD)
  boost/repos/testing-x86_64/
  boost/repos/testing-x86_64/PKGBUILD
(from rev 171101, boost/repos/staging-x86_64/PKGBUILD)
Deleted:
  boost/repos/staging-i686/
  boost/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  113 ++
 testing-x86_64/PKGBUILD |  113 ++
 2 files changed, 226 insertions(+)

Copied: boost/repos/testing-i686/PKGBUILD (from rev 171101, 
boost/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:33 UTC (rev 171102)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.50.0
+_boostver=${pkgver//./_}
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://www.boost.org/;
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+license=('custom')
+md5sums=('dbc07ab0254df3dda6300fd737b3f264')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+  # set python path for bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools
+  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
+  echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  build/v2/user-config.jam
+  echo using mpi ;  build/v2/user-config.jam
+
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # build bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
+  ./build.sh cc
+
+  _bindir=bin.linuxx86
+  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+  install -d ${_stagedir}/usr/bin
+  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+
+  # build tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
+  ${_stagedir}/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
+  for i in *;do
+  install -m755 ${i} ${_stagedir}/usr/bin/${i}
+  done
+
+  #boostbook needed by quickbook
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
+  cp -r share ${_stagedir}
+
+  # build libs
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # default minimal install: release link=shared,static
+  # runtime-link=shared threading=single,multi
+  # --layout=tagged will add the -mt suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  ${_stagedir}/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix=${_stagedir} \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+depends=(boost-libs=${pkgver})
+optdepends=('python3: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d ${pkgdir}/usr/{include,lib,share}
+# headers/source files
+cp -r ${_stagedir}/include/ ${pkgdir}/usr/
+
+# static libs
+cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
+
+#boostbook
+cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-x86_64/PKGBUILD (from rev 171101, 
boost/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 17:10:33 UTC (rev 171102)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# 

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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:34
  Author: andyrtr
Revision: 171103

db-move: moved brltty from [staging] to [testing] (i686, x86_64)

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 171101, brltty/repos/staging-i686/PKGBUILD)
  brltty/repos/testing-i686/brltty
(from rev 171101, brltty/repos/staging-i686/brltty)
  brltty/repos/testing-i686/brltty.conf
(from rev 171101, brltty/repos/staging-i686/brltty.conf)
  brltty/repos/testing-i686/brltty.install
(from rev 171101, brltty/repos/staging-i686/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 171101, brltty/repos/staging-i686/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 171101, brltty/repos/staging-x86_64/PKGBUILD)
  brltty/repos/testing-x86_64/brltty
(from rev 171101, brltty/repos/staging-x86_64/brltty)
  brltty/repos/testing-x86_64/brltty.conf
(from rev 171101, brltty/repos/staging-x86_64/brltty.conf)
  brltty/repos/testing-x86_64/brltty.install
(from rev 171101, brltty/repos/staging-x86_64/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 171101, brltty/repos/staging-x86_64/brltty.service)
Deleted:
  brltty/repos/staging-i686/
  brltty/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   50 +
 testing-i686/brltty   |   68 
 testing-i686/brltty.conf  |2 +
 testing-i686/brltty.install   |   20 +++
 testing-i686/brltty.service   |   12 +++
 testing-x86_64/PKGBUILD   |   50 +
 testing-x86_64/brltty |   68 
 testing-x86_64/brltty.conf|2 +
 testing-x86_64/brltty.install |   20 +++
 testing-x86_64/brltty.service |   12 +++
 10 files changed, 304 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 171101, 
brltty/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:34 UTC (rev 171103)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=7
+pkgdesc=Braille display driver for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://mielke.cc/brltty;
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+'brltty'
+'brltty.conf'
+   'brltty.service')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+--disable-caml-bindings \
+PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m755 $srcdir/brltty $pkgdir/etc/rc.d/brltty
+  install -D -m644 $srcdir/brltty.conf $pkgdir/etc/conf.d/brltty.conf
+  install -D -m644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -D -m644 $srcdir/brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc'
+ '7acecd700b9f94d76fe4a6ad56cb0448')

Copied: brltty/repos/testing-i686/brltty (from rev 171101, 
brltty/repos/staging-i686/brltty)
===
--- testing-i686/brltty (rev 0)
+++ testing-i686/brltty 2012-11-16 17:10:34 UTC (rev 171103)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
+case $1 in
+  start)
+stat_busy Starting $daemon_name daemon
+
+PID=$(get_pid)
+if [ -z $PID ]; then
+  [ -f /var/run/$daemon_name.pid ]  rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name $brltty_args
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid)  /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy Stopping $daemon_name daemon
+PID=$(get_pid)
+# KILL
+[ ! -z $PID ]  kill $PID  /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid  

[arch-commits] Commit in calligra/repos (30 files)

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:39
  Author: andyrtr
Revision: 171104

db-move: moved calligra from [staging] to [testing] (i686, x86_64)

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 171101, calligra/repos/staging-i686/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 171101, calligra/repos/staging-i686/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 171101, calligra/repos/staging-i686/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 171101, calligra/repos/staging-i686/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 171101, calligra/repos/staging-i686/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 171101, calligra/repos/staging-i686/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 171101, calligra/repos/staging-i686/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 171101, calligra/repos/staging-i686/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 171101, calligra/repos/staging-i686/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 171101, calligra/repos/staging-i686/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 171101, calligra/repos/staging-i686/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 171101, calligra/repos/staging-i686/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 171101, calligra/repos/staging-i686/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 171101, calligra/repos/staging-x86_64/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 171101, calligra/repos/staging-x86_64/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 171101, calligra/repos/staging-x86_64/calligra.install)
Deleted:
  calligra/repos/staging-i686/
  calligra/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  219 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   11 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  219 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   11 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 

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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:41
  Author: andyrtr
Revision: 171105

db-move: moved gptfdisk from [staging] to [testing] (i686, x86_64)

Added:
  gptfdisk/repos/testing-i686/
  gptfdisk/repos/testing-i686/PKGBUILD
(from rev 171101, gptfdisk/repos/staging-i686/PKGBUILD)
  gptfdisk/repos/testing-x86_64/
  gptfdisk/repos/testing-x86_64/PKGBUILD
(from rev 171101, gptfdisk/repos/staging-x86_64/PKGBUILD)
Deleted:
  gptfdisk/repos/staging-i686/
  gptfdisk/repos/staging-x86_64/

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

Copied: gptfdisk/repos/testing-i686/PKGBUILD (from rev 171101, 
gptfdisk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:41 UTC (rev 171105)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/testing-x86_64/PKGBUILD (from rev 171101, 
gptfdisk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 17:10:41 UTC (rev 171105)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:43
  Author: andyrtr
Revision: 171106

db-move: moved harfbuzz from [staging] to [testing] (i686, x86_64)

Added:
  harfbuzz/repos/testing-i686/
  harfbuzz/repos/testing-i686/PKGBUILD
(from rev 171101, harfbuzz/repos/staging-i686/PKGBUILD)
  harfbuzz/repos/testing-x86_64/
  harfbuzz/repos/testing-x86_64/PKGBUILD
(from rev 171101, harfbuzz/repos/staging-x86_64/PKGBUILD)
Deleted:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-x86_64/

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

Copied: harfbuzz/repos/testing-i686/PKGBUILD (from rev 171101, 
harfbuzz/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:43 UTC (rev 171106)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.5
+pkgrel=2
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Copied: harfbuzz/repos/testing-x86_64/PKGBUILD (from rev 171101, 
harfbuzz/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 17:10:43 UTC (rev 171106)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.5
+pkgrel=2
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}



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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:45
  Author: andyrtr
Revision: 171107

db-move: moved icu from [staging] to [testing] (i686, x86_64)

Added:
  icu/repos/testing-i686/
  icu/repos/testing-i686/PKGBUILD
(from rev 171101, icu/repos/staging-i686/PKGBUILD)
  icu/repos/testing-i686/changeset_32780.diff
(from rev 171101, icu/repos/staging-i686/changeset_32780.diff)
  icu/repos/testing-i686/icu.8198.revert.icu5431.patch
(from rev 171101, icu/repos/staging-i686/icu.8198.revert.icu5431.patch)
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 171101, icu/repos/staging-x86_64/PKGBUILD)
  icu/repos/testing-x86_64/changeset_32780.diff
(from rev 171101, icu/repos/staging-x86_64/changeset_32780.diff)
  icu/repos/testing-x86_64/icu.8198.revert.icu5431.patch
(from rev 171101, icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/staging-i686/
  icu/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   46 
 testing-i686/changeset_32780.diff|   67 
 testing-i686/icu.8198.revert.icu5431.patch   |  129 +
 testing-x86_64/PKGBUILD  |   46 
 testing-x86_64/changeset_32780.diff  |   67 
 testing-x86_64/icu.8198.revert.icu5431.patch |  129 +
 6 files changed, 484 insertions(+)

Copied: icu/repos/testing-i686/PKGBUILD (from rev 171101, 
icu/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:45 UTC (rev 171107)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=50.1
+pkgrel=2
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs=4.7.1-5' 'sh')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch changeset_32780.diff)
+md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
+ 'ebd5470fc969c75e52baf4af94a9ee82'
+ '58f4b655e40dddc8e316600019b491b2')
+
+build() {
+  cd ${srcdir}/icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  # fix building clients without c++11 
http://bugs.icu-project.org/trac/changeset/32780
+  patch -Np4 -i ${srcdir}/changeset_32780.diff
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $srcdir/icu/source
+  make -k check # passes all
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/testing-i686/changeset_32780.diff (from rev 171101, 
icu/repos/staging-i686/changeset_32780.diff)
===
--- testing-i686/changeset_32780.diff   (rev 0)
+++ testing-i686/changeset_32780.diff   2012-11-16 17:10:45 UTC (rev 171107)
@@ -0,0 +1,67 @@
+Index: /icu/trunk/source/test/intltest/strtest.cpp
+===
+--- /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32780)
+@@ -1,5 +1,5 @@
+ /
+  * COPYRIGHT: 
+- * Copyright (c) 1997-2011, International Business Machines Corporation and
++ * Copyright (c) 1997-2012, International Business Machines Corporation and
+  * others. All Rights Reserved.
+  /
+@@ -95,5 +95,5 @@
+ StringTest::Test_U_STRING() {
+ U_STRING_INIT(ustringVar, aZ0 -, 5);
+-if( sizeof(ustringVar)/sizeof(*ustringVar)!=6 ||
++if( u_strlen(ustringVar)!=5 ||
+ ustringVar[0]!=0x61 ||
+ ustringVar[1]!=0x5a ||
+Index: /icu/trunk/source/common/unicode/ustring.h
+===
+--- /icu/trunk/source/common/unicode/ustring.h (revision 32779)
 /icu/trunk/source/common/unicode/ustring.h (revision 32780)
+@@ -940,5 +940,5 @@
+  */
+ #if defined(U_DECLARE_UTF16)
+-#   define U_STRING_DECL(var, cs, length) static const UChar 
var[(length)+1]=U_DECLARE_UTF16(cs)
++#   define U_STRING_DECL(var, cs, length) static const UChar *var=(const 
UChar *)U_DECLARE_UTF16(cs)
+ /**@stable ICU 2.0 */
+ #   define U_STRING_INIT(var, cs, 

[arch-commits] Commit in libreoffice/repos (26 files)

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:49
  Author: andyrtr
Revision: 171108

db-move: moved libreoffice from [staging] to [testing] (i686, x86_64)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 171101, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/buildfix.diff
(from rev 171101, libreoffice/repos/staging-i686/buildfix.diff)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 171101, 
libreoffice/repos/staging-i686/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 171101, libreoffice/repos/staging-i686/libreoffice-writer.install)
  
libreoffice/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 171101, 
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 171101, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/buildfix.diff
(from rev 171101, libreoffice/repos/staging-x86_64/buildfix.diff)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 171101, libreoffice/repos/staging-x86_64/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 171101, libreoffice/repos/staging-x86_64/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 171101, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 171101, 
libreoffice/repos/staging-x86_64/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 171101, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 171101, libreoffice/repos/staging-x86_64/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 171101, 
libreoffice/repos/staging-x86_64/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 171101, 
libreoffice/repos/staging-x86_64/libreoffice-writer.install)
  
libreoffice/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 171101, 
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  711 
++
 testing-i686/buildfix.diff  |   12 
 testing-i686/libreoffice-base.install   |   11 
 testing-i686/libreoffice-calc.install   |   11 
 testing-i686/libreoffice-common.csh |8 
 testing-i686/libreoffice-common.install |   47 
 testing-i686/libreoffice-common.sh  |8 
 testing-i686/libreoffice-draw.install   |   11 
 testing-i686/libreoffice-impress.install|   11 
 testing-i686/libreoffice-writer.install |   11 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 testing-x86_64/PKGBUILD |  711 
++
 testing-x86_64/buildfix.diff|   12 
 testing-x86_64/libreoffice-base.install |   11 
 testing-x86_64/libreoffice-calc.install |   11 
 testing-x86_64/libreoffice-common.csh   |8 
 testing-x86_64/libreoffice-common.install   |   47 
 testing-x86_64/libreoffice-common.sh|8 
 testing-x86_64/libreoffice-draw.install |   11 
 testing-x86_64/libreoffice-impress.install   

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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:55
  Author: andyrtr
Revision: 171109

db-move: moved php from [staging] to [testing] (i686, x86_64)

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 171101, php/repos/staging-i686/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 171101, php/repos/staging-i686/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 171101, php/repos/staging-i686/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 171101, php/repos/staging-i686/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 171101, php/repos/staging-i686/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 171101, php/repos/staging-i686/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 171101, php/repos/staging-i686/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 171101, php/repos/staging-i686/php.ini.patch)
  php/repos/testing-i686/rc.d.php-fpm
(from rev 171101, php/repos/staging-i686/rc.d.php-fpm)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 171101, php/repos/staging-x86_64/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 171101, php/repos/staging-x86_64/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 171101, php/repos/staging-x86_64/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 171101, php/repos/staging-x86_64/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 171101, php/repos/staging-x86_64/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 171101, php/repos/staging-x86_64/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 171101, php/repos/staging-x86_64/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 171101, php/repos/staging-x86_64/php.ini.patch)
  php/repos/testing-x86_64/rc.d.php-fpm
(from rev 171101, php/repos/staging-x86_64/rc.d.php-fpm)
Deleted:
  php/repos/staging-i686/
  php/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|  347 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-i686/rc.d.php-fpm|  144 +
 testing-x86_64/PKGBUILD  |  347 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 testing-x86_64/rc.d.php-fpm  |  144 +
 18 files changed, 1418 insertions(+)

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


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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:58
  Author: andyrtr
Revision: 171110

db-move: moved raptor from [staging] to [testing] (i686, x86_64)

Added:
  raptor/repos/testing-i686/
  raptor/repos/testing-i686/PKGBUILD
(from rev 171101, raptor/repos/staging-i686/PKGBUILD)
  raptor/repos/testing-x86_64/
  raptor/repos/testing-x86_64/PKGBUILD
(from rev 171101, raptor/repos/staging-x86_64/PKGBUILD)
Deleted:
  raptor/repos/staging-i686/
  raptor/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: raptor/repos/testing-i686/PKGBUILD (from rev 171101, 
raptor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:58 UTC (rev 171110)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('ac60858b875aab8fa7917f21a1237aa9')

Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 171101, 
raptor/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 17:10:58 UTC (rev 171110)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('ac60858b875aab8fa7917f21a1237aa9')



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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:10:59
  Author: andyrtr
Revision: 17

db-move: moved tracker from [staging] to [testing] (i686, x86_64)

Added:
  tracker/repos/testing-i686/
  tracker/repos/testing-i686/PKGBUILD
(from rev 171101, tracker/repos/staging-i686/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 171101, tracker/repos/staging-i686/tracker.install)
  tracker/repos/testing-x86_64/
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 171101, tracker/repos/staging-x86_64/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 171101, tracker/repos/staging-x86_64/tracker.install)
Deleted:
  tracker/repos/staging-i686/
  tracker/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   86 +++
 testing-i686/tracker.install   |   13 +
 testing-x86_64/PKGBUILD|   86 +++
 testing-x86_64/tracker.install |   13 +
 4 files changed, 198 insertions(+)

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 171101, 
tracker/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:10:59 UTC (rev 17)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.14.4
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala'
+ 'libgxps')
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b818ee42b9007a94b2f8046edc4706bb2036187d5fd304e7ae23e5d2fcf85918')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel 'libgee' 'libgnome-keyring'
+   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
+   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'gnome-panel: tracker-search-bar'
+  'libgxps: XPS extractor')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libtracker-sparql
+
+  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
+
+  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
+$srcdir/sparql/usr/lib/tracker-$_tver
+
+  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
+$srcdir/sparql/usr/share/vala/vapi
+
+  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=('sqlite' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+
+  mv $srcdir/sparql/* $pkgdir
+}

Copied: tracker/repos/testing-i686/tracker.install (from rev 171101, 
tracker/repos/staging-i686/tracker.install)
===
--- testing-i686/tracker.install(rev 0)
+++ testing-i686/tracker.install2012-11-16 17:10:59 UTC (rev 17)
@@ -0,0 +1,13 @@
+post_install() {
+  

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

2012-11-16 Thread andyrtr
Date: Friday, November 16, 2012 @ 12:11:01
  Author: andyrtr
Revision: 171112

db-move: moved webkitgtk from [staging] to [testing] (i686, x86_64)

Added:
  webkitgtk/repos/testing-i686/
  webkitgtk/repos/testing-i686/PKGBUILD
(from rev 171101, webkitgtk/repos/staging-i686/PKGBUILD)
  webkitgtk/repos/testing-x86_64/
  webkitgtk/repos/testing-x86_64/PKGBUILD
(from rev 171101, webkitgtk/repos/staging-x86_64/PKGBUILD)
Deleted:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: webkitgtk/repos/testing-i686/PKGBUILD (from rev 171101, 
webkitgtk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 17:11:01 UTC (rev 171112)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_webkitgtk2() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 2.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
+  conflicts=('libwebkit')
+  provides=(libwebkit=${pkgver})
+  replaces=('libwebkit')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk2
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: webkitgtk/repos/testing-x86_64/PKGBUILD (from rev 171101, 
webkitgtk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 17:11:01 UTC (rev 171112)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:13:03
  Author: ibiru
Revision: 171113

update to 0.8.1

Modified:
  telepathy-salut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 17:11:01 UTC (rev 171112)
+++ PKGBUILD2012-11-16 17:13:03 UTC (rev 171113)
@@ -3,19 +3,19 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 
 pkgname=telepathy-salut
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=A link-local XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL')
-depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3')
+depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3' 'util-linux')
 makedepends=('libxslt' 'python2' 'xmldiff')
 install=telepathy-salut.install
 options=(!libtool)
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('43639c23de33e8466540de02816d23bf')
+md5sums=('7516e6f6fa56a61054413a03642b938d')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:14:40
  Author: ibiru
Revision: 171114

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

Added:
  telepathy-salut/repos/extra-i686/PKGBUILD
(from rev 171113, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/extra-i686/telepathy-salut.install
(from rev 171113, telepathy-salut/trunk/telepathy-salut.install)
  telepathy-salut/repos/extra-x86_64/PKGBUILD
(from rev 171113, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/extra-x86_64/telepathy-salut.install
(from rev 171113, telepathy-salut/trunk/telepathy-salut.install)
Deleted:
  telepathy-salut/repos/extra-i686/PKGBUILD
  telepathy-salut/repos/extra-i686/telepathy-salut.install
  telepathy-salut/repos/extra-x86_64/PKGBUILD
  telepathy-salut/repos/extra-x86_64/telepathy-salut.install

--+
 extra-i686/PKGBUILD  |   68 -
 extra-i686/telepathy-salut.install   |   26 ++--
 extra-x86_64/PKGBUILD|   68 -
 extra-x86_64/telepathy-salut.install |   26 ++--
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 17:13:03 UTC (rev 171113)
+++ extra-i686/PKGBUILD 2012-11-16 17:14:40 UTC (rev 171114)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-
-pkgname=telepathy-salut
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=A link-local XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3')
-makedepends=('libxslt' 'python2' 'xmldiff')
-install=telepathy-salut.install
-options=(!libtool)
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('43639c23de33e8466540de02816d23bf')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
---disable-plugins --disable-Werror \
---with-tls=openssl \
---enable-avahi-tests=no \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-salut/repos/extra-i686/PKGBUILD (from rev 171113, 
telepathy-salut/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 17:14:40 UTC (rev 171114)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+
+pkgname=telepathy-salut
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=A link-local XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3' 'util-linux')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+options=(!libtool)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7516e6f6fa56a61054413a03642b938d')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+--disable-plugins --disable-Werror \
+--with-tls=openssl \
+--enable-avahi-tests=no \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/telepathy-salut.install
===
--- extra-i686/telepathy-salut.install  2012-11-16 17:13:03 UTC (rev 171113)
+++ extra-i686/telepathy-salut.install  2012-11-16 17:14:40 UTC (rev 171114)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-salut/repos/extra-i686/telepathy-salut.install (from rev 
171113, telepathy-salut/trunk/telepathy-salut.install)
===
--- extra-i686/telepathy-salut.install  (rev 0)
+++ extra-i686/telepathy-salut.install  2012-11-16 17:14:40 UTC (rev 171114)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 17:13:03 UTC (rev 171113)
+++ extra-x86_64/PKGBUILD   2012-11-16 17:14:40 UTC (rev 171114)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-
-pkgname=telepathy-salut

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:25:15
  Author: ibiru
Revision: 171115

add libnotify as dependency. FS#32692

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 17:14:40 UTC (rev 171114)
+++ PKGBUILD2012-11-16 17:25:15 UTC (rev 171115)
@@ -4,11 +4,11 @@
 
 pkgname=file-roller
 pkgver=3.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Archive manipulator for GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
 makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
 optdepends=('unrar: the RAR uncompression program'
 'zip: creates PKZIP-compatible .zip files'



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:26:24
  Author: ibiru
Revision: 171116

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 171115, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/extract-to-fix.patch
(from rev 171115, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-i686/file-roller.install
(from rev 171115, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 171115, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/extract-to-fix.patch
(from rev 171115, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 171115, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/extract-to-fix.patch
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/extract-to-fix.patch
  file-roller/repos/extra-x86_64/file-roller.install

---+
 extra-i686/PKGBUILD   |   86 ++--
 extra-i686/extract-to-fix.patch   |   26 +-
 extra-i686/file-roller.install|   26 +-
 extra-x86_64/PKGBUILD |   86 ++--
 extra-x86_64/extract-to-fix.patch |   26 +-
 extra-x86_64/file-roller.install  |   26 +-
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-i686/PKGBUILD 2012-11-16 17:26:24 UTC (rev 171116)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.6.2
-pkgrel=2
-pkgdesc=Archive manipulator for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'p7zip: 7zip compression utility'
-'arj: ARJ archiver'
-'unace: extraction tool for the proprietary ace archive format')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=file-roller.install
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-extract-to-fix.patch)
-sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
-'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
-  patch -Np1 -i $srcdir/extract-to-fix.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 171115, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 17:26:24 UTC (rev 171116)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.2
+pkgrel=3
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+extract-to-fix.patch)
+sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
+'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
+  patch -Np1 -i $srcdir/extract-to-fix.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  

[arch-commits] Commit in hpoj/repos (extra-i686)

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 12:48:02
  Author: eric
Revision: 171117

db-remove: hpoj removed by eric

Deleted:
  hpoj/repos/extra-i686/



[arch-commits] Commit in hpoj/repos (extra-x86_64)

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 12:50:16
  Author: eric
Revision: 171118

db-remove: hpoj removed by eric

Deleted:
  hpoj/repos/extra-x86_64/



[arch-commits] Commit in (hpoj)

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 12:51:58
  Author: eric
Revision: 171119

Moved to AUR

Deleted:
  hpoj/



[arch-commits] Commit in (5 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 13:24:00
  Author: andrea
Revision: 171120

New kalzium dependence

Added:
  chemical-mime-data/
  chemical-mime-data/repos/
  chemical-mime-data/trunk/
  chemical-mime-data/trunk/PKGBUILD
  chemical-mime-data/trunk/chemical-mime-data.install

+
 PKGBUILD   |   28 
 chemical-mime-data.install |   12 
 2 files changed, 40 insertions(+)

Added: chemical-mime-data/trunk/PKGBUILD
===
--- chemical-mime-data/trunk/PKGBUILD   (rev 0)
+++ chemical-mime-data/trunk/PKGBUILD   2012-11-16 18:24:00 UTC (rev 171120)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Marios Abatis marios.archlinux ατ gmail δοτ com
+
+pkgname=chemical-mime-data
+pkgver=0.1.94
+pkgrel=5
+pkgdesc=Collection of data files to add support for various chemical MIME 
types
+arch=('any')
+url=http://chemical-mime.sourceforge.net/;
+license=('LGPL')
+depends=('xdg-utils' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'imagemagick' 'gnome-mime-data' 'librsvg')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')
+
+package() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+  --disable-update-database
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=${pkgdir} install
+}


Property changes on: chemical-mime-data/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: chemical-mime-data/trunk/chemical-mime-data.install
===
--- chemical-mime-data/trunk/chemical-mime-data.install 
(rev 0)
+++ chemical-mime-data/trunk/chemical-mime-data.install 2012-11-16 18:24:00 UTC 
(rev 171120)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in chemical-mime-data/trunk (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 13:25:55
  Author: andrea
Revision: 171121

upgpkg: chemical-mime-data 0.1.94-5

Modified:
  chemical-mime-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 18:24:00 UTC (rev 171120)
+++ PKGBUILD2012-11-16 18:25:55 UTC (rev 171121)
@@ -15,7 +15,7 @@
 
source=(http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')
 
-package() {
+build() {
 cd $pkgname-$pkgver
 ./configure --prefix=/usr \
   --disable-update-database



[arch-commits] Commit in chemical-mime-data/repos (3 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 13:26:14
  Author: andrea
Revision: 171122

archrelease: copy trunk to extra-any

Added:
  chemical-mime-data/repos/extra-any/
  chemical-mime-data/repos/extra-any/PKGBUILD
(from rev 171121, chemical-mime-data/trunk/PKGBUILD)
  chemical-mime-data/repos/extra-any/chemical-mime-data.install
(from rev 171121, chemical-mime-data/trunk/chemical-mime-data.install)

+
 PKGBUILD   |   28 
 chemical-mime-data.install |   12 
 2 files changed, 40 insertions(+)

Copied: chemical-mime-data/repos/extra-any/PKGBUILD (from rev 171121, 
chemical-mime-data/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-11-16 18:26:14 UTC (rev 171122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Marios Abatis marios.archlinux ατ gmail δοτ com
+
+pkgname=chemical-mime-data
+pkgver=0.1.94
+pkgrel=5
+pkgdesc=Collection of data files to add support for various chemical MIME 
types
+arch=('any')
+url=http://chemical-mime.sourceforge.net/;
+license=('LGPL')
+depends=('xdg-utils' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'imagemagick' 'gnome-mime-data' 'librsvg')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+  --disable-update-database
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=${pkgdir} install
+}

Copied: chemical-mime-data/repos/extra-any/chemical-mime-data.install (from rev 
171121, chemical-mime-data/trunk/chemical-mime-data.install)
===
--- extra-any/chemical-mime-data.install(rev 0)
+++ extra-any/chemical-mime-data.install2012-11-16 18:26:14 UTC (rev 
171122)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in vi/trunk (PKGBUILD exrc.sample preserve_dir.patch)

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 13:41:19
  Author: eric
Revision: 171123

upgpkg: vi 1:050325-3

Update preserve_dir.patch to fix man pages (close FS#28133), Remove unused 
exrc.sample file

Modified:
  vi/trunk/PKGBUILD
  vi/trunk/preserve_dir.patch
Deleted:
  vi/trunk/exrc.sample

+
 PKGBUILD   |6 ++
 exrc.sample|5 -
 preserve_dir.patch |   42 ++
 3 files changed, 32 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 18:26:14 UTC (rev 171122)
+++ PKGBUILD2012-11-16 18:41:19 UTC (rev 171123)
@@ -3,7 +3,7 @@
 
 pkgname=vi
 pkgver=050325
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='The original ex/vi text editor.'
 arch=('i686' 'x86_64')
@@ -14,15 +14,13 @@
 groups=('base')
 options=(strip !libtool emptydirs)
 source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
-exrc.sample
 navkeys.patch
 increase-tube.patch
 preserve_dir.patch)
 md5sums=('e668595254233e4d96811083a3e4e2f3'
- 'd3b483c994d859232ce369b82a4b5668'
  'aac133930047eafa4f28736cfaf976b3'
  'e596e05a00a24187b576e389fa1de45d'
- '419a8755e0dd16e95542bc107e6d2b24')
+ '8c6d3503e7c41a4413145ae49a7f2b80')
 
 build() {
   cd ${srcdir}/ex-${pkgver}

Deleted: exrc.sample
===
--- exrc.sample 2012-11-16 18:26:14 UTC (rev 171122)
+++ exrc.sample 2012-11-16 18:41:19 UTC (rev 171123)
@@ -1,5 +0,0 @@
- A sample .exrc file. Copy it to your home dir as ~/.exrc in order to work.
-set showmode
-set noflash
-set autoindent
-set shiftwidth=2

Modified: preserve_dir.patch
===
--- preserve_dir.patch  2012-11-16 18:26:14 UTC (rev 171122)
+++ preserve_dir.patch  2012-11-16 18:41:19 UTC (rev 171123)
@@ -43,18 +43,6 @@
  #endif
  
  /*
-diff -Naur ex-050325.ori/ex.spec ex-050325/ex.spec
 ex-050325.ori/ex.spec  2005-03-24 18:50:09.0 -0500
-+++ ex-050325/ex.spec  2011-02-01 16:21:51.49674 -0500
-@@ -20,7 +20,7 @@
- %define   libexecdir  %{prefix}/5lib
- %define   mandir  %{prefix}/share/man/5man
- 
--%define   preservedir /var/preserve
-+%define   preservedir /var/lib/ex
- 
- # install command
- %define   ucbinstall  install
 diff -Naur ex-050325.ori/Makefile ex-050325/Makefile
 --- ex-050325.ori/Makefile 2005-03-24 18:50:09.0 -0500
 +++ ex-050325/Makefile 2011-02-01 16:21:51.49674 -0500
@@ -79,3 +67,33 @@
  preservation directory
  .SH SEE ALSO
  ex(1),
+--- ex-050325.original/ex.12012-01-27 20:43:00.602119283 +0100
 ex-050325/ex.1 2012-01-27 20:47:24.535436516 +0100
+@@ -1932,10 +1932,10 @@
+ Determines the terminal type.
+ .SH FILES
+ .TP
+-.B /usr/libexec/expreserve
++.B /usr/lib/ex/expreserve
+ preserve command
+ .TP
+-.B /usr/libexec/exrecover
++.B /usr/lib/ex/exrecover
+ recover command
+ .TP
+ .B /etc/termcap
+--- ex-050325.original/vi.12012-01-27 20:43:00.602119283 +0100
 ex-050325/vi.1 2012-01-27 20:46:33.815439611 +0100
+@@ -961,10 +961,10 @@
+ Determines the terminal type.
+ .SH FILES
+ .TP
+-.B /usr/libexec/expreserve
++.B /usr/lib/ex/expreserve
+ preserve command
+ .TP
+-.B /usr/libexec/exrecover
++.B /usr/lib/ex/exrecover
+ recover command
+ .TP
+ .B /etc/termcap



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

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 13:41:46
  Author: eric
Revision: 171124

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

Added:
  vi/repos/testing-i686/
  vi/repos/testing-i686/PKGBUILD
(from rev 171123, vi/trunk/PKGBUILD)
  vi/repos/testing-i686/increase-tube.patch
(from rev 171123, vi/trunk/increase-tube.patch)
  vi/repos/testing-i686/navkeys.patch
(from rev 171123, vi/trunk/navkeys.patch)
  vi/repos/testing-i686/preserve_dir.patch
(from rev 171123, vi/trunk/preserve_dir.patch)
  vi/repos/testing-x86_64/
  vi/repos/testing-x86_64/PKGBUILD
(from rev 171123, vi/trunk/PKGBUILD)
  vi/repos/testing-x86_64/increase-tube.patch
(from rev 171123, vi/trunk/increase-tube.patch)
  vi/repos/testing-x86_64/navkeys.patch
(from rev 171123, vi/trunk/navkeys.patch)
  vi/repos/testing-x86_64/preserve_dir.patch
(from rev 171123, vi/trunk/preserve_dir.patch)

+
 testing-i686/PKGBUILD  |   44 +++
 testing-i686/increase-tube.patch   |   13 
 testing-i686/navkeys.patch |   55 +++
 testing-i686/preserve_dir.patch|   99 +++
 testing-x86_64/PKGBUILD|   44 +++
 testing-x86_64/increase-tube.patch |   13 
 testing-x86_64/navkeys.patch   |   55 +++
 testing-x86_64/preserve_dir.patch  |   99 +++
 8 files changed, 422 insertions(+)

Copied: vi/repos/testing-i686/PKGBUILD (from rev 171123, vi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 18:41:46 UTC (rev 171124)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: tobias [ tobias at archlinux org ]
+
+pkgname=vi
+pkgver=050325
+pkgrel=3
+epoch=1
+pkgdesc='The original ex/vi text editor.'
+arch=('i686' 'x86_64')
+url='http://ex-vi.sourceforge.net/'
+license=('custom:ex')
+depends=('ncurses')
+optdepends=('heirloom-mailx: used by the preserve command for notification')
+groups=('base')
+options=(strip !libtool emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
+navkeys.patch
+increase-tube.patch
+preserve_dir.patch)
+md5sums=('e668595254233e4d96811083a3e4e2f3'
+ 'aac133930047eafa4f28736cfaf976b3'
+ 'e596e05a00a24187b576e389fa1de45d'
+ '8c6d3503e7c41a4413145ae49a7f2b80')
+
+build() {
+  cd ${srcdir}/ex-${pkgver}
+
+  patch -Np1 -i  ../navkeys.patch
+  patch -Np0 -i ../increase-tube.patch
+  # FS#20653
+  patch -Np1 -i ../preserve_dir.patch
+
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
+  'FEATURES=-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8' TERMLIB=ncurses
+}
+
+package() {
+  cd ${srcdir}/ex-${pkgver}
+
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex 
INSTALL=/usr/bin/install \
+  DESTDIR=$pkgdir install
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vi/repos/testing-i686/increase-tube.patch (from rev 171123, 
vi/trunk/increase-tube.patch)
===
--- testing-i686/increase-tube.patch(rev 0)
+++ testing-i686/increase-tube.patch2012-11-16 18:41:46 UTC (rev 171124)
@@ -0,0 +1,13 @@
+--- config.h   2005-02-19 05:25:39.0 -0500
 config.h.fixed 2010-01-04 22:02:01.0 -0500
+@@ -95,8 +95,8 @@
+ #define TUBESIZE6000/* Maximum screen size for visual */
+ #else /* VMUNIX */
+ #define TUBELINES   100
+-#define TUBECOLS160
+-#define TUBESIZE16000
++#define TUBECOLS320
++#define TUBESIZE32000
+ #endif/* VMUNIX */
+ 
+ /*

Copied: vi/repos/testing-i686/navkeys.patch (from rev 171123, 
vi/trunk/navkeys.patch)
===
--- testing-i686/navkeys.patch  (rev 0)
+++ testing-i686/navkeys.patch  2012-11-16 18:41:46 UTC (rev 171124)
@@ -0,0 +1,55 @@
+diff -ru ex-050325/ex_tty.c ex-050325-du/ex_tty.c
+--- ex-050325/ex_tty.c 2005-03-04 13:42:58.0 +0100
 ex-050325-du/ex_tty.c  2009-06-25 20:06:57.0 +0200
+@@ -132,7 +132,8 @@
+   ED, EI, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9,
+   HO, IC, IM, IP, KD, KE, KH, KL, KR, KS, KU, LL, ND, xNL,
+   xPC, RC, SC, SE, SF, SO, SR, TA, TE, TI, UP, VB, VS, VE,
+-  AL_PARM, DL_PARM, UP_PARM, DOWN_PARM, LEFT_PARM, RIGHT_PARM
++  AL_PARM, DL_PARM, UP_PARM, DOWN_PARM, LEFT_PARM, RIGHT_PARM,
++  kI, kD, kh, at7, kP, kN
+ };
+ bool *sflags[] = {
+   AM, BS, DA, DB, EO, HC,
+@@ -170,7 +171,12 @@
+   addmac1(KD, j, down, arrows, 1);
+   addmac1(KL, h, left, arrows, 1);
+   addmac1(KR, l, right, arrows, 1);
+-  addmac1(KH, H, home, arrows, 1);
++  addmac1(kI, i, insert, arrows, 1);
++  addmac1(kD, x, delete, 

[arch-commits] Commit in xmms/trunk (PKGBUILD xmms-1.2.11-fix-mikmod-driver.patch)

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 14:23:16
  Author: eric
Revision: 171125

upgpkg: xmms 1.2.11-6

Fix mikmod support (close FS#32627)

Added:
  xmms/trunk/xmms-1.2.11-fix-mikmod-driver.patch
Modified:
  xmms/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 xmms-1.2.11-fix-mikmod-driver.patch |   20 
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 18:41:46 UTC (rev 171124)
+++ PKGBUILD2012-11-16 19:23:16 UTC (rev 171125)
@@ -3,7 +3,7 @@
 
 pkgname=xmms
 pkgver=1.2.11
-pkgrel=5
+pkgrel=6
 pkgdesc=The X MultiMedia System - a multimedia player
 arch=('i686' 'x86_64')
 url=http://legacy.xmms2.org/;
@@ -19,7 +19,7 @@
 source=(http://legacy.xmms2.org/${pkgname}-${pkgver}.tar.bz2 \
xmms-menu.patch xmms-1.2.10-crossfade-0.3.9.patch xmms-fix.diff \
 xmms-1.2.11-CVE-2007-0653.0654.patch 
xmms-1.2.11-fix-http-title-mpg123.patch \
-xmms-1.2.11-3dse.patch xmms-1.2.10-recode-id3.patch \
+xmms-1.2.11-3dse.patch xmms-1.2.10-recode-id3.patch 
xmms-1.2.11-fix-mikmod-driver.patch \
 xmms-1.2.10-fonts.patch xmms.16.png xmms.32.png xmms.48.png)
 sha1sums=('9d1eae4baab25fd35c9ddfb49321ca60222f672d'
   '27fb6e21bd6db923a425a8df8bd07a2a93867ddb'
@@ -29,6 +29,7 @@
   '0c060385561ea2a4b1c7ad3bd35d3646ae9554f5'
   '6f6db13c780ba4cbddb8613f0abd2db2823f3021'
   '2a3b1bf17054b6bd8b1e5937de5c0ad49af8dc92'
+  '155e11b344af1ba594b4e339640bcca37c8909af'
   '31abd37c9c57bd13b2088eb11a1e54e5aa312bf3'
   '0089d11aa3bce67f3496592d68ee65837406e220'
   'f24071ae484d9b55e61dba076801fa8e7976ff2f'
@@ -49,6 +50,7 @@
   patch -p1  ../xmms-1.2.11-3dse.patch
   patch -p1  ../xmms-1.2.10-fonts.patch
   patch -p1  ../xmms-1.2.11-CVE-2007-0653.0654.patch
+  patch -p1  ../xmms-1.2.11-fix-mikmod-driver.patch
 
   if [ $CARCH == i686 ]; then
 SIMDOPT=--enable-simd

Added: xmms-1.2.11-fix-mikmod-driver.patch
===
--- xmms-1.2.11-fix-mikmod-driver.patch (rev 0)
+++ xmms-1.2.11-fix-mikmod-driver.patch 2012-11-16 19:23:16 UTC (rev 171125)
@@ -0,0 +1,20 @@
+--- a/Input/mikmod/drv_xmms.c  2003-05-19 23:22:06.0 +0200
 b/Input/mikmod/drv_xmms.c  2012-11-16 18:52:41.264644767 +0100
+@@ -117,6 +117,10 @@
+   return VC_Init();
+ }
+ 
++static void xmms_CommandLine(CHAR * commandLine)
++{
++}
++
+ MDRIVER drv_xmms =
+ {
+   NULL,
+@@ -126,5 +130,6 @@
+ xmms,
+ NULL,
+ #endif
++  xmms_CommandLine, // Was missing
+ xmms_IsThere, 
+   VC_SampleLoad,



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

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 14:24:09
  Author: eric
Revision: 171126

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

Added:
  xmms/repos/extra-i686/PKGBUILD
(from rev 171125, xmms/trunk/PKGBUILD)
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-mikmod-driver.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-fix-mikmod-driver.patch)
  xmms/repos/extra-i686/xmms-fix.diff
(from rev 171125, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-i686/xmms-menu.patch
(from rev 171125, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-i686/xmms.16.png
(from rev 171125, xmms/trunk/xmms.16.png)
  xmms/repos/extra-i686/xmms.32.png
(from rev 171125, xmms/trunk/xmms.32.png)
  xmms/repos/extra-i686/xmms.48.png
(from rev 171125, xmms/trunk/xmms.48.png)
  xmms/repos/extra-i686/xmms.install
(from rev 171125, xmms/trunk/xmms.install)
  xmms/repos/extra-x86_64/PKGBUILD
(from rev 171125, xmms/trunk/PKGBUILD)
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
(from rev 171125, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-mikmod-driver.patch
(from rev 171125, xmms/trunk/xmms-1.2.11-fix-mikmod-driver.patch)
  xmms/repos/extra-x86_64/xmms-fix.diff
(from rev 171125, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-x86_64/xmms-menu.patch
(from rev 171125, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-x86_64/xmms.16.png
(from rev 171125, xmms/trunk/xmms.16.png)
  xmms/repos/extra-x86_64/xmms.32.png
(from rev 171125, xmms/trunk/xmms.32.png)
  xmms/repos/extra-x86_64/xmms.48.png
(from rev 171125, xmms/trunk/xmms.48.png)
  xmms/repos/extra-x86_64/xmms.install
(from rev 171125, xmms/trunk/xmms.install)
Deleted:
  xmms/repos/extra-i686/PKGBUILD
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-i686/xmms-fix.diff
  xmms/repos/extra-i686/xmms-menu.patch
  xmms/repos/extra-i686/xmms.16.png
  xmms/repos/extra-i686/xmms.32.png
  xmms/repos/extra-i686/xmms.48.png
  xmms/repos/extra-i686/xmms.install
  xmms/repos/extra-x86_64/PKGBUILD
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-x86_64/xmms-fix.diff
  xmms/repos/extra-x86_64/xmms-menu.patch
  xmms/repos/extra-x86_64/xmms.16.png
  xmms/repos/extra-x86_64/xmms.32.png
  xmms/repos/extra-x86_64/xmms.48.png
  xmms/repos/extra-x86_64/xmms.install

--+
 extra-i686/PKGBUILD  |  154 +-
 extra-i686/xmms-1.2.10-crossfade-0.3.9.patch |  202 +--
 extra-i686/xmms-1.2.10-fonts.patch   |   48 
 extra-i686/xmms-1.2.10-recode-id3.patch  |   22 
 extra-i686/xmms-1.2.11-3dse.patch| 1006 -
 extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch  |   86 -
 extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch   |   20 
 extra-i686/xmms-1.2.11-fix-mikmod-driver.patch   |   20 
 extra-i686/xmms-fix.diff |   22 
 extra-i686/xmms-menu.patch   |   70 -
 extra-i686/xmms.install 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:28:49
  Author: ibiru
Revision: 171127

update to 310.19

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 19:24:09 UTC (rev 171126)
+++ PKGBUILD2012-11-16 19:28:49 UTC (rev 171127)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=304.64
+pkgver=310.19
 _extramodules=extramodules-3.0-lts
 pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
@@ -18,12 +18,12 @@
   _arch='x86'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}
   
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('6964415cf648a5f4f38117b168369de2')
+  md5sums=('2adbdd38540b3a8955714760e05f575d')
 elif [ $CARCH = x86_64 ]; then
   _arch='x86_64'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
   
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('76007ed4b72afd334e26377b646f5f7e')
+  md5sums=('0ba08d32852e442ebba5ba22c7abed36')
 fi
 
 build() {



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:29:01
  Author: ibiru
Revision: 171128

update to 310.19

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 19:28:49 UTC (rev 171127)
+++ PKGBUILD2012-11-16 19:29:01 UTC (rev 171128)
@@ -2,7 +2,7 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=304.64
+pkgver=310.19
 _extramodules=extramodules-3.6-ARCH
 pkgrel=1
 pkgdesc=NVIDIA drivers for linux.
@@ -19,12 +19,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6964415cf648a5f4f38117b168369de2')
+md5sums=('2adbdd38540b3a8955714760e05f575d')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
+md5sums=('0ba08d32852e442ebba5ba22c7abed36')
 fi
 
 build() {



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:29:16
  Author: ibiru
Revision: 171129

update to 310.19

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 19:29:01 UTC (rev 171128)
+++ PKGBUILD2012-11-16 19:29:16 UTC (rev 171129)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=304.64
+pkgver=310.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -14,12 +14,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6964415cf648a5f4f38117b168369de2')
+md5sums=('2adbdd38540b3a8955714760e05f575d')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
+md5sums=('0ba08d32852e442ebba5ba22c7abed36')
 fi
 
 create_links() {
@@ -68,9 +68,6 @@
 install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
 # OpenGL core library
 install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
 # VDPAU
 install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
 # nvidia-tls library



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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:30:17
  Author: ibiru
Revision: 171130

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

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

-+
 extra-i686/PKGBUILD |   90 +++---
 extra-i686/nvidia-lts.install   |   30 ++--
 extra-x86_64/PKGBUILD   |   90 +++---
 extra-x86_64/nvidia-lts.install |   30 ++--
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 19:29:16 UTC (rev 171129)
+++ extra-i686/PKGBUILD 2012-11-16 19:30:17 UTC (rev 171130)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=304.64
-_extramodules=extramodules-3.0-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.0.0')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch='x86'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('6964415cf648a5f4f38117b168369de2')
-elif [ $CARCH = x86_64 ]; then
-  _arch='x86_64'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('76007ed4b72afd334e26377b646f5f7e')
-fi
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  cd ${srcdir}
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 171129, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 19:30:17 UTC (rev 171130)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=310.19
+_extramodules=extramodules-3.0-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('2adbdd38540b3a8955714760e05f575d')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('0ba08d32852e442ebba5ba22c7abed36')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: extra-i686/nvidia-lts.install
===
--- extra-i686/nvidia-lts.install   2012-11-16 19:29:16 UTC (rev 171129)
+++ 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:33:17
  Author: ibiru
Revision: 171131

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 171130, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 171130, nvidia-utils/trunk/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 19:30:17 UTC (rev 171130)
+++ extra-i686/PKGBUILD 2012-11-16 19:33:17 UTC (rev 171131)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=304.64
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6964415cf648a5f4f38117b168369de2')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries.
-depends=('xorg-server' 'libxvmc')
-optdepends=('gtk2: nvidia-settings' 'pangox-compat: nvidia-settings' 
'pkg-config: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
-install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
-sed -e 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 14:33:27
  Author: ibiru
Revision: 171132

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 171130, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 171130, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 171131, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 171131, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install

-+
 extra-i686/PKGBUILD |   90 +-
 extra-i686/nvidia.install   |   30 +++---
 extra-x86_64/PKGBUILD   |   90 +-
 extra-x86_64/nvidia.install |   30 +++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 19:33:17 UTC (rev 171131)
+++ extra-i686/PKGBUILD 2012-11-16 19:33:27 UTC (rev 171132)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=304.64
-_extramodules=extramodules-3.6-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.6' 'linux3.7' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.6' 'linux-headers3.7')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6964415cf648a5f4f38117b168369de2')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 171130, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 19:33:27 UTC (rev 171132)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=310.19
+_extramodules=extramodules-3.6-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.6' 'linux3.7' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.6' 'linux-headers3.7')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2adbdd38540b3a8955714760e05f575d')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('0ba08d32852e442ebba5ba22c7abed36')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2012-11-16 19:33:17 UTC (rev 171131)
+++ extra-i686/nvidia.install   2012-11-16 19:33:27 UTC (rev 171132)
@@ -1,15 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.6-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)

[arch-commits] Commit in kdelibs (4 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:52:42
  Author: andrea
Revision: 171133

KDE 4.10 beta1 - first steps

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/fix-save-path.patch
  kdelibs/kde-unstable/use-pythondontwritebytecode.patch

---+
 PKGBUILD  |   20 +-
 fix-save-path.patch   |   27 
 use-pythondontwritebytecode.patch |  113 
 3 files changed, 6 insertions(+), 154 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:52:42 UTC (rev 171133)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.9.3
-pkgrel=2
+pkgver=4.9.80
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -16,15 +16,11 @@
 'media-player-info' 'libxtst')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch'
-'fix-save-path.patch')
-sha1sums=('d5d60c431159b17a753ee7427d9ca129d550e3f8'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch')
+sha1sums=('eb68a5c494d06ec258abeb47c429a64f4641f09b'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '1138e78f15faa7221669ea81e313c595000cc953'
-  'e3d2621bd1451fe7f45a454af970fae108614ddd')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -34,10 +30,6 @@
# add Archlinux menu entry
patch -p1 -i ${srcdir}/archlinux-menu.patch
 
-   # Fixed upstream
-   patch -p1 -i ${srcdir}/use-pythondontwritebytecode.patch
-   patch -p1 -i ${srcdir}/fix-save-path.patch
-   
cd ${srcdir}
mkdir build
cd build

Deleted: kde-unstable/fix-save-path.patch
===
--- trunk/fix-save-path.patch   2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/fix-save-path.patch2012-11-16 19:52:42 UTC (rev 171133)
@@ -1,27 +0,0 @@
-commit 793e2a69f8aa193b60494b03d51c5fd44373c0e7
-Author: Jonathan Marten j...@keelhaul.me.uk
-Date:   Wed Nov 7 12:45:03 2012 +
-
-Fix regression: specified or remembered save path is not used
-
-As requested on review https://git.reviewboard.kde.org/r/106475/
-
-diff --git a/kfile/kfilewidget.cpp b/kfile/kfilewidget.cpp
-index 65deca2..e755aae 100644
 a/kfile/kfilewidget.cpp
-+++ b/kfile/kfilewidget.cpp
-@@ -2593,8 +2593,12 @@ KUrl KFileWidget::getStartUrl( const KUrl startDir,
- }
- else  // not special 
kfiledialog URL
- {
--if (!startDir.isRelative())   // has directory, maybe with 
filename
--{
-+// We can use startDir as the starting directory if either:
-+// (a) it has a directory part, or
-+// (b) there is a scheme (protocol), and it is not just file.
-+if (!startDir.directory().isEmpty() ||
-+(!startDir.scheme().isEmpty()  !startDir.isLocalFile()))
-+{ // can use start 
directory
- ret = startDir;   // will be 
checked by stat later
- // If we won't be able to list it (e.g. http), then use 
default
- if ( !KProtocolManager::supportsListing( ret ) ) {

Deleted: kde-unstable/use-pythondontwritebytecode.patch
===
--- trunk/use-pythondontwritebytecode.patch 2012-11-16 14:36:10 UTC (rev 
171082)
+++ kde-unstable/use-pythondontwritebytecode.patch  2012-11-16 19:52:42 UTC 
(rev 171133)
@@ -1,113 +0,0 @@
-From: Arfrever Frehtes Taifersar Arahesis arfre...@apache.org
-Date: Wed, 07 Nov 2012 19:08:01 +
-Subject: Respect PYTHONDONTWRITEBYTECODE environmental variable.
-X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs.gitamp;a=commitdiffamp;h=5a3cedacdb6485f7551090467cffb2cdf150b05a

-Respect PYTHONDONTWRITEBYTECODE environmental variable.
-
-BUG: 276151
-REVIEW: 107228

-
-
 a/cmake/modules/PythonMacros.cmake
-+++ b/cmake/modules/PythonMacros.cmake
-@@ -23,54 +23,56 @@
-   # Install the source file.
-   INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESTINATION_DIR})
- 
--  # Byte compile and install the .pyc file.
--  GET_FILENAME_COMPONENT(_absfilename ${SOURCE_FILE} ABSOLUTE)
--  

[arch-commits] Commit in kdepimlibs (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:52:46
  Author: andrea
Revision: 171134

KDE 4.10 beta1 - first steps

Added:
  kdepimlibs/kde-unstable/
Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:52:46 UTC (rev 171134)
@@ -3,29 +3,32 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a1aa00a83cfd7c1998927dcedc3843a0a0006740')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f82593cc2290bfa636b34b28daed1e09333f62f2')
 
 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
+  cd build
   make DESTDIR=${pkgdir} install
+
+  # Fix conflict with qjson
+  rm ${pkgdir}/usr/share/apps/cmake/modules/FindQJSON.cmake
 }



[arch-commits] Commit in oxygen-icons (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:52:49
  Author: andrea
Revision: 171135

KDE 4.10 beta1 - first steps

Added:
  oxygen-icons/kde-unstable/
Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:52:49 UTC (rev 171135)
@@ -5,15 +5,15 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8f8cc8bab93f8b41df71482fc10e8fad458adaea')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d617e4fedeaf21c99d103976f97bf7a64de4ec38')
 
 build() {
cd $srcdir



[arch-commits] Commit in nepomuk-core (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:52:53
  Author: andrea
Revision: 171136

KDE 4.10 beta1 - first steps

Added:
  nepomuk-core/kde-unstable/
Modified:
  nepomuk-core/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:52:53 UTC (rev 171136)
@@ -2,16 +2,16 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg')
 makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d235f033206fdd6d0dbad63143bfa89dde99b19d')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c296a0e4a601d7f0afece4a27cdbcc220692c4f7')
 
 build() {
   mkdir build



[arch-commits] Commit in kactivities (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:52:56
  Author: andrea
Revision: 171137

KDE 4.10 beta1 - first steps

Added:
  kactivities/kde-unstable/
Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:52:56 UTC (rev 171137)
@@ -2,16 +2,16 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
 license=('GPL' 'FDL')
-depends=('kdelibs')
+depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0fc6bb68482a0f6992b4750611ab6b2e1c6a38e6')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:00
  Author: andrea
Revision: 171138

KDE 4.10 beta1 - first steps

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:00 UTC (rev 171138)
@@ -3,14 +3,14 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=('nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth'
- 'kactivities')
+depends=('kactivities' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
+ 'xorg-xauth')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
  'networkmanager')
 optdepends=('kdepimlibs: to generate drkonqi reports'
@@ -18,8 +18,8 @@
 'rarian: needed by khelpcenter'
 'gdb: drkonq crash handler')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('5245c1152680ad22dff21c44dad531eda736e769')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('15bc386147acfb84ed5c753a25ed08a809303cbf')
 
 build() {
 cd ${srcdir}
@@ -29,8 +29,7 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
+-DWITH_QNtrack=OFF
make
 }
 



[arch-commits] Commit in kdepim-runtime (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:04
  Author: andrea
Revision: 171139

KDE 4.10 beta1 - first steps

Added:
  kdepim-runtime/kde-unstable/
Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:04 UTC (rev 171139)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('85e293b3894e5a6c529c33e5ed72964a0172e920')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d5d47f830786c627e6fb3a336b5506ba525e7e17')
 
 build() {
 cd ${srcdir}



[arch-commits] Commit in kdebindings-smokegen (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:08
  Author: andrea
Revision: 171140

KDE 4.10 beta1 - first steps

Added:
  kdebindings-smokegen/kde-unstable/
Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:08 UTC (rev 171140)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -11,8 +11,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('0f5fc7634140434fad6c96f59055d91754b8f784')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('d02f7496caa82457f4d620939c80979b90f8249f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-smokeqt (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:12
  Author: andrea
Revision: 171141

KDE 4.10 beta1 - first steps

Added:
  kdebindings-smokeqt/kde-unstable/
Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:12 UTC (rev 171141)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -12,8 +12,8 @@
 depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('08ffb9d5bfe8c624f1da28b49f26dfa746fc8bcf')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('10311b9dc028aed75d2707a5a5d22f91a14de8c8')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-okular (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:15
  Author: andrea
Revision: 171142

KDE 4.10 beta1 - first steps

Added:
  kdegraphics-okular/kde-unstable/
Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:15 UTC (rev 171142)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('33e6f1c3f282bf384d09f3fd1d535a35af572df6')
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('0eae6e67e5861d4f6771147bcfa50513ae003f23')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdesdk-kate (3 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:24
  Author: andrea
Revision: 171144

KDE 4.10 beta1 - first steps

Added:
  kdesdk-kate/kde-unstable/
Modified:
  kdesdk-kate/kde-unstable/PKGBUILD
  kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|   16 +---
 pkgbuild-syntax-highlight.patch |8 
 2 files changed, 13 insertions(+), 11 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:24 UTC (rev 171144)
@@ -5,15 +5,15 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('d48c4671dfc13cefecf95e595403a5f75bc56d5b'
-  '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
+sha1sums=('0ceb70497bdecd59ad97490371cda7a7374f83bd'
+  '5b45d0df8f340105633eba9ef7c58086e6c2e750')
 
 build() {
   cd ${srcdir}/kate-${pkgver}
@@ -24,7 +24,8 @@
   cd build
   cmake ../kate-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_pate=OFF
   make
 }
 
@@ -58,7 +59,8 @@
   groups=('kde' 'kdesdk')
   url=http://www.kde.org/applications/utilities/kate/;
   install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate')
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+  'kdebindings-python: python bindings')
 
   cd ${srcdir}/build/kate
   make DESTDIR=${pkgdir} install

Modified: kde-unstable/pkgbuild-syntax-highlight.patch
===
--- trunk/pkgbuild-syntax-highlight.patch   2012-11-16 14:36:10 UTC (rev 
171082)
+++ kde-unstable/pkgbuild-syntax-highlight.patch2012-11-16 19:53:24 UTC 
(rev 171144)
@@ -1,11 +1,11 @@
 kate-4.7.80/part/syntax/data/bash.xml~ 2011-11-20 06:14:30.581097154 
+
-+++ kate-4.7.80/part/syntax/data/bash.xml  2011-11-20 06:14:45.494553146 
+
+--- kate-4.9.80/part/syntax/data/bash.xml~ 2012-11-16 16:53:27.599718819 
+
 kate-4.9.80/part/syntax/data/bash.xml  2012-11-16 16:54:27.549287684 
+
 @@ -8,7 +8,7 @@
  !ENTITY noword   (?![\w$+-])!-- no word, $, + or 
- following --
  !ENTITY pathpart ([\w_@.#37;*?+-]|\\ ) !-- valid character 
in a file name --
  ]
--language name=Bash version=2.14 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
-+language name=Bash version=2.14 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
+-language name=Bash version=2.15 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
++language name=Bash version=2.15 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
  
  !-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl)
  Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)



[arch-commits] Commit in kdebindings-python (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:21
  Author: andrea
Revision: 171143

KDE 4.10 beta1 - first steps

Added:
  kdebindings-python/kde-unstable/
Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:21 UTC (rev 171143)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('4a72a307d5780f013e12607b9cddb425f81ffeef')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('e2b3ac142195a1aa31b6cca5463803665675d97d')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



[arch-commits] Commit in kdebindings-smokekde (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:28
  Author: andrea
Revision: 171145

KDE 4.10 beta1 - first steps

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:28 UTC (rev 171145)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -16,8 +16,8 @@
 optdepends=('kdesdk-kate: Kate bindings'
 'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('4cc26577b84cf78253aac5fbfed88da9667dbcea')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('791912ac8abb089eb97998c5878295c0dafc22e3')
 
 build() {
   cd ${srcdir}
@@ -25,7 +25,8 @@
   cd build
   cmake ../smokekde-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Okular=OFF
   make
 }
 



[arch-commits] Commit in kdebindings-perlqt (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:33
  Author: andrea
Revision: 171146

KDE 4.10 beta1 - first steps

Added:
  kdebindings-perlqt/kde-unstable/
Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:33 UTC (rev 171146)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
@@ -11,8 +11,8 @@
 groups=('kdebindings')
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('b41f57df71d7001b9fb079b9eb64fe7b5e08690c')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('8e4e5c677a1cbca607681f99bb0433ef92538010')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-qyoto (3 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:36
  Author: andrea
Revision: 171147

KDE 4.10 beta1 - first steps

Added:
  kdebindings-qyoto/kde-unstable/
Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD
Deleted:
  kdebindings-qyoto/kde-unstable/cmake2810.patch

-+
 PKGBUILD|   13 +++--
 cmake2810.patch |   15 ---
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:36 UTC (rev 171147)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -12,17 +12,10 @@
 depends=('kdebindings-smokeqt' 'mono')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;
-'cmake2810.patch')
-sha1sums=('24397a09c50ccc2e87dcd5d07f33d74cc9c5113f'
-  'f7745cb0fc4768dc8cab0e0d58b1159fb19805f5')
+source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
 
 build() {
-  cd qyoto-${pkgver}
-  # KDEBUG#209652
-  patch -p1 -i ${srcdir}/cmake2810.patch
-  cd ../
- 
   mkdir build
   cd build
   cmake ../qyoto-${pkgver} \

Deleted: kde-unstable/cmake2810.patch
===
--- trunk/cmake2810.patch   2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/cmake2810.patch2012-11-16 19:53:36 UTC (rev 171147)
@@ -1,15 +0,0 @@
-diff -up qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake.cmake_2_8_10 
qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake
 qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake.cmake_2_8_10  
2012-08-13 04:00:53.0 -0500
-+++ qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake   2012-11-06 
15:31:18.719822193 -0600
-@@ -84,6 +84,9 @@ endif (CMAKE_CSharp_COMPILER)
- get_filename_component(script_dir ${CMAKE_CURRENT_LIST_FILE} PATH)
- 
- # configure variables set in this file for fast reload later on
--configure_file(${script_dir}/CMakeCSharpCompiler.cmake.in
--  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeCSharpCompiler.cmake 
IMMEDIATE @ONLY)
-+ if(NOT CMAKE_PLATFORM_INFO_DIR) # pre-2.8.10
-+   set(CMAKE_PLATFORM_INFO_DIR ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
-+ endif()
-+ configure_file(${script_dir}/CMakeCSharpCompiler.cmake.in
-+   ${CMAKE_PLATFORM_INFO_DIR}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)
- set(CMAKE_CSharp_COMPILER_ENV_VAR CSC)



[arch-commits] Commit in kdebindings-qtruby (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:40
  Author: andrea
Revision: 171148

KDE 4.10 beta1 - first steps

Added:
  kdebindings-qtruby/kde-unstable/
Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:40 UTC (rev 171148)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -12,8 +12,8 @@
 depends=('kdebindings-smokeqt' 'ruby')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('f4cc60e378c4bf0d235affba5d042d0031560009')
+source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('02f2e194105c5e3fbc4181d0969c0c59a76f241b')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kde-base-artwork (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:43
  Author: andrea
Revision: 171149

KDE 4.10 beta1 - first steps

Added:
  kde-base-artwork/kde-unstable/
Modified:
  kde-base-artwork/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:43 UTC (rev 171149)
@@ -2,15 +2,15 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
 url='http://www.kde.org/'
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0bf99feb0cefdbae45c12a43cc5c984d7a65b13a')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('77eb95af458ce6eb98a5c1c244e578459bc7605e')
 
 build() {
cd $srcdir



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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:47
  Author: andrea
Revision: 171150

KDE 4.10 beta1 - first steps

Added:
  kdebase-workspace/kde-unstable/
Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:47 UTC (rev 171150)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
@@ -18,15 +18,16 @@
  'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage'
  'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
  'xorg-xrdb' 'libgles' 'libegl' 'libxres' 'xorg-xrandr'
- 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork')
+ 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork'
+ 'xcb-util-renderutil' 'xcb-util-image')
 makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager' 
'mesa')
 optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces')
 install=${pkgname}.install
 backup=('usr/share/config/kdm/kdmrc')
-source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
+source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 
'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('f6c527361e76aacae980f661294b32a7f3df46a0'
+sha1sums=('6144d8d136b481155d9fcbcb831a5a9b9c58d772'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'



[arch-commits] Commit in kdebase (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:51
  Author: andrea
Revision: 171151

KDE 4.10 beta1 - first steps

Added:
  kdebase/kde-unstable/
Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:51 UTC (rev 171151)
@@ -12,15 +12,15 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('282b8704d54f081a16894bb94aa901e72eb5e694')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9cde28381d72f86aa4d975e48e545026bc0c6d0a')
 
 build() {
cd ${srcdir}



[arch-commits] Commit in libkdeedu (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:55
  Author: andrea
Revision: 171152

KDE 4.10 beta1 - first steps

Added:
  libkdeedu/kde-unstable/
Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:55 UTC (rev 171152)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5469a7c5cea78b922ddfd3427a3f8cefdd04d383')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d76f9cc99b98ce7368d2b72737b949777d758705')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-marble (3 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:59
  Author: andrea
Revision: 171153

KDE 4.10 beta1 - first steps

Added:
  kdeedu-marble/kde-unstable/
Modified:
  kdeedu-marble/kde-unstable/PKGBUILD
  kdeedu-marble/kde-unstable/kdeedu-marble.install

---+
 PKGBUILD  |6 +++---
 kdeedu-marble.install |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:59 UTC (rev 171153)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'automoc4' 'gpsd')
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('f15e058468b5edcb0a2d274c50ef9ef98e22ad34')
+source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('449f3e87b5d111e36730ebaf321f5081dded028d')
 
 build() {
   cd ${srcdir}

Modified: kde-unstable/kdeedu-marble.install
===
--- trunk/kdeedu-marble.install 2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/kdeedu-marble.install  2012-11-16 19:53:59 UTC (rev 171153)
@@ -1,6 +1,7 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
 update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
 }
 
 post_upgrade() {



[arch-commits] Commit in libkdcraw (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:02
  Author: andrea
Revision: 171154

KDE 4.10 beta1 - first steps

Added:
  libkdcraw/kde-unstable/
Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:02 UTC (rev 171154)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('be92e3e5c6b9cde30ebed4ef328ed454ed968b55')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d49164f9524345e7485242aacda20ca9c7c04722')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkexiv2 (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:07
  Author: andrea
Revision: 171155

KDE 4.10 beta1 - first steps

Added:
  libkexiv2/kde-unstable/
Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:07 UTC (rev 171155)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ea41341a49b524d946b844fc4146652011cdb980')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c6b1088ee658e0cbdd76a5b67561d4f77090a936')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkipi (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:11
  Author: andrea
Revision: 171156

KDE 4.10 beta1 - first steps

Added:
  libkipi/kde-unstable/
Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:11 UTC (rev 171156)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0752fadb0757abb6f1954bb0cda407c074628cd8')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97ac7e6df6aac11f48ccc146ef4473f9162644b1')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libksane (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:16
  Author: andrea
Revision: 171157

KDE 4.10 beta1 - first steps

Added:
  libksane/kde-unstable/
Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:16 UTC (rev 171157)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=An image scanning library
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2ca77dc024bf5254a7bd7ebd22c3b83bab4e07cc')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b1e33f62cc3bfbb99deceab63ead8c4d9fca825f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-analitza (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:22
  Author: andrea
Revision: 171158

KDE 4.10 beta1 - first steps

Added:
  kdeedu-analitza/kde-unstable/
Modified:
  kdeedu-analitza/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:22 UTC (rev 171158)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=A library to add mathematical features to your program
 url=https://projects.kde.org/projects/kde/kdeedu/analitza;
@@ -11,8 +11,8 @@
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('96fc22e59b86fdd22d9f716b342c2635013c4807')
+source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('9b2e7dc9c6eab7b49e28540d63dc3d3531999d2e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkcddb (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:54:26
  Author: andrea
Revision: 171159

KDE 4.10 beta1 - first steps

Added:
  libkcddb/kde-unstable/
Modified:
  libkcddb/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:54:26 UTC (rev 171159)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc=KDE CDDB library
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6a9d99cea33143cfdd89766b9647aa463b3f560f')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b7bfdec3f562deed9e2537051d497a72b1ec26a4')
 
 build() {
   cd ${srcdir}



  1   2   3   >