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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:50:04
  Author: tpowa
Revision: 185733

upgpkg: mkisolinux 2013.03-2

move /usr/sbin to /usr/bin

Modified:
  mkisolinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 02:31:12 UTC (rev 185732)
+++ PKGBUILD2013-05-18 06:50:04 UTC (rev 185733)
@@ -3,7 +3,7 @@
 
 pkgname=mkisolinux
 pkgver=2013.03
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced, modular isolinux bootcd image creation utility
 arch=(any)
 license=('GPL')
@@ -20,7 +20,7 @@
 package()
 {
   cd $srcdir/
-  install -D -m755 mkisolinux $pkgdir/usr/sbin/mkisolinux
+  install -D -m755 mkisolinux $pkgdir/usr/bin/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



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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:50:14
  Author: tpowa
Revision: 185734

archrelease: copy trunk to extra-any

Added:
  mkisolinux/repos/extra-any/PKGBUILD
(from rev 185733, mkisolinux/trunk/PKGBUILD)
  mkisolinux/repos/extra-any/boot.msg
(from rev 185733, mkisolinux/trunk/boot.msg)
  mkisolinux/repos/extra-any/mkisolinux
(from rev 185733, mkisolinux/trunk/mkisolinux)
  mkisolinux/repos/extra-any/mkisolinux.conf
(from rev 185733, mkisolinux/trunk/mkisolinux.conf)
  mkisolinux/repos/extra-any/options.msg
(from rev 185733, 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-05-18 06:50:04 UTC (rev 185733)
+++ PKGBUILD2013-05-18 06:50:14 UTC (rev 185734)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: mkisolinux/repos/extra-any/PKGBUILD (from rev 185733, 
mkisolinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 06:50:14 UTC (rev 185734)
@@ -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=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'
+ 'f09447da1acd6ce28f0d13f10992523c'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mkisolinux $pkgdir/usr/bin/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-05-18 06:50:04 UTC (rev 185733)
+++ boot.msg2013-05-18 06:50:14 UTC (rev 185734)
@@ -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 185733, 
mkisolinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-05-18 06:50:14 UTC (rev 185734)
@@ -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 mkpxelinux/trunk (PKGBUILD)

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:50:57
  Author: tpowa
Revision: 185735

upgpkg: mkpxelinux 2013.03-2

move /usr/sbin to /usr/bin

Modified:
  mkpxelinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 06:50:14 UTC (rev 185734)
+++ PKGBUILD2013-05-18 06:50:57 UTC (rev 185735)
@@ -3,7 +3,7 @@
 
 pkgname=mkpxelinux
 pkgver=2013.03
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced, modular network pxe boot image creation utility
 arch=(any)
 license=('GPL')
@@ -20,7 +20,7 @@
 package()
 {
   cd $srcdir/
-  install -D -m755 mkpxelinux $pkgdir/usr/sbin/mkpxelinux
+  install -D -m755 mkpxelinux $pkgdir/usr/bin/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



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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:51:05
  Author: tpowa
Revision: 185736

archrelease: copy trunk to extra-any

Added:
  mkpxelinux/repos/extra-any/PKGBUILD
(from rev 185735, mkpxelinux/trunk/PKGBUILD)
  mkpxelinux/repos/extra-any/boot.msg
(from rev 185735, mkpxelinux/trunk/boot.msg)
  mkpxelinux/repos/extra-any/mkpxelinux
(from rev 185735, mkpxelinux/trunk/mkpxelinux)
  mkpxelinux/repos/extra-any/mkpxelinux.conf
(from rev 185735, mkpxelinux/trunk/mkpxelinux.conf)
  mkpxelinux/repos/extra-any/options.msg
(from rev 185735, 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-05-18 06:50:57 UTC (rev 185735)
+++ PKGBUILD2013-05-18 06:51:05 UTC (rev 185736)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: mkpxelinux/repos/extra-any/PKGBUILD (from rev 185735, 
mkpxelinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 06:51:05 UTC (rev 185736)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mkpxelinux
+pkgver=2013.03
+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'
+ '1b6aa3d4e77d6d7a61590d242d34a138'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mkpxelinux $pkgdir/usr/bin/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-05-18 06:50:57 UTC (rev 185735)
+++ boot.msg2013-05-18 06:51:05 UTC (rev 185736)
@@ -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 185735, 
mkpxelinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-05-18 06:51:05 UTC (rev 185736)
@@ -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-05-18 06:50:57 UTC (rev 185735)

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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:51:41
  Author: tpowa
Revision: 185737

upgpkg: mksyslinux 2013.03-2

move /usr/sbin to /usr/bin

Modified:
  mksyslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 06:51:05 UTC (rev 185736)
+++ PKGBUILD2013-05-18 06:51:41 UTC (rev 185737)
@@ -3,7 +3,7 @@
 
 pkgname=mksyslinux
 pkgver=2013.03
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced, modular syslinux boot image creation utility
 arch=(any)
 license=('GPL')
@@ -19,7 +19,7 @@
 package()
 {
   cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
+  install -D -m755 mksyslinux $pkgdir/usr/bin/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



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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:51:48
  Author: tpowa
Revision: 185738

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 185737, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 185737, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 185737, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 185737, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 185737, 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-05-18 06:51:41 UTC (rev 185737)
+++ PKGBUILD2013-05-18 06:51:48 UTC (rev 185738)
@@ -1,26 +0,0 @@
-# $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
-}

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 185737, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 06:51:48 UTC (rev 185738)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.03
+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'
+ '0e71d0e137ccbce67a96910278a59a40'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/bin/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-05-18 06:51:41 UTC (rev 185737)
+++ boot.msg2013-05-18 06:51:48 UTC (rev 185738)
@@ -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 185737, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-05-18 06:51:48 UTC (rev 185738)
@@ -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-05-18 06:51:41 UTC (rev 185737)
+++ mksyslinux  2013-05-18 06:51:48 UTC (rev 185738)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:52:33
  Author: tpowa
Revision: 185739

upgpkg: hwdetect 2013.02-2

move /sbin to /usr/bin

Modified:
  hwdetect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 06:51:48 UTC (rev 185738)
+++ PKGBUILD2013-05-18 06:52:33 UTC (rev 185739)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
 pkgver=2013.02
-pkgrel=1
+pkgrel=2
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -14,6 +14,6 @@
 source=(hwdetect)
 
 package() {
-  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
+  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/usr/bin/hwdetect
 }
 md5sums=('894a3f1d481179651af00278f7638084')



[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:52:38
  Author: tpowa
Revision: 185740

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 185739, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 185739, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1000 ++---
 2 files changed, 519 insertions(+), 519 deletions(-)

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


[arch-commits] Commit in (mingetty)

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 09:35:53
  Author: bpiotrowski
Revision: 91018

Drop mingetty to [unsupported].

Deleted:
  mingetty/



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

2013-05-18 Thread Florian Pritz
Date: Saturday, May 18, 2013 @ 10:38:34
  Author: bluewind
Revision: 91019

upgpkg: inxi 1.9.04-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 07:35:53 UTC (rev 91018)
+++ PKGBUILD2013-05-18 08:38:34 UTC (rev 91019)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.8.47
+pkgver=1.9.04
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce94f289db80c5ad8219645ad2e1b092')
+md5sums=('e85079e6f404f4a8fd10890b66a0e341')
 
 package() {
   cd $srcdir



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

2013-05-18 Thread Florian Pritz
Date: Saturday, May 18, 2013 @ 10:38:41
  Author: bluewind
Revision: 91020

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 91019, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 91019, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 08:38:34 UTC (rev 91019)
+++ PKGBUILD2013-05-18 08:38:41 UTC (rev 91020)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.8.47
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce94f289db80c5ad8219645ad2e1b092')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 91019, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 08:38:41 UTC (rev 91020)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.9.04
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e85079e6f404f4a8fd10890b66a0e341')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-05-18 08:38:34 UTC (rev 91019)
+++ upgpkg  2013-05-18 08:38:41 UTC (rev 91020)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 91019, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-05-18 08:38:41 UTC (rev 91020)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-05-18 Thread Gaetan Bisson
Date: Saturday, May 18, 2013 @ 11:28:27
  Author: bisson
Revision: 185742

upstream update

Modified:
  xorg-xfontsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 07:05:53 UTC (rev 185741)
+++ PKGBUILD2013-05-18 09:28:27 UTC (rev 185742)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-xfontsel
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Point and click selection of X11 font names'
 url='http://xorg.freedesktop.org/'
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
-sha1sums=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd')
+sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf')
 
 build() {
cd ${srcdir}/xfontsel-${pkgver}



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

2013-05-18 Thread Gaetan Bisson
Date: Saturday, May 18, 2013 @ 11:28:36
  Author: bisson
Revision: 185743

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

Added:
  xorg-xfontsel/repos/extra-i686/PKGBUILD
(from rev 185742, xorg-xfontsel/trunk/PKGBUILD)
  xorg-xfontsel/repos/extra-x86_64/PKGBUILD
(from rev 185742, xorg-xfontsel/trunk/PKGBUILD)
Deleted:
  xorg-xfontsel/repos/extra-i686/PKGBUILD
  xorg-xfontsel/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 09:28:27 UTC (rev 185742)
+++ extra-i686/PKGBUILD 2013-05-18 09:28:36 UTC (rev 185743)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xorg-xfontsel
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Point and click selection of X11 font names'
-url='http://xorg.freedesktop.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('xorg-util-macros')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
-sha1sums=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd')
-
-build() {
-   cd ${srcdir}/xfontsel-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/xfontsel-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xfontsel/repos/extra-i686/PKGBUILD (from rev 185742, 
xorg-xfontsel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 09:28:36 UTC (rev 185743)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xfontsel
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Point and click selection of X11 font names'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
+sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf')
+
+build() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 09:28:27 UTC (rev 185742)
+++ extra-x86_64/PKGBUILD   2013-05-18 09:28:36 UTC (rev 185743)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xorg-xfontsel
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Point and click selection of X11 font names'
-url='http://xorg.freedesktop.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('xorg-util-macros')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
-sha1sums=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd')
-
-build() {
-   cd ${srcdir}/xfontsel-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/xfontsel-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xfontsel/repos/extra-x86_64/PKGBUILD (from rev 185742, 
xorg-xfontsel/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 09:28:36 UTC (rev 185743)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xfontsel
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Point and click selection of X11 font names'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
+sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf')
+
+build() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-05-18 Thread Xyne
Date: Saturday, May 18, 2013 @ 11:41:33
  Author: xyne
Revision: 91021

upgpkg: asunder 2.3-1

Added:
  asunder/trunk/asunder.install
Modified:
  asunder/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++-
 asunder.install |   14 ++
 2 files changed, 20 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 08:38:41 UTC (rev 91020)
+++ PKGBUILD2013-05-18 09:41:33 UTC (rev 91021)
@@ -5,19 +5,20 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=asunder
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc=a graphical CD ripper and encoder
 arch=('i686' 'x86_64')
 url=http://littlesvr.ca/asunder/;
 license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
 optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
'flac: for flac support')
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4996860f552879fd8abdc87d1c6c7530')
-sha256sums=('bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f')
+md5sums=('dd690d8f4c68a2e786c657e08be688d0')
+sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
+install=$pkgname.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Added: asunder.install
===
--- asunder.install (rev 0)
+++ asunder.install 2013-05-18 09:41:33 UTC (rev 91021)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file



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

2013-05-18 Thread Xyne
Date: Saturday, May 18, 2013 @ 11:42:05
  Author: xyne
Revision: 91022

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

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

--+
 /PKGBUILD|   66 +
 community-i686/PKGBUILD  |   32 -
 community-i686/asunder.install   |   14 +++
 community-x86_64/PKGBUILD|   32 -
 community-x86_64/asunder.install |   14 +++
 5 files changed, 94 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-18 09:41:33 UTC (rev 91021)
+++ community-i686/PKGBUILD 2013-05-18 09:42:05 UTC (rev 91022)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Xyne ac xunilhcra enyx, backwards
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=asunder
-pkgver=2.2
-pkgrel=1
-pkgdesc=a graphical CD ripper and encoder
-arch=('i686' 'x86_64')
-url=http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4996860f552879fd8abdc87d1c6c7530')
-sha256sums=('bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 91021, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-18 09:42:05 UTC (rev 91022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne ac xunilhcra enyx, backwards
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=asunder
+pkgver=2.3
+pkgrel=1
+pkgdesc=a graphical CD ripper and encoder
+arch=('i686' 'x86_64')
+url=http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dd690d8f4c68a2e786c657e08be688d0')
+sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
+install=$pkgname.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: asunder/repos/community-i686/asunder.install (from rev 91021, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2013-05-18 09:42:05 UTC (rev 91022)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-18 09:41:33 UTC (rev 91021)
+++ community-x86_64/PKGBUILD   2013-05-18 09:42:05 UTC (rev 91022)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Xyne ac xunilhcra enyx, backwards
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=asunder
-pkgver=2.2
-pkgrel=1
-pkgdesc=a graphical CD ripper and encoder
-arch=('i686' 'x86_64')
-url=http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4996860f552879fd8abdc87d1c6c7530')
-sha256sums=('bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f')
-
-build() {
-  cd 

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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 11:51:42
  Author: tpowa
Revision: 185744

upgpkg: alsa-utils 1.0.27-5

move /usr/sbin to /usr/bin

Modified:
  alsa-utils/trunk/PKGBUILD
Deleted:
  alsa-utils/trunk/alsa

--+
 PKGBUILD |6 +++--
 alsa |   62 -
 2 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 09:28:36 UTC (rev 185743)
+++ PKGBUILD2013-05-18 09:51:42 UTC (rev 185744)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.27
-pkgrel=4
+pkgrel=5
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -24,11 +24,13 @@
   patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
   patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
   patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
+  # remove wrong udev file from sources
+  rm alsactl/90-alsa-restore.rules
 }
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf \
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
 --with-udev-rules-dir=/usr/lib/udev/rules.d \
 --with-systemdsystemunitdir=/usr/lib/systemd/system
   make

Deleted: alsa
===
--- alsa2013-05-18 09:28:36 UTC (rev 185743)
+++ alsa2013-05-18 09:51:42 UTC (rev 185744)
@@ -1,62 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/conf.d/alsa
-. /etc/rc.d/functions
-
-case $1 in
-  start)
-stat_busy Restoring ALSA Levels
-if [[ ! -e /var/lib/alsa/asound.state ]]; then
-  /usr/sbin/alsactl $ALSA_ARGS store || { stat_fail; exit 1; }
-fi
-if /usr/sbin/alsactl $ALSA_ARGS restore; then
-  stat_done
-  add_daemon alsa
-else
-  stat_fail
-  exit 1
-fi
-
-POWERSAVE=${POWERSAVE:-0}
-if [[ -e /sys/module/snd_ac97_codec/parameters/power_save ]] \
-  (( $POWERSAVE )); then
-  echo $POWERSAVE  /sys/module/snd_ac97_codec/parameters/power_save
-  [[ -c /dev/dsp ]]  echo 1  /dev/dsp
-fi
-if [[ -e /sys/module/snd_hda_intel/parameters/power_save ]] \
-  (( $POWERSAVE )); then
-  echo $POWERSAVE  /sys/module/snd_hda_intel/parameters/power_save
-  [[ -c /dev/dsp ]]  echo 1  /dev/dsp
-fi
-;;
-  stop)
-SAVE_VOLUME=${SAVE_VOLUME:-yes}
-if [[ $SAVE_VOLUME = yes ]]; then
-  stat_busy Saving ALSA Levels
-  /usr/sbin/alsactl $ALSA_ARGS store || { stat_fail; exit 1; }
-else
-  stat_busy Stopping ALSA
-fi
-if [ $MUTE_VOLUME == yes ]; then
-  /usr/bin/amixer -q set Master 0 mute || { stat_fail; exit 1; }
-fi
-stat_done
-rm_daemon alsa
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  force-restart)
-stat_busy Trying to TERM or KILL processes that are blocking ALSA...
-FILES=$(ls -1 /dev/snd/* | grep -vi control)
-fuser -k -SIGTERM $FILES
-fuser -k $FILES
-stat_done
-$0 restart
-;;
-  *)
-echo usage: $0 {start|stop|restart|force-restart}
-esac



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

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 11:51:58
  Author: tpowa
Revision: 185745

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 185744, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 185744, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
(from rev 185744, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-i686/alsa.conf.d
(from rev 185744, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 185744, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
  alsa-utils/repos/extra-i686/arecord-1.0.27.patch
(from rev 185744, alsa-utils/trunk/arecord-1.0.27.patch)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 185744, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 185744, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
(from rev 185744, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 185744, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 185744, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
  alsa-utils/repos/extra-x86_64/arecord-1.0.27.patch
(from rev 185744, alsa-utils/trunk/arecord-1.0.27.patch)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/repos/extra-i686/arecord-1.0.27.patch
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-x86_64/alsa.conf.d
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/repos/extra-x86_64/arecord-1.0.27.patch

---+
 /90alsa   |   26 
 /PKGBUILD |  102 
 /alsa-restore-1.0.27.service.patch|   20 +++
 /alsa.conf.d  |   30 
 /alsactl-fix-buffer-overflow-1.0.27.patch |   50 +++
 /arecord-1.0.27.patch |   48 +++
 extra-i686/90alsa |   13 --
 extra-i686/PKGBUILD   |   49 ---
 extra-i686/alsa   |   62 -
 extra-i686/alsa-restore-1.0.27.service.patch  |   10 -
 extra-i686/alsa.conf.d|   15 --
 extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch   |   25 ---
 extra-i686/arecord-1.0.27.patch   |   24 ---
 extra-x86_64/90alsa   |   13 --
 extra-x86_64/PKGBUILD |   49 ---
 extra-x86_64/alsa |   62 -
 extra-x86_64/alsa-restore-1.0.27.service.patch|   10 -
 extra-x86_64/alsa.conf.d  |   15 --
 extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch |   25 ---
 extra-x86_64/arecord-1.0.27.patch |   24 ---
 20 files changed, 276 insertions(+), 396 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2013-05-18 09:51:42 UTC (rev 185744)
+++ extra-i686/90alsa   2013-05-18 09:51:58 UTC (rev 185745)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case $1 in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 185744, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2013-05-18 09:51:58 UTC (rev 185745)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case $1 in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 09:51:42 UTC (rev 185744)
+++ extra-i686/PKGBUILD 2013-05-18 09:51:58 UTC (rev 185745)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=4
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;

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

2013-05-18 Thread Sergej Pupykin
Date: Saturday, May 18, 2013 @ 12:14:32
  Author: spupykin
Revision: 91023

upgpkg: recoll 1.19.2-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 09:42:05 UTC (rev 91022)
+++ PKGBUILD2013-05-18 10:14:32 UTC (rev 91023)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=recoll
-pkgver=1.19.0
+pkgver=1.19.2
 pkgrel=1
 pkgdesc=Full text search tool based on Xapian backend
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
'aspell-en: English stemming support')
 install=recoll.install
 source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('118d5e256604dd5fb83fbcd8f9680bc5')
+md5sums=('caffd86c122476ca0bcdde55177b393b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-18 Thread Sergej Pupykin
Date: Saturday, May 18, 2013 @ 12:14:53
  Author: spupykin
Revision: 91024

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

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

-+
 /PKGBUILD   |  124 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 ---
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/recoll.install |   13 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-18 10:14:32 UTC (rev 91023)
+++ community-i686/PKGBUILD 2013-05-18 10:14:53 UTC (rev 91024)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=recoll
-pkgver=1.19.0
-pkgrel=1
-pkgdesc=Full text search tool based on Xapian backend
-arch=('i686' 'x86_64')
-url=http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'xpdf: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('118d5e256604dd5fb83fbcd8f9680bc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Python2 fix
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include unistd.h' utils/rclionice.cpp
-
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 91023, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-18 10:14:53 UTC (rev 91024)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=recoll
+pkgver=1.19.2
+pkgrel=1
+pkgdesc=Full text search tool based on Xapian backend
+arch=('i686' 'x86_64')
+url=http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'xpdf: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   

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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:41:16
  Author: andyrtr
Revision: 185746

upgpkg: xorg-appres 1.0.4-1

upstream update 1.0.4

Modified:
  xorg-appres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 09:51:58 UTC (rev 185745)
+++ PKGBUILD2013-05-18 10:41:16 UTC (rev 185746)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-appres
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=List X application resource database
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +13,7 @@
 makedepends=('xorg-util-macros')
 conflicts=('xorg-res-utils')
 
source=(http://xorg.freedesktop.org/archive/individual/app/appres-${pkgver}.tar.bz2;)
-sha1sums=('7303f12fae8cce92da2dbd88c9d31d816dc5da06')
+sha256sums=('9f614e9427cd9641a4a801ed5055700afa410674c0b7aa186b86078f11b83e8d')
 
 build() {
   cd ${srcdir}/appres-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:41:38
  Author: andyrtr
Revision: 185747

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

Added:
  xorg-appres/repos/extra-i686/PKGBUILD
(from rev 185746, xorg-appres/trunk/PKGBUILD)
  xorg-appres/repos/extra-x86_64/PKGBUILD
(from rev 185746, xorg-appres/trunk/PKGBUILD)
Deleted:
  xorg-appres/repos/extra-i686/PKGBUILD
  xorg-appres/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   28 ---
 extra-x86_64/PKGBUILD |   28 ---
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 10:41:16 UTC (rev 185746)
+++ extra-i686/PKGBUILD 2013-05-18 10:41:38 UTC (rev 185747)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-appres
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=List X application resource database
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxt')
-makedepends=('xorg-util-macros')
-conflicts=('xorg-res-utils')
-source=(http://xorg.freedesktop.org/archive/individual/app/appres-${pkgver}.tar.bz2;)
-sha1sums=('7303f12fae8cce92da2dbd88c9d31d816dc5da06')
-
-build() {
-  cd ${srcdir}/appres-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/appres-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-appres/repos/extra-i686/PKGBUILD (from rev 185746, 
xorg-appres/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 10:41:38 UTC (rev 185747)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-appres
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=List X application resource database
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxt')
+makedepends=('xorg-util-macros')
+conflicts=('xorg-res-utils')
+source=(http://xorg.freedesktop.org/archive/individual/app/appres-${pkgver}.tar.bz2;)
+sha256sums=('9f614e9427cd9641a4a801ed5055700afa410674c0b7aa186b86078f11b83e8d')
+
+build() {
+  cd ${srcdir}/appres-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/appres-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 10:41:16 UTC (rev 185746)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:41:38 UTC (rev 185747)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-appres
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=List X application resource database
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxt')
-makedepends=('xorg-util-macros')
-conflicts=('xorg-res-utils')
-source=(http://xorg.freedesktop.org/archive/individual/app/appres-${pkgver}.tar.bz2;)
-sha1sums=('7303f12fae8cce92da2dbd88c9d31d816dc5da06')
-
-build() {
-  cd ${srcdir}/appres-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/appres-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-appres/repos/extra-x86_64/PKGBUILD (from rev 185746, 
xorg-appres/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:41:38 UTC (rev 185747)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-appres
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=List X application resource database
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxt')
+makedepends=('xorg-util-macros')
+conflicts=('xorg-res-utils')
+source=(http://xorg.freedesktop.org/archive/individual/app/appres-${pkgver}.tar.bz2;)
+sha256sums=('9f614e9427cd9641a4a801ed5055700afa410674c0b7aa186b86078f11b83e8d')
+
+build() {
+  cd ${srcdir}/appres-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/appres-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:45:14
  Author: andyrtr
Revision: 185749

upgpkg: xorg-xrefresh 1.0.5-1

upstream update 1.0.5

Modified:
  xorg-xrefresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:42:24 UTC (rev 185748)
+++ PKGBUILD2013-05-18 10:45:14 UTC (rev 185749)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xrefresh
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc=Refresh all or part of an X screen
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +13,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
-sha1sums=('5e85ee14ea9a357c1d4372bbc068a8d452a134aa')
+sha256sums=('3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6')
 
 build() {
   cd ${srcdir}/xrefresh-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:45:33
  Author: andyrtr
Revision: 185750

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

Added:
  xorg-xrefresh/repos/extra-i686/PKGBUILD
(from rev 185749, xorg-xrefresh/trunk/PKGBUILD)
  xorg-xrefresh/repos/extra-x86_64/PKGBUILD
(from rev 185749, xorg-xrefresh/trunk/PKGBUILD)
Deleted:
  xorg-xrefresh/repos/extra-i686/PKGBUILD
  xorg-xrefresh/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 10:45:14 UTC (rev 185749)
+++ extra-i686/PKGBUILD 2013-05-18 10:45:33 UTC (rev 185750)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xrefresh
-pkgver=1.0.4
-pkgrel=3
-pkgdesc=Refresh all or part of an X screen
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
-sha1sums=('5e85ee14ea9a357c1d4372bbc068a8d452a134aa')
-
-build() {
-  cd ${srcdir}/xrefresh-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xrefresh-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xrefresh/repos/extra-i686/PKGBUILD (from rev 185749, 
xorg-xrefresh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 10:45:33 UTC (rev 185750)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrefresh
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Refresh all or part of an X screen
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
+sha256sums=('3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6')
+
+build() {
+  cd ${srcdir}/xrefresh-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xrefresh-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 10:45:14 UTC (rev 185749)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:45:33 UTC (rev 185750)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xrefresh
-pkgver=1.0.4
-pkgrel=3
-pkgdesc=Refresh all or part of an X screen
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
-sha1sums=('5e85ee14ea9a357c1d4372bbc068a8d452a134aa')
-
-build() {
-  cd ${srcdir}/xrefresh-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xrefresh-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xrefresh/repos/extra-x86_64/PKGBUILD (from rev 185749, 
xorg-xrefresh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:45:33 UTC (rev 185750)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrefresh
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Refresh all or part of an X screen
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
+sha256sums=('3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6')
+
+build() {
+  cd ${srcdir}/xrefresh-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xrefresh-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:48:01
  Author: andyrtr
Revision: 185751

upgpkg: xorg-xwininfo 1.1.3-1

upstream update 1.1.3

Modified:
  xorg-xwininfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:45:33 UTC (rev 185750)
+++ PKGBUILD2013-05-18 10:48:01 UTC (rev 185751)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xwininfo
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc=Command-line utility to print information about windows on an X 
server
 arch=(i686 x86_64)
@@ -12,7 +13,7 @@
 makedepends=('xorg-util-macros' 'libx11')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
-sha1sums=('c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3')
+sha256sums=('218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8')
 
 build() {
   cd ${srcdir}/xwininfo-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:48:20
  Author: andyrtr
Revision: 185752

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

Added:
  xorg-xwininfo/repos/extra-i686/PKGBUILD
(from rev 185751, xorg-xwininfo/trunk/PKGBUILD)
  xorg-xwininfo/repos/extra-x86_64/PKGBUILD
(from rev 185751, xorg-xwininfo/trunk/PKGBUILD)
Deleted:
  xorg-xwininfo/repos/extra-i686/PKGBUILD
  xorg-xwininfo/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   28 ---
 extra-x86_64/PKGBUILD |   28 ---
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 10:48:01 UTC (rev 185751)
+++ extra-i686/PKGBUILD 2013-05-18 10:48:20 UTC (rev 185752)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwininfo
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Command-line utility to print information about windows on an X 
server
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'libx11')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
-sha1sums=('c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3')
-
-build() {
-  cd ${srcdir}/xwininfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwininfo-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xwininfo/repos/extra-i686/PKGBUILD (from rev 185751, 
xorg-xwininfo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 10:48:20 UTC (rev 185752)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwininfo
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=Command-line utility to print information about windows on an X 
server
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'libx11')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
+sha256sums=('218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8')
+
+build() {
+  cd ${srcdir}/xwininfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xwininfo-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 10:48:01 UTC (rev 185751)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:48:20 UTC (rev 185752)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwininfo
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Command-line utility to print information about windows on an X 
server
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'libx11')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
-sha1sums=('c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3')
-
-build() {
-  cd ${srcdir}/xwininfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwininfo-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xwininfo/repos/extra-x86_64/PKGBUILD (from rev 185751, 
xorg-xwininfo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 10:48:20 UTC (rev 185752)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwininfo
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=Command-line utility to print information about windows on an X 
server
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'libx11')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
+sha256sums=('218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8')
+
+build() {
+  cd ${srcdir}/xwininfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xwininfo-${pkgver}
+  make 

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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:51:25
  Author: andyrtr
Revision: 185753

upgpkg: libdrm 2.4.45-1

upstream update 2.4.45

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:48:20 UTC (rev 185752)
+++ PKGBUILD2013-05-18 10:51:25 UTC (rev 185753)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.44
-pkgrel=2
+pkgver=2.4.45
+pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
 license=('custom')
@@ -15,7 +15,7 @@
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
 COPYING)
-sha256sums=('42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2'
+sha256sums=('3ef0a70c16080fb90c50e807b660b7353d82509c03647f6ecc00bbfa1caee208'
 'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:51:46
  Author: andyrtr
Revision: 185754

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 185753, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 185753, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-i686/no-pthread-stubs.patch
(from rev 185753, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/extra-x86_64/COPYING
(from rev 185753, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 185753, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
(from rev 185753, libdrm/trunk/no-pthread-stubs.patch)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-i686/no-pthread-stubs.patch
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch

-+
 /COPYING|   96 +
 /PKGBUILD   |   84 +++
 /no-pthread-stubs.patch |  242 ++
 extra-i686/COPYING  |   48 --
 extra-i686/PKGBUILD |   42 -
 extra-i686/no-pthread-stubs.patch   |  121 -
 extra-x86_64/COPYING|   48 --
 extra-x86_64/PKGBUILD   |   42 -
 extra-x86_64/no-pthread-stubs.patch |  121 -
 9 files changed, 422 insertions(+), 422 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2013-05-18 10:51:25 UTC (rev 185753)
+++ extra-i686/COPYING  2013-05-18 10:51:46 UTC (rev 185754)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 185753, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2013-05-18 10:51:46 UTC (rev 185754)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright 

[arch-commits] Commit in (8 files)

2013-05-18 Thread Balló György
Date: Saturday, May 18, 2013 @ 12:55:58
  Author: bgyorgy
Revision: 91025

Move gloobus-preview from unsupported with 35 votes

Added:
  gloobus-preview/
  gloobus-preview/repos/
  gloobus-preview/trunk/
  gloobus-preview/trunk/PKGBUILD
  gloobus-preview/trunk/fix-gtksource-include.patch
  gloobus-preview/trunk/fix-unoconv.patch
  gloobus-preview/trunk/gloobus-preview.install
  gloobus-preview/trunk/use-xdg-open.patch

-+
 PKGBUILD|   85 ++
 fix-gtksource-include.patch |   39 +++
 fix-unoconv.patch   |   46 ++
 gloobus-preview.install |   12 +
 use-xdg-open.patch  |   20 +
 5 files changed, 202 insertions(+)

Added: gloobus-preview/trunk/PKGBUILD
===
--- gloobus-preview/trunk/PKGBUILD  (rev 0)
+++ gloobus-preview/trunk/PKGBUILD  2013-05-18 10:55:58 UTC (rev 91025)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gloobus-preview
+pkgver=0.4.5.290
+_pkgver=0.4.5-ubuntu11~ppa290
+pkgrel=1
+pkgdesc=Gnome application designed to enable a full screen preview of any 
kind of file
+arch=('i686' 'x86_64')
+url=http://gloobus.net/;
+license=('GPL')
+depends=('gstreamer0.10-base-plugins' 'gtksourceview3' 'poppler-glib' 
'python2-dbus' 'python2-gconf' 'taglib' 'xdg-utils')
+makedepends=('boost' 'bzr' 'djvulibre' 'libspectre')
+optdepends=('djvulibre: Preview DjVu documents'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-good-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'gstreamer0.10-ugly-plugins: Extra media codecs'
+'libspectre: Preview PostScript documents'
+'p7zip: View content of 7z archives'
+'unoconv: Preview LibreOffice compatible documents'
+'unrar: View content of RAR archives'
+'unzip: View content of .ZIP archives')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/~gloobus-dev/+archive/$pkgname/+files/${pkgname}_$_pkgver.orig.tar.xz
+gloobus-sushi::bzr+lp:gloobus-sushi
+fix-gtksource-include.patch
+fix-unoconv.patch
+use-xdg-open.patch)
+md5sums=('27b3db2043ecaf47fa928940bbb4f32a'
+ 'SKIP'
+ 'ca15a3e31cec01d3d4fc5a4e1720f692'
+ '03379c173e67ad1b6804bc609336451d'
+ 'd6d9e2b3e001f0ea8440cccdf90480af')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/gloobus-preview-configuration
+
+  # Fix build
+  patch -Np1 -i $srcdir/fix-gtksource-include.patch
+  sed -i 's/-Werror//' configure.ac src/Makefile.am
+
+  # Fix unoconv support
+  patch -Np1 -i $srcdir/fix-unoconv.patch
+
+  # Use xdg-open
+  patch -Np1 -i $srcdir/use-xdg-open.patch
+
+  ### Prepare gloobus-sushi
+  cd $srcdir/gloobus-sushi
+
+  # Python2 fix
+  sed -i 's/python /python2 /' src/gloobus-sushi.in
+}
+
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --disable-static
+  make
+
+  ### Build gloobus-sushi
+  cd $srcdir/gloobus-sushi
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  ### Install gloobus-sushi
+  cd $srcdir/gloobus-sushi
+  make DESTDIR=$pkgdir install
+
+  # Rename service file to avoid conflict with sushi
+  mv 
$pkgdir/usr/share/dbus-1/services/{org.gnome.Sushi.service,net.gloobus.Sushi.service}
+}


Property changes on: gloobus-preview/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gloobus-preview/trunk/fix-gtksource-include.patch
===
--- gloobus-preview/trunk/fix-gtksource-include.patch   
(rev 0)
+++ gloobus-preview/trunk/fix-gtksource-include.patch   2013-05-18 10:55:58 UTC 
(rev 91025)
@@ -0,0 +1,39 @@
+diff -Naur 
gloobus-preview-0.4.5-ubuntu11~ppa290.orig/src/gloobus-preview-interface-text.h 
gloobus-preview-0.4.5-ubuntu11~ppa290/src/gloobus-preview-interface-text.h
+--- 
gloobus-preview-0.4.5-ubuntu11~ppa290.orig/src/gloobus-preview-interface-text.h 
   2012-04-06 15:07:29.0 +0200
 gloobus-preview-0.4.5-ubuntu11~ppa290/src/gloobus-preview-interface-text.h 
2013-05-17 06:27:37.833360264 +0200
+@@ -1,8 +1,7 @@
+ #ifndef _ITEXT_
+ #define _ITEXT_
+ 
+-#include gtksourceview/gtksourceview.h
+-#include gtksourceview/gtksourcelanguagemanager.h
++#include gtksourceview/gtksource.h
+ //sudo ln -s /usr/include/gtksourceview-2.0/gtksourceview/ 
/usr/include/gtksourceview
+ 
+ #include gloobus-preview-interface-main.h

[arch-commits] Commit in xorg-fonts-75dpi/trunk (PKGBUILD)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:56:25
  Author: andyrtr
Revision: 185755

upgpkg: xorg-fonts-75dpi 1.0.3-1

upstream update 1.0.3

Modified:
  xorg-fonts-75dpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:51:46 UTC (rev 185754)
+++ PKGBUILD2013-05-18 10:56:25 UTC (rev 185755)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: 
-# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-fonts-75dpi
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=X.org 75dpi fonts
 arch=(any)
 url=http://xorg.freedesktop.org/;
@@ -12,16 +12,16 @@
 depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
 groups=('xorg')
 install=xfonts.install
-source=(${url}/releases/individual/font/font-adobe-75dpi-1.0.1.tar.bz2
-${url}/releases/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.bz2
-${url}/releases/individual/font/font-bh-75dpi-1.0.1.tar.bz2
-
${url}/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.1.tar.bz2
-${url}/releases/individual/font/font-bitstream-75dpi-1.0.1.tar.bz2)
-md5sums=('a47681c97bd012196691c95e34d400f1'
- '71dffebeeb702d10876555c361fb69cf'
- '53785d2688392aec5cba79fc0ddb23a2'
- '6397062f2b346ce5bbe5472f3353a9a9'
- 'aed54fb53d2d24aff10c92985286d1e5')
+source=(${url}/releases/individual/font/font-adobe-75dpi-1.0.3.tar.bz2
+${url}/releases/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2
+${url}/releases/individual/font/font-bh-75dpi-1.0.3.tar.bz2
+
${url}/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2
+${url}/releases/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2)
+md5sums=('6c9f26c92393c0756f3e8d614713495b'
+ 'e99276db3e7cef6dccc8a57bc68aeba7'
+ '565494fc3b6ac08010201d79c677a7a7'
+ 'f6d65758ac9eb576ae49ab24c5e9019a'
+ 'd7c0588c26fac055c0dd683fdd65ac34')
 
 build() {
   cd ${srcdir}
@@ -48,4 +48,4 @@
 fi
   done
   rm -f ${pkgdir}/usr/share/fonts/75dpi/fonts.*
-}
\ No newline at end of file
+}



[arch-commits] Commit in xorg-fonts-75dpi/repos/extra-any (4 files)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:56:35
  Author: andyrtr
Revision: 185756

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-75dpi/repos/extra-any/PKGBUILD
(from rev 185755, xorg-fonts-75dpi/trunk/PKGBUILD)
  xorg-fonts-75dpi/repos/extra-any/xfonts.install
(from rev 185755, xorg-fonts-75dpi/trunk/xfonts.install)
Deleted:
  xorg-fonts-75dpi/repos/extra-any/PKGBUILD
  xorg-fonts-75dpi/repos/extra-any/xfonts.install

+
 PKGBUILD   |  102 +++
 xfonts.install |   30 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 10:56:25 UTC (rev 185755)
+++ PKGBUILD2013-05-18 10:56:35 UTC (rev 185756)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-fonts-75dpi
-pkgver=1.0.1
-pkgrel=4
-pkgdesc=X.org 75dpi fonts
-arch=(any)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
-groups=('xorg')
-install=xfonts.install
-source=(${url}/releases/individual/font/font-adobe-75dpi-1.0.1.tar.bz2
-${url}/releases/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.bz2
-${url}/releases/individual/font/font-bh-75dpi-1.0.1.tar.bz2
-
${url}/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.1.tar.bz2
-${url}/releases/individual/font/font-bitstream-75dpi-1.0.1.tar.bz2)
-md5sums=('a47681c97bd012196691c95e34d400f1'
- '71dffebeeb702d10876555c361fb69cf'
- '53785d2688392aec5cba79fc0ddb23a2'
- '6397062f2b346ce5bbe5472f3353a9a9'
- 'aed54fb53d2d24aff10c92985286d1e5')
-
-build() {
-  cd ${srcdir}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/75dpi
-  make
-  popd
-fi
-  done
-}
-
-package() {
-  cd ${srcdir}
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  make DESTDIR=${pkgdir} install
-  install -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-75dpi-*}
-  popd
-fi
-  done
-  rm -f ${pkgdir}/usr/share/fonts/75dpi/fonts.*
-}
\ No newline at end of file

Copied: xorg-fonts-75dpi/repos/extra-any/PKGBUILD (from rev 185755, 
xorg-fonts-75dpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 10:56:35 UTC (rev 185756)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-fonts-75dpi
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=X.org 75dpi fonts
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+groups=('xorg')
+install=xfonts.install
+source=(${url}/releases/individual/font/font-adobe-75dpi-1.0.3.tar.bz2
+${url}/releases/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2
+${url}/releases/individual/font/font-bh-75dpi-1.0.3.tar.bz2
+
${url}/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2
+${url}/releases/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2)
+md5sums=('6c9f26c92393c0756f3e8d614713495b'
+ 'e99276db3e7cef6dccc8a57bc68aeba7'
+ '565494fc3b6ac08010201d79c677a7a7'
+ 'f6d65758ac9eb576ae49ab24c5e9019a'
+ 'd7c0588c26fac055c0dd683fdd65ac34')
+
+build() {
+  cd ${srcdir}
+  for dir in *; do
+if [ -d ${dir} ]; then
+  pushd ${dir}
+  ./configure --prefix=/usr \
+  --with-fontdir=/usr/share/fonts/75dpi
+  make
+  popd
+fi
+  done
+}
+
+package() {
+  cd ${srcdir}
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  for dir in *; do
+if [ -d ${dir} ]; then
+  pushd ${dir}
+  make DESTDIR=${pkgdir} install
+  install -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-75dpi-*}
+  popd
+fi
+  done
+  rm -f ${pkgdir}/usr/share/fonts/75dpi/fonts.*
+}

Deleted: xfonts.install
===
--- xfonts.install  2013-05-18 10:56:25 UTC (rev 185755)
+++ xfonts.install  2013-05-18 10:56:35 UTC (rev 185756)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/75dpi
-  mkfontdir /usr/share/fonts/75dpi
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xorg-fonts-75dpi/repos/extra-any/xfonts.install (from rev 185755, 
xorg-fonts-75dpi/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ 

[arch-commits] Commit in xorg-fonts-alias/trunk (PKGBUILD)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:59:09
  Author: andyrtr
Revision: 185757

upgpkg: xorg-fonts-alias 1.0.3-1

upstream update 1.0.3

Modified:
  xorg-fonts-alias/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:56:35 UTC (rev 185756)
+++ PKGBUILD2013-05-18 10:59:09 UTC (rev 185757)
@@ -1,16 +1,17 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-fonts-alias
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=X.org font alias files
 arch=('any')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 source=(${url}/releases/individual/font/font-alias-${pkgver}.tar.bz2
 'LICENSE')
-md5sums=('9d40dba6fb8cb58dacb433fc7bcaafca'
+md5sums=('6d25f64796fef34b53b439c2e9efa562'
  'ff91ae6d96d76130482d04653e7a836a')
 
 build() {



[arch-commits] Commit in xorg-fonts-alias/repos/extra-any (4 files)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 12:59:20
  Author: andyrtr
Revision: 185758

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-alias/repos/extra-any/LICENSE
(from rev 185757, xorg-fonts-alias/trunk/LICENSE)
  xorg-fonts-alias/repos/extra-any/PKGBUILD
(from rev 185757, xorg-fonts-alias/trunk/PKGBUILD)
Deleted:
  xorg-fonts-alias/repos/extra-any/LICENSE
  xorg-fonts-alias/repos/extra-any/PKGBUILD

--+
 LICENSE  |   96 ++---
 PKGBUILD |   53 +
 2 files changed, 75 insertions(+), 74 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-05-18 10:59:09 UTC (rev 185757)
+++ LICENSE 2013-05-18 10:59:20 UTC (rev 185758)
@@ -1,48 +0,0 @@
-Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
-OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the XFree86 Project
-shall not be used in advertising or otherwise to promote the sale, use
-or other dealings in this Software without prior written authorization
-from the XFree86 Project.
-
-
-
-  Copyright 2005 Red Hat, Inc.
-
-  Permission to use, copy, modify, distribute, and sell this software
-  and its documentation for any purpose is hereby granted without
-  fee, provided that the above copyright notice appear in all copies
-  and that both that copyright notice and this permission notice
-  appear in supporting documentation, and that the name of Red Hat
-  not be used in advertising or publicity pertaining to distribution
-  of the software without specific, written prior permission.  Red
-  Hat makes no representations about the suitability of this software
-  for any purpose.  It is provided as is without express or implied
-  warranty.
-
-  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
-  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: xorg-fonts-alias/repos/extra-any/LICENSE (from rev 185757, 
xorg-fonts-alias/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-05-18 10:59:20 UTC (rev 185758)
@@ -0,0 +1,48 @@
+Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
+OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the XFree86 Project
+shall not be used in advertising or otherwise to promote the sale, use
+or other dealings in this Software without prior written authorization
+from the XFree86 Project.
+
+
+
+  Copyright 2005 Red Hat, Inc.
+
+  Permission to use, copy, modify, 

[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 13:02:38
  Author: andyrtr
Revision: 185759

upgpkg: xf86-input-synaptics 1.7.1-1

upstream update 1.7.1

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:59:20 UTC (rev 185758)
+++ PKGBUILD2013-05-18 11:02:38 UTC (rev 185759)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-input-synaptics
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 add_tapbuttons.diff)
-sha256sums=('d6f1ad0b0653dddbe2e2db7e2f06c1860e491045e87a6577b63568d65e5d0f0e'
+sha256sums=('db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e'
 '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
 
 build() {



[arch-commits] Commit in xf86-input-synaptics/repos (8 files)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 13:02:57
  Author: andyrtr
Revision: 185760

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

Added:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
(from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 185759, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff
(from rev 185759, xf86-input-synaptics/trunk/add_tapbuttons.diff)
Deleted:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff

--+
 /PKGBUILD|   96 +
 /add_tapbuttons.diff |   34 +
 extra-i686/PKGBUILD  |   48 --
 extra-i686/add_tapbuttons.diff   |   17 --
 extra-x86_64/PKGBUILD|   48 --
 extra-x86_64/add_tapbuttons.diff |   17 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 11:02:38 UTC (rev 185759)
+++ extra-i686/PKGBUILD 2013-05-18 11:02:57 UTC (rev 185760)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski  tp...@archlinux.org
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-synaptics
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=Synaptics driver for notebook touchpads
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-add_tapbuttons.diff)
-sha256sums=('d6f1ad0b0653dddbe2e2db7e2f06c1860e491045e87a6577b63568d65e5d0f0e'
-'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
-  # * enable MatchDevicePath directive by default - FS#33291
-  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
-  install -m644 conf/50-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  rm -rf ${pkgdir}/usr/share/X11
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 185759, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 11:02:57 UTC (rev 185760)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make

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

2013-05-18 Thread Balló György
Date: Saturday, May 18, 2013 @ 13:44:23
  Author: bgyorgy
Revision: 91026

upgpkg: gloobus-preview 0.4.5.290-1

Move gloobus-preview from unsupported with 35 votes.

Modified:
  gloobus-preview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 10:55:58 UTC (rev 91025)
+++ PKGBUILD2013-05-18 11:44:23 UTC (rev 91026)
@@ -24,7 +24,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(https://launchpad.net/~gloobus-dev/+archive/$pkgname/+files/${pkgname}_$_pkgver.orig.tar.xz
-gloobus-sushi::bzr+lp:gloobus-sushi
+
gloobus-sushi::bzr+http://bazaar.launchpad.net/~gloobus-dev/gloobus-sushi/gloobus-sushi
 fix-gtksource-include.patch
 fix-unoconv.patch
 use-xdg-open.patch)



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

2013-05-18 Thread Balló György
Date: Saturday, May 18, 2013 @ 13:44:36
  Author: bgyorgy
Revision: 91027

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

Added:
  gloobus-preview/repos/community-i686/
  gloobus-preview/repos/community-i686/PKGBUILD
(from rev 91026, gloobus-preview/trunk/PKGBUILD)
  gloobus-preview/repos/community-i686/fix-gtksource-include.patch
(from rev 91026, gloobus-preview/trunk/fix-gtksource-include.patch)
  gloobus-preview/repos/community-i686/fix-unoconv.patch
(from rev 91026, gloobus-preview/trunk/fix-unoconv.patch)
  gloobus-preview/repos/community-i686/gloobus-preview.install
(from rev 91026, gloobus-preview/trunk/gloobus-preview.install)
  gloobus-preview/repos/community-i686/use-xdg-open.patch
(from rev 91026, gloobus-preview/trunk/use-xdg-open.patch)
  gloobus-preview/repos/community-x86_64/
  gloobus-preview/repos/community-x86_64/PKGBUILD
(from rev 91026, gloobus-preview/trunk/PKGBUILD)
  gloobus-preview/repos/community-x86_64/fix-gtksource-include.patch
(from rev 91026, gloobus-preview/trunk/fix-gtksource-include.patch)
  gloobus-preview/repos/community-x86_64/fix-unoconv.patch
(from rev 91026, gloobus-preview/trunk/fix-unoconv.patch)
  gloobus-preview/repos/community-x86_64/gloobus-preview.install
(from rev 91026, gloobus-preview/trunk/gloobus-preview.install)
  gloobus-preview/repos/community-x86_64/use-xdg-open.patch
(from rev 91026, gloobus-preview/trunk/use-xdg-open.patch)

--+
 community-i686/PKGBUILD  |   85 +
 community-i686/fix-gtksource-include.patch   |   39 +++
 community-i686/fix-unoconv.patch |   46 +
 community-i686/gloobus-preview.install   |   12 +++
 community-i686/use-xdg-open.patch|   20 +
 community-x86_64/PKGBUILD|   85 +
 community-x86_64/fix-gtksource-include.patch |   39 +++
 community-x86_64/fix-unoconv.patch   |   46 +
 community-x86_64/gloobus-preview.install |   12 +++
 community-x86_64/use-xdg-open.patch  |   20 +
 10 files changed, 404 insertions(+)

Copied: gloobus-preview/repos/community-i686/PKGBUILD (from rev 91026, 
gloobus-preview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-18 11:44:36 UTC (rev 91027)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gloobus-preview
+pkgver=0.4.5.290
+_pkgver=0.4.5-ubuntu11~ppa290
+pkgrel=1
+pkgdesc=Gnome application designed to enable a full screen preview of any 
kind of file
+arch=('i686' 'x86_64')
+url=http://gloobus.net/;
+license=('GPL')
+depends=('gstreamer0.10-base-plugins' 'gtksourceview3' 'poppler-glib' 
'python2-dbus' 'python2-gconf' 'taglib' 'xdg-utils')
+makedepends=('boost' 'bzr' 'djvulibre' 'libspectre')
+optdepends=('djvulibre: Preview DjVu documents'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-good-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'gstreamer0.10-ugly-plugins: Extra media codecs'
+'libspectre: Preview PostScript documents'
+'p7zip: View content of 7z archives'
+'unoconv: Preview LibreOffice compatible documents'
+'unrar: View content of RAR archives'
+'unzip: View content of .ZIP archives')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/~gloobus-dev/+archive/$pkgname/+files/${pkgname}_$_pkgver.orig.tar.xz
+
gloobus-sushi::bzr+http://bazaar.launchpad.net/~gloobus-dev/gloobus-sushi/gloobus-sushi
+fix-gtksource-include.patch
+fix-unoconv.patch
+use-xdg-open.patch)
+md5sums=('27b3db2043ecaf47fa928940bbb4f32a'
+ 'SKIP'
+ 'ca15a3e31cec01d3d4fc5a4e1720f692'
+ '03379c173e67ad1b6804bc609336451d'
+ 'd6d9e2b3e001f0ea8440cccdf90480af')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/gloobus-preview-configuration
+
+  # Fix build
+  patch -Np1 -i $srcdir/fix-gtksource-include.patch
+  sed -i 's/-Werror//' configure.ac src/Makefile.am
+
+  # Fix unoconv support
+  patch -Np1 -i $srcdir/fix-unoconv.patch
+
+  # Use xdg-open
+  patch -Np1 -i $srcdir/use-xdg-open.patch
+
+  ### Prepare gloobus-sushi
+  cd $srcdir/gloobus-sushi
+
+  # Python2 fix
+  sed -i 's/python /python2 /' src/gloobus-sushi.in
+}
+
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --disable-static
+  make
+
+  ### Build gloobus-sushi
+  cd $srcdir/gloobus-sushi
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:30:26
  Author: jlichtblau
Revision: 91028

upgpkg: josm 5939-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |5 -
 josm.changelog |3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 11:44:36 UTC (rev 91027)
+++ PKGBUILD2013-05-18 12:30:26 UTC (rev 91028)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=5836
+pkgver=5939
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -41,3 +41,6 @@
   chmod 755 ${pkgdir}/usr/bin/$pkgname
   install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
 }
+sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Modified: josm.changelog
===
--- josm.changelog  2013-05-18 11:44:36 UTC (rev 91027)
+++ josm.changelog  2013-05-18 12:30:26 UTC (rev 91028)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 5939-1
+
 2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 5836-1
 



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:30:40
  Author: jlichtblau
Revision: 91029

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 91028, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 91028, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 91028, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 91028, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   89 ++-
 josm.changelog |  175 +++
 josm.conf.d|8 +-
 josm.desktop   |   16 ++---
 4 files changed, 147 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 12:30:26 UTC (rev 91028)
+++ PKGBUILD2013-05-18 12:30:40 UTC (rev 91029)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=5836
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 91028, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 12:30:40 UTC (rev 91029)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=5939
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}
+sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Deleted: josm.changelog
===
--- josm.changelog  2013-05-18 12:30:26 UTC (rev 91028)
+++ josm.changelog  2013-05-18 12:30:40 UTC (rev 91029)
@@ -1,86 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5836-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:32:12
  Author: jlichtblau
Revision: 91030

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 91029, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 91029, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 91029, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 91029, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 ++--
 josm.changelog |  178 +++
 josm.conf.d|8 +-
 josm.desktop   |   16 ++--
 4 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 12:30:40 UTC (rev 91029)
+++ PKGBUILD2013-05-18 12:32:12 UTC (rev 91030)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=5939
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}
-sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Copied: josm/repos/community-any/PKGBUILD (from rev 91029, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 12:32:12 UTC (rev 91030)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=5939
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}
+sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Deleted: josm.changelog
===
--- josm.changelog  2013-05-18 12:30:40 UTC (rev 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:36:57
  Author: jlichtblau
Revision: 91031

double shasum fix

Modified:
  josm/repos/community-any/PKGBUILD
  josm/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |5 +
 trunk/PKGBUILD   |5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2013-05-18 12:32:12 UTC (rev 91030)
+++ repos/community-any/PKGBUILD2013-05-18 12:36:57 UTC (rev 91031)
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 
@@ -41,6 +41,3 @@
   chmod 755 ${pkgdir}/usr/bin/$pkgname
   install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
 }
-sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-05-18 12:32:12 UTC (rev 91030)
+++ trunk/PKGBUILD  2013-05-18 12:36:57 UTC (rev 91031)
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 
@@ -41,6 +41,3 @@
   chmod 755 ${pkgdir}/usr/bin/$pkgname
   install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
 }
-sha256sums=('9be6f352620c6d9cffc800ae0d631fe224137715f89ebe2ef07a4caad33044c8'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')



[arch-commits] Commit in fillets-ng-data/trunk (PKGBUILD fillets-ng-data.changelog)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:44:05
  Author: jlichtblau
Revision: 91032

upgpkg: fillets-ng-data 1.0.1-1

Modified:
  fillets-ng-data/trunk/PKGBUILD
  fillets-ng-data/trunk/fillets-ng-data.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 12:36:57 UTC (rev 91031)
+++ PKGBUILD2013-05-18 12:44:05 UTC (rev 91032)
@@ -2,15 +2,15 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=fillets-ng-data
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=Data files for the port of the wonderful puzzle game Fish Fillets
 url=http://fillets.sf.net/;
 arch=('any')
 license=('GPL')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad475a60cc96e8f5f55a7b264c390264898f1891b6ff096cc617e24d75dffd45')
+sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
 
 package() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: fillets-ng-data.changelog
===
--- fillets-ng-data.changelog   2013-05-18 12:36:57 UTC (rev 91031)
+++ fillets-ng-data.changelog   2013-05-18 12:44:05 UTC (rev 91032)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * fillets-ng-data 1.0.1-1
+
 2012-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* Signing package 1.0.0-2
 



[arch-commits] Commit in fillets-ng-data/repos/community-any (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 14:44:19
  Author: jlichtblau
Revision: 91033

archrelease: copy trunk to community-any

Added:
  fillets-ng-data/repos/community-any/PKGBUILD
(from rev 91032, fillets-ng-data/trunk/PKGBUILD)
  fillets-ng-data/repos/community-any/fillets-ng-data.changelog
(from rev 91032, fillets-ng-data/trunk/fillets-ng-data.changelog)
Deleted:
  fillets-ng-data/repos/community-any/PKGBUILD
  fillets-ng-data/repos/community-any/fillets-ng-data.changelog

---+
 PKGBUILD  |   40 
 fillets-ng-data.changelog |   33 ++---
 2 files changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 12:44:05 UTC (rev 91032)
+++ PKGBUILD2013-05-18 12:44:19 UTC (rev 91033)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=fillets-ng-data
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Data files for the port of the wonderful puzzle game Fish Fillets
-url=http://fillets.sf.net/;
-arch=('any')
-license=('GPL')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad475a60cc96e8f5f55a7b264c390264898f1891b6ff096cc617e24d75dffd45')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/fillets-ng
-  cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
-}

Copied: fillets-ng-data/repos/community-any/PKGBUILD (from rev 91032, 
fillets-ng-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 12:44:19 UTC (rev 91033)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=fillets-ng-data
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Data files for the port of the wonderful puzzle game Fish Fillets
+url=http://fillets.sf.net/;
+arch=('any')
+license=('GPL')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/share/fillets-ng
+  cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
+}

Deleted: fillets-ng-data.changelog
===
--- fillets-ng-data.changelog   2013-05-18 12:44:05 UTC (rev 91032)
+++ fillets-ng-data.changelog   2013-05-18 12:44:19 UTC (rev 91033)
@@ -1,15 +0,0 @@
-2012-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Signing package 1.0.0-2
-
-2009-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.9.2
-   * changed to -any architecture
-
-2009-06-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.8.1
-
-2008-08-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community]

Copied: fillets-ng-data/repos/community-any/fillets-ng-data.changelog (from rev 
91032, fillets-ng-data/trunk/fillets-ng-data.changelog)
===
--- fillets-ng-data.changelog   (rev 0)
+++ fillets-ng-data.changelog   2013-05-18 12:44:19 UTC (rev 91033)
@@ -0,0 +1,18 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * fillets-ng-data 1.0.1-1
+
+2012-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Signing package 1.0.0-2
+
+2009-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.9.2
+   * changed to -any architecture
+
+2009-06-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Package moved to [community]



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:20:43
  Author: jlichtblau
Revision: 91034

upgpkg: goocanvasmm 1.90.9-1

Modified:
  goocanvasmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 12:44:19 UTC (rev 91033)
+++ PKGBUILD2013-05-18 13:20:43 UTC (rev 91034)
@@ -1,9 +1,11 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Laurent Meunier laur...@deltalima.net
 
 pkgname=goocanvasmm
-pkgver=1.90.8
+pkgver=1.90.9
 pkgrel=1
 pkgdesc='C++ wrappers for goocanvas'
 arch=('i686' 'x86_64')
@@ -12,7 +14,7 @@
 depends=('goocanvas' 'gtkmm3')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('721649be4f84589800c0b973522d2104a95172f9eefd7b93e3bf59ae8721')
+sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:20:54
  Author: jlichtblau
Revision: 91035

archrelease: copy trunk to community-x86_64

Added:
  goocanvasmm/repos/community-x86_64/PKGBUILD
(from rev 91034, goocanvasmm/trunk/PKGBUILD)
Deleted:
  goocanvasmm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 +++--
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:20:43 UTC (rev 91034)
+++ PKGBUILD2013-05-18 13:20:54 UTC (rev 91035)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Laurent Meunier laur...@deltalima.net
-
-pkgname=goocanvasmm
-pkgver=1.90.8
-pkgrel=1
-pkgdesc='C++ wrappers for goocanvas'
-arch=('i686' 'x86_64')
-url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
-license=('GPL')
-depends=('goocanvas' 'gtkmm3')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('721649be4f84589800c0b973522d2104a95172f9eefd7b93e3bf59ae8721')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-documentation
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: goocanvasmm/repos/community-x86_64/PKGBUILD (from rev 91034, 
goocanvasmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:20:54 UTC (rev 91035)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Laurent Meunier laur...@deltalima.net
+
+pkgname=goocanvasmm
+pkgver=1.90.9
+pkgrel=1
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:22:36
  Author: jlichtblau
Revision: 91036

upgpkg: vifm 0.7.5-1

Modified:
  vifm/trunk/PKGBUILD
  vifm/trunk/vifm.changelog

+
 PKGBUILD   |4 ++--
 vifm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 13:20:54 UTC (rev 91035)
+++ PKGBUILD2013-05-18 13:22:36 UTC (rev 91036)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=vifm
-pkgver=0.7.4b
+pkgver=0.7.5
 pkgrel=1
 pkgdesc=Ncurses based file manager with vi like keybindings
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('ncurses' 'gtk2')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57')
+sha256sums=('01346f3573fa40d3c851b4844fb19ea2f1f63416bc8500bacb243997bf482de4')
 
 build() {
cd ${srcdir}/$pkgname-$pkgver

Modified: vifm.changelog
===
--- vifm.changelog  2013-05-18 13:20:54 UTC (rev 91035)
+++ vifm.changelog  2013-05-18 13:22:36 UTC (rev 91036)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.5-1
+
 2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* vifm 0.7.4b-1
 



[arch-commits] Commit in vifm/repos/community-x86_64 (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:22:47
  Author: jlichtblau
Revision: 91037

archrelease: copy trunk to community-x86_64

Added:
  vifm/repos/community-x86_64/PKGBUILD
(from rev 91036, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 91036, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog

+
 PKGBUILD   |   54 
 vifm.changelog |   61 ---
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:22:36 UTC (rev 91036)
+++ PKGBUILD2013-05-18 13:22:47 UTC (rev 91037)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=vifm
-pkgver=0.7.4b
-pkgrel=1
-pkgdesc=Ncurses based file manager with vi like keybindings
-arch=('i686' 'x86_64')
-url=http://vifm.sourceforge.net/;
-license=('GPL')
-depends=('ncurses' 'gtk2')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=${pkgdir} install
-}

Copied: vifm/repos/community-x86_64/PKGBUILD (from rev 91036, 
vifm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:22:47 UTC (rev 91037)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=vifm
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Ncurses based file manager with vi like keybindings
+arch=('i686' 'x86_64')
+url=http://vifm.sourceforge.net/;
+license=('GPL')
+depends=('ncurses' 'gtk2')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('01346f3573fa40d3c851b4844fb19ea2f1f63416bc8500bacb243997bf482de4')
+
+build() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   ./configure --prefix=/usr 
+   make 
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: vifm.changelog
===
--- vifm.changelog  2013-05-18 13:22:36 UTC (rev 91036)
+++ vifm.changelog  2013-05-18 13:22:47 UTC (rev 91037)
@@ -1,29 +0,0 @@
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: vifm/repos/community-x86_64/vifm.changelog (from rev 91036, 
vifm/trunk/vifm.changelog)
===
--- vifm.changelog  (rev 0)
+++ vifm.changelog  2013-05-18 13:22:47 UTC (rev 91037)
@@ -0,0 +1,32 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.5-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4b-1
+
+2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4a-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3a-1
+
+2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.2-1
+
+2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.0-1
+
+2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.6.3-1
+
+2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.6.2-1
+
+2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Moved to [community] 0.5-2 (212 votes in AUR)



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:32:40
  Author: jlichtblau
Revision: 91038

upgpkg: viking 1.4.1-1

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |7 ---
 viking.changelog |3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 13:22:47 UTC (rev 91037)
+++ PKGBUILD2013-05-18 13:32:40 UTC (rev 91038)
@@ -4,7 +4,7 @@
 # Contributor: Jonny Gerold jo...@fsk141.com
 
 pkgname=viking
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=GTK+2 application to manage GPS data
 arch=('i686' 'x86_64')
@@ -12,16 +12,17 @@
 license=('GPL2')
 depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
 makedepends=('intltool' 'gnome-doc-utils')
+optdepends=(geo: for geocaches)
 options=('!emptydirs') 
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799')
+sha256sums=('20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --enable-expedia #--enable-geocaches gives error
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
   make
 }
 

Modified: viking.changelog
===
--- viking.changelog2013-05-18 13:22:47 UTC (rev 91037)
+++ viking.changelog2013-05-18 13:32:40 UTC (rev 91038)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.1-1
+
 2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* viking 1.4-1
 



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:32:51
  Author: jlichtblau
Revision: 91039

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   65 ++---
 viking.changelog |   37 --
 viking.install   |   24 +--
 3 files changed, 65 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:32:40 UTC (rev 91038)
+++ PKGBUILD2013-05-18 13:32:51 UTC (rev 91039)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Nick Østergaard oe.n...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=viking
-pkgver=1.4
-pkgrel=1
-pkgdesc=GTK+2 application to manage GPS data
-arch=('i686' 'x86_64')
-url=http://viking.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!emptydirs' '!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-expedia #--enable-geocaches gives error
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: viking/repos/community-x86_64/PKGBUILD (from rev 91038, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:32:51 UTC (rev 91039)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=(geo: for geocaches)
+options=('!emptydirs') 
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: viking.changelog
===
--- viking.changelog2013-05-18 13:32:40 UTC (rev 91038)
+++ viking.changelog2013-05-18 13:32:51 UTC (rev 91039)
@@ -1,17 +0,0 @@
-2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2-1

Copied: viking/repos/community-x86_64/viking.changelog (from rev 91038, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2013-05-18 13:32:51 UTC (rev 91039)
@@ -0,0 +1,20 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2-1

Deleted: viking.install
===
--- viking.install  2013-05-18 13:32:40 UTC (rev 91038)
+++ viking.install  

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:33:33
  Author: jlichtblau
Revision: 91040

archrelease: copy trunk to community-i686

Added:
  goocanvasmm/repos/community-i686/PKGBUILD
(from rev 91039, goocanvasmm/trunk/PKGBUILD)
Deleted:
  goocanvasmm/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   66 +++--
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:32:51 UTC (rev 91039)
+++ PKGBUILD2013-05-18 13:33:33 UTC (rev 91040)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Laurent Meunier laur...@deltalima.net
-
-pkgname=goocanvasmm
-pkgver=1.90.8
-pkgrel=1
-pkgdesc='C++ wrappers for goocanvas'
-arch=('i686' 'x86_64')
-url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
-license=('GPL')
-depends=('goocanvas' 'gtkmm3')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('721649be4f84589800c0b973522d2104a95172f9eefd7b93e3bf59ae8721')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-documentation
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: goocanvasmm/repos/community-i686/PKGBUILD (from rev 91039, 
goocanvasmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:33:33 UTC (rev 91040)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Laurent Meunier laur...@deltalima.net
+
+pkgname=goocanvasmm
+pkgver=1.90.9
+pkgrel=1
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('a2f52fbff4f753602bb55ac8588201efd5f193c890df6dfc72004eaaf5daae92')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:37:42
  Author: jlichtblau
Revision: 91041

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |   65 ++---
 viking.changelog |   37 --
 viking.install   |   24 +--
 3 files changed, 65 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:33:33 UTC (rev 91040)
+++ PKGBUILD2013-05-18 13:37:42 UTC (rev 91041)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Nick Østergaard oe.n...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=viking
-pkgver=1.4
-pkgrel=1
-pkgdesc=GTK+2 application to manage GPS data
-arch=('i686' 'x86_64')
-url=http://viking.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!emptydirs') 
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-expedia #--enable-geocaches gives error
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: viking/repos/community-i686/PKGBUILD (from rev 91040, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:37:42 UTC (rev 91041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=(geo: for geocaches)
+options=('!emptydirs') 
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: viking.changelog
===
--- viking.changelog2013-05-18 13:33:33 UTC (rev 91040)
+++ viking.changelog2013-05-18 13:37:42 UTC (rev 91041)
@@ -1,17 +0,0 @@
-2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * viking 1.2-1

Copied: viking/repos/community-i686/viking.changelog (from rev 91040, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2013-05-18 13:37:42 UTC (rev 91041)
@@ -0,0 +1,20 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2-1

Deleted: viking.install
===
--- viking.install  2013-05-18 13:33:33 UTC (rev 91040)
+++ viking.install  2013-05-18 13:37:42 UTC (rev 91041)

[arch-commits] Commit in vifm/repos/community-i686 (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:39:52
  Author: jlichtblau
Revision: 91042

archrelease: copy trunk to community-i686

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 91041, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 91041, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog

+
 PKGBUILD   |   54 
 vifm.changelog |   61 ---
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:37:42 UTC (rev 91041)
+++ PKGBUILD2013-05-18 13:39:52 UTC (rev 91042)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=vifm
-pkgver=0.7.4b
-pkgrel=1
-pkgdesc=Ncurses based file manager with vi like keybindings
-arch=('i686' 'x86_64')
-url=http://vifm.sourceforge.net/;
-license=('GPL')
-depends=('ncurses' 'gtk2')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=${pkgdir} install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 91041, vifm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:39:52 UTC (rev 91042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=vifm
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Ncurses based file manager with vi like keybindings
+arch=('i686' 'x86_64')
+url=http://vifm.sourceforge.net/;
+license=('GPL')
+depends=('ncurses' 'gtk2')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('01346f3573fa40d3c851b4844fb19ea2f1f63416bc8500bacb243997bf482de4')
+
+build() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   ./configure --prefix=/usr 
+   make 
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: vifm.changelog
===
--- vifm.changelog  2013-05-18 13:37:42 UTC (rev 91041)
+++ vifm.changelog  2013-05-18 13:39:52 UTC (rev 91042)
@@ -1,29 +0,0 @@
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: vifm/repos/community-i686/vifm.changelog (from rev 91041, 
vifm/trunk/vifm.changelog)
===
--- vifm.changelog  (rev 0)
+++ vifm.changelog  2013-05-18 13:39:52 UTC (rev 91042)
@@ -0,0 +1,32 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.5-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4b-1
+
+2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4a-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3a-1
+
+2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.2-1
+
+2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.0-1
+
+2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.6.3-1
+
+2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.6.2-1
+
+2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Moved to [community] 0.5-2 (212 votes in AUR)



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:45:27
  Author: jlichtblau
Revision: 91043

upgpkg: libgdamm 4.99.7-1

Modified:
  libgdamm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 13:39:52 UTC (rev 91042)
+++ PKGBUILD2013-05-18 13:45:27 UTC (rev 91043)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Jan de Groot j...@jgc.homeip.net
 
 pkgbase=libgdamm
 pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.6
-pkgrel=2
+pkgver=4.99.7
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
 url=http://www.gtkmm.org/;
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1b7e5101c192695e1fad96f6371d4c2362adb3e8f452f2cb2c89e4380d4f492')
+sha256sums=('5b864ddc7dc6c2d7fb5c6a3856c690911d12837148511a7b9f85100ca06c')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:45:43
  Author: jlichtblau
Revision: 91044

archrelease: copy trunk to community-x86_64

Added:
  libgdamm/repos/community-x86_64/PKGBUILD
(from rev 91043, libgdamm/trunk/PKGBUILD)
Deleted:
  libgdamm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:45:27 UTC (rev 91043)
+++ PKGBUILD2013-05-18 13:45:43 UTC (rev 91044)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Jan de Groot j...@jgc.homeip.net
-
-pkgbase=libgdamm
-pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.6
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
-url=http://www.gtkmm.org/;
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1b7e5101c192695e1fad96f6371d4c2362adb3e8f452f2cb2c89e4380d4f492')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package_libgdamm() {
-  pkgdesc=C++ bindings for libgda
-  depends=('libgda' 'glibmm' 'libsigc++')
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=${pkgdir} install
-}
-
-package_libgdamm-docs() {
-  pkgdesc=Developer documentation for libgdamm
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C docs DESTDIR=${pkgdir} install
-}

Copied: libgdamm/repos/community-x86_64/PKGBUILD (from rev 91043, 
libgdamm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:45:43 UTC (rev 91044)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Jan de Groot j...@jgc.homeip.net
+
+pkgbase=libgdamm
+pkgname=(libgdamm libgdamm-docs)
+pkgver=4.99.7
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
+url=http://www.gtkmm.org/;
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b864ddc7dc6c2d7fb5c6a3856c690911d12837148511a7b9f85100ca06c')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package_libgdamm() {
+  pkgdesc=C++ bindings for libgda
+  depends=('libgda' 'glibmm' 'libsigc++')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_libgdamm-docs() {
+  pkgdesc=Developer documentation for libgdamm
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make -C docs DESTDIR=${pkgdir} install
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 15:49:01
  Author: jlichtblau
Revision: 91045

archrelease: copy trunk to community-i686

Added:
  libgdamm/repos/community-i686/PKGBUILD
(from rev 91044, libgdamm/trunk/PKGBUILD)
Deleted:
  libgdamm/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 13:45:43 UTC (rev 91044)
+++ PKGBUILD2013-05-18 13:49:01 UTC (rev 91045)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Jan de Groot j...@jgc.homeip.net
-
-pkgbase=libgdamm
-pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.6
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
-url=http://www.gtkmm.org/;
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1b7e5101c192695e1fad96f6371d4c2362adb3e8f452f2cb2c89e4380d4f492')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package_libgdamm() {
-  pkgdesc=C++ bindings for libgda
-  depends=('libgda' 'glibmm' 'libsigc++')
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=${pkgdir} install
-}
-
-package_libgdamm-docs() {
-  pkgdesc=Developer documentation for libgdamm
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C docs DESTDIR=${pkgdir} install
-}

Copied: libgdamm/repos/community-i686/PKGBUILD (from rev 91044, 
libgdamm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 13:49:01 UTC (rev 91045)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Jan de Groot j...@jgc.homeip.net
+
+pkgbase=libgdamm
+pkgname=(libgdamm libgdamm-docs)
+pkgver=4.99.7
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
+url=http://www.gtkmm.org/;
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b864ddc7dc6c2d7fb5c6a3856c690911d12837148511a7b9f85100ca06c')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package_libgdamm() {
+  pkgdesc=C++ bindings for libgda
+  depends=('libgda' 'glibmm' 'libsigc++')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_libgdamm-docs() {
+  pkgdesc=Developer documentation for libgdamm
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make -C docs DESTDIR=${pkgdir} install
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:03:11
  Author: jlichtblau
Revision: 91046

upgpkg: skrooge 1.7.1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 13:49:01 UTC (rev 91045)
+++ PKGBUILD2013-05-18 14:03:11 UTC (rev 91046)
@@ -5,7 +5,7 @@
 # Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
 
 pkgname=skrooge
-pkgver=1.6.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7237400f0ae9af317ec9ac45d8d35144f827146b8cb4e37fa092412fec5f0b0e')
+sha256sums=('7427c9c4a93a9c6794e6419ef225c8f512548217ab2eac7abf217f5802cd6a88')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: skrooge.changelog
===
--- skrooge.changelog   2013-05-18 13:49:01 UTC (rev 91045)
+++ skrooge.changelog   2013-05-18 14:03:11 UTC (rev 91046)
@@ -1,4 +1,7 @@
-2013-03-50 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* skrooge 1.6.0-1
 
 2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:03:22
  Author: jlichtblau
Revision: 91047

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-05-18 14:03:11 UTC (rev 91046)
+++ skrooge.changelog   2013-05-18 14:03:22 UTC (rev 91047)
@@ -1,26 +0,0 @@
-2013-03-50 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-x86_64/skrooge.changelog (from rev 91046, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-05-18 14:03:22 UTC (rev 91047)
@@ -0,0 +1,29 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:07:53
  Author: jlichtblau
Revision: 91048

upgpkg: wgetpaste 2.22-1

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

-+
 PKGBUILD|8 +---
 wgetpaste.changelog |3 +++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:03:22 UTC (rev 91047)
+++ PKGBUILD2013-05-18 14:07:53 UTC (rev 91048)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=wgetpaste
-pkgver=2.20
+pkgver=2.22
 pkgrel=1
 pkgdesc=A script that automates pasting to a number of pastebin services
 url=http://wgetpaste.zlin.dk/;
@@ -10,8 +10,8 @@
 license=('custom')
 depends=('wget')
 optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2;
-http://wgetpaste.zlin.dk/$pkgname.example;)
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+http://wgetpaste.zlin.dk/$pkgname.example)
 sha256sums=('7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
@@ -26,3 +26,5 @@
   sed -n '2,5p' wgetpaste  LICENSE
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
+sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')

Modified: wgetpaste.changelog
===
--- wgetpaste.changelog 2013-05-18 14:03:22 UTC (rev 91047)
+++ wgetpaste.changelog 2013-05-18 14:07:53 UTC (rev 91048)
@@ -1,3 +1,6 @@
+2012-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.22-1
+
 2012-05-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* wgetpaste 2.20-1
 



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:08:38
  Author: jlichtblau
Revision: 91049

upgpkg: wgetpaste 2.22-1

Modified:
  wgetpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:07:53 UTC (rev 91048)
+++ PKGBUILD2013-05-18 14:08:38 UTC (rev 91049)
@@ -12,7 +12,7 @@
 optdepends=('xclip: interface to Xclipboard')
 source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
 http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e'
+sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
 package() {
@@ -26,5 +26,3 @@
   sed -n '2,5p' wgetpaste  LICENSE
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
-sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:08:45
  Author: jlichtblau
Revision: 91050

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
(from rev 91049, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
(from rev 91049, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

-+
 PKGBUILD|   56 +-
 wgetpaste.changelog |   47 ++---
 2 files changed, 53 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 14:08:38 UTC (rev 91049)
+++ PKGBUILD2013-05-18 14:08:45 UTC (rev 91050)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=wgetpaste
-pkgver=2.20
-pkgrel=1
-pkgdesc=A script that automates pasting to a number of pastebin services
-url=http://wgetpaste.zlin.dk/;
-arch=('any')
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2;
-http://wgetpaste.zlin.dk/$pkgname.example;)
-sha256sums=('7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste  LICENSE
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 91049, 
wgetpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 14:08:45 UTC (rev 91050)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=wgetpaste
+pkgver=2.22
+pkgrel=1
+pkgdesc=A script that automates pasting to a number of pastebin services
+url=http://wgetpaste.zlin.dk/;
+arch=('any')
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+http://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
+  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste  LICENSE
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===
--- wgetpaste.changelog 2013-05-18 14:08:38 UTC (rev 91049)
+++ wgetpaste.changelog 2013-05-18 14:08:45 UTC (rev 91050)
@@ -1,22 +0,0 @@
-2012-05-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#15223 fixed 2.13-3
-   * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.13
-   * Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 91049, 
wgetpaste/trunk/wgetpaste.changelog)
===
--- wgetpaste.changelog (rev 0)
+++ wgetpaste.changelog 2013-05-18 14:08:45 UTC (rev 91050)
@@ -0,0 +1,25 @@
+2012-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.22-1
+
+2012-05-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.20-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.19-1
+
+2010-09-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.18
+
+2010-02-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.16
+
+2009-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#15223 fixed 2.13-3
+   * sed 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:24:26
  Author: jlichtblau
Revision: 91051

archrelease: copy trunk to community-i686

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

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

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

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

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-05-18 14:08:45 UTC (rev 91050)
+++ skrooge.changelog   2013-05-18 14:24:26 UTC (rev 91051)
@@ -1,26 +0,0 @@
-2013-03-50 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 91050, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-05-18 14:24:26 UTC (rev 91051)
@@ -0,0 +1,29 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 Jaroslav Lichtblau 

[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:24:41
  Author: jlichtblau
Revision: 91052

upgpkg: man-pages-de 1.1-1

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |   27 +++
 man-pages-de.changelog |3 +++
 2 files changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:24:26 UTC (rev 91051)
+++ PKGBUILD2013-05-18 14:24:41 UTC (rev 91052)
@@ -2,33 +2,28 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=man-pages-de
-pkgver=0.9
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc=German Linux man pages
 arch=('any')
 url=https://alioth.debian.org/projects/manpages-de/;
 license=('custom')
 depends=('man-db')
+makedepends=('po4a')
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.bz2)
-sha256sums=('c69ebb685150995e77f32ad0742cd23291d046ebb54d518ee8db06ab022a2d63')
+sha256sums=('552e800a757b5e2cf2cf183bc7612bd08357ca4f504e6a840ade4c09fc72b930')
 
-package() {
+build() {
   cd ${srcdir}/manpages-de-$pkgver
 
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+  ./configure --prefix=/usr
+  make
+}
 
-  for i in 1 2 3 4 5 6 7 8;
-  do install -d ${pkgdir}/usr/share/man/de/man$i;
-  done;
+package() {
+  cd ${srcdir}/manpages-de-$pkgver
 
-  find man?/ -name '*.?' -exec iconv -f latin1 -t utf8 -o 
${pkgdir}/usr/share/man/de/{} {} \;
-
-  # Remove duplicate man page, it's owned by shadow
-  rm generated/man1/groups.1
-  # Install generated man pages
-  cd generated
-  find man?/ -name '*.?' -exec iconv -f latin1 -t utf8 -o 
${pkgdir}/usr/share/man/de/{} {} \;
-
+  make DESTDIR=${pkgdir} install
 }

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2013-05-18 14:24:26 UTC (rev 91051)
+++ man-pages-de.changelog  2013-05-18 14:24:41 UTC (rev 91052)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * man-pages-de 1.1-1
+
 2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* man-pages-de 0.9-1
 



[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 16:25:46
  Author: jlichtblau
Revision: 91053

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 91052, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 91052, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   63 +--
 man-pages-de.changelog |   31 ---
 2 files changed, 46 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 14:24:41 UTC (rev 91052)
+++ PKGBUILD2013-05-18 14:25:46 UTC (rev 91053)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=man-pages-de
-pkgver=0.9
-pkgrel=2
-pkgdesc=German Linux man pages
-arch=('any')
-url=https://alioth.debian.org/projects/manpages-de/;
-license=('custom')
-depends=('man-db')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.bz2)
-sha256sums=('c69ebb685150995e77f32ad0742cd23291d046ebb54d518ee8db06ab022a2d63')
-
-package() {
-  cd ${srcdir}/manpages-de-$pkgver
-
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
-
-  for i in 1 2 3 4 5 6 7 8;
-  do install -d ${pkgdir}/usr/share/man/de/man$i;
-  done;
-
-  find man?/ -name '*.?' -exec iconv -f latin1 -t utf8 -o 
${pkgdir}/usr/share/man/de/{} {} \;
-
-  # Remove duplicate man page, it's owned by shadow
-  rm generated/man1/groups.1
-  # Install generated man pages
-  cd generated
-  find man?/ -name '*.?' -exec iconv -f latin1 -t utf8 -o 
${pkgdir}/usr/share/man/de/{} {} \;
-
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 91052, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 14:25:46 UTC (rev 91053)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=man-pages-de
+pkgver=1.1
+pkgrel=1
+pkgdesc=German Linux man pages
+arch=('any')
+url=https://alioth.debian.org/projects/manpages-de/;
+license=('custom')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.bz2)
+sha256sums=('552e800a757b5e2cf2cf183bc7612bd08357ca4f504e6a840ade4c09fc72b930')
+
+build() {
+  cd ${srcdir}/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/manpages-de-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2013-05-18 14:24:41 UTC (rev 91052)
+++ man-pages-de.changelog  2013-05-18 14:25:46 UTC (rev 91053)
@@ -1,14 +0,0 @@
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
91052, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2013-05-18 14:25:46 UTC (rev 91053)
@@ -0,0 +1,17 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * removing some more man pages provided by the new shadow 4.1.3.1 
package
+
+2009-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * removing some man pages provided by the new man-db 2.5.3 package



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:38:33
  Author: andyrtr
Revision: 185761

upgpkg: hplip 3.13.5-1

upstream update 3.13.5

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 11:02:57 UTC (rev 185760)
+++ PKGBUILD2013-05-18 14:38:33 UTC (rev 185761)
@@ -4,7 +4,7 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.13.4
+pkgver=3.13.5
 pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 cups-1.6-buildfix.diff
 hp-mkuri.patch)
-md5sums=('e5c247161e2fd7685e0520e968393d19'
+md5sums=('f0c406f06f191a120f7d283b69ff10e8'
  'SKIP'
  'ef64578c6cb3ce252dbdcb0f1c2f4a47'
  '0bd7779fdbc4d7a9386df04dce2cb8d4')
@@ -95,7 +95,4 @@
  chmod 775 $pkgdir/var/log/hp{,/tmp}
  # remove rc script
  rm -rf $pkgdir/etc/init.d
- 
- # fix broken udev rule - FS#34282
- sed -i s:\$attrs:\$attr:g 
$pkgdir/usr/lib/udev/rules.d/56-hpmud_support.rules
 }



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:39:05
  Author: andyrtr
Revision: 185762

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 185761, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
(from rev 185761, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-i686/hp-mkuri.patch
(from rev 185761, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 185761, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 185761, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
(from rev 185761, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-x86_64/hp-mkuri.patch
(from rev 185761, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 185761, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
  hplip/repos/extra-i686/hp-mkuri.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
  hplip/repos/extra-x86_64/hp-mkuri.patch
  hplip/repos/extra-x86_64/hplip.install

-+
 /PKGBUILD   |  196 
 /cups-1.6-buildfix.diff |  784 ++
 /hp-mkuri.patch |   22 
 /hplip.install  |   36 +
 extra-i686/PKGBUILD |  101 
 extra-i686/cups-1.6-buildfix.diff   |  392 -
 extra-i686/hp-mkuri.patch   |   11 
 extra-i686/hplip.install|   18 
 extra-x86_64/PKGBUILD   |  101 
 extra-x86_64/cups-1.6-buildfix.diff |  392 -
 extra-x86_64/hp-mkuri.patch |   11 
 extra-x86_64/hplip.install  |   18 
 12 files changed, 1038 insertions(+), 1044 deletions(-)

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


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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:48:55
  Author: andyrtr
Revision: 185763

upgpkg: lftp 4.4.6-1

upstream update 4.4.6

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:39:05 UTC (rev 185762)
+++ PKGBUILD2013-05-18 14:48:55 UTC (rev 185763)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.4.5
+pkgver=4.4.6
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a8abdc87a00174571908ffaf5cdffd45')
+md5sums=('377cc2caa2fc92755160270768e51604')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:49:17
  Author: andyrtr
Revision: 185764

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

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 185763, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 185763, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 14:48:55 UTC (rev 185763)
+++ extra-i686/PKGBUILD 2013-05-18 14:49:17 UTC (rev 185764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.5
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a8abdc87a00174571908ffaf5cdffd45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 185763, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 14:49:17 UTC (rev 185764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.6
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('377cc2caa2fc92755160270768e51604')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 14:48:55 UTC (rev 185763)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:49:17 UTC (rev 185764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.5
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a8abdc87a00174571908ffaf5cdffd45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 185763, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:49:17 UTC (rev 185764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.6
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('377cc2caa2fc92755160270768e51604')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl 

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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:53:08
  Author: andyrtr
Revision: 185765

upgpkg: libburn 1.3.0-1

upstream update 1.3.0

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:49:17 UTC (rev 185764)
+++ PKGBUILD2013-05-18 14:53:08 UTC (rev 185765)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.2.8
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool' '!emptydirs')
-md5sums=('2838ff6fdd32e69394305f97f806002b'
- 'b67455e5a50d2d956d45591529575408')
+md5sums=('c06bfec410ef461a994b9a75b2620561'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:53:27
  Author: andyrtr
Revision: 185766

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

Added:
  libburn/repos/extra-i686/PKGBUILD
(from rev 185765, libburn/trunk/PKGBUILD)
  libburn/repos/extra-x86_64/PKGBUILD
(from rev 185765, libburn/trunk/PKGBUILD)
Deleted:
  libburn/repos/extra-i686/PKGBUILD
  libburn/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 14:53:08 UTC (rev 185765)
+++ extra-i686/PKGBUILD 2013-05-18 14:53:27 UTC (rev 185766)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('2838ff6fdd32e69394305f97f806002b'
- 'b67455e5a50d2d956d45591529575408')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 185765, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 14:53:27 UTC (rev 185766)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('c06bfec410ef461a994b9a75b2620561'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 14:53:08 UTC (rev 185765)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:53:27 UTC (rev 185766)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('2838ff6fdd32e69394305f97f806002b'
- 'b67455e5a50d2d956d45591529575408')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 185765, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:53:27 UTC (rev 185766)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('c06bfec410ef461a994b9a75b2620561'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:55:24
  Author: andyrtr
Revision: 185767

upgpkg: libisofs 1.3.0-1

upstream update 1.3.0

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:53:27 UTC (rev 185766)
+++ PKGBUILD2013-05-18 14:55:24 UTC (rev 185767)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.2.8
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool')
-md5sums=('9d3515929b80a08daa6423b8312be8c1'
- 'f30c694e856d9c44df864b30b2139000')
+md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:55:44
  Author: andyrtr
Revision: 185768

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

Added:
  libisofs/repos/extra-i686/PKGBUILD
(from rev 185767, libisofs/trunk/PKGBUILD)
  libisofs/repos/extra-x86_64/PKGBUILD
(from rev 185767, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-i686/PKGBUILD
  libisofs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 14:55:24 UTC (rev 185767)
+++ extra-i686/PKGBUILD 2013-05-18 14:55:44 UTC (rev 185768)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('9d3515929b80a08daa6423b8312be8c1'
- 'f30c694e856d9c44df864b30b2139000')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 185767, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 14:55:44 UTC (rev 185768)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 14:55:24 UTC (rev 185767)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:55:44 UTC (rev 185768)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('9d3515929b80a08daa6423b8312be8c1'
- 'f30c694e856d9c44df864b30b2139000')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 185767, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:55:44 UTC (rev 185768)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:57:52
  Author: andyrtr
Revision: 185769

upgpkg: libisoburn 1.3.0-1

upstream update 1.3.0

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:55:44 UTC (rev 185768)
+++ PKGBUILD2013-05-18 14:57:52 UTC (rev 185769)
@@ -3,18 +3,18 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.2.8
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.2.8' 'libisofs=1.2.8' 'readline')
+depends=('libburn=1.3.0' 'libisofs=1.3.0' 'readline')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1f02aa98d56c4b3e568e641a91640ecc'
- '766281eec985df34f584aabd6963d71d')
+md5sums=('1341e87e385cb559ee1cd2605e372dec'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 16:58:09
  Author: andyrtr
Revision: 185770

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

Added:
  libisoburn/repos/extra-i686/PKGBUILD
(from rev 185769, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-i686/libisoburn.install
(from rev 185769, libisoburn/trunk/libisoburn.install)
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 185769, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-x86_64/libisoburn.install
(from rev 185769, libisoburn/trunk/libisoburn.install)
Deleted:
  libisoburn/repos/extra-i686/PKGBUILD
  libisoburn/repos/extra-i686/libisoburn.install
  libisoburn/repos/extra-x86_64/PKGBUILD
  libisoburn/repos/extra-x86_64/libisoburn.install

-+
 /PKGBUILD   |   56 ++
 /libisoburn.install |   40 +++
 extra-i686/PKGBUILD |   28 ---
 extra-i686/libisoburn.install   |   20 -
 extra-x86_64/PKGBUILD   |   28 ---
 extra-x86_64/libisoburn.install |   20 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 14:57:52 UTC (rev 185769)
+++ extra-i686/PKGBUILD 2013-05-18 14:58:09 UTC (rev 185770)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.2.8' 'libisofs=1.2.8' 'readline')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1f02aa98d56c4b3e568e641a91640ecc'
- '766281eec985df34f584aabd6963d71d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 185769, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 14:58:09 UTC (rev 185770)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia.pykix.org/wiki/Libisoburn;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.3.0' 'libisofs=1.3.0' 'readline')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('1341e87e385cb559ee1cd2605e372dec'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2013-05-18 14:57:52 UTC (rev 185769)
+++ extra-i686/libisoburn.install   2013-05-18 14:58:09 UTC (rev 185770)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 185769, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2013-05-18 14:58:09 UTC (rev 185770)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 14:57:52 UTC (rev 185769)
+++ extra-x86_64/PKGBUILD   2013-05-18 14:58:09 UTC (rev 185770)
@@ -1,28 +0,0 @@
-# $Id$
-# 

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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:08:10
  Author: andyrtr
Revision: 185771

add signature check; FS#35304

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:58:09 UTC (rev 185770)
+++ PKGBUILD2013-05-18 15:08:10 UTC (rev 185771)
@@ -35,8 +35,9 @@
 provides=('claws')
 options=(!libtool)
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8adc734912ff1b83545cb12850100473')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('8adc734912ff1b83545cb12850100473'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:23:20
  Author: andyrtr
Revision: 185772

upgpkg: poppler 0.22.4-1

upstream update 0.22.4

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:08:10 UTC (rev 185771)
+++ PKGBUILD2013-05-18 15:23:20 UTC (rev 185772)
@@ -3,8 +3,8 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.22.3
-pkgrel=3
+pkgver=0.22.4
+pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
@@ -13,7 +13,7 @@
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('be915388eaad6865cee5a156c8119ec1'
+md5sums=('49d55921ce795778c7231fe9f2fe923b'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 build() {



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:23:39
  Author: andyrtr
Revision: 185773

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 185772, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 185772, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   84 ++
 staging-x86_64/PKGBUILD |   84 ++
 2 files changed, 168 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 185772, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-18 15:23:39 UTC (rev 185773)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.4
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('49d55921ce795778c7231fe9f2fe923b'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt4')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 185772, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-18 15:23:39 UTC (rev 185773)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.4
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('49d55921ce795778c7231fe9f2fe923b'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \

[arch-commits] Commit in cups-filters/trunk (PKGBUILD cups-browsed.service)

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:32:58
  Author: andyrtr
Revision: 185774

upgpkg: cups-filters 1.0.34-4

poppler rebuild

Modified:
  cups-filters/trunk/PKGBUILD
  cups-filters/trunk/cups-browsed.service

--+
 PKGBUILD |7 ---
 cups-browsed.service |2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:23:39 UTC (rev 185773)
+++ PKGBUILD2013-05-18 15:32:58 UTC (rev 185774)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.0.34
-pkgrel=3
+pkgrel=4
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
 license=('GPL')
-depends=('lcms2' 'poppler=0.22.3' 'qpdf=4.0.0')
+depends=('lcms2' 'poppler=0.22.4' 'qpdf=4.0.0')
 makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
@@ -20,12 +20,13 @@
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
 cups-browsed.service)
 md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
- '4c9f97eae201798000483c4e7109e690')
+ '9ef68d7c2a84713fd421f4e87dec0a6e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
+--sbindir=/usr/bin \
 --with-rcdir=no \
 --enable-avahi \
 --with-browseremoteprotocols=DNSSD,CUPS \

Modified: cups-browsed.service
===
--- cups-browsed.service2013-05-18 15:23:39 UTC (rev 185773)
+++ cups-browsed.service2013-05-18 15:32:58 UTC (rev 185774)
@@ -4,7 +4,7 @@
 Wants=cups.service avahi-daemon.service
 
 [Service]
-ExecStart=/usr/sbin/cups-browsed
+ExecStart=/usr/bin/cups-browsed
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:33:12
  Author: andyrtr
Revision: 185775

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 185774, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 185774, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 185774, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 185774, cups-filters/trunk/cups-browsed.service)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/cups-browsed.service   |   10 ++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/cups-browsed.service |   10 ++
 4 files changed, 120 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 185774, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-18 15:33:12 UTC (rev 185775)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=4
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.4' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
+ '9ef68d7c2a84713fd421f4e87dec0a6e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 185774, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-05-18 15:33:12 UTC (rev 185775)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 185774, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-18 15:33:12 UTC (rev 185775)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=4
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.4' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)

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

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 17:34:47
  Author: bpiotrowski
Revision: 91054

upgpkg: nodejs 0.10.7-1

- upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 14:25:46 UTC (rev 91053)
+++ PKGBUILD2013-05-18 15:34:47 UTC (rev 91054)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.6
+pkgver=0.10.7
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('7e2079394efe82f62798178f617888c9d6a39150c76122c432ae9ea73ce28e79')
+sha256sums=('22d1d211f5260dfa5b842cebdb04633f28df180843105ff3eb792ca35ed425e0')
 
 prepare() {
   cd node-v$pkgver



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

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 17:35:13
  Author: bpiotrowski
Revision: 91055

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-18 15:34:47 UTC (rev 91054)
+++ community-i686/PKGBUILD 2013-05-18 15:35:13 UTC (rev 91055)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.6
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('7e2079394efe82f62798178f617888c9d6a39150c76122c432ae9ea73ce28e79')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 91054, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-18 15:35:13 UTC (rev 91055)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.7
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('22d1d211f5260dfa5b842cebdb04633f28df180843105ff3eb792ca35ed425e0')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-18 15:34:47 UTC (rev 91054)
+++ community-x86_64/PKGBUILD   2013-05-18 15:35:13 UTC (rev 91055)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:35:42
  Author: jlichtblau
Revision: 91056

upgpkg: glom 1.24.0-1

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:35:13 UTC (rev 91055)
+++ PKGBUILD2013-05-18 15:35:42 UTC (rev 91056)
@@ -5,8 +5,8 @@
 # Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=glom
-pkgver=1.22.0
-pkgrel=5
+pkgver=1.24.0
+pkgrel=1
 pkgdesc=An easy-to-use database designer and user interface
 arch=('i686' 'x86_64')
 url=http://www.glom.org/;
@@ -15,8 +15,8 @@
 makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
 options=('!libtool')
 install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in glom/repos/community-x86_64 (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:35:53
  Author: jlichtblau
Revision: 91057

archrelease: copy trunk to community-x86_64

Added:
  glom/repos/community-x86_64/PKGBUILD
(from rev 91056, glom/trunk/PKGBUILD)
  glom/repos/community-x86_64/glom.install
(from rev 91056, glom/trunk/glom.install)
Deleted:
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.install

--+
 PKGBUILD |   74 -
 glom.install |   26 ++--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:35:42 UTC (rev 91056)
+++ PKGBUILD2013-05-18 15:35:53 UTC (rev 91057)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=glom
-pkgver=1.22.0
-pkgrel=5
-pkgdesc=An easy-to-use database designer and user interface
-arch=('i686' 'x86_64')
-url=http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static \
-PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: glom/repos/community-x86_64/PKGBUILD (from rev 91056, 
glom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:35:53 UTC (rev 91057)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.24.0
+pkgrel=1
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: glom.install
===
--- glom.install2013-05-18 15:35:42 UTC (rev 91056)
+++ glom.install2013-05-18 15:35:53 UTC (rev 91057)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glom/repos/community-x86_64/glom.install (from rev 91056, 
glom/trunk/glom.install)
===
--- glom.install(rev 0)
+++ glom.install2013-05-18 15:35:53 UTC (rev 91057)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:38:15
  Author: jlichtblau
Revision: 91058

upgpkg: balsa 2.5.1-1

Added:
  balsa/trunk/balsa.changelog
Modified:
  balsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:35:53 UTC (rev 91057)
+++ PKGBUILD2013-05-18 15:38:15 UTC (rev 91058)
@@ -5,17 +5,18 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=balsa
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=An e-mail client for GNOME
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
 depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
 install=$pkgname.install
+changelog=$pkgname.changelog
 source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
+sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}

Added: balsa.changelog
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2013-05-18 15:38:15 UTC (rev 91058)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * balsa 2.5.1-1



[arch-commits] Commit in balsa/repos/community-x86_64 (5 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:38:27
  Author: jlichtblau
Revision: 91059

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   89 +++---
 balsa.changelog |2 +
 balsa.install   |   24 +++---
 3 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:38:15 UTC (rev 91058)
+++ PKGBUILD2013-05-18 15:38:27 UTC (rev 91059)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 91058, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:38:27 UTC (rev 91059)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-ssl \
+--with-gpgme=gpgme-config \
+--with-gss \
+--with-ldap \
+--with-gtksourceview \
+--with-gtkspell \
+--with-rubrica \
+--with-sqlite \
+--without-nm \
+--without-gnome \
+--with-html-widget=webkit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 91058, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2013-05-18 15:38:27 UTC (rev 91059)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * balsa 2.5.1-1

Deleted: balsa.install
===
--- balsa.install   2013-05-18 15:38:15 UTC (rev 91058)
+++ balsa.install   2013-05-18 15:38:27 UTC (rev 91059)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: balsa/repos/community-x86_64/balsa.install (from rev 91058, 
balsa/trunk/balsa.install)
===
--- balsa.install   (rev 0)
+++ balsa.install   

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

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 17:41:34
  Author: bpiotrowski
Revision: 91060

upgpkg: geogebra 4.2.41.0-1

- upstream release

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:38:27 UTC (rev 91059)
+++ PKGBUILD2013-05-18 15:41:34 UTC (rev 91060)
@@ -4,7 +4,7 @@
 # Contributor: moostik mooostik_at_gmail.com
 
 pkgname=geogebra
-pkgver=4.2.36.0
+pkgver=4.2.41.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=('any')
@@ -13,17 +13,17 @@
 depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
 install=geogebra.install
 
source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2e5f9e9bbf03154d1f04fb69c071e61e54a0a99ae80bba4fc80768ce02646a94')
+sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
 
 package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
 
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
   source install.sh
-  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-  rm -rf $pkgdir/usr/share/mime/
+  rm -rf $pkgdir/usr/share/mime/
 }



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

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 17:41:45
  Author: bpiotrowski
Revision: 91061

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 91060, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 91060, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra.install

--+
 PKGBUILD |   58 ++---
 geogebra.install |   28 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:41:34 UTC (rev 91060)
+++ PKGBUILD2013-05-18 15:41:45 UTC (rev 91061)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.36.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2e5f9e9bbf03154d1f04fb69c071e61e54a0a99ae80bba4fc80768ce02646a94')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf $pkgdir/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 91060, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:41:45 UTC (rev 91061)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.41.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf $pkgdir/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2013-05-18 15:41:34 UTC (rev 91060)
+++ geogebra.install2013-05-18 15:41:45 UTC (rev 91061)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 91060, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-05-18 15:41:45 UTC (rev 91061)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/  /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install $1
+}
+



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:45:27
  Author: andyrtr
Revision: 185776

upgpkg: cups 1.6.2-2

move to /usr/bin

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups.install

--+
 PKGBUILD |4 ++--
 cups.install |   15 ++-
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:33:12 UTC (rev 185775)
+++ PKGBUILD2013-05-18 15:45:27 UTC (rev 185776)
@@ -4,7 +4,7 @@
 pkgbase=cups
 pkgname=('libcups' 'cups')
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
@@ -46,6 +46,7 @@
   autoconf -I config-scripts
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --sbindir=/usr/bin \
  --libdir=/usr/lib \
  --with-systemdsystemunitdir=/usr/lib/systemd/system \
  --with-logdir=/var/log/cups \
@@ -84,7 +85,6 @@
   
   # install client.conf man page and config file
   install -dm755 ${pkgdir}/usr/share/man/man5
-  #install -Dm644  ${srcdir}/${pkgbase}-${pkgver}/man/client.conf.5.gz 
${pkgdir}/usr/share/man/man5/
   install -Dm644  ${srcdir}/${pkgbase}-${pkgver}/man/client.conf.5 
${pkgdir}/usr/share/man/man5/
   install -dm755 ${pkgdir}/etc/cups
   touch ${pkgdir}/etc/cups/client.conf

Modified: cups.install
===
--- cups.install2013-05-18 15:33:12 UTC (rev 185775)
+++ cups.install2013-05-18 15:45:27 UTC (rev 185776)
@@ -1,6 +1,6 @@
 post_install() {
 if [ -x usr/bin/xdg-icon-resource ]; then
-   xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
 fi
  echo  If you use an HTTPS connection to CUPS, the first time you access
  echo  the interface it may take a very long time before the site comes up.
@@ -10,13 +10,9 @@
 
 post_upgrade() {
 if [ -x usr/bin/xdg-icon-resource ]; then
-   xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
 fi
-  if [ `vercmp $2 1.4.7-2` -lt 0 ]; then
-# important upgrade notice
-echo daemon script has been renamed to /etc/rc.d/cupsd
-echo change your entry in  /etc/rc.conf
-  fi
+  
   if [ `vercmp $2 1.6.0` -lt 0 ]; then
 # important upgrade notice
 echo * avahi-daemon should now run before you start cupsd for
@@ -24,7 +20,8 @@
 echo * check your config with cupsd -t
 echo   and fix all Browsing related settings
   fi
-if [ `vercmp $2 1.6.1-3` -lt 0 ]; then
+
+  if [ `vercmp $2 1.6.1-3` -lt 0 ]; then
 # important upgrade notice
 echo  It's now safe to load usblp kernel module.
 echo  There's no more need to blacklist it.
@@ -33,6 +30,6 @@
 
 post_remove() {
 if [ -x usr/bin/xdg-icon-resource ]; then
-   xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
 fi
 }



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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 17:46:13
  Author: andyrtr
Revision: 185777

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 185776, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 185776, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 185776, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 185776, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups-systemd-socket.patch
(from rev 185776, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-i686/cups.install
(from rev 185776, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 185776, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 185776, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 185776, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 185776, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 185776, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 185776, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 185776, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 185776, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 185776, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 185776, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups-systemd-socket.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam

---+
 /PKGBUILD |  312 +++
 /cups-no-export-ssllibs.patch |   24 
 /cups-no-gcrypt.patch |   80 ++
 /cups-no-gzip-man.patch   |   36 +
 /cups-systemd-socket.patch|  790 
 /cups.install |   70 ++
 /cups.logrotate   |   16 
 /cups.pam |6 
 extra-i686/PKGBUILD   |  156 -
 extra-i686/cups-no-export-ssllibs.patch   |   12 
 extra-i686/cups-no-gcrypt.patch   |   40 -
 extra-i686/cups-no-gzip-man.patch |   18 
 extra-i686/cups-systemd-socket.patch  |  395 --
 extra-i686/cups.install   |   38 -
 extra-i686/cups.logrotate |8 
 extra-i686/cups.pam   |3 
 extra-x86_64/PKGBUILD |  156 -
 extra-x86_64/cups-no-export-ssllibs.patch |   12 
 extra-x86_64/cups-no-gcrypt.patch |   40 -
 extra-x86_64/cups-no-gzip-man.patch   |   18 
 extra-x86_64/cups-systemd-socket.patch|  395 --
 extra-x86_64/cups.install |   38 -
 extra-x86_64/cups.logrotate   |8 
 extra-x86_64/cups.pam |3 
 24 files changed, 1334 insertions(+), 1340 deletions(-)

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


[arch-commits] Commit in glom/repos/community-i686 (4 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:52:22
  Author: jlichtblau
Revision: 91062

archrelease: copy trunk to community-i686

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 91061, glom/trunk/PKGBUILD)
  glom/repos/community-i686/glom.install
(from rev 91061, glom/trunk/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.install

--+
 PKGBUILD |   74 -
 glom.install |   26 ++--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:41:45 UTC (rev 91061)
+++ PKGBUILD2013-05-18 15:52:22 UTC (rev 91062)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=glom
-pkgver=1.22.0
-pkgrel=5
-pkgdesc=An easy-to-use database designer and user interface
-arch=('i686' 'x86_64')
-url=http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static \
-PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 91061, glom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:52:22 UTC (rev 91062)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.24.0
+pkgrel=1
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: glom.install
===
--- glom.install2013-05-18 15:41:45 UTC (rev 91061)
+++ glom.install2013-05-18 15:52:22 UTC (rev 91062)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glom/repos/community-i686/glom.install (from rev 91061, 
glom/trunk/glom.install)
===
--- glom.install(rev 0)
+++ glom.install2013-05-18 15:52:22 UTC (rev 91062)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in balsa/repos/community-i686 (5 files)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 17:59:52
  Author: jlichtblau
Revision: 91063

archrelease: copy trunk to community-i686

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

-+
 PKGBUILD|   89 +++---
 balsa.changelog |2 +
 balsa.install   |   24 +++---
 3 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:52:22 UTC (rev 91062)
+++ PKGBUILD2013-05-18 15:59:52 UTC (rev 91063)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-i686/PKGBUILD (from rev 91062, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:59:52 UTC (rev 91063)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-ssl \
+--with-gpgme=gpgme-config \
+--with-gss \
+--with-ldap \
+--with-gtksourceview \
+--with-gtkspell \
+--with-rubrica \
+--with-sqlite \
+--without-nm \
+--without-gnome \
+--with-html-widget=webkit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Copied: balsa/repos/community-i686/balsa.changelog (from rev 91062, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2013-05-18 15:59:52 UTC (rev 91063)
@@ -0,0 +1,2 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * balsa 2.5.1-1

Deleted: balsa.install
===
--- balsa.install   2013-05-18 15:52:22 UTC (rev 91062)
+++ balsa.install   2013-05-18 15:59:52 UTC (rev 91063)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: balsa/repos/community-i686/balsa.install (from rev 91062, 
balsa/trunk/balsa.install)
===
--- balsa.install   (rev 0)
+++ balsa.install   2013-05-18 15:59:52 

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

2013-05-18 Thread Balló György
Date: Saturday, May 18, 2013 @ 18:04:13
  Author: bgyorgy
Revision: 91064

upgpkg: simutrans-pak64 112.3-1

Update to version 112.3

Modified:
  simutrans-pak64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:59:52 UTC (rev 91063)
+++ PKGBUILD2013-05-18 16:04:13 UTC (rev 91064)
@@ -4,8 +4,8 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak64
-pkgver=112.2
-_pkgver=112-2
+pkgver=112.3
+_pkgver=112-3
 pkgrel=1
 pkgdesc=Low resolution graphics set for Simutrans
 arch=('any')
@@ -13,7 +13,7 @@
 license=('PerlArtistic')
 options=('!strip')
 source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('de775b110a4861a865c7c62c9649f3e1')
+md5sums=('95d6afd1bddd34cf49a990c76e574ba7')
 
 package() {
   cd $srcdir



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

2013-05-18 Thread Balló György
Date: Saturday, May 18, 2013 @ 18:04:20
  Author: bgyorgy
Revision: 91065

archrelease: copy trunk to community-any

Added:
  simutrans-pak64/repos/community-any/PKGBUILD
(from rev 91064, simutrans-pak64/trunk/PKGBUILD)
Deleted:
  simutrans-pak64/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 16:04:13 UTC (rev 91064)
+++ PKGBUILD2013-05-18 16:04:20 UTC (rev 91065)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak64
-pkgver=112.2
-_pkgver=112-2
-pkgrel=1
-pkgdesc=Low resolution graphics set for Simutrans
-arch=('any')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('de775b110a4861a865c7c62c9649f3e1')
-
-package() {
-  cd $srcdir
-  chmod -R 644 simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
-
-  find $pkgdir -type f -exec chmod 644 {} \;
-  find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: simutrans-pak64/repos/community-any/PKGBUILD (from rev 91064, 
simutrans-pak64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 16:04:20 UTC (rev 91065)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak64
+pkgver=112.3
+_pkgver=112-3
+pkgrel=1
+pkgdesc=Low resolution graphics set for Simutrans
+arch=('any')
+url=http://simutrans.com/;
+license=('PerlArtistic')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
+md5sums=('95d6afd1bddd34cf49a990c76e574ba7')
+
+package() {
+  cd $srcdir
+  chmod -R 644 simutrans
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
+
+  find $pkgdir -type f -exec chmod 644 {} \;
+  find $pkgdir -type d -exec chmod 755 {} \;
+}



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 18:29:17
  Author: jlichtblau
Revision: 91066

upgpkg: gdal 1.10.0-1

Added:
  gdal/trunk/gdal-1.5.1-python-install.patch
Modified:
  gdal/trunk/PKGBUILD
Deleted:
  gdal/trunk/gdal-1.5.1-python-install.patch

-+
 PKGBUILD|   14 +++---
 gdal-1.5.1-python-install.patch |   20 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 16:04:20 UTC (rev 91065)
+++ PKGBUILD2013-05-18 16:29:17 UTC (rev 91066)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=gdal
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;
@@ -18,15 +18,15 @@
 'swig:  perl binding support')
 options=('!libtool')
 changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
 gdal-1.5.1-python-install.patch)
-md5sums=('3f39db89f4710269b3a8bf94178e07aa'
- '81afc1c26d29cee84aadb6924fe33861')
+sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
 
 build() {
   export CFLAGS=$CFLAGS -fno-strict-aliasing
 
-  # bug 23654
+# bug 23654
   export LDFLAGS=$LDFLAGS -Wl,--as-needed 
 
   cd ${srcdir}/$pkgname-$pkgver
@@ -60,7 +60,7 @@
 #FS15477 clean up junks
   rm -f ${pkgdir}/usr/bin/*.dox
 
-  # Remove RPATH
+# Remove RPATH
   chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
   chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
   chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so

Deleted: gdal-1.5.1-python-install.patch
===
--- gdal-1.5.1-python-install.patch 2013-05-18 16:04:20 UTC (rev 91065)
+++ gdal-1.5.1-python-install.patch 2013-05-18 16:29:17 UTC (rev 91066)
@@ -1,10 +0,0 @@
 swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
-+++ swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
-@@ -72,5 +72,5 @@
- ifeq ($(PY_HAVE_SETUPTOOLS),1)
--  $(PYTHON) setup.py install 
-+  $(PYTHON) setup.py install --root=$(DESTDIR) 
- else
--  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
-+  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
- endif

Added: gdal-1.5.1-python-install.patch
===
--- gdal-1.5.1-python-install.patch (rev 0)
+++ gdal-1.5.1-python-install.patch 2013-05-18 16:29:17 UTC (rev 91066)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+-  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
++  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
+ endif



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 18:29:28
  Author: jlichtblau
Revision: 91067

archrelease: copy trunk to community-x86_64

Added:
  gdal/repos/community-x86_64/PKGBUILD
(from rev 91066, gdal/trunk/PKGBUILD)
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
(from rev 91066, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-x86_64/gdal.changelog
(from rev 91066, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-x86_64/PKGBUILD
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
  gdal/repos/community-x86_64/gdal.changelog

-+
 PKGBUILD|  136 +++---
 gdal-1.5.1-python-install.patch |   20 ++---
 gdal.changelog  |   22 +++---
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 16:29:17 UTC (rev 91066)
+++ PKGBUILD2013-05-18 16:29:28 UTC (rev 91067)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gdal
-pkgver=1.9.2
-pkgrel=3
-pkgdesc=A translator library for raster geospatial data formats
-arch=('i686' 'x86_64')
-url=http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support'
-'swig:  perl binding support')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch)
-md5sums=('3f39db89f4710269b3a8bf94178e07aa'
- '81afc1c26d29cee84aadb6924fe33861')
-
-build() {
-  export CFLAGS=$CFLAGS -fno-strict-aliasing
-
-  # bug 23654
-  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
-
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
-  make DESTDIR=${pkgdir} install
-
-# install license
-  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f ${pkgdir}/usr/bin/*.dox
-
-  # Remove RPATH
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-x86_64/PKGBUILD (from rev 91066, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 16:29:28 UTC (rev 91067)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
+

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

2013-05-18 Thread Andreas Radke
Date: Saturday, May 18, 2013 @ 18:33:20
  Author: andyrtr
Revision: 185778

upgpkg: foomatic 1:4.0.17_20130518-1

upstream update 4.0.9 + update all snapshots; fix link detection in 
foomatic-db-engine and move to /usr/bin

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 15:46:13 UTC (rev 185777)
+++ PKGBUILD2013-05-18 16:33:20 UTC (rev 185778)
@@ -4,15 +4,15 @@
 pkgbase=foomatic
 pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120712
+_snapdate=20130518
 _filtersver=4.0.17
-_enginever=4.0.8
+_enginever=4.0.9
 pkgver=${_filtersver}_${_snapdate}
 pkgrel=1
 epoch=1
 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
 _url1=http://www.openprinting.org/download/foomatic/
-_url2=ftp://ftp.archlinux.org/other/foomatic/
+_url2=ftp://ftp.archlinux.org/other/packages/foomatic/
 source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
 ${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
 ${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 - url2
@@ -20,9 +20,9 @@
 url=http://www.linuxprinting.org/foomatic.html;
 options=('!emptydirs')
 md5sums=('b05f5dcbfe359f198eef3df5b283d896'
- '5283cd5125a96dc0b35d896326512b1a'
- '7ea8ed6c34495e237d8071ab5821e871'
- 'da4fbbb3556f56d2f5f922af3face539')
+ '5b33c1adb21e7b6f3652e9a18d0e6f4e'
+ 'e45fe460782afb1ec36d978dda53a3ef'
+ '637793905f08b72911ca734386d95152')
 
 package_foomatic-db() {
 
@@ -63,8 +63,10 @@
  license=('GPL')
  depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
 
+   export LIB_CUPS=/usr/lib/cups
cd ${srcdir}/foomatic-db-engine-${_enginever}
-./configure --prefix=/usr
+./configure --prefix=/usr \
+  --sbindir=/usr/bin
make
eval `perl -V:archname`
make DESTDIR=${pkgdir} \



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

2013-05-18 Thread Andreas Radke
 makepkg 
will support it
+_snapdate=20130518
+_filtersver=4.0.17
+_enginever=4.0.9
+pkgver=${_filtersver}_${_snapdate}
+pkgrel=1
+epoch=1
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
+_url1=http://www.openprinting.org/download/foomatic/
+_url2=ftp://ftp.archlinux.org/other/packages/foomatic/
+source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
+${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
+${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 - url2
+${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 - url2
+url=http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+md5sums=('b05f5dcbfe359f198eef3df5b283d896'
+ '5b33c1adb21e7b6f3652e9a18d0e6f4e'
+ 'e45fe460782afb1ec36d978dda53a3ef'
+ '637793905f08b72911ca734386d95152')
+
+package_foomatic-db() {
+
+ pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
+# arch=('any')
+ license=('GPL' 'custom')
+ depends=('perl' 'libxml2')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
+
+   cd ${srcdir}/${pkgname}-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-filters() {
+
+ pkgdesc=Foomatic - Filter scripts used by the printer spoolers to convert 
the incoming PostScript data into the printer's native format.
+# arch=('i686' 'x86_64')
+ license=('GPL')
+ backup=(etc/foomatic/filter.conf)
+ depends=('glibc' 'dbus-core')
+ optdepends=('perl:  for the beh Backend End Handler used by cups'
+'net-snmp:  certain (mostly HP) printers need it to work')
+
+   cd ${srcdir}/foomatic-filters-${_filtersver}
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make
+   make DESTDIR=${pkgdir} install
+}
+
+package_foomatic-db-engine() {
+
+ pkgdesc=Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs.
+# arch=(i686 x86_64)
+ license=('GPL')
+ depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
+
+   export LIB_CUPS=/usr/lib/cups
+   cd ${srcdir}/foomatic-db-engine-${_enginever}
+./configure --prefix=/usr \
+  --sbindir=/usr/bin
+   make
+   eval `perl -V:archname`
+   make DESTDIR=${pkgdir} \
+INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+   /usr/bin/find ${pkgdir} -name '.packlist' -delete
+   # fix permissions
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc=Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses
+# arch=('any')
+ license=('custom')
+ depends=('perl' 'libxml2' foomatic-db-engine 'foomatic-db')
+
+   cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 16:33:20 UTC (rev 185778)
+++ extra-x86_64/PKGBUILD   2013-05-18 16:36:49 UTC (rev 185779)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
- 
-pkgbase=foomatic
-pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120712
-_filtersver=4.0.17
-_enginever=4.0.8
-pkgver=${_filtersver}_${_snapdate}
-pkgrel=1
-epoch=1
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
-_url1=http://www.openprinting.org/download/foomatic/
-_url2=ftp://ftp.archlinux.org/other/foomatic/
-source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
-${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 - url2
-${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 - url2
-url=http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-md5sums=('b05f5dcbfe359f198eef3df5b283d896'
- '5283cd5125a96dc0b35d896326512b1a'
- '7ea8ed6c34495e237d8071ab5821e871'
- 'da4fbbb3556f56d2f5f922af3face539')
-
-package_foomatic-db() {
-
- pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
-# arch=('any

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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 18:43:31
  Author: jlichtblau
Revision: 91068

upgpkg: gdal 1.10.0-1

Added:
  gdal/trunk/gdal-1.5.1-python-install.patch
Modified:
  gdal/trunk/gdal.changelog
Deleted:
  gdal/trunk/gdal-1.5.1-python-install.patch

-+
 gdal-1.5.1-python-install.patch |   20 ++--
 gdal.changelog  |3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

Deleted: gdal-1.5.1-python-install.patch
===
--- gdal-1.5.1-python-install.patch 2013-05-18 16:29:28 UTC (rev 91067)
+++ gdal-1.5.1-python-install.patch 2013-05-18 16:43:31 UTC (rev 91068)
@@ -1,10 +0,0 @@
 swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
-+++ swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
-@@ -72,5 +72,5 @@
- ifeq ($(PY_HAVE_SETUPTOOLS),1)
--  $(PYTHON) setup.py install 
-+  $(PYTHON) setup.py install --root=$(DESTDIR) 
- else
--  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
-+  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
- endif

Added: gdal-1.5.1-python-install.patch
===
--- gdal-1.5.1-python-install.patch (rev 0)
+++ gdal-1.5.1-python-install.patch 2013-05-18 16:43:31 UTC (rev 91068)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq ($(PY_HAVE_SETUPTOOLS),1)
+-  $(PYTHON) setup.py install 
++  $(PYTHON) setup.py install --root=$(DESTDIR) 
+ else
+-  $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
++  $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
+ endif

Modified: gdal.changelog
===
--- gdal.changelog  2013-05-18 16:29:28 UTC (rev 91067)
+++ gdal.changelog  2013-05-18 16:43:31 UTC (rev 91068)
@@ -1,3 +1,6 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * gdal 1.10.0-1
+
 2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* gdal 1.8.0-1
 



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

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 18:43:45
  Author: jlichtblau
Revision: 91069

archrelease: copy trunk to community-i686

Added:
  gdal/repos/community-i686/PKGBUILD
(from rev 91068, gdal/trunk/PKGBUILD)
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
(from rev 91068, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-i686/gdal.changelog
(from rev 91068, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-i686/PKGBUILD
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
  gdal/repos/community-i686/gdal.changelog

-+
 PKGBUILD|  136 +++---
 gdal-1.5.1-python-install.patch |   20 ++---
 gdal.changelog  |   25 +++---
 3 files changed, 92 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 16:43:31 UTC (rev 91068)
+++ PKGBUILD2013-05-18 16:43:45 UTC (rev 91069)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gdal
-pkgver=1.9.2
-pkgrel=3
-pkgdesc=A translator library for raster geospatial data formats
-arch=('i686' 'x86_64')
-url=http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support'
-'swig:  perl binding support')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch)
-md5sums=('3f39db89f4710269b3a8bf94178e07aa'
- '81afc1c26d29cee84aadb6924fe33861')
-
-build() {
-  export CFLAGS=$CFLAGS -fno-strict-aliasing
-
-  # bug 23654
-  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
-
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
-  make DESTDIR=${pkgdir} install
-
-# install license
-  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f ${pkgdir}/usr/bin/*.dox
-
-  # Remove RPATH
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-i686/PKGBUILD (from rev 91068, gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 16:43:45 UTC (rev 91069)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
+

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

2013-05-18 Thread Gaetan Bisson
Date: Saturday, May 18, 2013 @ 19:18:58
  Author: bisson
Revision: 185780

fix broken png again...

Modified:
  scim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 16:36:49 UTC (rev 185779)
+++ PKGBUILD2013-05-18 17:18:58 UTC (rev 185780)
@@ -5,20 +5,24 @@
 
 pkgname=scim
 pkgver=1.4.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Input method user interface and development platform'
 url='http://www.scim-im.org/projects/scim'
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
-makedepends=('intltool')
 depends=('libltdl' 'gtk2')
+makedepends=('intltool' 'optipng')
 backup=('etc/scim/config' 'etc/scim/global')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
 
 install=install
 
+prepare() {
+   find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure \



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

2013-05-18 Thread Gaetan Bisson
Date: Saturday, May 18, 2013 @ 19:19:08
  Author: bisson
Revision: 185781

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

Added:
  scim/repos/extra-i686/PKGBUILD
(from rev 185780, scim/trunk/PKGBUILD)
  scim/repos/extra-i686/install
(from rev 185780, scim/trunk/install)
  scim/repos/extra-x86_64/PKGBUILD
(from rev 185780, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
(from rev 185780, scim/trunk/install)
Deleted:
  scim/repos/extra-i686/PKGBUILD
  scim/repos/extra-i686/install
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install

---+
 /PKGBUILD |   78 
 /install  |   26 
 extra-i686/PKGBUILD   |   36 --
 extra-i686/install|   13 
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/install  |   13 
 6 files changed, 104 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-18 17:18:58 UTC (rev 185780)
+++ extra-i686/PKGBUILD 2013-05-18 17:19:08 UTC (rev 185781)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-
-pkgname=scim
-pkgver=1.4.14
-pkgrel=2
-pkgdesc='Input method user interface and development platform'
-url='http://www.scim-im.org/projects/scim'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gtk2')
-makedepends=('intltool' 'optipng')
-backup=('etc/scim/config' 'etc/scim/global')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --disable-static \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   find ${pkgdir} -name *.png -exec optipng {} \; # libpng-1.6 has 
higher standards
-}

Copied: scim/repos/extra-i686/PKGBUILD (from rev 185780, scim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-18 17:19:08 UTC (rev 185781)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+
+pkgname=scim
+pkgver=1.4.14
+pkgrel=3
+pkgdesc='Input method user interface and development platform'
+url='http://www.scim-im.org/projects/scim'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gtk2')
+makedepends=('intltool' 'optipng')
+backup=('etc/scim/config' 'etc/scim/global')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
+
+install=install
+
+prepare() {
+   find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-static \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-05-18 17:18:58 UTC (rev 185780)
+++ extra-i686/install  2013-05-18 17:19:08 UTC (rev 185781)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  /etc/gtk-3.0/gtk.immodules
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: scim/repos/extra-i686/install (from rev 185780, scim/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-05-18 17:19:08 UTC (rev 185781)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  /etc/gtk-3.0/gtk.immodules
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-18 17:18:58 UTC (rev 185780)
+++ extra-x86_64/PKGBUILD   2013-05-18 17:19:08 UTC (rev 

[arch-commits] Commit in iotop/trunk (PKGBUILD iotop-python3.patch iotop.changelog)

2013-05-18 Thread Jaroslav Lichtblau
Date: Saturday, May 18, 2013 @ 19:33:40
  Author: jlichtblau
Revision: 91070

upgpkg: iotop 0.5-2

Added:
  iotop/trunk/iotop-python3.patch
  iotop/trunk/iotop.changelog
Modified:
  iotop/trunk/PKGBUILD

-+
 PKGBUILD|   18 +-
 iotop-python3.patch |   11 +++
 iotop.changelog |   29 +
 3 files changed, 53 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-18 16:43:45 UTC (rev 91069)
+++ PKGBUILD2013-05-18 17:33:40 UTC (rev 91070)
@@ -3,17 +3,25 @@
 
 pkgname=iotop
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='View I/O usage of processes'
 arch=('any')
 url='http://guichaz.free.fr/iotop/'
 license=('GPL')
-depends=('python2')
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9')
+depends=('python')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2
+iotop-python3.patch)
+sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9'
+'40627017734632a40e6fa24543af0036696164509219ed7d44b3ad6e1d2c9af9')
 
 package() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+#FS#33906 fix
+  chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
+  cd ${pkgdir}/usr/bin
+  patch -Np0 -i ${srcdir}/iotop-python3.patch
 }

Added: iotop-python3.patch
===
--- iotop-python3.patch (rev 0)
+++ iotop-python3.patch 2013-05-18 17:33:40 UTC (rev 91070)
@@ -0,0 +1,11 @@
+--- iotop  2013-02-03 19:50:02.0 +0100
 iotop  2013-05-18 19:10:29.227411090 +0200
+@@ -10,4 +10,4 @@
+-except ImportError, e:
+-print e
+-print 'To run an uninstalled copy of iotop,'
+-print 'launch iotop.py in the top directory'
++except ImportError as e:
++print(e)
++print('To run an uninstalled copy of iotop,')
++print('launch iotop.py in the top directory')

Added: iotop.changelog
===
--- iotop.changelog (rev 0)
+++ iotop.changelog 2013-05-18 17:33:40 UTC (rev 91070)
@@ -0,0 +1,29 @@
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.4.2
+
+2010-06-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.4.1
+
+2010-01-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release v0.4
+
+2009-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release v0.3.1
+
+2009-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release v0.3
+
+2008-08-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Moved to [community] repo



  1   2   >