[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2012-06-21 Thread Andrea Scarpino
Date: Thursday, June 21, 2012 @ 02:50:25
  Author: andrea
Revision: 162123

upgpkg: kdeplasma-applets-networkmanagement 1:0.9.0.3-1

Upstream release

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 01:52:52 UTC (rev 162122)
+++ PKGBUILD2012-06-21 06:50:25 UTC (rev 162123)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=0.9.0.2
+pkgver=0.9.0.3
 pkgrel=1
 pkgdesc=KDE control panel and widget network connections
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'openconnect: Cisco AnyConnect compatible VPN client')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
-sha1sums=('58b530d0dc97cc742f24413a54c58f20318cfa14')
+sha256sums=('d8ad2dd89521dbe21e17131ef24bd7d792e90a150e15f0fbdab1bfa4a46e00f7')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (6 files)

2012-06-21 Thread Andrea Scarpino
Date: Thursday, June 21, 2012 @ 02:50:46
  Author: andrea
Revision: 162124

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

Added:
  kdeplasma-applets-networkmanagement/repos/testing-i686/
  kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD
(from rev 162123, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
(from rev 162123, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD
(from rev 162123, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/testing-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 162123, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/kdeplasma-applets-networkmanagement.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/kdeplasma-applets-networkmanagement.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdeplasma-applets-networkmanagement/repos/testing-i686/PKGBUILD (from 
rev 162123, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-21 06:50:46 UTC (rev 162124)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jakub Schmidtke sjakub-at-gmail.com
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=0.9.0.3
+pkgrel=1
+pkgdesc=KDE control panel and widget network connections
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/networkmanagement'
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
+sha256sums=('d8ad2dd89521dbe21e17131ef24bd7d792e90a150e15f0fbdab1bfa4a46e00f7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../networkmanagement-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeplasma-applets-networkmanagement/repos/testing-i686/kdeplasma-applets-networkmanagement.install
 (from rev 162123, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
===
--- testing-i686/kdeplasma-applets-networkmanagement.install
(rev 0)
+++ testing-i686/kdeplasma-applets-networkmanagement.install2012-06-21 
06:50:46 UTC (rev 162124)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeplasma-applets-networkmanagement/repos/testing-x86_64/PKGBUILD (from 
rev 162123, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-21 06:50:46 UTC (rev 162124)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jakub Schmidtke sjakub-at-gmail.com
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=0.9.0.3
+pkgrel=1
+pkgdesc=KDE control panel and widget network connections
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/networkmanagement'
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
+sha256sums=('d8ad2dd89521dbe21e17131ef24bd7d792e90a150e15f0fbdab1bfa4a46e00f7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake 

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

2012-06-21 Thread Tobias Powalowski
Date: Thursday, June 21, 2012 @ 02:54:05
  Author: tpowa
Revision: 162125

upgpkg: libusbx 1.0.12-1

bump to latest version

Modified:
  libusbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 06:50:46 UTC (rev 162124)
+++ PKGBUILD2012-06-21 06:54:05 UTC (rev 162125)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=libusbx
-pkgver=1.0.11
-pkgrel=2
+pkgver=1.0.12
+pkgrel=1
 depends=('glibc')
 pkgdesc=Library that provides generic access to USB device
 arch=(i686 x86_64)
@@ -13,9 +13,8 @@
 replaces=('libusb1' 'libusb')
 provides=(libusb=$pkgver)
 conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
 
-md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr 



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

2012-06-21 Thread Tobias Powalowski
Date: Thursday, June 21, 2012 @ 02:54:30
  Author: tpowa
Revision: 162126

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 162125, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 162125, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 162125, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-21 06:54:30 UTC (rev 162126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 162125, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-21 06:54:30 UTC (rev 162126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 12:19:38
  Author: andyrtr
Revision: 162127

upgpkg: getmail 4.30.0-1

upstream update 4.30.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 06:54:30 UTC (rev 162126)
+++ PKGBUILD2012-06-21 16:19:38 UTC (rev 162127)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.29.0
+pkgver=4.30.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('f8c6381d1eeda9043233dca47fac02b9')
+md5sums=('02a556594301c3aa75e1af68e2cb7a26')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 12:20:03
  Author: andyrtr
Revision: 162128

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 162127, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-21 16:19:38 UTC (rev 162127)
+++ PKGBUILD2012-06-21 16:20:03 UTC (rev 162128)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.29.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('f8c6381d1eeda9043233dca47fac02b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 162127, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-21 16:20:03 UTC (rev 162128)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.30.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('02a556594301c3aa75e1af68e2cb7a26')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 12:20:53
  Author: andyrtr
Revision: 162129

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

Added:
  man-db/repos/core-i686/PKGBUILD
(from rev 162128, man-db/repos/testing-i686/PKGBUILD)
  man-db/repos/core-i686/convert-mans
(from rev 162128, man-db/repos/testing-i686/convert-mans)
  man-db/repos/core-i686/man-db.cron.daily
(from rev 162128, man-db/repos/testing-i686/man-db.cron.daily)
  man-db/repos/core-i686/man-db.install
(from rev 162128, man-db/repos/testing-i686/man-db.install)
  man-db/repos/core-x86_64/PKGBUILD
(from rev 162128, man-db/repos/testing-x86_64/PKGBUILD)
  man-db/repos/core-x86_64/convert-mans
(from rev 162128, man-db/repos/testing-x86_64/convert-mans)
  man-db/repos/core-x86_64/man-db.cron.daily
(from rev 162128, man-db/repos/testing-x86_64/man-db.cron.daily)
  man-db/repos/core-x86_64/man-db.install
(from rev 162128, man-db/repos/testing-x86_64/man-db.install)
Deleted:
  man-db/repos/core-i686/PKGBUILD
  man-db/repos/core-i686/convert-mans
  man-db/repos/core-i686/man-db.cron.daily
  man-db/repos/core-i686/man-db.install
  man-db/repos/core-x86_64/PKGBUILD
  man-db/repos/core-x86_64/convert-mans
  man-db/repos/core-x86_64/man-db.cron.daily
  man-db/repos/core-x86_64/man-db.install
  man-db/repos/testing-i686/
  man-db/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  111 
 core-i686/convert-mans|   22 +++
 core-i686/man-db.cron.daily   |   78 ++--
 core-i686/man-db.install  |   44 +++
 core-x86_64/PKGBUILD  |  111 
 core-x86_64/convert-mans  |   22 +++
 core-x86_64/man-db.cron.daily |   78 ++--
 core-x86_64/man-db.install|   44 +++
 8 files changed, 256 insertions(+), 254 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-21 16:20:03 UTC (rev 162128)
+++ core-i686/PKGBUILD  2012-06-21 16:20:53 UTC (rev 162129)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-
-pkgname=man-db
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=A utility for reading man pages
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/man-db/;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
-optdepends=('less' 'gzip')
-backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
-conflicts=('man')
-provides=('man')
-replaces=('man')
-install=${pkgname}.install
-source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.gz
-convert-mans man-db.cron.daily)
-options=('!libtool')
-md5sums=('79658e8695c7b9b3be1ee340d78a4692'
- '2b7662a7d5b33fe91f9f3e034361a2f6'
- 'd30c39ae47560304471b5461719e0f03')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
-   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # part of groff pkg
-  rm -f ${pkgdir}/usr/bin/zsoelim
-
-  # script from LFS to convert manpages, see
-  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
-  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
-
-  #install whatis cron script
-  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
-}
-

Copied: man-db/repos/core-i686/PKGBUILD (from rev 162128, 
man-db/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-21 16:20:53 UTC (rev 162129)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A utility for reading man pages
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
+optdepends=('less' 'gzip')
+backup=('etc/man_db.conf'
+   'etc/cron.daily/man-db')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans man-db.cron.daily)
+options=('!libtool')
+md5sums=('647c48d46c464419185d031d04481ee5'
+ 'a9de1f9bbe620a5a9b9f5da8c58cd96c'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'd30c39ae47560304471b5461719e0f03')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 

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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:16:19
  Author: andyrtr
Revision: 162130

upgpkg: hplip 3.12.6-1

upstream update 3.12.6

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 16:20:53 UTC (rev 162129)
+++ PKGBUILD2012-06-21 20:16:19 UTC (rev 162130)
@@ -4,15 +4,15 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.12.4
-pkgrel=4
+pkgver=3.12.6
+pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
 license=('GPL')
 depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
 'net-snmp=5.7.1')
-makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups')
+makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
 optdepends=('cups: for printing support'
 'dbus-python: for dbus support'
 'sane: for scanner support'
@@ -21,12 +21,13 @@
 'rpcbind: for network support'
 'python2-pyqt: for running hp-toolbox'
 'python2-gobject2: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices')
+'hplip-plugin: binary blobs for specific devices'
+'libusbx: for advanced usb support')
 options=('!libtool')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('a063f76aa47edab55a3f31ff2558df07'
- '2fe18f4091afb3dec200271dc7836128')
+md5sums=('5303938e8630775ea6fb383af85775e5'
+ 'b562457e4c713d8609b3d6dd2be10baf')
 
 build() {
  cd $srcdir/$pkgname-$pkgver
@@ -66,7 +67,7 @@
  --enable-hpijs-install \
  --enable-foomatic-drv-install \
  --enable-pp-build \
- --enable-udev-acl-rules
+ --enable-udev-acl-rules #--help
 
  make
 }



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:16:51
  Author: andyrtr
Revision: 162131

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

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

--+
 testing-i686/PKGBUILD|   85 +
 testing-i686/hplip.install   |   18 
 testing-x86_64/PKGBUILD  |   85 +
 testing-x86_64/hplip.install |   18 
 4 files changed, 206 insertions(+)

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 162130, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-21 20:16:51 UTC (rev 162131)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.12.6
+pkgrel=1
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1')
+makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
+optdepends=('cups: for printing support'
+'dbus-python: for dbus support'
+'sane: for scanner support'
+'python-imaging: for commandline scanning support'
+'python-notify: for Desktop notification support'
+'rpcbind: for network support'
+'python2-pyqt: for running hp-toolbox'
+'python2-gobject2: for running hp-toolbox'
+'hplip-plugin: binary blobs for specific devices'
+'libusbx: for advanced usb support')
+options=('!libtool')
+install=hplip.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('5303938e8630775ea6fb383af85775e5'
+ 'b562457e4c713d8609b3d6dd2be10baf')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ export PYTHON=python2
+ 
+ find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
+ sed -i 's|python ./print.py|python2 ./print.py|' scan.py
+ sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
+ sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
+ sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
+ sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+
+ # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
+ # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
+ # The hpcups driver does not use foomatic-rip
+   local i
+   for i in ppd/hpijs/*.ppd.gz ; do
+   rm -f ${i}.temp
+   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
+   gzip  ${i}.temp || return 1
+   mv ${i}.temp ${i}
+   done
+   
+ export AUTOMAKE='automake --foreign'
+ autoreconf --force --install
+
+ ./configure --prefix=/usr \
+ --enable-qt4 \
+ --disable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install \
+ --enable-hpcups-install \
+ --enable-new-hpcups \
+ --enable-cups-ppd-install \
+ --enable-cups-drv-install \
+ --enable-hpijs-install \
+ --enable-foomatic-drv-install \
+ --enable-pp-build \
+ --enable-udev-acl-rules #--help
+
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make rulesdir=/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ # remove config provided by sane and autostart of hp-daemon
+ rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
+ # move to /usr
+ mv $pkgdir/lib/udev $pkgdir/usr/lib/
+ rm $pkgdir/lib -r
+}

Copied: hplip/repos/testing-i686/hplip.install (from rev 162130, 
hplip/trunk/hplip.install)
===
--- testing-i686/hplip.install  (rev 0)
+++ testing-i686/hplip.install  2012-06-21 20:16:51 UTC (rev 162131)
@@ -0,0 +1,18 @@
+post_install() {
+  cat  EOF
+
+NOTE
+
+# If you want to use this driver with sane:
+#  echo hpaio  /etc/sane.d/dll.conf
+
+EOF
+}
+
+post_upgrade() {
+  if [ 

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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:23:06
  Author: andyrtr
Revision: 162132

upgpkg: getmail 4.30.1-1

upstream update 4.30.1

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 20:16:51 UTC (rev 162131)
+++ PKGBUILD2012-06-21 20:23:06 UTC (rev 162132)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.30.0
+pkgver=4.30.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('02a556594301c3aa75e1af68e2cb7a26')
+md5sums=('1afc34620b574feaec65b61ba9859617')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:23:28
  Author: andyrtr
Revision: 162133

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 162132, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-21 20:23:06 UTC (rev 162132)
+++ PKGBUILD2012-06-21 20:23:28 UTC (rev 162133)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.30.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('02a556594301c3aa75e1af68e2cb7a26')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 162132, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-21 20:23:28 UTC (rev 162133)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.30.1
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('1afc34620b574feaec65b61ba9859617')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:28:21
  Author: andyrtr
Revision: 162134

prepare next release

Modified:
  libreoffice/trunk/PKGBUILD.36

-+
 PKGBUILD.36 |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD.36
===
--- PKGBUILD.36 2012-06-21 20:23:28 UTC (rev 162133)
+++ PKGBUILD.36 2012-06-21 20:28:21 UTC (rev 162134)
@@ -22,8 +22,8 @@
'libreoffice-scripting-beanshell'
'libreoffice-scripting-javascript'
'libreoffice-extension-scripting-python') # svn up -r 142692 (last one 
with all extensions built
-_LOver=3.5.99.1
-pkgver=3.5.99.1
+_LOver=3.6.0.0.beta2
+pkgver=3.6.0beta2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -77,7 +77,7 @@

${_additional_source_url}/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2

${_additional_source_url}/6097739c841f671cb21332b9cc593ae7-libexttextcat-3.3.1.tar.bz2

${_additional_source_url}/ce31ac7b92cb5e66459f67213bbb6168-libcmis-0.2.2.tar.gz
-   
${_additional_source_url}/c216ded0275129ccfef44fbc236ac16a-libcdr-0.0.7.tar.bz2
+   
${_additional_source_url}/ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
buildfix.diff
libreoffice-common.sh libreoffice-common.csh)
@@ -109,11 +109,11 @@
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   c216ded0275129ccfef44fbc236ac16a-libcdr-0.0.7.tar.bz2
+   ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('f38c33f67b21a2eaa5792467d9e069fb'
- 'be5d355094fc11c4c7cbc19a29a8fd9f'
- 'e0db53f6c45ab409e7bb2004ebfcfbf7'
+md5sums=('97183afb02576d5542a1eda3f29f9517'
+ '3368bc1adfa9e7d6d6f3ce2cee9e164e'
+ '7191e46a3f48ad7a7d5a21e985790e6a'
  '18f577b374d60b3c760a3a3350407632'
  '48d647fbd8ef8889e5a7f422c1bfda94'
  '90010e213dd25648e70f0cc12f8fed55'
@@ -142,7 +142,7 @@
  '0ff7d225d087793c8c2c680d77aac3e7'
  '6097739c841f671cb21332b9cc593ae7'
  'ce31ac7b92cb5e66459f67213bbb6168'
- 'c216ded0275129ccfef44fbc236ac16a'
+ 'ce5a1def34578b75959ac31210f031f6'
  '185d60944ea767075d27247c3162b3bc'
  '234e91ac65945ce1ab1e3839780e90f7'
  'f0e72d0e1bc93a50a3aa9d31350b156c'
@@ -167,7 +167,7 @@
ln -s ../libreoffice-translations-$_LOver/translations .
 
# buildfixes  bugfixes
-patch -Np1 -i ${srcdir}/buildfix.diff
+#patch -Np1 -i ${srcdir}/buildfix.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do



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

2012-06-21 Thread Eric Bélanger
Date: Thursday, June 21, 2012 @ 23:38:38
  Author: eric
Revision: 162135

upgpkg: imagemagick 6.7.7.7-1

Upstream update, Add liquid rescaling support (close FS#30297), Disable OpenMP 
support (close FS#30122), Update backup array

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 20:28:21 UTC (rev 162134)
+++ PKGBUILD2012-06-22 03:38:38 UTC (rev 162135)
@@ -3,16 +3,16 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.7.5
+pkgver=6.7.7.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('44b307c97c9bc27f60963306c82e2de5e37dcfb5'
+sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {
@@ -23,22 +23,22 @@
   patch -p0 -i ../perlmagick.rpath.patch
 
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
 --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor \
+--with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr \
 --without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+--without-jbig --without-fpx --without-dps --without-fftw
   make
 }
 
 check() {
   cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make check
+#  make check
 }
 
 package_imagemagick() {
   pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
   optdepends=('ghostscript: for Ghostscript support' 
   'openexr: for OpenEXR support' 
   'libwmf: for WMF support' 
@@ -54,7 +54,6 @@
   'etc/ImageMagick/mime.xml'
   'etc/ImageMagick/policy.xml'
   'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/sRGB.icc'
   'etc/ImageMagick/thresholds.xml'
   'etc/ImageMagick/type.xml'
   'etc/ImageMagick/type-dejavu.xml'



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

2012-06-21 Thread Eric Bélanger
Date: Thursday, June 21, 2012 @ 23:39:00
  Author: eric
Revision: 162136

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 162135, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 162135, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 162135, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 162135, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  165 --
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  165 --
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 184 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-22 03:38:38 UTC (rev 162135)
+++ extra-i686/PKGBUILD 2012-06-22 03:39:00 UTC (rev 162136)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.7.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('44b307c97c9bc27f60963306c82e2de5e37dcfb5'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --install
-  patch -p0 -i ../perlmagick.rpath.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw --without-lqr
-  make
-}
-
-check() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/sRGB.icc'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  find ${pkgdir} -name '*.bs' -delete
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 162135, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-22 03:39:00 UTC (rev 162136)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.7.7
+pkgrel=1
+arch=('i686' 

[arch-commits] Commit in perl-xml-twig/trunk (PKGBUILD)

2012-06-21 Thread Eric Bélanger
Date: Friday, June 22, 2012 @ 01:50:19
  Author: eric
Revision: 162137

upgpkg: perl-xml-twig 3.40-1

Upstream update, Add several checkdepends

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-22 03:39:00 UTC (rev 162136)
+++ PKGBUILD2012-06-22 05:50:19 UTC (rev 162137)
@@ -4,29 +4,30 @@
 
 pkgname=perl-xml-twig
 _realname=XML-Twig
-pkgver=3.39
-pkgrel=2
+pkgver=3.40
+pkgrel=1
 pkgdesc=A module for easy processing of XML
 arch=('any')
 url=http://search.cpan.org/dist/${_realname}/;
 license=('GPL' 'PerlArtistic')
 depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-md5sums=('c3f42ee3f09fe7b0601172ddb15bfe53')
+sha1sums=('37fec67bd2c60d53e861f13a64c1c9e0426858c2')
 
 build() {
-  cd  ${srcdir}/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   perl Makefile.PL -y INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd  ${srcdir}/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
 package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in perl-xml-twig/repos/extra-any (PKGBUILD PKGBUILD)

2012-06-21 Thread Eric Bélanger
Date: Friday, June 22, 2012 @ 01:50:38
  Author: eric
Revision: 162138

archrelease: copy trunk to extra-any

Added:
  perl-xml-twig/repos/extra-any/PKGBUILD
(from rev 162137, perl-xml-twig/trunk/PKGBUILD)
Deleted:
  perl-xml-twig/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-22 05:50:19 UTC (rev 162137)
+++ PKGBUILD2012-06-22 05:50:38 UTC (rev 162138)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Maintainer/Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-twig
-_realname=XML-Twig
-pkgver=3.39
-pkgrel=2
-pkgdesc=A module for easy processing of XML
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-md5sums=('c3f42ee3f09fe7b0601172ddb15bfe53')
-
-build() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL -y INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-twig/repos/extra-any/PKGBUILD (from rev 162137, 
perl-xml-twig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-22 05:50:38 UTC (rev 162138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Maintainer/Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-twig
+_realname=XML-Twig
+pkgver=3.40
+pkgrel=1
+pkgdesc=A module for easy processing of XML
+arch=('any')
+url=http://search.cpan.org/dist/${_realname}/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
+sha1sums=('37fec67bd2c60d53e861f13a64c1c9e0426858c2')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL -y INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}