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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:12:02
  Author: tpowa
Revision: 179533

upgpkg: mkisolinux 2013.03-1

fix location of default kernel

Modified:
  mkisolinux/trunk/PKGBUILD
  mkisolinux/trunk/mkisolinux.conf

-+
 PKGBUILD|6 +++---
 mkisolinux.conf |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 05:09:15 UTC (rev 179532)
+++ PKGBUILD2013-03-06 08:12:02 UTC (rev 179533)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=mkisolinux
-pkgver=2010.08
-pkgrel=2
+pkgver=2013.03
+pkgrel=1
 pkgdesc=Advanced, modular isolinux bootcd image creation utility
 arch=(any)
 license=('GPL')
@@ -14,7 +14,7 @@
 source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
 md5sums=('6cc9a8927353479a5426b85c0ae1d826'
  '4d25bcd129894fc91d515852eb35ba77'
- '9461157f9bc113cfb25b7a5df48685ac'
+ 'f09447da1acd6ce28f0d13f10992523c'
  'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()

Modified: mkisolinux.conf
===
--- mkisolinux.conf 2013-03-06 05:09:15 UTC (rev 179532)
+++ mkisolinux.conf 2013-03-06 08:12:02 UTC (rev 179533)
@@ -13,7 +13,7 @@
 VERSION=$(uname -r)
 
 # kernel image, defaulted to stock arch kernel
-KERNEL=/boot/vmlinuz26
+KERNEL=/boot/vmlinuz-linux
 
 # boot message files
 BOOTMESSAGE=/usr/share/mkisolinux/boot.msg
@@ -35,4 +35,4 @@
 # Setting cdrecord options
 DEVICE=
 SPEED=
-BLANKMODE=
\ No newline at end of file
+BLANKMODE=



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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:12:09
  Author: tpowa
Revision: 179534

archrelease: copy trunk to extra-any

Added:
  mkisolinux/repos/extra-any/PKGBUILD
(from rev 179533, mkisolinux/trunk/PKGBUILD)
  mkisolinux/repos/extra-any/boot.msg
(from rev 179533, mkisolinux/trunk/boot.msg)
  mkisolinux/repos/extra-any/mkisolinux
(from rev 179533, mkisolinux/trunk/mkisolinux)
  mkisolinux/repos/extra-any/mkisolinux.conf
(from rev 179533, mkisolinux/trunk/mkisolinux.conf)
  mkisolinux/repos/extra-any/options.msg
(from rev 179533, mkisolinux/trunk/options.msg)
Deleted:
  mkisolinux/repos/extra-any/PKGBUILD
  mkisolinux/repos/extra-any/boot.msg
  mkisolinux/repos/extra-any/mkisolinux
  mkisolinux/repos/extra-any/mkisolinux.conf
  mkisolinux/repos/extra-any/options.msg

-+
 PKGBUILD|   54 ++--
 boot.msg|   28 +++---
 mkisolinux  |  232 +++---
 mkisolinux.conf |   76 -
 options.msg |   12 +-
 5 files changed, 201 insertions(+), 201 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:12:02 UTC (rev 179533)
+++ PKGBUILD2013-03-06 08:12:09 UTC (rev 179534)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mkisolinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc=Advanced, modular isolinux bootcd image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
-replaces=('mkbootcd')
-backup=(etc/mkisolinux.conf)
-source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
-md5sums=('6cc9a8927353479a5426b85c0ae1d826'
- '4d25bcd129894fc91d515852eb35ba77'
- '9461157f9bc113cfb25b7a5df48685ac'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mkisolinux $pkgdir/usr/sbin/mkisolinux
-  install -D -m644 mkisolinux.conf $pkgdir/etc/mkisolinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mkisolinux/boot.msg
-  install -D -m644 options.msg $pkgdir/usr/share/mkisolinux/options.msg
-}

Copied: mkisolinux/repos/extra-any/PKGBUILD (from rev 179533, 
mkisolinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:12:09 UTC (rev 179534)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mkisolinux
+pkgver=2013.03
+pkgrel=1
+pkgdesc=Advanced, modular isolinux bootcd image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
+replaces=('mkbootcd')
+backup=(etc/mkisolinux.conf)
+source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
+md5sums=('6cc9a8927353479a5426b85c0ae1d826'
+ '4d25bcd129894fc91d515852eb35ba77'
+ 'f09447da1acd6ce28f0d13f10992523c'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mkisolinux $pkgdir/usr/sbin/mkisolinux
+  install -D -m644 mkisolinux.conf $pkgdir/etc/mkisolinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mkisolinux/boot.msg
+  install -D -m644 options.msg $pkgdir/usr/share/mkisolinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-03-06 08:12:02 UTC (rev 179533)
+++ boot.msg2013-03-06 08:12:09 UTC (rev 179534)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-ISOLINUX BOOT
-created with 'mkisolinux' written by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot the CD.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mkisolinux/repos/extra-any/boot.msg (from rev 179533, 
mkisolinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-03-06 08:12:09 UTC (rev 179534)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+ISOLINUX BOOT
+created with 'mkisolinux' written by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot the CD.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mkisolinux

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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:15:15
  Author: tpowa
Revision: 179535

upgpkg: mksyslinux 2013.03-1

fix location of default kernel

Modified:
  mksyslinux/trunk/PKGBUILD
  mksyslinux/trunk/mksyslinux.conf

-+
 PKGBUILD|6 +++---
 mksyslinux.conf |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:12:09 UTC (rev 179534)
+++ PKGBUILD2013-03-06 08:15:15 UTC (rev 179535)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=2
+pkgver=2013.03
+pkgrel=1
 pkgdesc=Advanced, modular syslinux boot image creation utility
 arch=(any)
 license=('GPL')
@@ -13,7 +13,7 @@
 source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
 md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
  'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
+ '0e71d0e137ccbce67a96910278a59a40'
  'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()

Modified: mksyslinux.conf
===
--- mksyslinux.conf 2013-03-06 08:12:09 UTC (rev 179534)
+++ mksyslinux.conf 2013-03-06 08:15:15 UTC (rev 179535)
@@ -13,7 +13,7 @@
 VERSION=$(uname -r)
 
 # kernel image, defaulted to stock arch kernel
-KERNEL=/boot/vmlinuz26
+KERNEL=/boot/vmlinuz-linux
 
 # boot message files
 BOOTMESSAGE=/usr/share/mksyslinux/boot.msg
@@ -30,4 +30,4 @@
 TIMEOUT=300
 
 # default MBR
-MBR=/usr/lib/syslinux/mbr.bin
\ No newline at end of file
+MBR=/usr/lib/syslinux/mbr.bin



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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:15:22
  Author: tpowa
Revision: 179536

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 179535, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 179535, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 179535, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 179535, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 179535, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:15:15 UTC (rev 179535)
+++ PKGBUILD2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 179535, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:15:22 UTC (rev 179536)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.03
+pkgrel=1
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '0e71d0e137ccbce67a96910278a59a40'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-03-06 08:15:15 UTC (rev 179535)
+++ boot.msg2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 179535, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-03-06 08:15:22 UTC (rev 179536)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-03-06 08:15:15 UTC (rev 179535)
+++ mksyslinux  2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:17:27
  Author: tpowa
Revision: 179537

upgpkg: mkpxelinux 2013.03-1

fix location of default kernel

Modified:
  mkpxelinux/trunk/PKGBUILD
  mkpxelinux/trunk/mkpxelinux.conf

-+
 PKGBUILD|6 +++---
 mkpxelinux.conf |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:15:22 UTC (rev 179536)
+++ PKGBUILD2013-03-06 08:17:27 UTC (rev 179537)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=mkpxelinux
-pkgver=2010.08
-pkgrel=2
+pkgver=2013.03
+pkgrel=1
 pkgdesc=Advanced, modular network pxe boot image creation utility
 arch=(any)
 license=('GPL')
@@ -14,7 +14,7 @@
 source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
 md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
  '5ee29803b41e31fcb4b8b884a44559ed'
- '6fd7b3fd2307d8621be66c16e0d6529a'
+ '1b6aa3d4e77d6d7a61590d242d34a138'
  'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()

Modified: mkpxelinux.conf
===
--- mkpxelinux.conf 2013-03-06 08:15:22 UTC (rev 179536)
+++ mkpxelinux.conf 2013-03-06 08:17:27 UTC (rev 179537)
@@ -13,7 +13,7 @@
 VERSION=$(uname -r)
 
 # kernel image, defaulted to stock arch kernel
-KERNEL=/boot/vmlinuz26
+KERNEL=/boot/vmlinuz-linux
 
 # boot message files
 BOOTMESSAGE=/usr/share/mkpxelinux/boot.msg



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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:17:34
  Author: tpowa
Revision: 179538

archrelease: copy trunk to extra-any

Added:
  mkpxelinux/repos/extra-any/PKGBUILD
(from rev 179537, mkpxelinux/trunk/PKGBUILD)
  mkpxelinux/repos/extra-any/boot.msg
(from rev 179537, mkpxelinux/trunk/boot.msg)
  mkpxelinux/repos/extra-any/mkpxelinux
(from rev 179537, mkpxelinux/trunk/mkpxelinux)
  mkpxelinux/repos/extra-any/mkpxelinux.conf
(from rev 179537, mkpxelinux/trunk/mkpxelinux.conf)
  mkpxelinux/repos/extra-any/options.msg
(from rev 179537, mkpxelinux/trunk/options.msg)
Deleted:
  mkpxelinux/repos/extra-any/PKGBUILD
  mkpxelinux/repos/extra-any/boot.msg
  mkpxelinux/repos/extra-any/mkpxelinux
  mkpxelinux/repos/extra-any/mkpxelinux.conf
  mkpxelinux/repos/extra-any/options.msg

-+
 PKGBUILD|   54 
 boot.msg|   28 
 mkpxelinux  |  180 +++---
 mkpxelinux.conf |   72 ++---
 options.msg |   12 +--
 5 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:17:27 UTC (rev 179537)
+++ PKGBUILD2013-03-06 08:17:34 UTC (rev 179538)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mkpxelinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc=Advanced, modular network pxe boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
-backup=(etc/mkpxelinux.conf)
-optdepends=('dhcp: for dhcp server usage')
-source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
-md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
- '5ee29803b41e31fcb4b8b884a44559ed'
- '6fd7b3fd2307d8621be66c16e0d6529a'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mkpxelinux $pkgdir/usr/sbin/mkpxelinux
-  install -D -m644 mkpxelinux.conf $pkgdir/etc/mkpxelinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mkpxelinux/boot.msg
-  install -D -m644 options.msg $pkgdir/usr/share/mkpxelinux/options.msg
-}

Copied: mkpxelinux/repos/extra-any/PKGBUILD (from rev 179537, 
mkpxelinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:17:34 UTC (rev 179538)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mkpxelinux
+pkgver=2013.03
+pkgrel=1
+pkgdesc=Advanced, modular network pxe boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
+backup=(etc/mkpxelinux.conf)
+optdepends=('dhcp: for dhcp server usage')
+source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
+md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
+ '5ee29803b41e31fcb4b8b884a44559ed'
+ '1b6aa3d4e77d6d7a61590d242d34a138'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mkpxelinux $pkgdir/usr/sbin/mkpxelinux
+  install -D -m644 mkpxelinux.conf $pkgdir/etc/mkpxelinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mkpxelinux/boot.msg
+  install -D -m644 options.msg $pkgdir/usr/share/mkpxelinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-03-06 08:17:27 UTC (rev 179537)
+++ boot.msg2013-03-06 08:17:34 UTC (rev 179538)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-PXELINUX BOOT
-created with 'mkpxelinux' written by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mkpxelinux/repos/extra-any/boot.msg (from rev 179537, 
mkpxelinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-03-06 08:17:34 UTC (rev 179538)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+PXELINUX BOOT
+created with 'mkpxelinux' written by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mkpxelinux
===
--- mkpxelinux  2013-03-06 08:17:27 UTC (rev 

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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:24:33
  Author: mtorromeo
Revision: 85745

upgpkg: openfire 3.8.1-1

Updated openfire to 3.8.1

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 07:52:33 UTC (rev 85744)
+++ PKGBUILD2013-03-06 08:24:33 UTC (rev 85745)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openfire
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=High performance XMPP (Jabber) server.
 arch=('any')
@@ -48,6 +48,6 @@
cp -R lib $pkgdir/usr/lib/openfire
 }
 
-sha256sums=('d8d19221e258d8ec810a6e497a646ff109789ecd645b178976858165212bf930'
+sha256sums=('554dce3a1b0a0b883ab0fd4a06a0cee136df9e998f19c53d91a8b5e54ada8604'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')



[arch-commits] Commit in openfire/repos/community-any (8 files)

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:27:19
  Author: mtorromeo
Revision: 85746

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 85745, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 85745, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 85745, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 85745, openfire/trunk/openfire.service)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service

--+
 PKGBUILD |  106 ++---
 openfire.conf|6 +--
 openfire.install |   38 +--
 openfire.service |   28 +++---
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:24:33 UTC (rev 85745)
+++ PKGBUILD2013-03-06 08:27:19 UTC (rev 85746)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openfire
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=High performance XMPP (Jabber) server.
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service')
-
-build() {
-   cd $srcdir/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd $srcdir/openfire_src/target/openfire
-
-   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
-   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
-
-   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
-   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
-
-   rm -rf bin logs
-
-   cp -R conf/* $pkgdir/etc/openfire/
-   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
-
-   cp -R resources/security $pkgdir/etc/openfire/
-   ln -s /etc/openfire/security 
$pkgdir/usr/share/openfire/resources/security
-
-   cp -R plugins $pkgdir/usr/share/openfire/
-   cp -R resources/{database,spank} $pkgdir/usr/share/openfire/resources/
-   cp -R lib $pkgdir/usr/lib/openfire
-}
-
-sha256sums=('d8d19221e258d8ec810a6e497a646ff109789ecd645b178976858165212bf930'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Copied: openfire/repos/community-any/PKGBUILD (from rev 85745, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:27:19 UTC (rev 85746)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openfire
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=High performance XMPP (Jabber) server.
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service')
+
+build() {
+   cd $srcdir/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd $srcdir/openfire_src/target/openfire
+
+   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
+   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
+
+   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
+   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
+
+   rm -rf bin logs
+
+   cp -R conf/* $pkgdir/etc/openfire/
+   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
+
+   cp -R resources/security 

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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:32:13
  Author: mtorromeo
Revision: 85747

upgpkg: python-oauthlib 0.3.8-1

Updated to 0.3.8

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:27:19 UTC (rev 85746)
+++ PKGBUILD2013-03-06 08:32:13 UTC (rev 85747)
@@ -3,12 +3,12 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 _libname=oauthlib
 pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
 arch=(any)
-url=https://github.com/idangazit/oauthlib;
+url=https://github.com/idan/oauthlib;
 license=('BSD')
 
source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 makedepends=(python-distribute python2-distribute)
@@ -24,7 +24,7 @@
 }
 
 package_python-oauthlib() {
-   depends=(python-rsa)
+   depends=(python-crypto)

cd $srcdir/$_libname-$pkgver
rm -rf build; ln -s ../buildpy3 build
@@ -33,7 +33,7 @@
 }
 
 package_python2-oauthlib() {
-   depends=(python2-rsa)
+   depends=(python2-crypto)

cd $srcdir/$_libname-$pkgver
rm -rf build; ln -s ../buildpy2 build
@@ -41,4 +41,4 @@
install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha256sums=('12b8fb9fa02a531c412bdc0fcb3a214e3da8c4075f19d6ca2c6d1a3636d2a000')
+sha256sums=('ab77b6bc5737d09d7c8a9c9e6e85354470b7fe8d173bb932889dd796e811b7a2')



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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:34:35
  Author: mtorromeo
Revision: 85748

archrelease: copy trunk to community-any

Added:
  python-oauthlib/repos/community-any/PKGBUILD
(from rev 85747, python-oauthlib/trunk/PKGBUILD)
Deleted:
  python-oauthlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:32:13 UTC (rev 85747)
+++ PKGBUILD2013-03-06 08:34:35 UTC (rev 85748)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.3.7
-pkgrel=1
-_libname=oauthlib
-pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
-arch=(any)
-url=https://github.com/idangazit/oauthlib;
-license=('BSD')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-distribute python2-distribute)
-
-build() {
-   cd $srcdir/$_libname-$pkgver
-   
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-   
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-rsa)
-   
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-oauthlib() {
-   depends=(python2-rsa)
-   
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha256sums=('12b8fb9fa02a531c412bdc0fcb3a214e3da8c4075f19d6ca2c6d1a3636d2a000')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 85747, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:34:35 UTC (rev 85748)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=0.3.8
+pkgrel=1
+_libname=oauthlib
+pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
+arch=(any)
+url=https://github.com/idan/oauthlib;
+license=('BSD')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-distribute python2-distribute)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+   
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+   
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-crypto)
+   
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-oauthlib() {
+   depends=(python2-crypto)
+   
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('ab77b6bc5737d09d7c8a9c9e6e85354470b7fe8d173bb932889dd796e811b7a2')



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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:35:49
  Author: mtorromeo
Revision: 85749

Updated source url

Modified:
  arp-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:34:35 UTC (rev 85748)
+++ PKGBUILD2013-03-06 08:35:49 UTC (rev 85749)
@@ -10,7 +10,7 @@
 url=http://www.nta-monitor.com/tools/arp-scan/;
 license=('GPL')
 depends=('libpcap' 'perl-libwww')
-source=(http://www.nta-monitor.com/tools/arp-scan/download/${pkgname}-${pkgver}.tar.gz)
+source=(http://www.nta-monitor.com/files/arp-scan/${pkgname}-${pkgver}.tar.gz)
 md5sums=('38db8f27fc6553a88367748ea04483d6')
 
 build() {



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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:39:55
  Author: mtorromeo
Revision: 85750

upgpkg: python2-grequests 0.2.0-1

Updated to 0.2.0

Modified:
  python2-grequests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:35:49 UTC (rev 85749)
+++ PKGBUILD2013-03-06 08:39:55 UTC (rev 85750)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=python2-grequests
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 _libname=${pkgname/python2-/}
 pkgdesc=Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily.
@@ -21,9 +21,9 @@
 
 package() {
 cd $srcdir/$_libname-$pkgver
-python2 setup.py install -O1 --root=$pkgdir
+python2 setup.py install --skip-build -O1 --root=$pkgdir
install -m0644 -D $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha256sums=('73fa312f3d4b62f038a44c0a56cd3b27973b57208befbaaf96db3683fa02e2b9'
+sha256sums=('acec39d0fe996303557c9e6fb8ceef5af2714afe314fd0894770bd58bafa4e51'
 '4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')



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

2013-03-06 Thread Massimiliano Torromeo
Date: Wednesday, March 6, 2013 @ 09:42:03
  Author: mtorromeo
Revision: 85751

archrelease: copy trunk to community-any

Added:
  python2-grequests/repos/community-any/PKGBUILD
(from rev 85750, python2-grequests/trunk/PKGBUILD)
Deleted:
  python2-grequests/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:39:55 UTC (rev 85750)
+++ PKGBUILD2013-03-06 08:42:03 UTC (rev 85751)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=python2-grequests
-pkgver=0.1.0
-pkgrel=1
-_libname=${pkgname/python2-/}
-pkgdesc=Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily.
-url=http://crate.io/packages/grequests/;
-depends=('python2-requests' 'python2-gevent')
-makedepends=('python2-distribute')
-license=('custom: ISC')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
 https://github.com/kennethreitz/grequests/raw/master/LICENSE)
-
-build() {
-cd $srcdir/$_libname-$pkgver
-   find -type f -exec sed -i '1 s|python$|python2|' {} +
-python2 setup.py build
-}
-
-package() {
-cd $srcdir/$_libname-$pkgver
-python2 setup.py install -O1 --root=$pkgdir
-   install -m0644 -D $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha256sums=('73fa312f3d4b62f038a44c0a56cd3b27973b57208befbaaf96db3683fa02e2b9'
-'4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')

Copied: python2-grequests/repos/community-any/PKGBUILD (from rev 85750, 
python2-grequests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:42:03 UTC (rev 85751)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=python2-grequests
+pkgver=0.2.0
+pkgrel=1
+_libname=${pkgname/python2-/}
+pkgdesc=Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily.
+url=http://crate.io/packages/grequests/;
+depends=('python2-requests' 'python2-gevent')
+makedepends=('python2-distribute')
+license=('custom: ISC')
+arch=('any')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
 https://github.com/kennethreitz/grequests/raw/master/LICENSE)
+
+build() {
+cd $srcdir/$_libname-$pkgver
+   find -type f -exec sed -i '1 s|python$|python2|' {} +
+python2 setup.py build
+}
+
+package() {
+cd $srcdir/$_libname-$pkgver
+python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('acec39d0fe996303557c9e6fb8ceef5af2714afe314fd0894770bd58bafa4e51'
+'4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')



[arch-commits] Commit in qt4/trunk (6 files)

2013-03-06 Thread Andrea Scarpino
Date: Wednesday, March 6, 2013 @ 10:27:20
  Author: andrea
Revision: 179539

Do not export /usr/lib/bin/qt4 in PATH so 'qmake' always refers to the qt5 
version; Ship desktop files for the Qt GUI tools (FS#34139)

Added:
  qt4/trunk/assistant.desktop
  qt4/trunk/designer.desktop
  qt4/trunk/linguist.desktop
Modified:
  qt4/trunk/PKGBUILD
  qt4/trunk/qtconfig.desktop
Deleted:
  qt4/trunk/qt4.profile

---+
 PKGBUILD  |   22 +++---
 assistant.desktop |9 +
 designer.desktop  |   11 +++
 linguist.desktop  |   10 ++
 qt4.profile   |1 -
 qtconfig.desktop  |2 +-
 6 files changed, 42 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:17:34 UTC (rev 179538)
+++ PKGBUILD2013-03-06 09:27:20 UTC (rev 179539)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.4
-pkgrel=13
+pkgrel=14
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -12,10 +12,10 @@
 depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'dbus'
 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('postgresql-libs' 'mysql' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
+makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
  'mesa-libgl')
 optdepends=('postgresql-libs: PostgreSQL driver'
-'libmysqlclient: MySQL driver'
+'libmariadbclient: MariaDB driver'
 'unixodbc: ODBC driver'
 'libfbclient: Firebird/iBase driver'
 'libxinerama: Xinerama support'
@@ -28,11 +28,13 @@
 conflicts=('qt')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
-'qtconfig.desktop' 'qt4.profile'
+'qtconfig.desktop' 'assistant.desktop' 'designer.desktop' 
'linguist.desktop'
 'improve-cups-support.patch')
 md5sums=('89c5ecba180cae74c66260ac732dc5cb'
- '20ca06ef59775d749b9451ce7437fa9a'
- '4ed0bd79a310e2b5d34fc71760b99139'
+ 'a16638f4781e56e7887ff8212a322ecc'
+ '4f0152ba6d645e81218b23ba8beeb42d'
+ '283a00ff7f662dca481b70d6daa826e0'
+ '027683880235708d4bc270a7ef961183'
  'c439c7731c25387352d8453ca7574971')
 
 build() {
@@ -86,12 +88,10 @@
 # install missing icons and desktop files
 install -D -m644 src/gui/dialogs/images/qtlogo-64.png \
   ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qt4logo.png
-install -Dm644 ${srcdir}/qtconfig.desktop \
-  ${pkgdir}/usr/share/applications/qtconfig4.desktop
+install -d ${pkgdir}/usr/share/applications
+install -m644 ${srcdir}/{assistant,designer,linguist,qtconfig}.desktop \
+  ${pkgdir}/usr/share/applications/
 
-# install the profile
-install -D -m755 ${srcdir}/qt4.profile ${pkgdir}/etc/profile.d/qt4.sh
-
 # Useful symlinks for cmake and configure scripts
 install -d ${pkgdir}/usr/bin
 for b in ${pkgdir}/usr/lib/qt4/bin/*; do

Added: assistant.desktop
===
--- assistant.desktop   (rev 0)
+++ assistant.desktop   2013-03-06 09:27:20 UTC (rev 179539)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt4 Assistant 
+Comment=Shows Qt4 documentation and examples
+Exec=assistant-qt4
+Icon=assistant
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;Documentation;

Added: designer.desktop
===
--- designer.desktop(rev 0)
+++ designer.desktop2013-03-06 09:27:20 UTC (rev 179539)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Qt4 Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt4 applications
+Exec=designer-qt4
+Icon=designer
+MimeType=application/x-designer;
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;

Added: linguist.desktop
===
--- linguist.desktop(rev 0)
+++ linguist.desktop2013-03-06 09:27:20 UTC (rev 179539)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt4 Linguist 
+Comment=Add translations to Qt4 applications
+Exec=linguist-qt4
+Icon=linguist
+MimeType=text/vnd.trolltech.linguist;application/x-linguist;
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;

Deleted: qt4.profile
===
--- qt4.profile 2013-03-06 08:17:34 UTC (rev 179538)
+++ qt4.profile 2013-03-06 09:27:20 UTC (rev 179539)
@@ -1 +0,0 @@
-export PATH=$PATH:/usr/lib/qt4/bin

Modified: qtconfig.desktop
===
--- qtconfig.desktop2013-03-06 08:17:34 UTC (rev 179538)
+++ qtconfig.desktop2013-03-06 09:27:20 UTC (rev 

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

2013-03-06 Thread Jelle van der Waa
Date: Wednesday, March 6, 2013 @ 12:27:25
  Author: jelle
Revision: 85752

upgpkg: chromium-bsu 0.9.15-4

removed unneeded glpng dep, happy shooting!

Modified:
  chromium-bsu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 08:42:03 UTC (rev 85751)
+++ PKGBUILD2013-03-06 11:27:25 UTC (rev 85752)
@@ -4,12 +4,12 @@
 
 pkgname=chromium-bsu
 pkgver=0.9.15
-pkgrel=3
+pkgrel=4
 pkgdesc=A fast paced top scrolling shooter
 arch=('i686' 'x86_64')
 url=http://chromium-bsu.sourceforge.net/;
 license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 
'fontconfig' 'sdl_image')
+depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 
'sdl_image')
 install=chromium-bsu.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('d57137a1ac2292363b35192724c7e3be')



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

2013-03-06 Thread Evangelos Foutras
Date: Wednesday, March 6, 2013 @ 12:28:56
  Author: foutrelis
Revision: 85753

upgpkg: r8168 8.035.00-6

Linux 3.8.2 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 11:27:25 UTC (rev 85752)
+++ PKGBUILD2013-03-06 11:28:56 UTC (rev 85753)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.035.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-03-06 Thread Evangelos Foutras
Date: Wednesday, March 6, 2013 @ 12:29:13
  Author: foutrelis
Revision: 85754

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

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

--+
 community-testing-i686/PKGBUILD  |   98 ++---
 community-testing-i686/linux-3.8.patch   |   96 ++--
 community-testing-i686/r8168.install |   34 +-
 community-testing-x86_64/PKGBUILD|   98 ++---
 community-testing-x86_64/linux-3.8.patch |   96 ++--
 community-testing-x86_64/r8168.install   |   34 +-
 6 files changed, 228 insertions(+), 228 deletions(-)

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

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 85753, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-06 11:29:13 UTC (rev 85754)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.035.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   patch -Np1 -i $srcdir/linux-3.8.patch
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C 

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

2013-03-06 Thread Jelle van der Waa
Date: Wednesday, March 6, 2013 @ 12:30:49
  Author: jelle
Revision: 85755

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

Added:
  chromium-bsu/repos/community-i686/PKGBUILD
(from rev 85752, chromium-bsu/trunk/PKGBUILD)
  chromium-bsu/repos/community-i686/chromium-bsu.install
(from rev 85752, chromium-bsu/trunk/chromium-bsu.install)
  chromium-bsu/repos/community-x86_64/PKGBUILD
(from rev 85754, chromium-bsu/trunk/PKGBUILD)
  chromium-bsu/repos/community-x86_64/chromium-bsu.install
(from rev 85754, chromium-bsu/trunk/chromium-bsu.install)
Deleted:
  chromium-bsu/repos/community-i686/PKGBUILD
  chromium-bsu/repos/community-i686/chromium-bsu.install
  chromium-bsu/repos/community-x86_64/PKGBUILD
  chromium-bsu/repos/community-x86_64/chromium-bsu.install

---+
 community-i686/PKGBUILD   |   58 
 community-i686/chromium-bsu.install   |   22 ++--
 community-x86_64/PKGBUILD |   58 
 community-x86_64/chromium-bsu.install |   22 ++--
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-06 11:29:13 UTC (rev 85754)
+++ community-i686/PKGBUILD 2013-03-06 11:30:49 UTC (rev 85755)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=3
-pkgdesc=A fast paced top scrolling shooter
-arch=('i686' 'x86_64')
-url=http://chromium-bsu.sourceforge.net/;
-license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 
'fontconfig' 'sdl_image')
-install=chromium-bsu.install
-source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('d57137a1ac2292363b35192724c7e3be')
-
-build(){
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/chromium-bsu/LICENSE
-}
-

Copied: chromium-bsu/repos/community-i686/PKGBUILD (from rev 85752, 
chromium-bsu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-06 11:30:49 UTC (rev 85755)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=chromium-bsu
+pkgver=0.9.15
+pkgrel=4
+pkgdesc=A fast paced top scrolling shooter
+arch=('i686' 'x86_64')
+url=http://chromium-bsu.sourceforge.net/;
+license=('custom:artistic')
+depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 
'sdl_image')
+install=chromium-bsu.install
+source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('d57137a1ac2292363b35192724c7e3be')
+
+build(){
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/chromium-bsu/LICENSE
+}
+

Deleted: community-i686/chromium-bsu.install
===
--- community-i686/chromium-bsu.install 2013-03-06 11:29:13 UTC (rev 85754)
+++ community-i686/chromium-bsu.install 2013-03-06 11:30:49 UTC (rev 85755)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: chromium-bsu/repos/community-i686/chromium-bsu.install (from rev 85752, 
chromium-bsu/trunk/chromium-bsu.install)
===
--- community-i686/chromium-bsu.install (rev 0)
+++ community-i686/chromium-bsu.install 2013-03-06 11:30:49 UTC (rev 85755)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-06 11:29:13 UTC (rev 85754)
+++ community-x86_64/PKGBUILD   2013-03-06 11:30:49 UTC (rev 85755)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=3
-pkgdesc=A fast paced top scrolling shooter
-arch=('i686' 'x86_64')
-url=http://chromium-bsu.sourceforge.net/;
-license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'glpng' 'ftgl' 
'fontconfig' 

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

2013-03-06 Thread Jelle van der Waa
Date: Wednesday, March 6, 2013 @ 12:31:55
  Author: jelle
Revision: 85756

db-remove: glpng removed by jelle

Deleted:
  glpng/repos/community-x86_64/



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

2013-03-06 Thread Jelle van der Waa
Date: Wednesday, March 6, 2013 @ 12:32:11
  Author: jelle
Revision: 85757

db-remove: glpng removed by jelle

Deleted:
  glpng/repos/community-i686/



[arch-commits] Commit in chromaprint/trunk (PKGBUILD ffmpeg.patch)

2013-03-06 Thread Gaetan Bisson
Date: Wednesday, March 6, 2013 @ 14:50:25
  Author: bisson
Revision: 179541

fix FS#34172

Added:
  chromaprint/trunk/ffmpeg.patch
Modified:
  chromaprint/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 ffmpeg.patch |   21 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 10:50:29 UTC (rev 179540)
+++ PKGBUILD2013-03-06 13:50:25 UTC (rev 179541)
@@ -4,18 +4,23 @@
 
 pkgname=chromaprint
 pkgver=0.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='http://acoustid.org/chromaprint/'
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('ffmpeg')
 makedepends=('cmake')
-source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'ffmpeg.patch')
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2'
+  '4c99e8be678ccd0373ab1c0b52c068d6fabe21a2')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../ffmpeg.patch
+
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \

Added: ffmpeg.patch
===
--- ffmpeg.patch(rev 0)
+++ ffmpeg.patch2013-03-06 13:50:25 UTC (rev 179541)
@@ -0,0 +1,21 @@
+diff -Naur old/examples/fpcalc.c new/examples/fpcalc.c
+--- old/examples/fpcalc.c  2012-09-06 04:05:36.0 +1000
 new/examples/fpcalc.c  2013-03-07 00:43:11.950928188 +1100
+@@ -65,6 +65,9 @@
+   goto done;
+   }
+ 
++  /* request regular signed 16-bit packed format */
++  codec_ctx-request_sample_fmt = AV_SAMPLE_FMT_S16;
++
+   if (avcodec_open(codec_ctx, codec)  0) {
+   fprintf(stderr, ERROR: couldn't open the codec\n);
+   goto done;
+@@ -146,6 +149,7 @@
+   int ostride[6] = { 2 };
+   int len = buffer_size / istride[0];
+   if (av_audio_convert(convert_ctx, obuf, 
ostride, ibuf, istride, len)  0) {
++  fprintf(stderr, WARNING: unable to 
convert %d samples\n, buffer_size);
+   break;
+   }
+   buffer = buffer2;



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

2013-03-06 Thread Gaetan Bisson
Date: Wednesday, March 6, 2013 @ 14:51:08
  Author: bisson
Revision: 179542

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

Added:
  chromaprint/repos/extra-i686/PKGBUILD
(from rev 179541, chromaprint/trunk/PKGBUILD)
  chromaprint/repos/extra-i686/ffmpeg.patch
(from rev 179541, chromaprint/trunk/ffmpeg.patch)
  chromaprint/repos/extra-x86_64/PKGBUILD
(from rev 179541, chromaprint/trunk/PKGBUILD)
  chromaprint/repos/extra-x86_64/ffmpeg.patch
(from rev 179541, chromaprint/trunk/ffmpeg.patch)
Deleted:
  chromaprint/repos/extra-i686/PKGBUILD
  chromaprint/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   65 +++-
 extra-i686/ffmpeg.patch   |   21 ++
 extra-x86_64/PKGBUILD |   65 +++-
 extra-x86_64/ffmpeg.patch |   21 ++
 4 files changed, 112 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-06 13:50:25 UTC (rev 179541)
+++ extra-i686/PKGBUILD 2013-03-06 13:51:08 UTC (rev 179542)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=chromaprint
-pkgver=0.7
-pkgrel=3
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='http://acoustid.org/chromaprint/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake')
-source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_EXAMPLES=ON \
-   .
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: chromaprint/repos/extra-i686/PKGBUILD (from rev 179541, 
chromaprint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-06 13:51:08 UTC (rev 179542)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=4
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'ffmpeg.patch')
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2'
+  '4c99e8be678ccd0373ab1c0b52c068d6fabe21a2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../ffmpeg.patch
+
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: chromaprint/repos/extra-i686/ffmpeg.patch (from rev 179541, 
chromaprint/trunk/ffmpeg.patch)
===
--- extra-i686/ffmpeg.patch (rev 0)
+++ extra-i686/ffmpeg.patch 2013-03-06 13:51:08 UTC (rev 179542)
@@ -0,0 +1,21 @@
+diff -Naur old/examples/fpcalc.c new/examples/fpcalc.c
+--- old/examples/fpcalc.c  2012-09-06 04:05:36.0 +1000
 new/examples/fpcalc.c  2013-03-07 00:43:11.950928188 +1100
+@@ -65,6 +65,9 @@
+   goto done;
+   }
+ 
++  /* request regular signed 16-bit packed format */
++  codec_ctx-request_sample_fmt = AV_SAMPLE_FMT_S16;
++
+   if (avcodec_open(codec_ctx, codec)  0) {
+   fprintf(stderr, ERROR: couldn't open the codec\n);
+   goto done;
+@@ -146,6 +149,7 @@
+   int ostride[6] = { 2 };
+   int len = buffer_size / istride[0];
+   if (av_audio_convert(convert_ctx, obuf, 
ostride, ibuf, istride, len)  0) {
++  fprintf(stderr, WARNING: unable to 
convert %d samples\n, buffer_size);
+   break;
+   }
+   buffer = buffer2;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-06 13:50:25 UTC (rev 179541)
+++ extra-x86_64/PKGBUILD   2013-03-06 13:51:08 UTC (rev 179542)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Maintainer: Gaetan Bisson 

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

2013-03-06 Thread Kyle Keen
Date: Wednesday, March 6, 2013 @ 15:22:23
  Author: kkeen
Revision: 85758

upgpkg: kicad 20130226-4

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 11:32:11 UTC (rev 85757)
+++ PKGBUILD2013-03-06 14:22:23 UTC (rev 85758)
@@ -3,9 +3,9 @@
 # Contributor: Marq Schneider queue...@gmail.com
 
 pkgname=kicad
-pkgver=20120119
+pkgver=20130226
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=3256
+_pkgbzr=3974
 pkgrel=4
 pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
 arch=('i686' 'x86_64')
@@ -16,16 +16,21 @@
 optdepends=('kicad-docs-bzr: for documentation' 
 'kicad-library-bzr: for footprints')
 install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources-$_pkgver-BZR$_pkgbzr-stable.zip
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
 kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('d65574c42efd72638aed80adef367c3b'
+md5sums=('9b7748efedc355473c72fdb7c37b0500'
  'a2c39704238946e74a5ed0c38326345f')
 
 build() {
-  cd $srcdir/KiCad_sources
+  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
 
   patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
 
+  # harmless build blocking error
+  # see https://lists.launchpad.net/kicad-developers/msg07841.html
+  # for proper fix
+  sed -i 's|^#.*error You must use|//|' include/common.h
+
   # FS#31559
   sed -i 's/-O2/-O1/' CMakeLists.txt
 
@@ -39,10 +44,11 @@
 }
 
 package() {
-  cd $srcdir/KiCad_sources/build/Release
+  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
 
   make DESTDIR=$pkgdir install
 
   # copy updated linux icons
   #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
 }
+



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

2013-03-06 Thread Kyle Keen
Date: Wednesday, March 6, 2013 @ 15:22:48
  Author: kkeen
Revision: 85759

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 85758, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 85758, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 85758, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 85758, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 85758, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 85758, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 community-i686/PKGBUILD|  102 
+-
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   22 +-
 community-i686/kicad.install   |   30 +-
 community-x86_64/PKGBUILD  |  102 
+-
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 +-
 community-x86_64/kicad.install |   30 +-
 6 files changed, 160 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-06 14:22:23 UTC (rev 85758)
+++ community-i686/PKGBUILD 2013-03-06 14:22:48 UTC (rev 85759)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20120119
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=3256
-pkgrel=4
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources-$_pkgver-BZR$_pkgbzr-stable.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('d65574c42efd72638aed80adef367c3b'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/KiCad_sources
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/KiCad_sources/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}

Copied: kicad/repos/community-i686/PKGBUILD (from rev 85758, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-06 14:22:48 UTC (rev 85759)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130226
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=3974
+pkgrel=4
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)
+md5sums=('9b7748efedc355473c72fdb7c37b0500'
+ 'a2c39704238946e74a5ed0c38326345f')
+
+build() {
+  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
+
+  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
+
+  # harmless build blocking error
+  # see https://lists.launchpad.net/kicad-developers/msg07841.html
+  # for proper fix
+  sed -i 's|^#.*error You must use|//|' include/common.h
+
+  # FS#31559
+  sed -i 's/-O2/-O1/' CMakeLists.txt
+
+  

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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 15:26:56
  Author: tpowa
Revision: 179543

upgpkg: gettext 0.18.2.1-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 13:51:08 UTC (rev 179542)
+++ PKGBUILD2013-03-06 14:26:56 UTC (rev 179543)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.18.2
+pkgver=0.18.2.1
 pkgrel=1
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 options=(!libtool !docs)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('0c86e5af70c195ab8bd651d17d783928'
- '1a658e29a03ab42da6d2d468b0583407')
+md5sums=('034c8103b14654ebd300fadac44d6f14'
+ 'e4658c30795a12f8d0b4d95fbb0f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 15:27:06
  Author: tpowa
Revision: 179544

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

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

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 112 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 179543, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-06 14:27:06 UTC (rev 179544)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.2.1
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('034c8103b14654ebd300fadac44d6f14'
+ 'e4658c30795a12f8d0b4d95fbb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-i686/gettext.install (from rev 179543, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2013-03-06 14:27:06 UTC (rev 179544)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 179543, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-06 14:27:06 UTC (rev 179544)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.2.1
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('034c8103b14654ebd300fadac44d6f14'
+ 'e4658c30795a12f8d0b4d95fbb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 179543, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2013-03-06 14:27:06 UTC (rev 179544)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-06 Thread Alexander RĆødseth
Date: Wednesday, March 6, 2013 @ 15:27:52
  Author: arodseth
Revision: 85760

upgpkg: subtle 0.11.3224-2, ruby 2.0 rebuild

Modified:
  subtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 14:22:48 UTC (rev 85759)
+++ PKGBUILD2013-03-06 14:27:52 UTC (rev 85760)
@@ -8,15 +8,15 @@
 
 pkgname=subtle
 pkgver=0.11.3224
-pkgrel=1
-pkgdesc=Grid-based manual tiling window manager
-arch=(i686 x86_64)
-url=http://subtle.subforge.org;
-license=(GPL)
-depends=(ruby libxft libxpm libxrandr libxft libxpm libxinerama
- libxtst)
-makedepends=(pkg-config libxinerama libxrandr libxft libxpm)
-backup=(etc/xdg/subtle/subtle.rb)
+pkgrel=2
+pkgdesc='Grid-based manual tiling window manager'
+arch=('x86_64' 'i686')
+url='http://subtle.subforge.org/'
+license=('GPL')
+depends=('ruby' 'libxft' 'libxpm' 'libxrandr' 'libxft' 'libxpm' 'libxinerama'
+ 'libxtst')
+makedepends=('pkg-config' 'libxinerama' 'libxrandr' 'libxft' 'libxpm')
+backup=('etc/xdg/subtle/subtle.rb')
 install=subtle.install
 source=(http://subforge.org/attachments/download/81/$pkgname-$pkgver-xi.tbz2;)
 sha256sums=('a22ee94a70c1105a018e1c0a754597b4e3a87d1b915301a0b22888920fa0f8a2')
@@ -24,7 +24,10 @@
 build() {
   cd $srcdir/$pkgname-$pkgver-xi
 
-  # use vendor_ruby instead of site_ruby
+  # Disable the check for Ruby 1.9
+  sed -i 's/ 1 != / 7 == /' Rakefile
+  sed -i 's/ 9 != / 7 == /' Rakefile
+  # Use vendor_ruby instead of site_ruby
   sed -e \
 's/RbConfig::CONFIG\[sitelibdir\]/RbConfig::CONFIG\[vendorlibdir\]/' \
 -i Rakefile
@@ -33,7 +36,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver-xi
 
-  rake destdir=$pkgdir install 
+  rake destdir=$pkgdir install  --trace
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-06 Thread Alexander RĆødseth
Date: Wednesday, March 6, 2013 @ 15:28:08
  Author: arodseth
Revision: 85761

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

Added:
  subtle/repos/community-staging-i686/
  subtle/repos/community-staging-i686/PKGBUILD
(from rev 85760, subtle/trunk/PKGBUILD)
  subtle/repos/community-staging-i686/subtle.install
(from rev 85760, subtle/trunk/subtle.install)
  subtle/repos/community-staging-x86_64/
  subtle/repos/community-staging-x86_64/PKGBUILD
(from rev 85760, subtle/trunk/PKGBUILD)
  subtle/repos/community-staging-x86_64/subtle.install
(from rev 85760, subtle/trunk/subtle.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/subtle.install   |7 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/subtle.install |7 +
 4 files changed, 98 insertions(+)

Copied: subtle/repos/community-staging-i686/PKGBUILD (from rev 85760, 
subtle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-06 14:28:08 UTC (rev 85761)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander RĆødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: unexist unex...@dorfelite.net
+# Contributor: Abakus ja...@arcor.de
+# Contributor: TDY t...@gmx.com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=subtle
+pkgver=0.11.3224
+pkgrel=2
+pkgdesc='Grid-based manual tiling window manager'
+arch=('x86_64' 'i686')
+url='http://subtle.subforge.org/'
+license=('GPL')
+depends=('ruby' 'libxft' 'libxpm' 'libxrandr' 'libxft' 'libxpm' 'libxinerama'
+ 'libxtst')
+makedepends=('pkg-config' 'libxinerama' 'libxrandr' 'libxft' 'libxpm')
+backup=('etc/xdg/subtle/subtle.rb')
+install=subtle.install
+source=(http://subforge.org/attachments/download/81/$pkgname-$pkgver-xi.tbz2;)
+sha256sums=('a22ee94a70c1105a018e1c0a754597b4e3a87d1b915301a0b22888920fa0f8a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver-xi
+
+  # Disable the check for Ruby 1.9
+  sed -i 's/ 1 != / 7 == /' Rakefile
+  sed -i 's/ 9 != / 7 == /' Rakefile
+  # Use vendor_ruby instead of site_ruby
+  sed -e \
+'s/RbConfig::CONFIG\[sitelibdir\]/RbConfig::CONFIG\[vendorlibdir\]/' \
+-i Rakefile
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver-xi
+
+  rake destdir=$pkgdir install  --trace
+}
+
+# vim:set ts=2 sw=2 et:

Copied: subtle/repos/community-staging-i686/subtle.install (from rev 85760, 
subtle/trunk/subtle.install)
===
--- community-staging-i686/subtle.install   (rev 0)
+++ community-staging-i686/subtle.install   2013-03-06 14:28:08 UTC (rev 
85761)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  echo In order to use sur you can install ruby-curb and ruby-minitar.
+  echo If you have subtle on your system remember to upgrade with:
+  echo   sur upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: subtle/repos/community-staging-x86_64/PKGBUILD (from rev 85760, 
subtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-06 14:28:08 UTC (rev 85761)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander RĆødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: unexist unex...@dorfelite.net
+# Contributor: Abakus ja...@arcor.de
+# Contributor: TDY t...@gmx.com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=subtle
+pkgver=0.11.3224
+pkgrel=2
+pkgdesc='Grid-based manual tiling window manager'
+arch=('x86_64' 'i686')
+url='http://subtle.subforge.org/'
+license=('GPL')
+depends=('ruby' 'libxft' 'libxpm' 'libxrandr' 'libxft' 'libxpm' 'libxinerama'
+ 'libxtst')
+makedepends=('pkg-config' 'libxinerama' 'libxrandr' 'libxft' 'libxpm')
+backup=('etc/xdg/subtle/subtle.rb')
+install=subtle.install
+source=(http://subforge.org/attachments/download/81/$pkgname-$pkgver-xi.tbz2;)
+sha256sums=('a22ee94a70c1105a018e1c0a754597b4e3a87d1b915301a0b22888920fa0f8a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver-xi
+
+  # Disable the check for Ruby 1.9
+  sed -i 's/ 1 != / 7 == /' Rakefile
+  sed -i 's/ 9 != / 7 == /' Rakefile
+  # Use vendor_ruby instead of site_ruby
+  sed -e \
+'s/RbConfig::CONFIG\[sitelibdir\]/RbConfig::CONFIG\[vendorlibdir\]/' \
+-i Rakefile
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver-xi
+
+  rake destdir=$pkgdir install  --trace
+}
+
+# vim:set ts=2 sw=2 et:

Copied: subtle/repos/community-staging-x86_64/subtle.install (from rev 85760, 
subtle/trunk/subtle.install)
===
--- community-staging-x86_64/subtle.install (rev 

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

2013-03-06 Thread Andrea Scarpino
Date: Wednesday, March 6, 2013 @ 15:43:54
  Author: andrea
Revision: 179545

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

Added:
  qt4/repos/staging-i686/
  qt4/repos/staging-i686/PKGBUILD
(from rev 179544, qt4/trunk/PKGBUILD)
  qt4/repos/staging-i686/assistant.desktop
(from rev 179544, qt4/trunk/assistant.desktop)
  qt4/repos/staging-i686/designer.desktop
(from rev 179544, qt4/trunk/designer.desktop)
  qt4/repos/staging-i686/improve-cups-support.patch
(from rev 179544, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-i686/linguist.desktop
(from rev 179544, qt4/trunk/linguist.desktop)
  qt4/repos/staging-i686/qt4.install
(from rev 179544, qt4/trunk/qt4.install)
  qt4/repos/staging-i686/qtconfig.desktop
(from rev 179544, qt4/trunk/qtconfig.desktop)
  qt4/repos/staging-x86_64/
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 179544, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/assistant.desktop
(from rev 179544, qt4/trunk/assistant.desktop)
  qt4/repos/staging-x86_64/designer.desktop
(from rev 179544, qt4/trunk/designer.desktop)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 179544, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/linguist.desktop
(from rev 179544, qt4/trunk/linguist.desktop)
  qt4/repos/staging-x86_64/qt4.install
(from rev 179544, qt4/trunk/qt4.install)
  qt4/repos/staging-x86_64/qtconfig.desktop
(from rev 179544, qt4/trunk/qtconfig.desktop)

---+
 staging-i686/PKGBUILD |  119 
 staging-i686/assistant.desktop|9 ++
 staging-i686/designer.desktop |   11 ++
 staging-i686/improve-cups-support.patch   |   84 +++
 staging-i686/linguist.desktop |   10 ++
 staging-i686/qt4.install  |   12 ++
 staging-i686/qtconfig.desktop |9 ++
 staging-x86_64/PKGBUILD   |  119 
 staging-x86_64/assistant.desktop  |9 ++
 staging-x86_64/designer.desktop   |   11 ++
 staging-x86_64/improve-cups-support.patch |   84 +++
 staging-x86_64/linguist.desktop   |   10 ++
 staging-x86_64/qt4.install|   12 ++
 staging-x86_64/qtconfig.desktop   |9 ++
 14 files changed, 508 insertions(+)

Copied: qt4/repos/staging-i686/PKGBUILD (from rev 179544, qt4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-06 14:43:54 UTC (rev 179545)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qt4
+pkgver=4.8.4
+pkgrel=14
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'dbus'
+'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
+ 'mesa-libgl')
+optdepends=('postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'libxinerama: Xinerama support'
+'libxcursor: Xcursor support'
+'libxfixes: Xfixes support'
+'icu: Unicode support')
+install=${pkgname}.install
+options=('!libtool')
+replaces=('qt=4.8.4')
+conflicts=('qt')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
+'qtconfig.desktop' 'assistant.desktop' 'designer.desktop' 
'linguist.desktop'
+'improve-cups-support.patch')
+md5sums=('89c5ecba180cae74c66260ac732dc5cb'
+ 'a16638f4781e56e7887ff8212a322ecc'
+ '4f0152ba6d645e81218b23ba8beeb42d'
+ '283a00ff7f662dca481b70d6daa826e0'
+ '027683880235708d4bc270a7ef961183'
+ 'c439c7731c25387352d8453ca7574971')
+
+build() {
+  cd ${_pkgfqn}
+
+  # (FS#28381) (KDEBUG#180051)
+  patch -p1 -i ${srcdir}/improve-cups-support.patch
+
+  export QT4DIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt4/bin \
+-headerdir /usr/include/qt4 \
+-docdir /usr/share/doc/qt4 \
+-plugindir /usr/lib/qt4/plugins \
+-importdir /usr/lib/qt4/imports \
+-datadir /usr/share/qt4 \
+

[arch-commits] Commit in linux/trunk (change-default-console-loglevel.patch)

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 17:02:37
  Author: tpowa
Revision: 179547

change KERN_DEBUG to KERN_WARNING in patch

Modified:
  linux/trunk/change-default-console-loglevel.patch

---+
 change-default-console-loglevel.patch |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: change-default-console-loglevel.patch
===
--- change-default-console-loglevel.patch   2013-03-06 15:52:21 UTC (rev 
179546)
+++ change-default-console-loglevel.patch   2013-03-06 16:02:37 UTC (rev 
179547)
@@ -6,7 +6,7 @@
  /* We show everything that is MORE important than this.. */
  #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
 -#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
-+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_DEBUG */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING 
*/
  
  DECLARE_WAIT_QUEUE_HEAD(log_wait);
  



[arch-commits] Commit in linux-lts/trunk (change-default-console-loglevel.patch)

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 17:03:43
  Author: tpowa
Revision: 179548

change KERN_DEBUG to KERN_WARNING in patch

Modified:
  linux-lts/trunk/change-default-console-loglevel.patch

---+
 change-default-console-loglevel.patch |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: change-default-console-loglevel.patch
===
--- change-default-console-loglevel.patch   2013-03-06 16:02:37 UTC (rev 
179547)
+++ change-default-console-loglevel.patch   2013-03-06 16:03:43 UTC (rev 
179548)
@@ -6,7 +6,7 @@
  /* We show everything that is MORE important than this.. */
  #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
 -#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
-+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_DEBUG */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING 
*/
  
  DECLARE_WAIT_QUEUE_HEAD(log_wait);
  



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

2013-03-06 Thread Pierre Schmitz
Date: Wednesday, March 6, 2013 @ 18:04:12
  Author: pierre
Revision: 179549

upgpkg: lighttpd 1.4.32-3

mariadb rebuild

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 16:03:43 UTC (rev 179548)
+++ PKGBUILD2013-03-06 17:04:12 UTC (rev 179549)
@@ -3,16 +3,16 @@
 
 pkgname=lighttpd
 pkgver=1.4.32
-pkgrel=2
+pkgrel=3
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url=http://www.lighttpd.net/;
 depends=('pcre' 'bzip2' 'libldap' 'util-linux')
-makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
+makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
 optdepends=('libxml2: mod_webdav'
 'lua51: mod_cml/mod_magnet'
-'libmysqlclient: mod_mysql_vhost'
+'libmariadbclient: mod_mysql_vhost'
 'sqlite: mod_webdav')
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
 options=('!libtool' 'emptydirs')



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

2013-03-06 Thread Pierre Schmitz
Date: Wednesday, March 6, 2013 @ 18:04:34
  Author: pierre
Revision: 179550

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

Added:
  lighttpd/repos/staging-i686/
  lighttpd/repos/staging-i686/PKGBUILD
(from rev 179549, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-i686/lighttpd.conf
(from rev 179549, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-i686/lighttpd.install
(from rev 179549, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/staging-i686/lighttpd.logrotate.d
(from rev 179549, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-i686/lighttpd.service
(from rev 179549, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-i686/lighttpd.tmpfiles
(from rev 179549, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/staging-x86_64/
  lighttpd/repos/staging-x86_64/PKGBUILD
(from rev 179549, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-x86_64/lighttpd.conf
(from rev 179549, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-x86_64/lighttpd.install
(from rev 179549, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/staging-x86_64/lighttpd.logrotate.d
(from rev 179549, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-x86_64/lighttpd.service
(from rev 179549, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-x86_64/lighttpd.tmpfiles
(from rev 179549, lighttpd/trunk/lighttpd.tmpfiles)

-+
 staging-i686/PKGBUILD   |   70 ++
 staging-i686/lighttpd.conf  |   12 +
 staging-i686/lighttpd.install   |9 
 staging-i686/lighttpd.logrotate.d   |9 
 staging-i686/lighttpd.service   |   12 +
 staging-i686/lighttpd.tmpfiles  |2 
 staging-x86_64/PKGBUILD |   70 ++
 staging-x86_64/lighttpd.conf|   12 +
 staging-x86_64/lighttpd.install |9 
 staging-x86_64/lighttpd.logrotate.d |9 
 staging-x86_64/lighttpd.service |   12 +
 staging-x86_64/lighttpd.tmpfiles|2 
 12 files changed, 228 insertions(+)

Copied: lighttpd/repos/staging-i686/PKGBUILD (from rev 179549, 
lighttpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-06 17:04:34 UTC (rev 179550)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=lighttpd
+pkgver=1.4.32
+pkgrel=3
+pkgdesc='A secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('i686' 'x86_64')
+url=http://www.lighttpd.net/;
+depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua51: mod_cml/mod_magnet'
+'libmariadbclient: mod_mysql_vhost'
+'sqlite: mod_webdav')
+backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
+options=('!libtool' 'emptydirs')
+install='lighttpd.install'
+source=(http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz;
+
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc;
+'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
+sha256sums=('1368f80069ce71f5928cad59c8e60c0b95876942ca9e02c53853e54ae24aedc1'
+'5456a90967df6774386010baa3fa67dba1c80c3b7058c70c80931d8dea5093e7'
+'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
+'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
+'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
+'708cefe97541edba73f572ed3836bd056462b1467e45e1912c9d960139929696')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib/lighttpd/ \
+   --sysconfdir=/etc/lighttpd \
+   --with-mysql \
+   --with-ldap \
+   --with-attr \
+   --with-openssl \
+   --with-kerberos5 \
+   --without-fam \
+   --with-webdav-props \
+   --with-webdav-locks \
+   --with-gdbm \
+   --with-memcache \
+   --with-lua
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
+   install -d -m755 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
+   install -D -m644 ${srcdir}/lighttpd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf
+   install -D -m644 ${srcdir}/lighttpd.service 

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

2013-03-06 Thread Alexander RĆødseth
Date: Wednesday, March 6, 2013 @ 18:27:09
  Author: arodseth
Revision: 85762

upgpkg: eclipse-cdt 8.1.2-1

Modified:
  eclipse-cdt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 14:28:08 UTC (rev 85761)
+++ PKGBUILD2013-03-06 17:27:09 UTC (rev 85762)
@@ -4,15 +4,15 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=eclipse-cdt
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
 depends=('eclipse=4.2.1' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/juno/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('6b8e4dc9cfa1ad4da89849c191def74f02325a7ebe77965313703a9bf7da9932')
+source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
+sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
 
 package() {
   cd $srcdir



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

2013-03-06 Thread Alexander RĆødseth
Date: Wednesday, March 6, 2013 @ 18:27:18
  Author: arodseth
Revision: 85763

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 85762, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 17:27:09 UTC (rev 85762)
+++ PKGBUILD2013-03-06 17:27:18 UTC (rev 85763)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
-# Maintainer: Alexander RĆødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.1.1
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse=4.2.1' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/juno/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('6b8e4dc9cfa1ad4da89849c191def74f02325a7ebe77965313703a9bf7da9932')
-
-package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 85762, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 17:27:18 UTC (rev 85763)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
+# Maintainer: Alexander RĆødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=eclipse-cdt
+pkgver=8.1.2
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse=4.2.1' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
+sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
+
+package() {
+  cd $srcdir
+  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
+  install -d $_installdir/eclipse
+  cp -a features $_installdir/eclipse
+  cp -a plugins $_installdir/eclipse
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-06 Thread Andreas Radke
Date: Wednesday, March 6, 2013 @ 22:11:04
  Author: andyrtr
Revision: 179551

upgpkg: libreoffice-i18n 4.0.1-1

upstream update 4.0.1

Modified:
  libreoffice-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 17:04:34 UTC (rev 179550)
+++ PKGBUILD2013-03-06 21:11:04 UTC (rev 179551)
@@ -115,8 +115,8 @@
 pkgver=4.0.1
 pkgrel=1
 
-#_oodlver=${pkgver}
-_oodlver=${_rcver}
+_oodlver=${pkgver}
+#_oodlver=${_rcver}
 _dirver=${_rcver}
 
 pkgdesc=LibreOffice language/localisation files
@@ -128,8 +128,8 @@
 # http://wiki.documentfoundation.org/Language_Teams
 
 #http://download.documentfoundation.org/mirrors/all.html
-#_url=http://download.documentfoundation.org/libreoffice/stable;
-_url=http://download.documentfoundation.org/libreoffice/testing;
+_url=http://download.documentfoundation.org/libreoffice/stable;
+#_url=http://download.documentfoundation.org/libreoffice/testing;
 #_url=http://dev-builds.libreoffice.org/pre-releases;
 #_url=http://www.libreoffice.org/download/pre-releases;
 
@@ -187,7 +187,7 @@
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_kok.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_ks.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_ku.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_lb.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_lb.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_lo.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_lt.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_lv.tar.gz
@@ -219,7 +219,7 @@
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_sd.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_sh.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_si.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_sid.tar.gz
+${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_sid.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_sk.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_sl.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_sq.tar.gz
@@ -245,6 +245,171 @@
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-CN.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-TW.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_zu.tar.gz)
+md5sums=('3b6ccb546fa8a54f6da516253d9b7143'
+ 'e69abe8359b01ed66c30ee7b1d50'
+ '344fddf6d7bfe36a3dd750a413857c69'
+ 'd9c936e30cd153666dbc8d88179f427f'
+ 'e1ea38f7813a70f5e46adbeda3a5676b'
+ '750f8b3b34906e40599b8a16275ba30a'
+ '9fd52dc8ce8c30cba0187145dc9e299f'
+ 'dc45129d370c1dcd2ce027de9df97429'
+ 'bed95711fd629160055bc7bfce0d561f'
+ '39f247e65960e13b50880db8f5435e72'
+ '0667662c3f9c6cf0bc155b6e33c0a5d0'
+ '73f97e7b95faf0eaad974d8aa01bc6bb'
+ 'cd3429fc8aaa51c8cac40f7207ec4186'
+ '89be61b139ce9b18a1f77a72db6b82ba'
+ '8e23c986c3ae20131011b90cb80af79e'
+ '69cda2afa86ce466f6ff0e2860d6db3f'
+ '459cc4161ca6356abadc8d8a6f66db33'
+ 'd896250ee3e67e6425bfebd14f5381fc'
+ '0fe1bba3f2c5e054b2671ab9a3823a8a'
+ '08060fc61823585ded8d16e70ef921cf'
+ '810f3788be6450d7560c8e7c38be89db'
+ 'f5fa1ef2b86efc788a4e543113636d00'
+ '9fc710696da0c4211b81c12f28961917'
+ '2334f75cf70dc28a1e0a983ebae9b39e'
+ '37ccfa3631a3572f7eee9214d28e10f2'
+ '8b77aac3a03ded14b583a4539bd3eaca'
+ '8c9665d7d21b9c5b7eb318643b21df58'
+ '39be4475ebc7e4e2a73e572b08c33361'
+ '7d23de430ea2b888a34c3e4273e0b5b6'
+ '989b2c59466406788615e52c16d05628'
+ '750acd17d6ddae3e4c116f21982bf139'
+ '0aedee0336f8d026aef63143c7e05a3e'
+ '67c301ded876b1715060e9ece21c72ba'
+ 'e02fc091acaea1f2d624422333d61bde'
+ '05c2f9669c9d65c6af49ff468af5500d'
+ '15418fe85f80c59854e0e3f4457605c5'
+ '95e785a55149aa5a03de5bfb3f0f6b99'
+ 'dd6d26308b9c380b91b5df969afc553d'
+ '6dab7be7e9c54119c889ed5295406306'
+ '976af99d9ad45b8fa14d861828426908'
+ 'c7eb3559e42ee1ffd4396ff10c95e9de'
+ '4c1f9b9caebe89861a212c3e56c72239'
+ 'ef033de3eafb64732013a3e9a552c25a'
+ 'ca7e50dbfd320b2860fa21790b27d22d'
+ '4255c95319699578b310ee32f8859ab2'
+ 'c7e9de66abe62d258fa8ae4782dca6b0'
+ '956b8f22fd59fc1b2438e7d12edbcb21'
+ 'bfc7bd0a3ad8704bfd2c344a6fb0a8ca'
+ 

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

2013-03-06 Thread Andreas Radke
Date: Wednesday, March 6, 2013 @ 22:11:33
  Author: andyrtr
Revision: 179552

archrelease: copy trunk to testing-any

Added:
  libreoffice-i18n/repos/testing-any/
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 179551, libreoffice-i18n/trunk/PKGBUILD)

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

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


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

2013-03-06 Thread Bartłomiej Piotrowski
Date: Wednesday, March 6, 2013 @ 22:11:36
  Author: bpiotrowski
Revision: 85764

upgpkg: libdbi-drivers 0.8.3_1-2

MariaDB rebuild

Modified:
  libdbi-drivers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 17:27:18 UTC (rev 85763)
+++ PKGBUILD2013-03-06 21:11:36 UTC (rev 85764)
@@ -6,16 +6,16 @@
 pkgname=libdbi-drivers
 pkgver=0.8.3_1
 _pkgver=0.8.3-1
-pkgrel=3
+pkgrel=2
 pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
 url=http://libdbi-drivers.sourceforge.net/;
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libdbi')
-makedepends=('postgresql-libs' 'libmysqlclient' 'sqlite2' 'sqlite')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
 optdepends=(postgresql-libs: To work with postgresql using libdbdpgsql 
sqlite3: To work with sqlite3 using libdbdsqlite3
-   libmysqlclient: To work with mysql using libdbdmysql
+   libmariadbclient: To work with mysql using libdbdmysql
sqlite2: To work with sqlite2 using libdbdsqlite)
 options=(!libtool)
 install=libdbi-drivers.install



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

2013-03-06 Thread Bartłomiej Piotrowski
Date: Wednesday, March 6, 2013 @ 22:11:53
  Author: bpiotrowski
Revision: 85765

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

Added:
  libdbi-drivers/repos/community-staging-i686/
  libdbi-drivers/repos/community-staging-i686/PKGBUILD
(from rev 85764, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-staging-i686/libdbi-drivers.install
(from rev 85764, libdbi-drivers/trunk/libdbi-drivers.install)
  libdbi-drivers/repos/community-staging-x86_64/
  libdbi-drivers/repos/community-staging-x86_64/PKGBUILD
(from rev 85764, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-staging-x86_64/libdbi-drivers.install
(from rev 85764, libdbi-drivers/trunk/libdbi-drivers.install)

-+
 community-staging-i686/PKGBUILD |   41 ++
 community-staging-i686/libdbi-drivers.install   |   19 ++
 community-staging-x86_64/PKGBUILD   |   41 ++
 community-staging-x86_64/libdbi-drivers.install |   19 ++
 4 files changed, 120 insertions(+)

Copied: libdbi-drivers/repos/community-staging-i686/PKGBUILD (from rev 85764, 
libdbi-drivers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-06 21:11:53 UTC (rev 85765)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Tƶpper atsutane...@freethoughts.de
+# Contributor: Olivier MĆ©doc o_me...@yahoo.fr
+# Contributor: Ashok `ScriptDevil` Gautham scriptdevil.a...@gmail.com
+
+pkgname=libdbi-drivers
+pkgver=0.8.3_1
+_pkgver=0.8.3-1
+pkgrel=2
+pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
+url=http://libdbi-drivers.sourceforge.net/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libdbi')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
+optdepends=(postgresql-libs: To work with postgresql using libdbdpgsql 
+   sqlite3: To work with sqlite3 using libdbdsqlite3
+   libmariadbclient: To work with mysql using libdbdmysql
+   sqlite2: To work with sqlite2 using libdbdsqlite)
+options=(!libtool)
+install=libdbi-drivers.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${_pkgver}/${pkgname}-${_pkgver}.tar.gz;)
+md5sums=('4de79b323162a5a7652b65b608eca6cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  ./configure --prefix=/usr \
+   --disable-docs \
+   --with-libdbi \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-sqlite3
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libdbi-drivers/repos/community-staging-i686/libdbi-drivers.install 
(from rev 85764, libdbi-drivers/trunk/libdbi-drivers.install)
===
--- community-staging-i686/libdbi-drivers.install   
(rev 0)
+++ community-staging-i686/libdbi-drivers.install   2013-03-06 21:11:53 UTC 
(rev 85765)
@@ -0,0 +1,19 @@
+# arg 1:  the new package version
+post_install() {
+  ldconfig
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  ldconfig
+}
+
+# arg 1:  the old package version
+post_remove() {
+  ldconfig
+}
+
+op=$1
+shift
+$op $*

Copied: libdbi-drivers/repos/community-staging-x86_64/PKGBUILD (from rev 85764, 
libdbi-drivers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-06 21:11:53 UTC (rev 85765)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Tƶpper atsutane...@freethoughts.de
+# Contributor: Olivier MĆ©doc o_me...@yahoo.fr
+# Contributor: Ashok `ScriptDevil` Gautham scriptdevil.a...@gmail.com
+
+pkgname=libdbi-drivers
+pkgver=0.8.3_1
+_pkgver=0.8.3-1
+pkgrel=2
+pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
+url=http://libdbi-drivers.sourceforge.net/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libdbi')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
+optdepends=(postgresql-libs: To work with postgresql using libdbdpgsql 
+   sqlite3: To work with sqlite3 using libdbdsqlite3
+   libmariadbclient: To work with mysql using libdbdmysql
+   sqlite2: To work with sqlite2 using libdbdsqlite)
+options=(!libtool)
+install=libdbi-drivers.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${_pkgver}/${pkgname}-${_pkgver}.tar.gz;)
+md5sums=('4de79b323162a5a7652b65b608eca6cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  ./configure --prefix=/usr \
+   --disable-docs \
+   --with-libdbi \
+   

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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 00:21:33
  Author: lcarlier
Revision: 85766

upgpkg: gambas3 3.4.0-4

Rewrite the package, also fix FS#34107

Modified:
  gambas3/trunk/PKGBUILD

--+
 PKGBUILD | 1593 -
 1 file changed, 524 insertions(+), 1069 deletions(-)

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


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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 00:21:50
  Author: lcarlier
Revision: 85767

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 85766, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/fix-xfce4-terminal.patch
(from rev 85766, gambas3/trunk/fix-xfce4-terminal.patch)
  gambas3/repos/community-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85766, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-i686/gambas3-runtime.install
(from rev 85766, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-i686/gambas3-script.install
(from rev 85766, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-i686/uninstall-with-XDG_UTILS.patch
(from rev 85766, gambas3/trunk/uninstall-with-XDG_UTILS.patch)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 85766, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/fix-xfce4-terminal.patch
(from rev 85766, gambas3/trunk/fix-xfce4-terminal.patch)
  gambas3/repos/community-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85766, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-x86_64/gambas3-runtime.install
(from rev 85766, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-x86_64/gambas3-script.install
(from rev 85766, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-x86_64/uninstall-with-XDG_UTILS.patch
(from rev 85766, gambas3/trunk/uninstall-with-XDG_UTILS.patch)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/fix-xfce4-terminal.patch
  gambas3/repos/community-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-i686/uninstall-with-XDG_UTILS.patch
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/fix-xfce4-terminal.patch
  gambas3/repos/community-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install
  gambas3/repos/community-x86_64/uninstall-with-XDG_UTILS.patch

--+
 community-i686/PKGBUILD  | 2353 +++---
 community-i686/fix-xfce4-terminal.patch  |  952 ++--
 community-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch   |   90 
 community-i686/gambas3-runtime.install   |   20 
 community-i686/gambas3-script.install|   30 
 community-i686/uninstall-with-XDG_UTILS.patch|   26 
 community-x86_64/PKGBUILD| 2353 +++---
 community-x86_64/fix-xfce4-terminal.patch|  952 ++--
 community-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch |   90 
 community-x86_64/gambas3-runtime.install |   20 
 community-x86_64/gambas3-script.install  |   30 
 community-x86_64/uninstall-with-XDG_UTILS.patch  |   26 
 12 files changed, 2926 insertions(+), 4016 deletions(-)

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


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

2013-03-06 Thread Maxime Gauduin
Date: Thursday, March 7, 2013 @ 00:48:35
  Author: alucryd
Revision: 85768

upgpkg: firewalld 0.2.12-6

Modified:
  firewalld/trunk/PKGBUILD
  firewalld/trunk/firewalld.install
Deleted:
  firewalld/trunk/python2.patch

---+
 PKGBUILD  |   19 +---
 firewalld.install |1 
 python2.patch |   79 
 3 files changed, 8 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 23:21:50 UTC (rev 85767)
+++ PKGBUILD2013-03-06 23:48:35 UTC (rev 85768)
@@ -5,19 +5,19 @@
 
 pkgname=firewalld
 pkgver=0.2.12
-pkgrel=5
+pkgrel=6
 pkgdesc=Firewall service daemon that provides a dynamic customizable firewall 
with a D-BUS interface
 arch=('any')
 url=http://fedorahosted.org/firewalld;
 license=('GPL2')
-depends=('desktop-file-utils' 'ebtables' 'gtk3' 'hicolor-icon-theme' 
'iptables' 'python2-slip')
+depends=('ebtables' 'gtk3' 'hicolor-icon-theme' 'iptables' 'libnotify' 
'networkmanager' 'python2-slip')
 makedepends=('intltool')
+backup=('etc/conf.d/firewalld' 'etc/firewalld/firewalld.conf')
 install=${pkgname}.install
-source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'default-zone.patch' 'paths.patch' 'python2.patch')
+source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'default-zone.patch' 'paths.patch')
 sha256sums=('02da3b1660ba87056615f64714dcdcc13694e953d07fb415b1b23d57d94b3071'
 '32e12e9b6e70b0ea9e0714d770dedf17b4732c563e41a35616b8106a6141146f'
-'97b9f97b91cb188e51fbabcdde43de26abc7b17e8ee6de1c6450ca606d291754'
-'cb5f73c1c7622c35552d60c6e774d82cf11f4d5794238b50e02799c9f88cb558')
+'97b9f97b91cb188e51fbabcdde43de26abc7b17e8ee6de1c6450ca606d291754')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,7 +25,9 @@
 # Patches
   patch -Np1 -i ${srcdir}/default-zone.patch
   patch -Np1 -i ${srcdir}/paths.patch
-  patch -Np1 -i ${srcdir}/python2.patch
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|
+  s|^#!.*python -Es$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+  sed -i 's|python|python2|g' fix_python_shebang.sh
 
 # Build
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--disable-schemas-compile
@@ -37,11 +39,6 @@
 
 # Install
   make DESTDIR=${pkgdir} install
-
-# Fix permissions
-  find ${pkgdir} -type d -exec chmod 755 {} +
-  find ${pkgdir} -type f -exec chmod 644 {} +
-  chmod -R 755 ${pkgdir}/usr/{bin,sbin}
 }
 
 # vim: ts=2 sw=2 et:

Modified: firewalld.install
===
--- firewalld.install   2013-03-06 23:21:50 UTC (rev 85767)
+++ firewalld.install   2013-03-06 23:48:35 UTC (rev 85768)
@@ -1,7 +1,6 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
 }
 
 post_upgrade() {

Deleted: python2.patch
===
--- python2.patch   2013-03-06 23:21:50 UTC (rev 85767)
+++ python2.patch   2013-03-06 23:48:35 UTC (rev 85768)
@@ -1,79 +0,0 @@
 a/fix_python_shebang.sh
-+++ b/fix_python_shebang.sh
-@@ -1,3 +1,3 @@
- #!/bin/bash
- 
--sed -e s@^#\!/usr/bin/python\$@#\!/usr/bin/python -Es@ -i $@
-+sed -e s@^#\!/usr/bin/python2\$@#\!/usr/bin/python2 -Es@ -i $@
 a/src/firewall-applet
-+++ b/src/firewall-applet
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2010-2012 Red Hat, Inc.
 a/src/firewall-cmd
-+++ b/src/firewall-cmd
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2009-2012 Red Hat, Inc.
 a/src/firewall-config
-+++ b/src/firewall-config
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2011-2012 Red Hat, Inc.
 a/src/firewall-offline-cmd
-+++ b/src/firewall-offline-cmd
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2009-2012 Red Hat, Inc.
 a/src/firewalld
-+++ b/src/firewalld
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2010-2012 Red Hat, Inc.
 a/src/gtk3_chooserbutton.py
-+++ b/src/gtk3_chooserbutton.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python -Es
-+#!/usr/bin/python2 -Es
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2008,2012 Red Hat, Inc.
 a/src/tests/firewalld_config.py
-+++ b/src/tests/firewalld_config.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2010-2012 Red Hat, Inc.
 a/src/tests/firewalld_direct.py
-+++ b/src/tests/firewalld_direct.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2012 Red Hat, Inc.
 

[arch-commits] Commit in firewalld/repos/community-any (9 files)

2013-03-06 Thread Maxime Gauduin
Date: Thursday, March 7, 2013 @ 00:48:46
  Author: alucryd
Revision: 85769

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 85768, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/default-zone.patch
(from rev 85768, firewalld/trunk/default-zone.patch)
  firewalld/repos/community-any/firewalld.install
(from rev 85768, firewalld/trunk/firewalld.install)
  firewalld/repos/community-any/paths.patch
(from rev 85768, firewalld/trunk/paths.patch)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/default-zone.patch
  firewalld/repos/community-any/firewalld.install
  firewalld/repos/community-any/paths.patch
  firewalld/repos/community-any/python2.patch

+
 PKGBUILD   |   91 ++
 default-zone.patch |   22 ++---
 firewalld.install  |   29 +++
 paths.patch|  208 +--
 python2.patch  |   79 ---
 5 files changed, 173 insertions(+), 256 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 23:48:35 UTC (rev 85768)
+++ PKGBUILD2013-03-06 23:48:46 UTC (rev 85769)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: unikum unikum dot pm at gmail.com
-# Contributor: speed145a jonathan at tagchapter dot com
-
-pkgname=firewalld
-pkgver=0.2.12
-pkgrel=5
-pkgdesc=Firewall service daemon that provides a dynamic customizable firewall 
with a D-BUS interface
-arch=('any')
-url=http://fedorahosted.org/firewalld;
-license=('GPL2')
-depends=('desktop-file-utils' 'ebtables' 'gtk3' 'hicolor-icon-theme' 
'iptables' 'python2-slip')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'default-zone.patch' 'paths.patch' 'python2.patch')
-sha256sums=('02da3b1660ba87056615f64714dcdcc13694e953d07fb415b1b23d57d94b3071'
-'32e12e9b6e70b0ea9e0714d770dedf17b4732c563e41a35616b8106a6141146f'
-'97b9f97b91cb188e51fbabcdde43de26abc7b17e8ee6de1c6450ca606d291754'
-'cb5f73c1c7622c35552d60c6e774d82cf11f4d5794238b50e02799c9f88cb558')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Patches
-  patch -Np1 -i ${srcdir}/default-zone.patch
-  patch -Np1 -i ${srcdir}/paths.patch
-  patch -Np1 -i ${srcdir}/python2.patch
-
-# Build
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} install
-
-# Fix permissions
-  find ${pkgdir} -type d -exec chmod 755 {} +
-  find ${pkgdir} -type f -exec chmod 644 {} +
-  chmod -R 755 ${pkgdir}/usr/{bin,sbin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 85768, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 23:48:46 UTC (rev 85769)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: unikum unikum dot pm at gmail.com
+# Contributor: speed145a jonathan at tagchapter dot com
+
+pkgname=firewalld
+pkgver=0.2.12
+pkgrel=6
+pkgdesc=Firewall service daemon that provides a dynamic customizable firewall 
with a D-BUS interface
+arch=('any')
+url=http://fedorahosted.org/firewalld;
+license=('GPL2')
+depends=('ebtables' 'gtk3' 'hicolor-icon-theme' 'iptables' 'libnotify' 
'networkmanager' 'python2-slip')
+makedepends=('intltool')
+backup=('etc/conf.d/firewalld' 'etc/firewalld/firewalld.conf')
+install=${pkgname}.install
+source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'default-zone.patch' 'paths.patch')
+sha256sums=('02da3b1660ba87056615f64714dcdcc13694e953d07fb415b1b23d57d94b3071'
+'32e12e9b6e70b0ea9e0714d770dedf17b4732c563e41a35616b8106a6141146f'
+'97b9f97b91cb188e51fbabcdde43de26abc7b17e8ee6de1c6450ca606d291754')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Patches
+  patch -Np1 -i ${srcdir}/default-zone.patch
+  patch -Np1 -i ${srcdir}/paths.patch
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|
+  s|^#!.*python -Es$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+  sed -i 's|python|python2|g' fix_python_shebang.sh
+
+# Build
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: default-zone.patch
===
--- default-zone.patch  2013-03-06 23:48:35 UTC (rev 85768)
+++ default-zone.patch  2013-03-06 23:48:46 UTC (rev 85769)
@@ -1,11 +0,0 @@
 a/src/firewall/core/io/firewalld_conf.py
-+++ 

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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 01:06:23
  Author: lcarlier
Revision: 85770

upgpkg: gambas2 2.24.0-10

mysql to mariadb migration

Modified:
  gambas2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 23:48:46 UTC (rev 85769)
+++ PKGBUILD2013-03-07 00:06:23 UTC (rev 85770)
@@ -20,14 +20,14 @@
  'gambas2-gb-sdl-sound' 'gambas2-gb-settings' 'gambas2-gb-v4l' 
'gambas2-gb-vb'
  'gambas2-gb-web' 'gambas2-gb-xml' 'gambas2-gb-xml-rpc' 
'gambas2-gb-xml-xslt')
 pkgver=2.24.0
-pkgrel=9
+pkgrel=10
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net;
 makedepends=('libffi' 'bzip2' 'libfbclient' 'zlib' 'kdelibs3' 'glu' 'gtk2' 
'librsvg' 'xdg-utils'
- 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite2' 'sqlite' 
'mesa'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'mesa'
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_image' 'libxtst' 'pcre' 
'omniorb' 'libxft'
- 'libxcursor' 'libsm' 'intltool' 'mysql' 'postgresql')
+ 'libxcursor' 'libsm' 'intltool' 'mariadb' 'postgresql')
 license=('GPL2')
 options=('!emptydirs' '!makeflags')
 groups=('gambas2')
@@ -368,7 +368,7 @@
 }
 
 package_gambas2-gb-db-mysql() {
-  depends=('gambas2-gb-db' 'libmysqlclient')
+  depends=('gambas2-gb-db' 'libmariadbclient')
   pkgdesc=Gambas2 MySQL database access component
 
   cd ${srcdir}/${pkgbase}-${pkgver}/gb.db.mysql



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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 01:06:39
  Author: lcarlier
Revision: 85771

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

Added:
  gambas2/repos/community-staging-i686/
  gambas2/repos/community-staging-i686/PKGBUILD
(from rev 85770, gambas2/trunk/PKGBUILD)
  gambas2/repos/community-staging-i686/fix-gbi-gba-path.patch
(from rev 85770, gambas2/trunk/fix-gbi-gba-path.patch)
  gambas2/repos/community-staging-i686/gambas2-runtime.install
(from rev 85770, gambas2/trunk/gambas2-runtime.install)
  gambas2/repos/community-staging-i686/gambas2-script.install
(from rev 85770, gambas2/trunk/gambas2-script.install)
  gambas2/repos/community-staging-i686/gambas2.install
(from rev 85770, gambas2/trunk/gambas2.install)
  gambas2/repos/community-staging-i686/poppler-0.20.patch
(from rev 85770, gambas2/trunk/poppler-0.20.patch)
  gambas2/repos/community-staging-x86_64/
  gambas2/repos/community-staging-x86_64/PKGBUILD
(from rev 85770, gambas2/trunk/PKGBUILD)
  gambas2/repos/community-staging-x86_64/fix-gbi-gba-path.patch
(from rev 85770, gambas2/trunk/fix-gbi-gba-path.patch)
  gambas2/repos/community-staging-x86_64/gambas2-runtime.install
(from rev 85770, gambas2/trunk/gambas2-runtime.install)
  gambas2/repos/community-staging-x86_64/gambas2-script.install
(from rev 85770, gambas2/trunk/gambas2-script.install)
  gambas2/repos/community-staging-x86_64/gambas2.install
(from rev 85770, gambas2/trunk/gambas2.install)
  gambas2/repos/community-staging-x86_64/poppler-0.20.patch
(from rev 85770, gambas2/trunk/poppler-0.20.patch)

--+
 community-staging-i686/PKGBUILD  |  925 +
 community-staging-i686/fix-gbi-gba-path.patch|   24 
 community-staging-i686/gambas2-runtime.install   |   12 
 community-staging-i686/gambas2-script.install|   15 
 community-staging-i686/gambas2.install   |   12 
 community-staging-i686/poppler-0.20.patch|  100 ++
 community-staging-x86_64/PKGBUILD|  925 +
 community-staging-x86_64/fix-gbi-gba-path.patch  |   24 
 community-staging-x86_64/gambas2-runtime.install |   12 
 community-staging-x86_64/gambas2-script.install  |   15 
 community-staging-x86_64/gambas2.install |   12 
 community-staging-x86_64/poppler-0.20.patch  |  100 ++
 12 files changed, 2176 insertions(+)

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


[arch-commits] Commit in (winegame winestuff)

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 01:17:17
  Author: lcarlier
Revision: 85772

Moved to AUR

Deleted:
  winegame/
  winestuff/



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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 01:29:22
  Author: lcarlier
Revision: 85773

upgpkg: krecipes 2.0beta2-3

mysql to mariadb migration

Modified:
  krecipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 00:17:17 UTC (rev 85772)
+++ PKGBUILD2013-03-07 00:29:22 UTC (rev 85773)
@@ -7,14 +7,14 @@
 pkgname=krecipes
 pkgver=2.0beta2
 _pkgver=2.0-beta2
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool designed to make organizing your personal recipes collection 
fast and easy
 arch=('i686' 'x86_64')
 url=http://extragear.kde.org/apps/krecipes/;
 license=('GPL')
 depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=('mysql' 'postgresql')
+optdepends=('matriadb' 'postgresql')
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
 md5sums=('4c01ccad7ad1409cb35c824a61250fe2')



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

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 01:29:30
  Author: lcarlier
Revision: 85774

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

Added:
  krecipes/repos/community-staging-i686/
  krecipes/repos/community-staging-i686/PKGBUILD
(from rev 85773, krecipes/trunk/PKGBUILD)
  krecipes/repos/community-staging-i686/krecipes.install
(from rev 85773, krecipes/trunk/krecipes.install)
  krecipes/repos/community-staging-x86_64/
  krecipes/repos/community-staging-x86_64/PKGBUILD
(from rev 85773, krecipes/trunk/PKGBUILD)
  krecipes/repos/community-staging-x86_64/krecipes.install
(from rev 85773, krecipes/trunk/krecipes.install)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/krecipes.install   |   12 
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/krecipes.install |   12 
 4 files changed, 100 insertions(+)

Copied: krecipes/repos/community-staging-i686/PKGBUILD (from rev 85773, 
krecipes/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: shamrok szam...@gmail.com
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+# Contributor: AdriĆ  Arrufat swiftscy...@gmail.com
+
+pkgname=krecipes
+pkgver=2.0beta2
+_pkgver=2.0-beta2
+pkgrel=3
+pkgdesc=A tool designed to make organizing your personal recipes collection 
fast and easy
+arch=('i686' 'x86_64')
+url=http://extragear.kde.org/apps/krecipes/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=('matriadb' 'postgresql')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
+
+build() { 
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: krecipes/repos/community-staging-i686/krecipes.install (from rev 85773, 
krecipes/trunk/krecipes.install)
===
--- community-staging-i686/krecipes.install (rev 0)
+++ community-staging-i686/krecipes.install 2013-03-07 00:29:30 UTC (rev 
85774)
@@ -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
+}

Copied: krecipes/repos/community-staging-x86_64/PKGBUILD (from rev 85773, 
krecipes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: shamrok szam...@gmail.com
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+# Contributor: AdriĆ  Arrufat swiftscy...@gmail.com
+
+pkgname=krecipes
+pkgver=2.0beta2
+_pkgver=2.0-beta2
+pkgrel=3
+pkgdesc=A tool designed to make organizing your personal recipes collection 
fast and easy
+arch=('i686' 'x86_64')
+url=http://extragear.kde.org/apps/krecipes/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=('matriadb' 'postgresql')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
+
+build() { 
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: krecipes/repos/community-staging-x86_64/krecipes.install (from rev 
85773, krecipes/trunk/krecipes.install)
===
--- community-staging-x86_64/krecipes.install   (rev 0)
+++ community-staging-x86_64/krecipes.install   2013-03-07 00:29:30 UTC (rev 
85774)
@@ -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 pep8-python2/trunk (PKGBUILD)

2013-03-06 Thread Felix Yan
Date: Thursday, March 7, 2013 @ 02:59:29
  Author: fyan
Revision: 85775

upgpkg: pep8-python2 1.4.5-1

Modified:
  pep8-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 00:29:30 UTC (rev 85774)
+++ PKGBUILD2013-03-07 01:59:29 UTC (rev 85775)
@@ -5,7 +5,7 @@
 
 _realname=pep8
 pkgname=($_realname-python2 $_realname-python3)
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc=Python style guide checker
 arch=('any')
@@ -42,4 +42,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('1f37f9207f59dfde00e80c89f167cb3d')
+md5sums=('d4d33ab4318b64ae89967026e4f8ac4a')



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

2013-03-06 Thread Felix Yan
Date: Thursday, March 7, 2013 @ 03:00:54
  Author: fyan
Revision: 85776

archrelease: copy trunk to community-any

Added:
  pep8-python2/repos/community-any/PKGBUILD
(from rev 85775, pep8-python2/trunk/PKGBUILD)
Deleted:
  pep8-python2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-07 01:59:29 UTC (rev 85775)
+++ PKGBUILD2013-03-07 02:00:54 UTC (rev 85776)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-_realname=pep8
-pkgname=($_realname-python2 $_realname-python3)
-pkgver=1.4.4
-pkgrel=1
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir
-  cp -r $_realname-$pkgver $_realname-$pkgver-python2
-}
-
-package_pep8-python2() {
-  depends=('python2')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $srcdir/$_realname-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_pep8-python3() {
-  depends=('python3')
-  
-  cd $srcdir/$_realname-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('1f37f9207f59dfde00e80c89f167cb3d')

Copied: pep8-python2/repos/community-any/PKGBUILD (from rev 85775, 
pep8-python2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-07 02:00:54 UTC (rev 85776)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ismael Carnales icarnales at gmail dot com
+# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
+
+_realname=pep8
+pkgname=($_realname-python2 $_realname-python3)
+pkgver=1.4.5
+pkgrel=1
+pkgdesc=Python style guide checker
+arch=('any')
+url=http://github.com/jcrocholl/pep8/;
+license=('custom:Expat')
+makedepends=('python-distribute' 'python2-distribute')
+source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir
+  cp -r $_realname-$pkgver $_realname-$pkgver-python2
+}
+
+package_pep8-python2() {
+  depends=('python2')
+  provides=('pep8')
+  conflicts=('pep8')
+  replaces=('pep8')
+  
+  cd $srcdir/$_realname-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root=$pkgdir/
+  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_pep8-python3() {
+  depends=('python3')
+  
+  cd $srcdir/$_realname-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('d4d33ab4318b64ae89967026e4f8ac4a')



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

2013-03-06 Thread Andreas Radke
Date: Thursday, March 7, 2013 @ 05:53:24
  Author: andyrtr
Revision: 179553

upgpkg: libreoffice 4.0.1-1

upstream update 4.0.1

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-06 21:11:33 UTC (rev 179552)
+++ PKGBUILD2013-03-07 04:53:24 UTC (rev 179553)
@@ -40,8 +40,8 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url=http://dev-www.libreoffice.org/src;
 _additional_source_url2=http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
@@ -152,9 +152,9 @@
 
 build() {
 
-   unset J2REDIR; unset J2SDKDIR; unset JAVA_HOME; unset CLASSPATH
-   [ -z ${JAVA_HOME} ]  . /etc/profile.d/jdk.sh || . 
/etc/profile.d/openjdk6.sh
-   [ -z ${ANT_HOME} ]  . /etc/profile.d/apache-ant.sh
+#  unset J2REDIR; unset J2SDKDIR; unset JAVA_HOME; unset CLASSPATH
+#  [ -z ${JAVA_HOME} ]  . /etc/profile.d/jdk.sh || . 
/etc/profile.d/openjdk6.sh
+#  [ -z ${ANT_HOME} ]  . /etc/profile.d/apache-ant.sh
 
 cd ${srcdir}/libreoffice-$_LOver
 
@@ -539,7 +539,7 @@
mv ${srcdir}/fakeinstall${file} ${pkgdir}$file
  done
  
-  # fix environment path to keep compatibility with openjdk6 and openjdk7
+  # fix environment path to keep compatibility with other java-environments
   sed -i -e s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR: 
${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.{sh,csh}
 }
 



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

2013-03-06 Thread Andreas Radke
Date: Thursday, March 7, 2013 @ 05:54:13
  Author: andyrtr
Revision: 179554

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

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

-+
 testing-i686/PKGBUILD   |  655 
++
 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 |  655 
++
 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  |   11 
 testing-x86_64/libreoffice-writer.install   |   11 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 20 files changed, 1634 insertions(+)

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


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

2013-03-06 Thread Federico Cinelli
Date: Thursday, March 7, 2013 @ 07:29:12
  Author: cinelli
Revision: 85777

upgpkg: smem 1.2-1

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 02:00:54 UTC (rev 85776)
+++ PKGBUILD2013-03-07 06:29:12 UTC (rev 85777)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
 # Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
 # Contributor: Sebastien Duquette ekse...@gmail.com
 
@@ -12,21 +13,21 @@
 depends=('python2')
 optdepends=('python2-matplotlib: for chart generation')
 arch=('i686' 'x86_64')
-source=(http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz;)
+source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
 md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   sed -i '1s/python$/python2/' smem
   make smemcap
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  install -Dm755 smem $pkgdir/usr/bin/smem
-  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
-  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
+  install -Dm755 smem $pkgdir/usr/bin/smem
+  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
+  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
 }
 



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

2013-03-06 Thread Federico Cinelli
Date: Thursday, March 7, 2013 @ 07:30:34
  Author: cinelli
Revision: 85778

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

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

---+
 community-i686/PKGBUILD   |   65 ++--
 community-x86_64/PKGBUILD |   65 ++--
 2 files changed, 66 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-07 06:29:12 UTC (rev 85777)
+++ community-i686/PKGBUILD 2013-03-07 06:30:34 UTC (rev 85778)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc=Generate reports on memory usage.
-url=http://www.selenic.com/smem/;
-license=(GPL)
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=(http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 smem $pkgdir/usr/bin/smem
-  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
-  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 85777, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-07 06:30:34 UTC (rev 85778)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.2
+pkgrel=1
+pkgdesc=Generate reports on memory usage.
+url=http://www.selenic.com/smem/;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 smem $pkgdir/usr/bin/smem
+  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
+  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-07 06:29:12 UTC (rev 85777)
+++ community-x86_64/PKGBUILD   2013-03-07 06:30:34 UTC (rev 85778)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc=Generate reports on memory usage.
-url=http://www.selenic.com/smem/;
-license=(GPL)
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=(http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 smem $pkgdir/usr/bin/smem
-  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
-  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 85777, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-07 06:30:34 UTC (rev 85778)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.2
+pkgrel=1
+pkgdesc=Generate reports on memory usage.
+url=http://www.selenic.com/smem/;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+

[arch-commits] Commit in llvm-amdgpu-snapshot/trunk (PKGBUILD)

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 08:27:43
  Author: lcarlier
Revision: 85779

upgpkg: llvm-amdgpu-snapshot 20130307-1

Prepare for mesa 9.1.1

Modified:
  llvm-amdgpu-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 06:30:34 UTC (rev 85778)
+++ PKGBUILD2013-03-07 07:27:43 UTC (rev 85779)
@@ -7,7 +7,7 @@
 # Contributor: Tomas Wilhelmsson tomas.wilhelms...@gmail.com
 
 pkgname=llvm-amdgpu-snapshot
-pkgver=20130219
+pkgver=20130307
 pkgrel=1
 pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('libffi' 'python2' 'ocaml')
 conflicts=('llvm')
 
source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
-md5sums=('e0be7122e8b008b9ca55310903a9ed99')
+md5sums=('6aa900855eea11b6dce86fb04d813d75')
 
 build() {
   cd $srcdir/llvm-*



[arch-commits] Commit in llvm-amdgpu-snapshot/repos (4 files)

2013-03-06 Thread Laurent Carlier
Date: Thursday, March 7, 2013 @ 08:27:55
  Author: lcarlier
Revision: 85780

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

Added:
  llvm-amdgpu-snapshot/repos/community-testing-i686/PKGBUILD
(from rev 85779, llvm-amdgpu-snapshot/trunk/PKGBUILD)
  llvm-amdgpu-snapshot/repos/community-testing-x86_64/PKGBUILD
(from rev 85779, llvm-amdgpu-snapshot/trunk/PKGBUILD)
Deleted:
  llvm-amdgpu-snapshot/repos/community-testing-i686/PKGBUILD
  llvm-amdgpu-snapshot/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-03-07 07:27:43 UTC (rev 85779)
+++ community-testing-i686/PKGBUILD 2013-03-07 07:27:55 UTC (rev 85780)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Anders Bergh and...@archlinuxppc.org
-# Contributor: Tomas Wilhelmsson tomas.wilhelms...@gmail.com
-
-pkgname=llvm-amdgpu-snapshot
-pkgver=20130219
-pkgrel=1
-pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support'
-arch=('i686' 'x86_64')
-url=http://llvm.org;
-license=('custom:University of Illinois/NCSA Open Source License')
-depends=('libffi' 'python2' 'ocaml')
-conflicts=('llvm')
-source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
-md5sums=('e0be7122e8b008b9ca55310903a9ed99')
-
-build() {
-  cd $srcdir/llvm-*
-
-  sed -i 's/python$/python2/' utils/llvm-build/llvm-build
-
-  # Apply strip option to configure
-  _optimized_switch=enable
-  [[ $(check_option strip) == n ]]  _optimized_switch=disable
-
-  # Include location of libffi headers in CPPFLAGS
-  export CPPFLAGS=$CPPFLAGS $(pkg-config --cflags libffi)
-
-  # Force the use of GCC instead of clang
-  PYTHON=python2 CC=gcc CXX=g++ \
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib/llvm \
---sysconfdir=/etc \
---enable-shared \
---enable-libffi \
---enable-targets=all \
---enable-experimental-targets=R600 \
---disable-expensive-checks \
---with-binutils-include=/usr/include \
---$_optimized_switch-optimized
-
-  make REQUIRES_RTTI=1
-}
-
-package() {
-  cd $srcdir/llvm-*
-
-  make DESTDIR=$pkgdir install
-
-  # Remove useless files
-  rm -r $pkgdir/usr/{docs,lib/ocaml}
-  # Fix permissions of static libs
-  chmod -x $pkgdir/usr/lib/lib*.a
-
-  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: llvm-amdgpu-snapshot/repos/community-testing-i686/PKGBUILD (from rev 
85779, llvm-amdgpu-snapshot/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-07 07:27:55 UTC (rev 85780)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Anders Bergh and...@archlinuxppc.org
+# Contributor: Tomas Wilhelmsson tomas.wilhelms...@gmail.com
+
+pkgname=llvm-amdgpu-snapshot
+pkgver=20130307
+pkgrel=1
+pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support'
+arch=('i686' 'x86_64')
+url=http://llvm.org;
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('libffi' 'python2' 'ocaml')
+conflicts=('llvm')
+source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
+md5sums=('6aa900855eea11b6dce86fb04d813d75')
+
+build() {
+  cd $srcdir/llvm-*
+
+  sed -i 's/python$/python2/' utils/llvm-build/llvm-build
+
+  # Apply strip option to configure
+  _optimized_switch=enable
+  [[ $(check_option strip) == n ]]  _optimized_switch=disable
+
+  # Include location of libffi headers in CPPFLAGS
+  export CPPFLAGS=$CPPFLAGS $(pkg-config --cflags libffi)
+
+  # Force the use of GCC instead of clang
+  PYTHON=python2 CC=gcc CXX=g++ \
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib/llvm \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-libffi \
+--enable-targets=all \
+--enable-experimental-targets=R600 \
+--disable-expensive-checks \
+--with-binutils-include=/usr/include \
+--$_optimized_switch-optimized
+
+  make REQUIRES_RTTI=1
+}
+
+package() {
+  cd $srcdir/llvm-*
+
+  make DESTDIR=$pkgdir install
+
+  # Remove useless files
+  rm -r $pkgdir/usr/{docs,lib/ocaml}
+  # Fix 

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

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:30:05
  Author: andrea
Revision: 179555

upgpkg: gegl 0.2.0-6

ruby rebuild

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 04:54:13 UTC (rev 179554)
+++ PKGBUILD2013-03-07 07:30:05 UTC (rev 179555)
@@ -3,7 +3,7 @@
 
 pkgname=gegl
 pkgver=0.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Graph based image processing framework
 arch=('i686' 'x86_64')
 url=http://www.gegl.org/;



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

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:30:12
  Author: andrea
Revision: 179556

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

Added:
  gegl/repos/staging-i686/
  gegl/repos/staging-i686/PKGBUILD
(from rev 179555, gegl/trunk/PKGBUILD)
  gegl/repos/staging-i686/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 179555, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 179555, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 179555, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)

+
 staging-i686/PKGBUILD  |   38 +++
 staging-i686/gegl-0.2.0-ffmpeg-0.11.diff   |   12 
 staging-x86_64/PKGBUILD|   38 +++
 staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff |   12 
 4 files changed, 100 insertions(+)

Copied: gegl/repos/staging-i686/PKGBUILD (from rev 179555, gegl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-07 07:30:12 UTC (rev 179556)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gegl
+pkgver=0.2.0
+pkgrel=6
+pkgdesc=Graph based image processing framework
+arch=('i686' 'x86_64')
+url=http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 gegl-0.2.0-ffmpeg-0.11.diff)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  'c10fd988c634fcf0948cc91a51d6528f6f1704ba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gegl/repos/staging-i686/gegl-0.2.0-ffmpeg-0.11.diff (from rev 179555, 
gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
===
--- staging-i686/gegl-0.2.0-ffmpeg-0.11.diff(rev 0)
+++ staging-i686/gegl-0.2.0-ffmpeg-0.11.diff2013-03-07 07:30:12 UTC (rev 
179556)
@@ -0,0 +1,12 @@
+diff -Naur gegl-0.2.0/operations/external/ff-load.c 
gegl-0.2.0-1/operations/external/ff-load.c
+--- gegl-0.2.0/operations/external/ff-load.c   2012-04-01 13:17:57.0 
+0200
 gegl-0.2.0-1/operations/external/ff-load.c 2012-07-11 12:42:05.174756560 
+0200
+@@ -271,7 +271,7 @@
+   gint err;
+ 
+   ff_cleanup (o);
+-  err = av_open_input_file (p-ic, o-path, NULL, 0, NULL);
++err = avformat_open_input (p-ic, o-path, NULL, NULL);
+   if (err  0)
+ {
+   print_error (o-path, err);

Copied: gegl/repos/staging-x86_64/PKGBUILD (from rev 179555, 
gegl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-07 07:30:12 UTC (rev 179556)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gegl
+pkgver=0.2.0
+pkgrel=6
+pkgdesc=Graph based image processing framework
+arch=('i686' 'x86_64')
+url=http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 gegl-0.2.0-ffmpeg-0.11.diff)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  'c10fd988c634fcf0948cc91a51d6528f6f1704ba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gegl/repos/staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff (from rev 179555, 
gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)

[arch-commits] Commit in newsbeuter/trunk (4 files)

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:35:12
  Author: andrea
Revision: 85782

upgpkg: newsbeuter 2.5-2

ruby rebuild

Added:
  newsbeuter/trunk/gcc47.patch
  newsbeuter/trunk/libjson.patch
Modified:
  newsbeuter/trunk/PKGBUILD
  newsbeuter/trunk/newsbeuter.changelog

--+
 PKGBUILD |   13 +--
 gcc47.patch  |   90 +
 libjson.patch|   29 +++
 newsbeuter.changelog |3 +
 4 files changed, 132 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 07:29:48 UTC (rev 85781)
+++ PKGBUILD2013-03-07 07:35:12 UTC (rev 85782)
@@ -4,7 +4,7 @@
 
 pkgname=newsbeuter
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A RSS feed reader for the text console with special Podcast support
 arch=('i686' 'x86_64')
 url=http://www.newsbeuter.org/;
@@ -15,12 +15,19 @@
 options=('!libtool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825')
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+'gcc47.patch'
+'libjson.patch')
+sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825'
+'24f30f83649deb8e2e268ebd2394243eb25824701f0c576a6c20f3f64e70dd52'
+'6fa9f8a814474e3262595745309c0263c7f3d40feb4ea8da29d2808ab710e781')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  patch -p1 -i ${srcdir}/gcc47.patch
+  patch -p1 -i ${srcdir}/libjson.patch
+
   make prefix=/usr
 }
 

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2013-03-07 07:35:12 UTC (rev 85782)
@@ -0,0 +1,90 @@
+diff -u -r -U5 newsbeuter-2.5/src/controller.cpp 
newsbeuter-2.5.includes/src/controller.cpp
+--- newsbeuter-2.5/src/controller.cpp  2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/controller.cpp 2012-02-18 15:57:32.525947811 
-0500
+@@ -36,10 +36,11 @@
+ 
+ #include sys/types.h
+ #include sys/wait.h
+ #include sys/stat.h
+ #include pwd.h
++#include unistd.h
+ 
+ #include ncurses.h
+ 
+ #include libxml/xmlversion.h
+ #include libxml/parser.h
+diff -u -r -U5 newsbeuter-2.5/src/google_api.cpp 
newsbeuter-2.5.includes/src/google_api.cpp
+--- newsbeuter-2.5/src/google_api.cpp  2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/google_api.cpp 2012-02-18 15:28:32.287929217 
-0500
+@@ -7,10 +7,12 @@
+ #include config.h
+ #include utils.h
+ 
+ #include curl/curl.h
+ 
++#include unistd.h
++
+ #define GREADER_LOGIN 
https://www.google.com/accounts/ClientLogin;
+ #define GREADER_API_PREFIX
http://www.google.com/reader/api/0/;
+ #define GREADER_FEED_PREFIX   
http://www.google.com/reader/atom/;
+ 
+ #define GREADER_SUBSCRIPTION_LIST GREADER_API_PREFIX 
subscription/list
+diff -u -r -U5 newsbeuter-2.5/src/pb_controller.cpp 
newsbeuter-2.5.includes/src/pb_controller.cpp
+--- newsbeuter-2.5/src/pb_controller.cpp   2012-01-06 09:41:13.0 
-0500
 newsbeuter-2.5.includes/src/pb_controller.cpp  2012-02-18 
15:57:48.241947978 -0500
+@@ -10,10 +10,11 @@
+ #include sys/stat.h
+ #include sys/types.h
+ #include pwd.h
+ #include cstdlib
+ #include signal.h
++#include unistd.h
+ 
+ #include keymap.h
+ #include configcontainer.h
+ #include colormanager.h
+ #include exceptions.h
+diff -u -r -U5 newsbeuter-2.5/src/queueloader.cpp 
newsbeuter-2.5.includes/src/queueloader.cpp
+--- newsbeuter-2.5/src/queueloader.cpp 2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/queueloader.cpp2012-02-18 
15:57:59.472948099 -0500
+@@ -5,10 +5,11 @@
+ #include logger.h
+ #include fstream
+ #include cstring
+ #include config.h
+ #include libgen.h
++#include unistd.h
+ 
+ using namespace newsbeuter;
+ 
+ namespace podbeuter {
+ 
+diff -u -r -U5 newsbeuter-2.5/src/reloadthread.cpp 
newsbeuter-2.5.includes/src/reloadthread.cpp
+--- newsbeuter-2.5/src/reloadthread.cpp2012-01-06 09:41:13.0 
-0500
 newsbeuter-2.5.includes/src/reloadthread.cpp   2012-02-18 
15:21:21.137924605 -0500
+@@ -1,8 +1,10 @@
+ #include reloadthread.h
+ #include logger.h
+ 
++#include unistd.h
++
+ namespace newsbeuter {
+ 
+ reloadthread::reloadthread(controller * c, configcontainer * cf) : ctrl(c), 
oldtime(0), waittime_sec(0), suppressed_first(false), cfg(cf) {
+   LOG(LOG_INFO,reloadthread: waiting %u seconds between 
reloads,waittime_sec);
+ }
+diff -u -r -U5 newsbeuter-2.5/src/utils.cpp 
newsbeuter-2.5.includes/src/utils.cpp
+--- newsbeuter-2.5/src/utils.cpp   2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/utils.cpp  2012-02-18 15:01:55.076912171 
-0500
+@@ -8,10 +8,11 @@
+ #include 

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

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:35:25
  Author: andrea
Revision: 85783

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

Added:
  newsbeuter/repos/community-staging-i686/
  newsbeuter/repos/community-staging-i686/PKGBUILD
(from rev 85782, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-i686/gcc47.patch
(from rev 85782, newsbeuter/trunk/gcc47.patch)
  newsbeuter/repos/community-staging-i686/libjson.patch
(from rev 85782, newsbeuter/trunk/libjson.patch)
  newsbeuter/repos/community-staging-i686/newsbeuter.changelog
(from rev 85782, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-i686/newsbeuter.install
(from rev 85782, newsbeuter/trunk/newsbeuter.install)
  newsbeuter/repos/community-staging-x86_64/
  newsbeuter/repos/community-staging-x86_64/PKGBUILD
(from rev 85782, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-x86_64/gcc47.patch
(from rev 85782, newsbeuter/trunk/gcc47.patch)
  newsbeuter/repos/community-staging-x86_64/libjson.patch
(from rev 85782, newsbeuter/trunk/libjson.patch)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog
(from rev 85782, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.install
(from rev 85782, newsbeuter/trunk/newsbeuter.install)

---+
 community-staging-i686/PKGBUILD   |   41 ++
 community-staging-i686/gcc47.patch|   90 
 community-staging-i686/libjson.patch  |   29 +++
 community-staging-i686/newsbeuter.changelog   |   27 +++
 community-staging-i686/newsbeuter.install |6 +
 community-staging-x86_64/PKGBUILD |   41 ++
 community-staging-x86_64/gcc47.patch  |   90 
 community-staging-x86_64/libjson.patch|   29 +++
 community-staging-x86_64/newsbeuter.changelog |   27 +++
 community-staging-x86_64/newsbeuter.install   |6 +
 10 files changed, 386 insertions(+)

Copied: newsbeuter/repos/community-staging-i686/PKGBUILD (from rev 85782, 
newsbeuter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 07:35:25 UTC (rev 85783)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Sven Pfleiderer pfle...@roothausen.de
+
+pkgname=newsbeuter
+pkgver=2.5
+pkgrel=2
+pkgdesc=A RSS feed reader for the text console with special Podcast support
+arch=('i686' 'x86_64')
+url=http://www.newsbeuter.org/;
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+optdepends=('ruby')
+options=('!libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+'gcc47.patch'
+'libjson.patch')
+sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825'
+'24f30f83649deb8e2e268ebd2394243eb25824701f0c576a6c20f3f64e70dd52'
+'6fa9f8a814474e3262595745309c0263c7f3d40feb4ea8da29d2808ab710e781')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -p1 -i ${srcdir}/gcc47.patch
+  patch -p1 -i ${srcdir}/libjson.patch
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=$pkgdir install
+
+#license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-i686/gcc47.patch (from rev 85782, 
newsbeuter/trunk/gcc47.patch)
===
--- community-staging-i686/gcc47.patch  (rev 0)
+++ community-staging-i686/gcc47.patch  2013-03-07 07:35:25 UTC (rev 85783)
@@ -0,0 +1,90 @@
+diff -u -r -U5 newsbeuter-2.5/src/controller.cpp 
newsbeuter-2.5.includes/src/controller.cpp
+--- newsbeuter-2.5/src/controller.cpp  2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/controller.cpp 2012-02-18 15:57:32.525947811 
-0500
+@@ -36,10 +36,11 @@
+ 
+ #include sys/types.h
+ #include sys/wait.h
+ #include sys/stat.h
+ #include pwd.h
++#include unistd.h
+ 
+ #include ncurses.h
+ 
+ #include libxml/xmlversion.h
+ #include libxml/parser.h
+diff -u -r -U5 newsbeuter-2.5/src/google_api.cpp 
newsbeuter-2.5.includes/src/google_api.cpp
+--- newsbeuter-2.5/src/google_api.cpp  2012-01-06 09:41:13.0 -0500
 newsbeuter-2.5.includes/src/google_api.cpp 2012-02-18 15:28:32.287929217 
-0500
+@@ -7,10 +7,12 @@
+ #include config.h
+ #include utils.h
+ 
+ #include curl/curl.h
+ 
++#include unistd.h
++
+ #define GREADER_LOGIN 
https://www.google.com/accounts/ClientLogin;
+ #define GREADER_API_PREFIX

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

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:55:18
  Author: andrea
Revision: 85784

upgpkg: qlandkartegt 1.6.0-3

mariadb rebuild

Modified:
  qlandkartegt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 07:35:25 UTC (rev 85783)
+++ PKGBUILD2013-03-07 07:55:18 UTC (rev 85784)
@@ -5,12 +5,12 @@
 
 pkgname=qlandkartegt
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Use your GPS with Linux
 arch=('i686' 'x86_64')
 url=http://www.qlandkarte.org/;
 license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmysqlclient' 'glu' 
'postgresql-libs'
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
  'shared-mime-info' 'qtwebkit')
 makedepends=('cmake' 'garmindev' 'mesa')
 optdepends=('garmindev: to connect garmin devices')



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

2013-03-06 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 08:55:36
  Author: andrea
Revision: 85785

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

Added:
  qlandkartegt/repos/community-staging-i686/
  qlandkartegt/repos/community-staging-i686/PKGBUILD
(from rev 85784, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml
(from rev 85784, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog
(from rev 85784, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.install
(from rev 85784, qlandkartegt/trunk/qlandkartegt.install)
  qlandkartegt/repos/community-staging-x86_64/
  qlandkartegt/repos/community-staging-x86_64/PKGBUILD
(from rev 85784, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml
(from rev 85784, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog
(from rev 85784, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.install
(from rev 85784, qlandkartegt/trunk/qlandkartegt.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/qlandkartegt-mimetypes.xml   |7 ++
 community-staging-i686/qlandkartegt.changelog   |   54 ++
 community-staging-i686/qlandkartegt.install |7 ++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/qlandkartegt-mimetypes.xml |7 ++
 community-staging-x86_64/qlandkartegt.changelog |   54 ++
 community-staging-x86_64/qlandkartegt.install   |7 ++
 8 files changed, 220 insertions(+)

Copied: qlandkartegt/repos/community-staging-i686/PKGBUILD (from rev 85784, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 07:55:36 UTC (rev 85785)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('995a55cf45acba67aa0144b64782566187c3ed3240652f22d4002127f6f2fcb4'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml 
(from rev 85784, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-i686/qlandkartegt-mimetypes.xml   
(rev 0)
+++ community-staging-i686/qlandkartegt-mimetypes.xml   2013-03-07 07:55:36 UTC 
(rev 85785)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
+  mime-type type=application/vnd.qlandkartegt.qlb
+commentQLandkarteGT File/comment
+glob pattern=*.qlb/
+  /mime-type
+/mime-info

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog (from 
rev 85784, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-i686/qlandkartegt.changelog   
(rev 0)
+++ community-staging-i686/qlandkartegt.changelog   2013-03-07 07:55:36 UTC 
(rev 85785)
@@ -0,0 +1,54 @@
+2012-12-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.2-1
+
+2012-05-20