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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:42:56
  Author: foutrelis
Revision: 159818

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

Added:
  libproxy/repos/staging-i686/
  libproxy/repos/staging-i686/PKGBUILD
(from rev 159817, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch
(from rev 159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)
  libproxy/repos/staging-x86_64/
  libproxy/repos/staging-x86_64/PKGBUILD
(from rev 159817, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-x86_64/libproxy-0.4.7-unistd.patch
(from rev 159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)

+
 staging-i686/PKGBUILD  |   47 +++
 staging-i686/libproxy-0.4.7-unistd.patch   |   40 ++
 staging-x86_64/PKGBUILD|   47 +++
 staging-x86_64/libproxy-0.4.7-unistd.patch |   40 ++
 4 files changed, 174 insertions(+)

Copied: libproxy/repos/staging-i686/PKGBUILD (from rev 159817, 
libproxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:42:56 UTC (rev 159818)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 24494 2009-01-17 20:42:01Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=libproxy
+pkgver=0.4.7
+pkgrel=2
+pkgdesc="A library that provides automatic proxy configuration management"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url="http://libproxy.googlecode.com";
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
+options=('!libtool')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
+
+build() {
+  cd "${srcdir}"
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d "${pkgname}-${pkgver}" -Np1 -i \
+"${srcdir}/libproxy-0.4.7-unistd.patch"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+-DCMAKE_C_FLAGS="${CFLAGS}"
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch (from rev 
159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)
===
--- staging-i686/libproxy-0.4.7-unistd.patch(rev 0)
+++ staging-i686/libproxy-0.4.7-unistd.patch2012-05-27 06:42:56 UTC (rev 
159818)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include  // For ::open()
++#include  // For ::read() and ::close()
+ #include  // For memcpy()
+ #include  // For int/string conversion (using stringstream)
+ #include   // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include  // for ::gethostname()
+ #include  // ?
+ 
+ #include "../extension_pacrunner.hpp"
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include  // for ::gethostname()
+ #include "../extension_pacrunner.hpp"
+ using namespace libproxy;
+ 

Copied: libproxy/repos/staging-x86_64/PKGBUILD (from rev 159817, 
libproxy/trunk/PKGBUILD)
==

[arch-commits] Commit in libproxy/trunk (PKGBUILD libproxy-0.4.7-unistd.patch)

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:42:37
  Author: foutrelis
Revision: 159817

upgpkg: libproxy 0.4.7-2

Perl 5.16 rebuild.

Added:
  libproxy/trunk/libproxy-0.4.7-unistd.patch
Modified:
  libproxy/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 libproxy-0.4.7-unistd.patch |   40 
 2 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:38:09 UTC (rev 159816)
+++ PKGBUILD2012-05-27 06:42:37 UTC (rev 159817)
@@ -3,7 +3,7 @@
 
 pkgname=libproxy
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that provides automatic proxy configuration management"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -14,12 +14,19 @@
 'python2: Python bindings')
 makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
 url="http://libproxy.googlecode.com";
-source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
 options=('!libtool')
-md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
 
 build() {
   cd "${srcdir}"
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d "${pkgname}-${pkgver}" -Np1 -i \
+"${srcdir}/libproxy-0.4.7-unistd.patch"
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Added: libproxy-0.4.7-unistd.patch
===
--- libproxy-0.4.7-unistd.patch (rev 0)
+++ libproxy-0.4.7-unistd.patch 2012-05-27 06:42:37 UTC (rev 159817)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include  // For ::open()
++#include  // For ::read() and ::close()
+ #include  // For memcpy()
+ #include  // For int/string conversion (using stringstream)
+ #include   // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include  // for ::gethostname()
+ #include  // ?
+ 
+ #include "../extension_pacrunner.hpp"
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include  // for ::gethostname()
+ #include "../extension_pacrunner.hpp"
+ using namespace libproxy;
+ 



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:38:09
  Author: foutrelis
Revision: 159816

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

Added:
  gnumeric/repos/staging-i686/
  gnumeric/repos/staging-i686/PKGBUILD
(from rev 159815, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/staging-i686/gnumeric.install
(from rev 159815, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/staging-x86_64/
  gnumeric/repos/staging-x86_64/PKGBUILD
(from rev 159815, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/staging-x86_64/gnumeric.install
(from rev 159815, gnumeric/trunk/gnumeric.install)

-+
 staging-i686/PKGBUILD   |   39 ++
 staging-i686/gnumeric.install   |   26 +
 staging-x86_64/PKGBUILD |   39 ++
 staging-x86_64/gnumeric.install |   26 +
 4 files changed, 130 insertions(+)

Copied: gnumeric/repos/staging-i686/PKGBUILD (from rev 159815, 
gnumeric/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/";
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnumeric "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -rf "${pkgdir}/etc/gconf"
+}

Copied: gnumeric/repos/staging-i686/gnumeric.install (from rev 159815, 
gnumeric/trunk/gnumeric.install)
===
--- staging-i686/gnumeric.install   (rev 0)
+++ staging-i686/gnumeric.install   2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,26 @@
+pkgname=gnumeric
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
+  update-desktop-database -q
+}

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 159815, 
gnumeric/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/";
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -

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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:37:52
  Author: foutrelis
Revision: 159815

upgpkg: gnumeric 1.10.17-2

Perl 5.16 rebuild.

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:25:36 UTC (rev 159814)
+++ PKGBUILD2012-05-27 06:37:52 UTC (rev 159815)
@@ -4,7 +4,7 @@
 
 pkgname=gnumeric
 pkgver=1.10.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/projects/gnumeric/";



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:25:36
  Author: foutrelis
Revision: 159814

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

Added:
  gnome-perl/repos/staging-i686/
  gnome-perl/repos/staging-i686/PKGBUILD
(from rev 159813, gnome-perl/trunk/PKGBUILD)
  gnome-perl/repos/staging-x86_64/
  gnome-perl/repos/staging-x86_64/PKGBUILD
(from rev 159813, gnome-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnome-perl/repos/staging-i686/PKGBUILD (from rev 159813, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:25:36 UTC (rev 159814)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-perl/repos/staging-x86_64/PKGBUILD (from rev 159813, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:25:36 UTC (rev 159814)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:25:14
  Author: foutrelis
Revision: 159813

upgpkg: gnome-perl 1.042-8

Perl 5.16 rebuild.

Modified:
  gnome-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:22:07 UTC (rev 159812)
+++ PKGBUILD2012-05-27 06:25:14 UTC (rev 159813)
@@ -4,7 +4,7 @@
 pkgname=gnome-perl
 _realname=Gnome2
 pkgver=1.042
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl bindings for libgnome"
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in gnome-vfs-perl/repos (4 files)

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:22:07
  Author: foutrelis
Revision: 159812

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

Added:
  gnome-vfs-perl/repos/staging-i686/
  gnome-vfs-perl/repos/staging-i686/PKGBUILD
(from rev 159811, gnome-vfs-perl/trunk/PKGBUILD)
  gnome-vfs-perl/repos/staging-x86_64/
  gnome-vfs-perl/repos/staging-x86_64/PKGBUILD
(from rev 159811, gnome-vfs-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   23 +++
 staging-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: gnome-vfs-perl/repos/staging-i686/PKGBUILD (from rev 159811, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:22:07 UTC (rev 159812)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-vfs-perl/repos/staging-x86_64/PKGBUILD (from rev 159811, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:22:07 UTC (rev 159812)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gnome-vfs-perl/trunk (PKGBUILD)

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:21:51
  Author: foutrelis
Revision: 159811

upgpkg: gnome-vfs-perl 1.081-5

Perl 5.16 rebuild.

Modified:
  gnome-vfs-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:18:46 UTC (rev 159810)
+++ PKGBUILD2012-05-27 06:21:51 UTC (rev 159811)
@@ -4,7 +4,7 @@
 pkgname=gnome-vfs-perl
 _realname=Gnome2-VFS
 pkgver=1.081
-pkgrel=4
+pkgrel=5
 pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:18:46
  Author: foutrelis
Revision: 159810

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

Added:
  gnomecanvas-perl/repos/staging-i686/
  gnomecanvas-perl/repos/staging-i686/PKGBUILD
(from rev 159809, gnomecanvas-perl/trunk/PKGBUILD)
  gnomecanvas-perl/repos/staging-x86_64/
  gnomecanvas-perl/repos/staging-x86_64/PKGBUILD
(from rev 159809, gnomecanvas-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnomecanvas-perl/repos/staging-i686/PKGBUILD (from rev 159809, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:18:46 UTC (rev 159810)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: gnomecanvas-perl/repos/staging-x86_64/PKGBUILD (from rev 159809, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:18:46 UTC (rev 159810)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:17:24
  Author: foutrelis
Revision: 159809

upgpkg: gnomecanvas-perl 1.002-10

Perl 5.16 rebuild.

Modified:
  gnomecanvas-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:16:26 UTC (rev 159808)
+++ PKGBUILD2012-05-27 06:17:24 UTC (rev 159809)
@@ -4,7 +4,7 @@
 pkgname=gnomecanvas-perl
 _realname=Gnome2-Canvas
 pkgver=1.002
-pkgrel=9
+pkgrel=10
 pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:16:26
  Author: foutrelis
Revision: 159808

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

Added:
  glade-perl/repos/staging-i686/
  glade-perl/repos/staging-i686/PKGBUILD
(from rev 159807, glade-perl/trunk/PKGBUILD)
  glade-perl/repos/staging-x86_64/
  glade-perl/repos/staging-x86_64/PKGBUILD
(from rev 159807, glade-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: glade-perl/repos/staging-i686/PKGBUILD (from rev 159807, 
glade-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:16:26 UTC (rev 159808)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: glade-perl/repos/staging-x86_64/PKGBUILD (from rev 159807, 
glade-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:16:26 UTC (rev 159808)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:16:10
  Author: foutrelis
Revision: 159807

upgpkg: glade-perl 1.007-6

Perl 5.16 rebuild.

Modified:
  glade-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:13:13 UTC (rev 159806)
+++ PKGBUILD2012-05-27 06:16:10 UTC (rev 159807)
@@ -4,7 +4,7 @@
 pkgname=glade-perl
 _realname=Gtk2-GladeXML
 pkgver=1.007
-pkgrel=5
+pkgrel=6
 pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:13:13
  Author: foutrelis
Revision: 159806

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

Added:
  gtk2-perl/repos/staging-i686/
  gtk2-perl/repos/staging-i686/PKGBUILD
(from rev 159805, gtk2-perl/trunk/PKGBUILD)
  gtk2-perl/repos/staging-x86_64/
  gtk2-perl/repos/staging-x86_64/PKGBUILD
(from rev 159805, gtk2-perl/trunk/PKGBUILD)

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

Copied: gtk2-perl/repos/staging-i686/PKGBUILD (from rev 159805, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:13:13 UTC (rev 159806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: gtk2-perl/repos/staging-x86_64/PKGBUILD (from rev 159805, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:13:13 UTC (rev 159806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:12:57
  Author: foutrelis
Revision: 159805

upgpkg: gtk2-perl 1.244-1

Perl 5.16 rebuild. Bump to latest release.

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:08:33 UTC (rev 159804)
+++ PKGBUILD2012-05-27 06:12:57 UTC (rev 159805)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=gtk2-perl
-pkgver=1.241
+pkgver=1.244
 pkgrel=1
 pkgdesc="Perl bindings for GTK+ 2.x"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('82ee2af46ef9ab7b560601e3ae6f8f7a')
+md5sums=('191fda807f44a7c82d699838bf544bca')
 
 build() {
   cd "${srcdir}/Gtk2-${pkgver}"



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:08:33
  Author: foutrelis
Revision: 159804

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

Added:
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 159803, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 159803, glib-perl/trunk/PKGBUILD)
Deleted:
  glib-perl/repos/staging-i686/PKGBUILD
  glib-perl/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-05-27 06:08:14 UTC (rev 159803)
+++ staging-i686/PKGBUILD   2012-05-27 06:08:33 UTC (rev 159804)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
-pkgdesc="Perl wrappers for glib 2.x, including GObject"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/";
-options=('!emptydirs')
-depends=('glib2>=2.24.1' 'perl>=5.14')
-makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
-
-build() {
-  cd "${srcdir}/Glib-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/Glib-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/Glib-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: glib-perl/repos/staging-i686/PKGBUILD (from rev 159803, 
glib-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:08:33 UTC (rev 159804)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2>=2.24.1' 'perl>=5.14')
+makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd "${srcdir}/Glib-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2012-05-27 06:08:14 UTC (rev 159803)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:08:33 UTC (rev 159804)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
-pkgdesc="Perl wrappers for glib 2.x, including GObject"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/";
-options=('!emptydirs')
-depends=('glib2>=2.24.1' 'perl>=5.14')
-makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
-
-build() {
-  cd "${srcdir}/Glib-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/Glib-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/Glib-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: glib-perl/repos/staging-x86_64/PKGBUILD (from rev 159803, 
glib-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:08:33 UTC (rev 159804)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2>=2.24.1' 'perl>=5.14')
+makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd "${srcdir}/Glib-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:08:14
  Author: foutrelis
Revision: 159803

upgpkg: glib-perl 1.260-1

Update to 1.260 to fix an issue with Perl 5.16.

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 05:55:13 UTC (rev 159802)
+++ PKGBUILD2012-05-27 06:08:14 UTC (rev 159803)
@@ -3,8 +3,8 @@
 # Contributor: Sarah Hay 
 
 pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
+pkgver=1.260
+pkgrel=1
 pkgdesc="Perl wrappers for glib 2.x, including GObject"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('glib2>=2.24.1' 'perl>=5.14')
 makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
 
 build() {
   cd "${srcdir}/Glib-${pkgver}"



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

2012-05-26 Thread Tobias Powalowski
Date: Sunday, May 27, 2012 @ 01:55:13
  Author: tpowa
Revision: 159802

db-remove: tunepimp removed by tpowa

Deleted:
  tunepimp/repos/extra-x86_64/



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

2012-05-26 Thread Tobias Powalowski
Date: Sunday, May 27, 2012 @ 01:54:53
  Author: tpowa
Revision: 159801

db-remove: tunepimp removed by tpowa

Deleted:
  tunepimp/repos/extra-i686/



[arch-commits] Commit in system-config-printer/repos (4 files)

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 01:09:26
  Author: foutrelis
Revision: 159800

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

Added:
  system-config-printer/repos/staging-i686/
  system-config-printer/repos/staging-i686/PKGBUILD
(from rev 159799, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/staging-x86_64/
  system-config-printer/repos/staging-x86_64/PKGBUILD
(from rev 159799, system-config-printer/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  108 ++
 staging-x86_64/PKGBUILD |  108 ++
 2 files changed, 216 insertions(+)

Copied: system-config-printer/repos/staging-i686/PKGBUILD (from rev 159799, 
system-config-printer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 05:09:26 UTC (rev 159800)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=system-config-printer
+pkgname=('system-config-printer-common'
+ 'system-config-printer-gnome')
+pkgver=1.3.9
+pkgrel=3
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/";
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl'
+ 'libusb-compat' 'desktop-file-utils')
+source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
+md5sums=('df424f127eede63965608e5ec5e27519'
+ 'd105b7f7725c1ec538b6e6adb10667f3')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py')
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
+
+  # Fix build with udev 183
+  sed -i 's:udev_get_sys_path (udev):"/sys":' udev/udev-configure-printer.c
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make
+}
+
+package_system-config-printer-common() {
+  pkgdesc='Pygtk CUPS Configuration'
+  depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl' 
'libusb-compat')
+  optdepends=('system-config-printer-gnome: for the GTK frontend'
+   'kdeadmin-system-config-printer-kde: for the administration tool in KDE 
System Settings')
+  replaces=('system-config-printer')
+  provides=("system-config-printer=${pkgver}")
+  conflicts=('system-config-printer')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  install -d "${pkgdir}"/usr/share/${pkgbase}
+  install -m644 config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+"${pkgdir}"/usr/share/${pkgbase}/
+
+  install -m755 pysmb.py \
+"${pkgdir}"/usr/share/${pkgbase}/
+
+  install -d "${pkgdir}"/etc/dbus-1/system.d/
+  install -m644 dbus/com.redhat.NewPrinterNotification.conf \
+dbus/com.redhat.PrinterDriversInstaller.conf \
+"${pkgdir}"/etc/dbus-1/system.d/
+  install -d "${pkgdir}"/etc/cupshelpers/
+  install -m644 xml/preferreddrivers.xml "${pkgdir}"/etc/cupshelpers/
+
+  install -d "${pkgdir}"/usr/lib/udev/rules.d
+  install -m755 udev/{udev-add-printer,udev-configure-printer} \
+"${pkgdir}"/usr/lib/udev/
+  install -m644 udev/70-printers.rules \
+"${pkgdir}"/usr/lib/udev/rules.d
+
+  for file in build/lib/cupshelpers/*.py; do
+install -Dm644 $file \
+  "${pkgdir}"/usr/lib/python2.7/site-packages/cupshelpers/$(basename $file)
+  done
+}
+
+package_system-config-printer-gnome() {
+  pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  optdependence=('gnome-keyring: password management')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # files provided by system-config-printer-common
+  cd "${pkgdir}"/usr/share/${pkgbase}
+  rm config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+pysmb.py
+  rm -r "${pkgdir}"/etc/dbus-1/
+  rm -r "${pkgdir}"/etc/cupshelpers/
+  rm -r "${pkgdir}"/etc/udev/
+  rm -r "${pkgdir}"/usr/lib/
+}

Copied: system-config-printer/repos/staging-x86_64/PKGBUILD (from rev 159799, 
system-config-printer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 05:09:26 UTC (rev 159800)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=system-config-printer
+pkgname=('system-config-printer-c

[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 01:09:09
  Author: foutrelis
Revision: 159799

upgpkg: system-config-printer 1.3.9-3

libudev.so.1 rebuild.

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 04:56:27 UTC (rev 159798)
+++ PKGBUILD2012-05-27 05:09:09 UTC (rev 159799)
@@ -5,12 +5,13 @@
 pkgname=('system-config-printer-common'
  'system-config-printer-gnome')
 pkgver=1.3.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="http://cyberelk.net/tim/software/system-config-printer/";
 arch=('i686' 'x86_64')
 license=('GPL')
-makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 
'desktop-file-utils')
+makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl'
+ 'libusb-compat' 'desktop-file-utils')
 
source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
 md5sums=('df424f127eede63965608e5ec5e27519'
  'd105b7f7725c1ec538b6e6adb10667f3')
@@ -21,8 +22,11 @@
   sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
 -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
 $(find . -name '*.py')
-  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer 
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
 
+  # Fix build with udev 183
+  sed -i 's:udev_get_sys_path (udev):"/sys":' udev/udev-configure-printer.c
+
   ./configure --prefix=/usr \
 --sbindir=/usr/bin \
 --sysconfdir=/etc \



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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 00:56:27
  Author: foutrelis
Revision: 159798

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

Added:
  bluez/repos/staging-i686/PKGBUILD
(from rev 159797, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.conf.d
(from rev 159797, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-i686/rc.bluetooth
(from rev 159797, bluez/trunk/rc.bluetooth)
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 159797, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.conf.d
(from rev 159797, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-x86_64/rc.bluetooth
(from rev 159797, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/staging-i686/PKGBUILD
  bluez/repos/staging-i686/bluetooth.conf.d
  bluez/repos/staging-i686/rc.bluetooth
  bluez/repos/staging-x86_64/PKGBUILD
  bluez/repos/staging-x86_64/bluetooth.conf.d
  bluez/repos/staging-x86_64/rc.bluetooth

-+
 staging-i686/PKGBUILD   |  174 -
 staging-i686/bluetooth.conf.d   |   60 +--
 staging-i686/rc.bluetooth   |  200 +++---
 staging-x86_64/PKGBUILD |  174 -
 staging-x86_64/bluetooth.conf.d |   60 +--
 staging-x86_64/rc.bluetooth |  200 +++---
 6 files changed, 434 insertions(+), 434 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-05-27 04:56:02 UTC (rev 159797)
+++ staging-i686/PKGBUILD   2012-05-27 04:56:27 UTC (rev 159798)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgname=bluez
-pkgver=4.99
-pkgrel=3
-pkgdesc="Libraries and tools for the Bluetooth protocol stack"
-url="http://www.bluez.org/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'udev')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
-optdepends=("gstreamer0.10-base: bluetooth GStreamer support"
-"alsa-lib: Audio bluetooth devices support"
-"dbus-python: to run bluez-simple-agent"
-"pygobject: to run bluez-simple-agent"
-"libusb-compat: USB adapters support"
-"cups: CUPS backend")
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
-'bluetooth.conf.d'
-   'rc.bluetooth')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test
-
-  sed -ri 's,udev_get_(dev|sys)_path([^)]+\)),"/\1",g' tools/hid2hci.c
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent "${pkgdir}"/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device "${pkgdir}"/usr/bin/bluez-test-device
-  install -Dm755 test/test-input "${pkgdir}"/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-"${pkgdir}"/usr/bin/bluez-simple-agent \
-"${pkgdir}"/usr/bin/bluez-test-device \
-"${pkgdir}"/usr/bin/bluez-test-input
-
-  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-#  rm "${pkgdir}"/usr/lib/udev/rules.d/97-bluetooth.rules
-}
-md5sums=('2387053eb5a7b02f37df4871df022a02'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789')

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 159797, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 04:56:27 UTC (rev 159798)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgname=bluez
+pkgver=4.99
+pkgrel=4
+pkgdesc="Libraries and tools for the Bluetooth pr

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

2012-05-26 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 00:56:02
  Author: foutrelis
Revision: 159797

upgpkg: bluez 4.99-4

libudev.so.1 rebuild. (Against fixed udev rules dir.)

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 04:34:04 UTC (rev 159796)
+++ PKGBUILD2012-05-27 04:56:02 UTC (rev 159797)
@@ -5,7 +5,7 @@
 
 pkgname=bluez
 pkgver=4.99
-pkgrel=3
+pkgrel=4
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')



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

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:34:04
  Author: dreisner
Revision: 159796

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

Added:
  libcanberra/repos/staging-i686/
  libcanberra/repos/staging-i686/PKGBUILD
(from rev 159795, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/staging-i686/libcanberra.install
(from rev 159795, libcanberra/trunk/libcanberra.install)
  libcanberra/repos/staging-i686/libcanberra.xinit
(from rev 159795, libcanberra/trunk/libcanberra.xinit)
  libcanberra/repos/staging-x86_64/
  libcanberra/repos/staging-x86_64/PKGBUILD
(from rev 159795, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/staging-x86_64/libcanberra.install
(from rev 159795, libcanberra/trunk/libcanberra.install)
  libcanberra/repos/staging-x86_64/libcanberra.xinit
(from rev 159795, libcanberra/trunk/libcanberra.xinit)

+
 staging-i686/PKGBUILD  |   70 +++
 staging-i686/libcanberra.install   |   23 +++
 staging-i686/libcanberra.xinit |   17 
 staging-x86_64/PKGBUILD|   70 +++
 staging-x86_64/libcanberra.install |   23 +++
 staging-x86_64/libcanberra.xinit   |   17 
 6 files changed, 220 insertions(+)

Copied: libcanberra/repos/staging-i686/PKGBUILD (from rev 159795, 
libcanberra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 04:34:04 UTC (rev 159796)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libcanberra
+pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
+pkgver=0.28
+pkgrel=5
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libvorbis' 'libltdl' 'alsa-lib' 'tdb')
+makedepends=('gtk-doc' 'libpulse' 'gstreamer0.10' 'gtk2' 'gtk3')
+options=(!emptydirs)
+url=http://0pointer.de/lennart/projects/libcanberra
+source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.gz
+libcanberra.xinit)
+sha256sums=('eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c'
+'68a68d66b7491f99d5aa09fe7c6ef4eb38352a2a8ff7997d184d1cbc5e80c0d3')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-gstreamer --enable-pulse \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package_libcanberra() {
+  install=libcanberra.install
+  optdepends=("$pkgbase-pulse: PulseAudio driver"
+  "$pkgbase-gstreamer: GStreamer driver")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}"/usr/lib/libcanberra-gtk*.la
+  rm -f "${pkgdir}"/usr/lib/gtk-{2,3}.0/modules/*.la
+
+  install -d "${pkgdir}/usr/share/gconf" 
+  mv "${pkgdir}/etc/gconf/schemas" "${pkgdir}/usr/share/gconf/"
+
+  install -D "${srcdir}/libcanberra.xinit" \
+"${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module"
+
+  # Split plugins
+  for _p in pulse gstreamer; do
+mkdir $_p-plugin
+mv "${pkgdir}"/usr/lib/${pkgbase}-${pkgver}/${pkgbase}-$_p.* $_p-plugin
+  done
+}
+
+package_libcanberra-pulse() {
+  pkgdesc="PulseAudio plugin for libcanberra"
+  depends=("$pkgbase=$pkgver-$pkgrel" 'libpulse')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  mkdir -p "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
+  mv pulse-plugin/* "${pkgdir}/usr/lib/${pkgbase}-${pkgver}" 
+}
+
+package_libcanberra-gstreamer() {
+  pkgdesc="GStreamer plugin for libcanberra"
+  depends=("$pkgbase=$pkgver-$pkgrel" 'gstreamer0.10')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  mkdir -p "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
+  mv gstreamer-plugin/* "${pkgdir}/usr/lib/${pkgbase}-${pkgver}" 
+}

Copied: libcanberra/repos/staging-i686/libcanberra.install (from rev 159795, 
libcanberra/trunk/libcanberra.install)
===
--- staging-i686/libcanberra.install(rev 0)
+++ staging-i686/libcanberra.install2012-05-27 04:34:04 UTC (rev 159796)
@@ -0,0 +1,23 @@
+pkgname=libcanberra
+
+post_install() {
+  if [ -x usr/sbin/gconfpkg ]; then
+usr/sbin/gconfpkg --install ${pkgname}
+  fi
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+pre_remove
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  if [ -x usr/sbin/gconfpkg ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}

Copied: libcanberra/repos/staging-i686/libcanberra.xinit (from rev 159795, 
libcanberra/trunk/libcanberra.xinit)
===
--- staging-i686/libcanberra.xinit  (rev 0)

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

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:33:53
  Author: dreisner
Revision: 159795

upgpkg: libcanberra 0.28-5

- rebuild for libudev.so.1.0.0

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 04:30:34 UTC (rev 159794)
+++ PKGBUILD2012-05-27 04:33:53 UTC (rev 159795)
@@ -4,7 +4,7 @@
 pkgbase=libcanberra
 pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
 pkgver=0.28
-pkgrel=4
+pkgrel=5
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -35,7 +35,7 @@
   make -j1 DESTDIR="${pkgdir}" install
   rm -f "${pkgdir}"/usr/lib/libcanberra-gtk*.la
   rm -f "${pkgdir}"/usr/lib/gtk-{2,3}.0/modules/*.la
-  
+
   install -d "${pkgdir}/usr/share/gconf" 
   mv "${pkgdir}/etc/gconf/schemas" "${pkgdir}/usr/share/gconf/"
 



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

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:30:34
  Author: dreisner
Revision: 159794

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

Added:
  consolekit/repos/staging-i686/
  consolekit/repos/staging-i686/PKGBUILD
(from rev 159793, consolekit/trunk/PKGBUILD)
  consolekit/repos/staging-i686/consolekit.logrotate
(from rev 159793, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/staging-i686/consolekit.tmpfiles.conf
(from rev 159793, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/staging-i686/pam-foreground-compat.ck
(from rev 159793, consolekit/trunk/pam-foreground-compat.ck)
  consolekit/repos/staging-x86_64/
  consolekit/repos/staging-x86_64/PKGBUILD
(from rev 159793, consolekit/trunk/PKGBUILD)
  consolekit/repos/staging-x86_64/consolekit.logrotate
(from rev 159793, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/staging-x86_64/consolekit.tmpfiles.conf
(from rev 159793, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/staging-x86_64/pam-foreground-compat.ck
(from rev 159793, consolekit/trunk/pam-foreground-compat.ck)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/consolekit.logrotate   |5 +++
 staging-i686/consolekit.tmpfiles.conf   |1 
 staging-i686/pam-foreground-compat.ck   |   16 +
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/consolekit.logrotate |5 +++
 staging-x86_64/consolekit.tmpfiles.conf |1 
 staging-x86_64/pam-foreground-compat.ck |   16 +
 8 files changed, 142 insertions(+)

Copied: consolekit/repos/staging-i686/PKGBUILD (from rev 159793, 
consolekit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 04:30:34 UTC (rev 159794)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: onestep_ua 
+
+pkgname=consolekit
+pkgver=0.4.6
+pkgrel=4
+pkgdesc="A framework for defining and tracking users, login sessions, and 
seats"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/ConsoleKit";
+license=('GPL')
+depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
+makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
+options=(!libtool)
+#source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+# this has not been released yet, so this is a snapshot
+source=(ftp://ftp.archlinux.org/other/${pkgname}/ConsoleKit-${pkgver}.tar.bz2
+pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
+md5sums=('810990b607e338f06a6396c92b8a4a06'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')
+
+build() {
+  cd "$srcdir/ConsoleKit-$pkgver"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/ConsoleKit \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-pam-module \
+  --with-pam-module-dir=/usr/lib/security \
+  --enable-docbook-docs \
+  --enable-udev-acl
+  make
+}
+
+package() {
+  cd "$srcdir/ConsoleKit-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -m755 "$srcdir/pam-foreground-compat.ck" 
"$pkgdir/usr/lib/ConsoleKit/run-session.d/"
+
+  # install the logrotate config
+  install -D -m644 "$srcdir/consolekit.logrotate" 
"$pkgdir/etc/logrotate.d/consolekit"
+
+  install -D -m644 "$srcdir/consolekit.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/consolekit.conf"
+
+  rm -rf "${pkgdir}/var/run"
+}

Copied: consolekit/repos/staging-i686/consolekit.logrotate (from rev 159793, 
consolekit/trunk/consolekit.logrotate)
===
--- staging-i686/consolekit.logrotate   (rev 0)
+++ staging-i686/consolekit.logrotate   2012-05-27 04:30:34 UTC (rev 159794)
@@ -0,0 +1,5 @@
+/var/log/ConsoleKit/history {
+missingok
+notifempty
+delaycompress
+}

Copied: consolekit/repos/staging-i686/consolekit.tmpfiles.conf (from rev 
159793, consolekit/trunk/consolekit.tmpfiles.conf)
===
--- staging-i686/consolekit.tmpfiles.conf   (rev 0)
+++ staging-i686/consolekit.tmpfiles.conf   2012-05-27 04:30:34 UTC (rev 
159794)
@@ -0,0 +1 @@
+d /run/ConsoleKit 0755 - - -

Copied: consolekit/repos/staging-i686/pam-foreground-compat.ck (from rev 
159793, consolekit/trunk/pam-foreground-compat.ck)
===
--- staging-i686/pam-foreground-compat.ck   (rev 0)
+++ staging-i686/pam-foreground-compat.ck   2012-05-27 04:30:34 UTC (rev 
159794)
@@ -0,0 +1,16 @@
+#!/bin/sh
+TAGDIR=/var/run/console
+
+[ -n "$CK_SESSION_USER_UID" ] || e

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

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:30:21
  Author: dreisner
Revision: 159793

upgpkg: consolekit 0.4.6-4

- rebuild for libudev.so.1.0.0

Modified:
  consolekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 04:23:02 UTC (rev 159792)
+++ PKGBUILD2012-05-27 04:30:21 UTC (rev 159793)
@@ -4,7 +4,7 @@
 
 pkgname=consolekit
 pkgver=0.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A framework for defining and tracking users, login sessions, and 
seats"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/ConsoleKit";
@@ -16,6 +16,10 @@
 # this has not been released yet, so this is a snapshot
 source=(ftp://ftp.archlinux.org/other/${pkgname}/ConsoleKit-${pkgver}.tar.bz2
 pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
+md5sums=('810990b607e338f06a6396c92b8a4a06'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')
 
 build() {
   cd "$srcdir/ConsoleKit-$pkgver"
@@ -43,7 +47,3 @@
 
   rm -rf "${pkgdir}/var/run"
 }
-md5sums=('810990b607e338f06a6396c92b8a4a06'
- 'a8a4de71d9b0549b8143e5f6c2a36fc7'
- '6fefa451d9fe2fc6d6269629d3529793'
- '8c5a8059db515d40fae1379daf084094')



[arch-commits] Commit in mkinitcpio-nfs-utils/repos (8 files)

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:23:02
  Author: dreisner
Revision: 159792

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

Added:
  mkinitcpio-nfs-utils/repos/testing-i686/
  mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD
(from rev 159791, mkinitcpio-nfs-utils/trunk/PKGBUILD)
  mkinitcpio-nfs-utils/repos/testing-i686/initcpio-hook-net
(from rev 159791, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
  mkinitcpio-nfs-utils/repos/testing-i686/initcpio-install-net
(from rev 159791, mkinitcpio-nfs-utils/trunk/initcpio-install-net)
  mkinitcpio-nfs-utils/repos/testing-x86_64/
  mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 159791, mkinitcpio-nfs-utils/trunk/PKGBUILD)
  mkinitcpio-nfs-utils/repos/testing-x86_64/initcpio-hook-net
(from rev 159791, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
  mkinitcpio-nfs-utils/repos/testing-x86_64/initcpio-install-net
(from rev 159791, mkinitcpio-nfs-utils/trunk/initcpio-install-net)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-i686/initcpio-hook-net  |   90 
 testing-i686/initcpio-install-net   |  107 ++
 testing-x86_64/PKGBUILD |   29 +
 testing-x86_64/initcpio-hook-net|   90 
 testing-x86_64/initcpio-install-net |  107 ++
 6 files changed, 452 insertions(+)

Copied: mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD (from rev 159791, 
mkinitcpio-nfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 04:23:02 UTC (rev 159792)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.3
+pkgrel=3
+pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/";
+license=('GPL2')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/mkinitcpio/$pkgname-$pkgver.tar.xz";
+'initcpio-install-net'
+'initcpio-hook-net')
+sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939'
+'8e5ddaacb0e5751e432f95870958c5fa2e01e1ab3f55b5eca2b8b2d030b5d861'
+'29a5a4a9ebd61bfa1afbb8dcaf2187e487ee1f34b1979a85a853fa2acbeb510e')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # override hooks, they need updates
+  install -m644 "$srcdir/initcpio-install-net" 
"$pkgdir/usr/lib/initcpio/install/net"
+  install -m644 "$srcdir/initcpio-hook-net" 
"$pkgdir/usr/lib/initcpio/hooks/net"
+}

Copied: mkinitcpio-nfs-utils/repos/testing-i686/initcpio-hook-net (from rev 
159791, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
===
--- testing-i686/initcpio-hook-net  (rev 0)
+++ testing-i686/initcpio-hook-net  2012-05-27 04:23:02 UTC (rev 159792)
@@ -0,0 +1,90 @@
+# vim: set ft=sh:
+run_hook() {
+local line i net_mac bootif_mac bootif_dev defaultrootpath defaultserver
+# These variables will be parsed from /tmp/net-*.conf generated by ipconfig
+local DEVICE
+local IPV4ADDR IPV4BROADCAST IPV4NETMASK IPV4GATEWAY IPV4DNS0 IPV4DNS1
+local HOSTNAME DNSDOMAIN NISDOMAIN ROOTSERVER ROOTPATH
+local filename
+# /tmp/net-*.conf
+
+if [ -z "${ip}" -a -n "${nfsaddrs}" ]; then
+ip="${nfsaddrs}"
+fi
+
+if [ -n "${ip}" ]; then
+if [ -n "${BOOTIF}" ]; then
+bootif_mac=${BOOTIF#01-}
+bootif_mac=${bootif_mac//-/:}
+for i in /sys/class/net/*/address; do
+read net_mac < ${i}
+if [ "${bootif_mac}" == "${net_mac}" ]; then
+bootif_dev=${i#/sys/class/net/}
+bootif_dev=${bootif_dev%/address}
+break
+fi
+done
+ip="${ip}::${bootif_dev}"
+fi
+
+# setup network and save some values
+ipconfig "ip=${ip}"
+
+for conf in /tmp/net-*.conf; do
+[ -f "$conf" ] && . "$conf"
+done
+
+# calculate nfs_server, nfs_path and nfs_option for later nfs mount
+if [ "${root}" = "/dev/nfs" -o "${nfsroot}" != "" ]; then
+# parse ROOTPATH if defined by dhcp server
+if [ -n "${ROOTPATH}" ]; then
+line="${ROOTPATH}"
+nfs_server="${line%%:*}"
+[ "${nfs_server}" = "${line}" ] && nfs_server="${ROOTSERVER}"
+defaultserver="${nfs_server}"
+line="${line#*:}"
+nfs_path="${line}"
+defaultrootpath="${nfs_path}"
+else
+# define a default ROOTPATH
+if [ "${ROOTPATH}" = "" ]; then
+  

[arch-commits] Commit in mkinitcpio-nfs-utils/trunk (3 files)

2012-05-26 Thread Dave Reisner
Date: Sunday, May 27, 2012 @ 00:22:49
  Author: dreisner
Revision: 159791

upgpkg: mkinitcpio-nfs-utils 0.3-3

- rebuild for mkinitcpio 0.9.0 changes

Added:
  mkinitcpio-nfs-utils/trunk/initcpio-hook-net
  mkinitcpio-nfs-utils/trunk/initcpio-install-net
Modified:
  mkinitcpio-nfs-utils/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 initcpio-hook-net|   90 +
 initcpio-install-net |  107 +
 3 files changed, 208 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 03:26:02 UTC (rev 159790)
+++ PKGBUILD2012-05-27 04:22:49 UTC (rev 159791)
@@ -3,14 +3,18 @@
 
 pkgname=mkinitcpio-nfs-utils
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/";
 license=('GPL2')
 depends=('glibc')
-source=("ftp://ftp.archlinux.org/other/mkinitcpio/$pkgname-$pkgver.tar.xz";)
-sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939')
+source=("ftp://ftp.archlinux.org/other/mkinitcpio/$pkgname-$pkgver.tar.xz";
+'initcpio-install-net'
+'initcpio-hook-net')
+sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939'
+'8e5ddaacb0e5751e432f95870958c5fa2e01e1ab3f55b5eca2b8b2d030b5d861'
+'29a5a4a9ebd61bfa1afbb8dcaf2187e487ee1f34b1979a85a853fa2acbeb510e')
 
 build() {
   make -C "$pkgname-$pkgver"
@@ -18,4 +22,8 @@
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # override hooks, they need updates
+  install -m644 "$srcdir/initcpio-install-net" 
"$pkgdir/usr/lib/initcpio/install/net"
+  install -m644 "$srcdir/initcpio-hook-net" 
"$pkgdir/usr/lib/initcpio/hooks/net"
 }

Added: initcpio-hook-net
===
--- initcpio-hook-net   (rev 0)
+++ initcpio-hook-net   2012-05-27 04:22:49 UTC (rev 159791)
@@ -0,0 +1,90 @@
+# vim: set ft=sh:
+run_hook() {
+local line i net_mac bootif_mac bootif_dev defaultrootpath defaultserver
+# These variables will be parsed from /tmp/net-*.conf generated by ipconfig
+local DEVICE
+local IPV4ADDR IPV4BROADCAST IPV4NETMASK IPV4GATEWAY IPV4DNS0 IPV4DNS1
+local HOSTNAME DNSDOMAIN NISDOMAIN ROOTSERVER ROOTPATH
+local filename
+# /tmp/net-*.conf
+
+if [ -z "${ip}" -a -n "${nfsaddrs}" ]; then
+ip="${nfsaddrs}"
+fi
+
+if [ -n "${ip}" ]; then
+if [ -n "${BOOTIF}" ]; then
+bootif_mac=${BOOTIF#01-}
+bootif_mac=${bootif_mac//-/:}
+for i in /sys/class/net/*/address; do
+read net_mac < ${i}
+if [ "${bootif_mac}" == "${net_mac}" ]; then
+bootif_dev=${i#/sys/class/net/}
+bootif_dev=${bootif_dev%/address}
+break
+fi
+done
+ip="${ip}::${bootif_dev}"
+fi
+
+# setup network and save some values
+ipconfig "ip=${ip}"
+
+for conf in /tmp/net-*.conf; do
+[ -f "$conf" ] && . "$conf"
+done
+
+# calculate nfs_server, nfs_path and nfs_option for later nfs mount
+if [ "${root}" = "/dev/nfs" -o "${nfsroot}" != "" ]; then
+# parse ROOTPATH if defined by dhcp server
+if [ -n "${ROOTPATH}" ]; then
+line="${ROOTPATH}"
+nfs_server="${line%%:*}"
+[ "${nfs_server}" = "${line}" ] && nfs_server="${ROOTSERVER}"
+defaultserver="${nfs_server}"
+line="${line#*:}"
+nfs_path="${line}"
+defaultrootpath="${nfs_path}"
+else
+# define a default ROOTPATH
+if [ "${ROOTPATH}" = "" ]; then
+defaultrootpath="/tftpboot/${IPV4ADDR}"
+fi
+fi
+
+# parse nfsroot if present (overrides ROOTPATH)
+if [ -n "${nfsroot}" ]; then
+line="${nfsroot}"
+nfs_server="${line%%:*}"
+[ -z "${nfs_server}" ] && nfs_server="${defaultserver}"
+line="${line#*:}"
+nfs_path="${line%%,*}"
+line="${line#"${nfs_path}"}"
+[ -z "${nfs_path}" ] && nfs_path="${defaultrootpath}"
+nfs_option="${line#","}"
+fi
+
+# ensure root and filesystem type are set proper for nfs boot
+root="/dev/nfs"
+rootfstype="nfs"
+
+echo "NFS-Mount: ${nfs_server}:${nfs_path}"
+
+# set mount handler for NFS
+mount_handler="nfs_mount_handler"
+fi
+fi
+}
+
+nfs_mount_handler() {
+if [ -z "$nfs_server" -o -z "$nfs_path" ]; then
+err "Unable to mount r

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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 23:26:02
  Author: bisson
Revision: 159790

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-27 03:25:35 UTC (rev 159789)
+++ extra-i686/PKGBUILD 2012-05-27 03:26:02 UTC (rev 159790)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Contributor: Kevin Piche 
-# Maintainer: Gaetan Bisson 
-
-pkgname=bzflag
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'mesa' 'sdl')
-source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
-sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-i686/PKGBUILD (from rev 159789, 
bzflag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-27 03:26:02 UTC (rev 159790)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Contributor: Kevin Piche 
+# Maintainer: Gaetan Bisson 
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-27 03:25:35 UTC (rev 159789)
+++ extra-x86_64/PKGBUILD   2012-05-27 03:26:02 UTC (rev 159790)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Contributor: Kevin Piche 
-# Maintainer: Gaetan Bisson 
-
-pkgname=bzflag
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'mesa' 'sdl')
-source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
-sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 159789, 
bzflag/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-27 03:26:02 UTC (rev 159790)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Contributor: Kevin Piche 
+# Maintainer: Gaetan Bisson 
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/

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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 23:25:35
  Author: bisson
Revision: 159789

upstream update

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 02:25:20 UTC (rev 159788)
+++ PKGBUILD2012-05-27 03:25:35 UTC (rev 159789)
@@ -5,7 +5,7 @@
 
 pkgname=bzflag
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
 license=('LGPL')



[arch-commits] Commit in libssh2/repos (3 files)

2012-05-26 Thread Dave Reisner
Date: Saturday, May 26, 2012 @ 22:25:20
  Author: dreisner
Revision: 159788

db-move: moved libssh2 from [testing] to [core] (x86_64)

Added:
  libssh2/repos/core-x86_64/PKGBUILD
(from rev 159786, libssh2/repos/testing-x86_64/PKGBUILD)
Deleted:
  libssh2/repos/core-x86_64/PKGBUILD
  libssh2/repos/testing-x86_64/

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-05-27 02:25:19 UTC (rev 159787)
+++ core-x86_64/PKGBUILD2012-05-27 02:25:20 UTC (rev 159788)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-pkgname=libssh2
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
-url="http://www.libssh2.org/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
-provides=('libssh2.so')
-options=('!libtool')
-source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('b94106e046af37fdc0734e487842fe66'
- 'd120a091e9f594c6608815d72b07c7a3')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libssh2/repos/core-x86_64/PKGBUILD (from rev 159786, 
libssh2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-05-27 02:25:20 UTC (rev 159788)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+pkgname=libssh2
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
+url="http://www.libssh2.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('42e2b3796ac07fc1dbafc7abcc002cd3'
+ '872cfb1d61dbd5acd0481ab030e8f130')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in libssh2/repos (3 files)

2012-05-26 Thread Dave Reisner
Date: Saturday, May 26, 2012 @ 22:25:19
  Author: dreisner
Revision: 159787

db-move: moved libssh2 from [testing] to [core] (i686)

Added:
  libssh2/repos/core-i686/PKGBUILD
(from rev 159786, libssh2/repos/testing-i686/PKGBUILD)
Deleted:
  libssh2/repos/core-i686/PKGBUILD
  libssh2/repos/testing-i686/

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-05-27 01:01:01 UTC (rev 159786)
+++ core-i686/PKGBUILD  2012-05-27 02:25:19 UTC (rev 159787)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-pkgname=libssh2
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
-url="http://www.libssh2.org/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
-provides=('libssh2.so')
-options=('!libtool')
-source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('b94106e046af37fdc0734e487842fe66'
- 'd120a091e9f594c6608815d72b07c7a3')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libssh2/repos/core-i686/PKGBUILD (from rev 159786, 
libssh2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-05-27 02:25:19 UTC (rev 159787)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+pkgname=libssh2
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
+url="http://www.libssh2.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('42e2b3796ac07fc1dbafc7abcc002cd3'
+ '872cfb1d61dbd5acd0481ab030e8f130')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-05-26 Thread Dave Reisner
Date: Saturday, May 26, 2012 @ 21:01:01
  Author: dreisner
Revision: 159786

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

Added:
  systemd/repos/staging-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 159785, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/staging-i686/PKGBUILD
(from rev 159785, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 159785, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-timestamp
(from rev 159785, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 159785, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/os-release
(from rev 159785, systemd/trunk/os-release)
  systemd/repos/staging-i686/systemd.install
(from rev 159785, systemd/trunk/systemd.install)
  systemd/repos/staging-i686/udev.install
(from rev 159785, systemd/trunk/udev.install)
  systemd/repos/staging-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 159785, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 159785, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 159785, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-timestamp
(from rev 159785, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 159785, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/os-release
(from rev 159785, systemd/trunk/os-release)
  systemd/repos/staging-x86_64/systemd.install
(from rev 159785, systemd/trunk/systemd.install)
  systemd/repos/staging-x86_64/udev.install
(from rev 159785, systemd/trunk/udev.install)
Deleted:
  systemd/repos/staging-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/staging-i686/PKGBUILD
  systemd/repos/staging-i686/initcpio-hook-udev
  systemd/repos/staging-i686/initcpio-install-udev
  systemd/repos/staging-i686/os-release
  systemd/repos/staging-i686/systemd.install
  systemd/repos/staging-i686/udev.install
  systemd/repos/staging-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/staging-x86_64/PKGBUILD
  systemd/repos/staging-x86_64/initcpio-hook-udev
  systemd/repos/staging-x86_64/initcpio-install-udev
  systemd/repos/staging-x86_64/os-release
  systemd/repos/staging-x86_64/systemd.install
  systemd/repos/staging-x86_64/udev.install

--+
 staging-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 -
 staging-i686/PKGBUILD|  428 -
 staging-i686/initcpio-hook-udev  |   40 -
 staging-i686/initcpio-install-timestamp  |   14 
 staging-i686/initcpio-install-udev   |   56 +-
 staging-i686/os-release  |   10 
 staging-i686/systemd.install |  120 ++--
 staging-i686/udev.install|   58 +-
 staging-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 -
 staging-x86_64/PKGBUILD  |  428 -
 staging-x86_64/initcpio-hook-udev|   40 -
 staging-x86_64/initcpio-install-timestamp|   14 
 staging-x86_64/initcpio-install-udev |   56 +-
 staging-x86_64/os-release|   10 
 staging-x86_64/systemd.install   |  120 ++--
 staging-x86_64/udev.install  |   58 +-
 16 files changed, 1004 insertions(+), 944 deletions(-)

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


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

2012-05-26 Thread Dave Reisner
Date: Saturday, May 26, 2012 @ 21:00:36
  Author: dreisner
Revision: 159785

upgpkg: systemd 183-2

- move more bins to systemd-tools
- add timestamp mkinitcpio hook
- fix udev rules dir in udev.pc

Added:
  systemd/trunk/initcpio-install-timestamp
Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

+
 PKGBUILD   |   42 --
 initcpio-install-timestamp |   14 ++
 systemd.install|4 +++-
 3 files changed, 45 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 23:49:07 UTC (rev 159784)
+++ PKGBUILD2012-05-27 01:00:36 UTC (rev 159785)
@@ -3,7 +3,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-tools' 'udev')
 pkgver=183
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -13,19 +13,25 @@
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
 'initcpio-hook-udev'
 'initcpio-install-udev'
+'initcpio-install-timestamp'
 '0001-Reinstate-TIMEOUT-handling.patch'
 'os-release')
 md5sums=('e1e5e0f376fa2a4cb4bc31a2161c09f2'
  'e99e9189aa2f6084ac28b8ddf605aeb8'
  '59e91c4d7a69b7bf12c86a9982e37ced'
+ 'df69615503ad293c9ddf9d8b7755282d'
  '5543be25f205f853a21fa5ee68e03f0d'
  '752636def0db3c03f121f8b4f44a63cd')
 
 build() {
   cd "$pkgname-$pkgver"
 
+  # still waiting on ipw2x00 to get fixed...
   patch -Np1 <"$srcdir/0001-Reinstate-TIMEOUT-handling.patch"
 
+  # fix udev rules dir
+  sed -i 's/pkglibexecdir/udevlibexecdir/' src/udev/udev.pc.in
+
   ./configure \
   --libexecdir=/usr/lib \
   --localstatedir=/var \
@@ -122,16 +128,16 @@
   ### split out udev
   rm -rf "$srcdir/_udev"
   install -dm755 \
-"$srcdir"/_udev/etc/udev \
-"$srcdir"/_udev/usr/bin \
-"$srcdir"/_udev/usr/include \
-"$srcdir"/_udev/usr/lib/{systemd/system,udev} \
-"$srcdir"/_udev/usr/lib/systemd/system/{sysinit,sockets}.target.wants \
-"$srcdir"/_udev/usr/lib/girepository-1.0 \
-"$srcdir"/_udev/usr/{lib,share}/pkgconfig \
-"$srcdir"/_udev/usr/share/gir-1.0 \
-"$srcdir"/_udev/usr/share/gtk-doc/html/{g,lib}udev \
-"$srcdir"/_udev/usr/share/man/man{7,8}
+  "$srcdir"/_udev/etc/udev \
+  "$srcdir"/_udev/usr/bin \
+  "$srcdir"/_udev/usr/include \
+  "$srcdir"/_udev/usr/lib/{systemd/system,udev} \
+  "$srcdir"/_udev/usr/lib/systemd/system/{sysinit,sockets}.target.wants \
+  "$srcdir"/_udev/usr/lib/girepository-1.0 \
+  "$srcdir"/_udev/usr/{lib,share}/pkgconfig \
+  "$srcdir"/_udev/usr/share/gir-1.0 \
+  "$srcdir"/_udev/usr/share/gtk-doc/html/{g,lib}udev \
+  "$srcdir"/_udev/usr/share/man/man{7,8}
 
   cd "$srcdir"/_udev
   mv "$pkgdir"/etc/udev etc
@@ -153,10 +159,16 @@
 
   ### split out systemd-tools
   rm -rf "$srcdir/_tools"
-  install -dm755 "$srcdir/_tools/usr/lib/systemd" "$srcdir/_tools/usr/bin" 
"$srcdir"/_tools/usr/share/man/man5
+  install -dm755 \
+  "$srcdir/_tools/usr/lib/systemd" \
+  "$srcdir/_tools/usr/bin" \
+  "$srcdir"/_tools/etc/{binfmt,modules-load,sysctl}.d \
+  "$srcdir"/_tools/usr/share/man/man{1,5}
+
   cd "$srcdir/_tools"
-  mv "$pkgdir"/usr/bin/systemd-tmpfiles usr/bin
-  mv 
"$pkgdir"/usr/lib/systemd/systemd-{binfmt,modules-load,random-seed,sysctl,vconsole-setup}
 usr/lib/systemd
+  mv 
"$pkgdir"/usr/bin/systemd-{ask-password,delta,detect-virt,tmpfiles,tty-ask-password-agent}
 usr/bin
+  mv 
"$pkgdir"/usr/lib/systemd/systemd-{ac-power,binfmt,cryptsetup,modules-load,random-seed,remount-fs,reply-password,sysctl,timestamp,vconsole-setup}
 usr/lib/systemd
+  mv "$pkgdir"/usr/share/man/man1/systemd-{ask-password,delta,detect-virt}.1 
usr/share/man/man1
   mv "$pkgdir"/usr/share/man/man5/{binfmt,modules-load,sysctl,tmpfiles}.d.5 
usr/share/man/man5
   mv "$pkgdir"/usr/share/man/man5/systemd.vconsole.conf.5 usr/share/man/man5
 }
@@ -172,8 +184,10 @@
   pkgdesc='standalone tools from systemd'
   url='http://www.freedesktop.org/wiki/Software/systemd'
   depends=('glibc' 'kmod')
+  conflicts=('systemd<183')
 
   mv "$srcdir/_tools/"* "$pkgdir"
+  install -Dm644 "$srcdir/initcpio-install-timestamp" 
"$pkgdir/usr/lib/initcpio/install/timestamp"
 }
 
 package_udev() {

Added: initcpio-install-timestamp
===
--- initcpio-install-timestamp  (rev 0)
+++ initcpio-install-timestamp  2012-05-27 01:00:36 UTC (rev 159785)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+build() {
+add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp
+}
+
+help() {
+cat <

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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 19:49:07
  Author: tomegun
Revision: 159784

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

Added:
  easytag/repos/staging-i686/
  easytag/repos/staging-i686/PKGBUILD
(from rev 159783, easytag/trunk/PKGBUILD)
  easytag/repos/staging-i686/easytag.install
(from rev 159783, easytag/trunk/easytag.install)
  easytag/repos/staging-x86_64/
  easytag/repos/staging-x86_64/PKGBUILD
(from rev 159783, easytag/trunk/PKGBUILD)
  easytag/repos/staging-x86_64/easytag.install
(from rev 159783, easytag/trunk/easytag.install)

+
 staging-i686/PKGBUILD  |   28 
 staging-i686/easytag.install   |   11 +++
 staging-x86_64/PKGBUILD|   28 
 staging-x86_64/easytag.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: easytag/repos/staging-i686/PKGBUILD (from rev 159783, 
easytag/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 23:49:07 UTC (rev 159784)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.1.7
+pkgrel=2
+pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'desktop-file-utils')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('9df3e800d80e754670642f2ba5e03539')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: easytag/repos/staging-i686/easytag.install (from rev 159783, 
easytag/trunk/easytag.install)
===
--- staging-i686/easytag.install(rev 0)
+++ staging-i686/easytag.install2012-05-26 23:49:07 UTC (rev 159784)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: easytag/repos/staging-x86_64/PKGBUILD (from rev 159783, 
easytag/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 23:49:07 UTC (rev 159784)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.1.7
+pkgrel=2
+pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'desktop-file-utils')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('9df3e800d80e754670642f2ba5e03539')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: easytag/repos/staging-x86_64/easytag.install (from rev 159783, 
easytag/trunk/easytag.install)
===
--- staging-x86_64/easytag.install  (rev 0)
+++ staging-x86_64/easytag.install  2012-05-26 23:49:07 UTC (rev 159784)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 19:48:46
  Author: tomegun
Revision: 159783

upgpkg: easytag 2.1.7-2

remove mp4 support as this currently does not build

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 23:45:57 UTC (rev 159782)
+++ PKGBUILD2012-05-26 23:48:46 UTC (rev 159783)
@@ -6,12 +6,12 @@
 
 pkgname=easytag
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'libmp4v2' 'speex' 
'wavpack')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'desktop-file-utils')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
 md5sums=('9df3e800d80e754670642f2ba5e03539')
@@ -25,8 +25,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # Remove directory mimetype
-#  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
-#-i ${pkgdir}/usr/share/applications/easytag.desktop
 }



[arch-commits] Commit in btrfs-progs/trunk (initcpio-install-btrfs)

2012-05-26 Thread Dave Reisner
Date: Saturday, May 26, 2012 @ 19:45:57
  Author: dreisner
Revision: 159782

s/add_all_modules/add_module/

Modified:
  btrfs-progs/trunk/initcpio-install-btrfs

+
 initcpio-install-btrfs |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: initcpio-install-btrfs
===
--- initcpio-install-btrfs  2012-05-26 20:12:07 UTC (rev 159781)
+++ initcpio-install-btrfs  2012-05-26 23:45:57 UTC (rev 159782)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 build() {
-add_all_modules btrfs
+add_module btrfs
 add_binary btrfs
 add_runscript
 }



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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 16:12:07
  Author: foutrelis
Revision: 159781

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

Added:
  net-snmp/repos/staging-i686/
  net-snmp/repos/staging-i686/PKGBUILD
(from rev 159780, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-i686/libnl32.patch
(from rev 159780, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-i686/snmpd.confd
(from rev 159780, net-snmp/trunk/snmpd.confd)
  net-snmp/repos/staging-i686/snmpd.rc
(from rev 159780, net-snmp/trunk/snmpd.rc)
  net-snmp/repos/staging-x86_64/
  net-snmp/repos/staging-x86_64/PKGBUILD
(from rev 159780, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-x86_64/libnl32.patch
(from rev 159780, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-x86_64/snmpd.confd
(from rev 159780, net-snmp/trunk/snmpd.confd)
  net-snmp/repos/staging-x86_64/snmpd.rc
(from rev 159780, net-snmp/trunk/snmpd.rc)

--+
 staging-i686/PKGBUILD|   58 +
 staging-i686/libnl32.patch   |   80 +
 staging-i686/snmpd.confd |5 ++
 staging-i686/snmpd.rc|   39 +++
 staging-x86_64/PKGBUILD  |   58 +
 staging-x86_64/libnl32.patch |   80 +
 staging-x86_64/snmpd.confd   |5 ++
 staging-x86_64/snmpd.rc  |   39 +++
 8 files changed, 364 insertions(+)

Copied: net-snmp/repos/staging-i686/PKGBUILD (from rev 159780, 
net-snmp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 20:12:07 UTC (rev 159781)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount 
+
+pkgname=net-snmp
+pkgver=5.7.1
+pkgrel=3
+pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
+arch=('i686' 'x86_64')
+url="http://www.net-snmp.org/";
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
+  patch -Np1 -i "$srcdir/libnl32.patch"
+  autoreconf -f -i
+
+  sed -i -e "s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}':" 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version="3" \
+--with-sys-contact="root@localhost" \
+--with-sys-location="Unknown" \
+--with-logfile="/var/log/snmpd.log" \
+--with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod" \
+--with-persistent-directory="/var/net-snmp" \
+--disable-static
+  make NETSNMP_DONT_CHECK_VERSION=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
+  install -D -m755 "${srcdir}/snmpd.rc" "${pkgdir}/etc/rc.d/snmpd"
+  install -D -m644 "${srcdir}/snmpd.confd" "${pkgdir}/etc/conf.d/snmpd"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: net-snmp/repos/staging-i686/libnl32.patch (from rev 159780, 
net-snmp/trunk/libnl32.patch)
===
--- staging-i686/libnl32.patch  (rev 0)
+++ staging-i686/libnl32.patch  2012-05-26 20:12:07 UTC (rev 159781)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c 2012-02-09 
20:02:49.136022132 +0100
+@@ -566,8 +566,9 @@
+ static int
+ tcpTable_load_netlink(void)
+ {
++  int err;
+   /*  TODO: perhaps use permanent nl handle? */
+-  struct nl_handle *nl = nl_handle_alloc();
++  struct nl_sock *nl = nl_socket_alloc();
+ 
+   if (nl == NULL) {
+   DEBUGMSGTL(("mibII/tcpTable", "Failed 

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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 16:11:39
  Author: foutrelis
Revision: 159780

upgpkg: net-snmp 5.7.1-3

Perl 5.16 rebuild.

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 19:57:17 UTC (rev 159779)
+++ PKGBUILD2012-05-26 20:11:39 UTC (rev 159780)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/";



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

2012-05-26 Thread Daniel Isenmann
Date: Saturday, May 26, 2012 @ 15:57:17
  Author: daniel
Revision: 159779

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

Added:
  gimp/repos/extra-i686/PKGBUILD
(from rev 159778, gimp/trunk/PKGBUILD)
  gimp/repos/extra-i686/gimp.install
(from rev 159778, gimp/trunk/gimp.install)
  gimp/repos/extra-i686/linux.gpl
(from rev 159778, gimp/trunk/linux.gpl)
  gimp/repos/extra-i686/uri-backend-libcurl.patch
(from rev 159778, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/extra-x86_64/PKGBUILD
(from rev 159778, gimp/trunk/PKGBUILD)
  gimp/repos/extra-x86_64/gimp.install
(from rev 159778, gimp/trunk/gimp.install)
  gimp/repos/extra-x86_64/linux.gpl
(from rev 159778, gimp/trunk/linux.gpl)
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch
(from rev 159778, gimp/trunk/uri-backend-libcurl.patch)
Deleted:
  gimp/repos/extra-i686/PKGBUILD
  gimp/repos/extra-i686/gimp.install
  gimp/repos/extra-i686/linux.gpl
  gimp/repos/extra-i686/uri-backend-libcurl.patch
  gimp/repos/extra-x86_64/PKGBUILD
  gimp/repos/extra-x86_64/gimp.install
  gimp/repos/extra-x86_64/linux.gpl
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch

+
 extra-i686/PKGBUILD|   96 +--
 extra-i686/gimp.install|   24 ++--
 extra-i686/linux.gpl   |   38 +++
 extra-i686/uri-backend-libcurl.patch   |  154 +++
 extra-x86_64/PKGBUILD  |   96 +--
 extra-x86_64/gimp.install  |   24 ++--
 extra-x86_64/linux.gpl |   38 +++
 extra-x86_64/uri-backend-libcurl.patch |  154 +++
 8 files changed, 312 insertions(+), 312 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-26 19:56:44 UTC (rev 159778)
+++ extra-i686/PKGBUILD 2012-05-26 19:57:17 UTC (rev 159779)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gimp
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="GNU Image Manipulation Program"
-arch=('i686' 'x86_64')
-url="http://www.gimp.org/";
-license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
- 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
-makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl')
-optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
-'libwebkit: for the help browser'
-'poppler-glib: for pdf support'
-'alsa-lib: for MIDI event controller module'
-'curl: for URI support')
-options=('!libtool' '!makeflags')
-conflicts=('gimp-devel')
-install=gimp.install
-source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 
linux.gpl 
-uri-backend-libcurl.patch)
-md5sums=('28997d14055f15db063eb92e1c8a7ebb'
- 'bb27bc214261d36484093e857f015f38'
- 'e894f4b2ffa92c71448fdd350e9b78c6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  #patch -p1 < ../uri-backend-libcurl.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
---enable-mp --enable-gimp-console --enable-gimp-remote \
---enable-python --with-gif-compression=lzw --with-libcurl \
---without-aa --without-hal --without-gvfs --without-gnomevfs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
-  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
-
-  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
-  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
-  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
-  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
-}

Copied: gimp/repos/extra-i686/PKGBUILD (from rev 159778, gimp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-26 19:57:17 UTC (rev 159779)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="GNU Image Manipulation Program"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/";
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl')
+makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'libwebkit: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller

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

2012-05-26 Thread Daniel Isenmann
Date: Saturday, May 26, 2012 @ 15:56:44
  Author: daniel
Revision: 159778

upgpkg: gimp 2.8.0-2

Add JPEG2000 support with jasper - fixed FS#29991

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 19:52:21 UTC (rev 159777)
+++ PKGBUILD2012-05-26 19:56:44 UTC (rev 159778)
@@ -3,13 +3,13 @@
 
 pkgname=gimp
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/";
 license=('GPL' 'LGPL')
 depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
- 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl')
 makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
 'libwebkit: for the help browser'



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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 15:52:21
  Author: foutrelis
Revision: 159777

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

Added:
  frozen-bubble/repos/staging-i686/
  frozen-bubble/repos/staging-i686/PKGBUILD
(from rev 159776, frozen-bubble/trunk/PKGBUILD)
  frozen-bubble/repos/staging-i686/frozen-bubble.desktop
(from rev 159776, frozen-bubble/trunk/frozen-bubble.desktop)
  frozen-bubble/repos/staging-x86_64/
  frozen-bubble/repos/staging-x86_64/PKGBUILD
(from rev 159776, frozen-bubble/trunk/PKGBUILD)
  frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop
(from rev 159776, frozen-bubble/trunk/frozen-bubble.desktop)

--+
 staging-i686/PKGBUILD|   41 +
 staging-i686/frozen-bubble.desktop   |9 +++
 staging-x86_64/PKGBUILD  |   41 +
 staging-x86_64/frozen-bubble.desktop |9 +++
 4 files changed, 100 insertions(+)

Copied: frozen-bubble/repos/staging-i686/PKGBUILD (from rev 159776, 
frozen-bubble/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 19:52:21 UTC (rev 159777)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Allan McRae 
+# Contributor: Brandon Niemczyk 
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
+arch=(i686 x86_64)
+url="http://www.frozen-bubble.org";
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build install destdir="$pkgdir"
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
"$pkgdir/usr/share/pixmaps/frozen-bubble.png"
+  install -D -m644 "$srcdir/frozen-bubble.desktop" 
"$pkgdir/usr/share/applications/frozen-bubble.desktop"
+}

Copied: frozen-bubble/repos/staging-i686/frozen-bubble.desktop (from rev 
159776, frozen-bubble/trunk/frozen-bubble.desktop)
===
--- staging-i686/frozen-bubble.desktop  (rev 0)
+++ staging-i686/frozen-bubble.desktop  2012-05-26 19:52:21 UTC (rev 159777)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Frozen Bubble
+Icon=frozen-bubble.png
+Exec=/usr/bin/vendor_perl/frozen-bubble
+Terminal=false
+Categories=Game;

Copied: frozen-bubble/repos/staging-x86_64/PKGBUILD (from rev 159776, 
frozen-bubble/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 19:52:21 UTC (rev 159777)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Allan McRae 
+# Contributor: Brandon Niemczyk 
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
+arch=(i686 x86_64)
+url="http://www.frozen-bubble.org";
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build install destdir="$pkgdir"
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
"$pkgdir/usr/share/pixmaps/frozen-bubble.png"
+  install -D -m644 "$srcdir/frozen-bubble.desktop" 
"$pkgdir/usr/share/applications/frozen-bubble.desktop"
+}

Copied: frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop (from rev 
159776, frozen-bubble/trunk/frozen-bubble.desktop)
===
--- staging-x86_64/frozen-bubble.desktop(rev 0)
+++ staging-x86_64/frozen-bubble.desktop

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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 15:52:04
  Author: foutrelis
Revision: 159776

upgpkg: frozen-bubble 2.2.1beta1-4

Perl 5.16 rebuild.

Modified:
  frozen-bubble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 19:41:32 UTC (rev 159775)
+++ PKGBUILD2012-05-26 19:52:04 UTC (rev 159776)
@@ -6,7 +6,7 @@
 pkgname=frozen-bubble
 _pkgver=2.2.1-beta1
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=4
 pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
 arch=(i686 x86_64)
 url="http://www.frozen-bubble.org";



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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 15:41:32
  Author: foutrelis
Revision: 159775

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

Added:
  mod_perl/repos/staging-i686/
  mod_perl/repos/staging-i686/PKGBUILD
(from rev 159774, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch
(from rev 159774, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch
(from rev 159774, mod_perl/trunk/mod_perl-2.0.6-perl-5.16-fixes.patch)
  mod_perl/repos/staging-x86_64/
  mod_perl/repos/staging-x86_64/PKGBUILD
(from rev 159774, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-x86_64/mod_perl-2.0.6-nolfs.patch
(from rev 159774, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/staging-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch
(from rev 159774, mod_perl/trunk/mod_perl-2.0.6-perl-5.16-fixes.patch)

-+
 staging-i686/PKGBUILD   |   45 ++
 staging-i686/mod_perl-2.0.6-nolfs.patch |   13 +
 staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch   |   17 ++
 staging-x86_64/PKGBUILD |   45 ++
 staging-x86_64/mod_perl-2.0.6-nolfs.patch   |   13 +
 staging-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch |   17 ++
 6 files changed, 150 insertions(+)

Copied: mod_perl/repos/staging-i686/PKGBUILD (from rev 159774, 
mod_perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 19:41:32 UTC (rev 159775)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom K 
+
+pkgname=mod_perl
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Apache module that embeds the Perl interpreter within the server"
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+options=('!emptydirs')
+source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch
+mod_perl-2.0.6-perl-5.16-fixes.patch)
+sha256sums=('8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08'
+'c6cde22806b1b2d919545b21c49536c8c377c8d1f921e8948e1289bb2ab413d9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
+
+  # Fix build with Perl 5.16
+  # 
http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod#$%3C,_$%3E,_$%28_and_$%29_are_no_longer_cached
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-perl-5.16-fixes.patch"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+}
+
+package() {
+  cd  "$srcdir/$pkgname-$pkgver"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch (from rev 
159774, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
===
--- staging-i686/mod_perl-2.0.6-nolfs.patch (rev 0)
+++ staging-i686/mod_perl-2.0.6-nolfs.patch 2012-05-26 19:41:32 UTC (rev 
159775)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Copied: mod_perl/repos/staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch (from 
rev 159774, mod_perl/trunk/mod_perl-2.0.6-perl-5.16-fixes.patch)
===
--- staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch   
(rev 0)
+++ staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch   2012-05-26 19:41:32 UTC 
(rev 159775)
@@ -0,0 +1,17 @@
+diff -upr mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c 
mod_perl-2.0.6/src/modules/perl/modperl_perl.c
+--- mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c2012-05-26 
21:49:27.0 +0300
 mod_perl-2.0.6/src/modules/perl/modperl_perl.c 2012-05-26 
21:55:39.0 +0300
+@@ -102,13 +102,4 @@ stati

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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 15:41:10
  Author: foutrelis
Revision: 159774

upgpkg: mod_perl 2.0.6-1

Perl 5.16 rebuild. Bump to latest release.

Added:
  mod_perl/trunk/mod_perl-2.0.6-nolfs.patch
(from rev 159773, mod_perl/trunk/nolfs.patch)
  mod_perl/trunk/mod_perl-2.0.6-perl-5.16-fixes.patch
Modified:
  mod_perl/trunk/PKGBUILD
Deleted:
  mod_perl/trunk/nolfs.patch

--+
 PKGBUILD |   39 -
 mod_perl-2.0.6-nolfs.patch   |   13 +++
 mod_perl-2.0.6-perl-5.16-fixes.patch |   17 ++
 nolfs.patch  |   14 ---
 4 files changed, 54 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 18:14:15 UTC (rev 159773)
+++ PKGBUILD2012-05-26 19:41:10 UTC (rev 159774)
@@ -1,36 +1,45 @@
 # $Id$
-# Maintainer: Firmicus 
+# Maintainer:
+# Contributor: Firmicus 
 # Contributor: Tom K 
 
 pkgname=mod_perl
-pkgver=2.0.5
-pkgrel=8
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
-url="http://search.cpan.org/dist/${pkgname}/";
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
 depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
-license=('APACHE')
-arch=('i686' 'x86_64')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/${pkgname}-${pkgver}.tar.gz
-   nolfs.patch)
-md5sums=('03d01d135a122bd8cebd0cd5b185d674'
- '088e082afef57f92f234a01269e24ce5')
+options=('!emptydirs')
+source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch
+mod_perl-2.0.6-perl-5.16-fixes.patch)
+sha256sums=('8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08'
+'c6cde22806b1b2d919545b21c49536c8c377c8d1f921e8948e1289bb2ab413d9')
 
 build() {
-  cd  ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
   # Patch from openSUSE to fix segfaults on i686 (FS#25008):
   #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
   #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
   #   structures to be invalid if only the apache flags are used
-  patch -Np1 -i "$srcdir/nolfs.patch"
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
 
+  # Fix build with Perl 5.16
+  # 
http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod#$%3C,_$%3E,_$%28_and_$%29_are_no_longer_cached
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-perl-5.16-fixes.patch"
+
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
   make
 }
 
 package() {
-  cd  ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd  "$srcdir/$pkgname-$pkgver"
+  make install DESTDIR="$pkgdir"
 }
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/trunk/mod_perl-2.0.6-nolfs.patch (from rev 159773, 
mod_perl/trunk/nolfs.patch)
===
--- mod_perl-2.0.6-nolfs.patch  (rev 0)
+++ mod_perl-2.0.6-nolfs.patch  2012-05-26 19:41:10 UTC (rev 159774)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Added: mod_perl-2.0.6-perl-5.16-fixes.patch
===
--- mod_perl-2.0.6-perl-5.16-fixes.patch(rev 0)
+++ mod_perl-2.0.6-perl-5.16-fixes.patch2012-05-26 19:41:10 UTC (rev 
159774)
@@ -0,0 +1,17 @@
+diff -upr mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c 
mod_perl-2.0.6/src/modules/perl/modperl_perl.c
+--- mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c2012-05-26 
21:49:27.0 +0300
 mod_perl-2.0.6/src/modules/perl/modperl_perl.c 2012-05-26 
21:55:39.0 +0300
+@@ -102,13 +102,4 @@ static void modperl_perl_init_ids(pTHX_
+ sv_setiv(GvSV(gv_fetchpv("$", TRUE, SVt_PV)), ids->pid);
+ 
+-#ifndef WIN32
+-PL_uid  = ids->uid;
+-PL_euid = ids->euid;
+-PL_gid  = ids->gid;
+-PL_egid = ids->egid;
+-#endif
+-#ifdef MP_MAINTAIN_PPID
+-PL_ppid = ids->ppid;
+-#endif
+ }
+ 

Deleted: nolfs.patch
===
--- nolfs.patch 2012-05-26 18:14:15 UTC (rev 159773)
+++ nolfs.patch 2012-05-2

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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 14:14:15
  Author: foutrelis
Revision: 159773

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

Added:
  xfconf/repos/staging-i686/
  xfconf/repos/staging-i686/PKGBUILD
(from rev 159772, xfconf/trunk/PKGBUILD)
  xfconf/repos/staging-x86_64/
  xfconf/repos/staging-x86_64/PKGBUILD
(from rev 159772, xfconf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: xfconf/repos/staging-i686/PKGBUILD (from rev 159772, 
xfconf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 18:14:15 UTC (rev 159773)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=2
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig'
+ 'glib-perl' 'intltool' 'gtk-doc' 'chrpath')
+options=('!libtool' '!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS="vendor" \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # remove unneeded dynloader bootstrap file
+  rm "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs"
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 159772, 
xfconf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 18:14:15 UTC (rev 159773)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=2
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig'
+ 'glib-perl' 'intltool' 'gtk-doc' 'chrpath')
+options=('!libtool' '!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS="vendor" \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # remove unneeded dynloader bootstrap file
+  rm "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs"
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-05-26 Thread Evangelos Foutras
Date: Saturday, May 26, 2012 @ 14:13:50
  Author: foutrelis
Revision: 159772

upgpkg: xfconf 4.10.0-2

Perl 5.16 rebuild.

Modified:
  xfconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 18:11:56 UTC (rev 159771)
+++ PKGBUILD2012-05-26 18:13:50 UTC (rev 159772)
@@ -4,7 +4,7 @@
 
 pkgname=xfconf
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple client-server configuration storage and query system"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";



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

2012-05-26 Thread Eric Bélanger
Date: Saturday, May 26, 2012 @ 14:11:56
  Author: eric
Revision: 159771

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

Added:
  razor/repos/staging-i686/
  razor/repos/staging-i686/PKGBUILD
(from rev 159770, razor/trunk/PKGBUILD)
  razor/repos/staging-x86_64/
  razor/repos/staging-x86_64/PKGBUILD
(from rev 159770, razor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: razor/repos/staging-i686/PKGBUILD (from rev 159770, 
razor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 18:11:56 UTC (rev 159771)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.84
+pkgrel=7
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
+url="http://razor.sourceforge.net";
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";)
+md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
+
+build() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+
+  # skip install_razor_agents (we'll do the linking later)
+  # /bin/sed -i "s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g" Makefile
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # cd ${pkgdir}/usr/bin
+  # for i in razor-check razor-report razor-revoke razor-admin; do 
+  #  /bin/ln -sf razor-client $i; 
+  # done
+}

Copied: razor/repos/staging-x86_64/PKGBUILD (from rev 159770, 
razor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 18:11:56 UTC (rev 159771)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.84
+pkgrel=7
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
+url="http://razor.sourceforge.net";
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";)
+md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
+
+build() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+
+  # skip install_razor_agents (we'll do the linking later)
+  # /bin/sed -i "s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g" Makefile
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # cd ${pkgdir}/usr/bin
+  # for i in razor-check razor-report razor-revoke razor-admin; do 
+  #  /bin/ln -sf razor-client $i; 
+  # done
+}



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

2012-05-26 Thread Eric Bélanger
Date: Saturday, May 26, 2012 @ 14:11:39
  Author: eric
Revision: 159770

upgpkg: razor 2.84-7

Rebuild against perl 5.16

Modified:
  razor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 17:51:59 UTC (rev 159769)
+++ PKGBUILD2012-05-26 18:11:39 UTC (rev 159770)
@@ -5,15 +5,15 @@
 
 pkgname=razor
 pkgver=2.84
-pkgrel=6
+pkgrel=7
 pkgdesc="A distributed, collaborative, spam detection and filtering network"
 arch=('i686' 'x86_64')
 url="http://razor.sourceforge.net";
 license=('PerlArtistic')
-depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl>=5.14.0')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";)
 md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
-options=('!emptydirs')
 
 build() {
   cd "${srcdir}"/${pkgname}-agents-${pkgver}
@@ -31,13 +31,9 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
 
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
   # cd ${pkgdir}/usr/bin
   # for i in razor-check razor-report razor-revoke razor-admin; do 
   #  /bin/ln -sf razor-client $i; 



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

2012-05-26 Thread Eric Bélanger
Date: Saturday, May 26, 2012 @ 13:51:59
  Author: eric
Revision: 159769

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

Added:
  rrdtool/repos/staging-i686/
  rrdtool/repos/staging-i686/PKGBUILD
(from rev 159768, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-x86_64/
  rrdtool/repos/staging-x86_64/PKGBUILD
(from rev 159768, rrdtool/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 159768, 
rrdtool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 17:51:59 UTC (rev 159769)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=2
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 159768, 
rrdtool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 17:51:59 UTC (rev 159769)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=2
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-05-26 Thread Eric Bélanger
Date: Saturday, May 26, 2012 @ 13:51:37
  Author: eric
Revision: 159768

upgpkg: rrdtool 1.4.7-2

Rebuild against perl 5.16

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 17:25:12 UTC (rev 159767)
+++ PKGBUILD2012-05-26 17:51:37 UTC (rev 159768)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 13:25:12
  Author: bluewind
Revision: 159767

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

Added:
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-i686/PKGBUILD
(from rev 159766, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 159766, graphicsmagick/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-x86_64/PKGBUILD |   60 ++
 2 files changed, 120 insertions(+)

Copied: graphicsmagick/repos/staging-i686/PKGBUILD (from rev 159766, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 17:25:12 UTC (rev 159767)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ' > typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 159766, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 17:25:12 UTC (rev 159767)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ' > typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary 

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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 13:24:46
  Author: bluewind
Revision: 159766

upgpkg: graphicsmagick 1.3.15-2

perl rebuild

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:39:54 UTC (rev 159765)
+++ PKGBUILD2012-05-26 17:24:46 UTC (rev 159766)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -21,6 +21,11 @@
 build() {
cd "${srcdir}/GraphicsMagick-${pkgver}"
 
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ' > typemap
+
./configure \
--prefix=/usr \
--with-perl \



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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 11:39:54
  Author: bisson
Revision: 159765

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 159764, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 159764, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-26 15:39:26 UTC (rev 159764)
+++ extra-i686/PKGBUILD 2012-05-26 15:39:54 UTC (rev 159765)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious-plugins
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('4518a6fdcba0c1b496e048b45ce5d87a46326c9b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 159764, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-26 15:39:54 UTC (rev 159765)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Maintainer: Gaetan Bisson 
+
+pkgname=audacious-plugins
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('87a795c4ecf645ad36ffe7bb3a7

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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 11:39:26
  Author: bisson
Revision: 159764

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:34:45 UTC (rev 159763)
+++ PKGBUILD2012-05-26 15:39:26 UTC (rev 159764)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=audacious-plugins
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
@@ -44,7 +44,7 @@
 'libcue: CUE playlist format')
 
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('4518a6fdcba0c1b496e048b45ce5d87a46326c9b')
+sha1sums=('87a795c4ecf645ad36ffe7bb3a7b5691e0316f71')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 11:34:45
  Author: bisson
Revision: 159763

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

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

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/install|   26 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/install  |   26 +--
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-26 15:34:17 UTC (rev 159762)
+++ extra-i686/PKGBUILD 2012-05-26 15:34:45 UTC (rev 159763)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('50d2ef08d3dd48c2efb194a9fdf216fa4f8afd24')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 159762, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-26 15:34:45 UTC (rev 159763)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+# Maintainer: Gaetan Bisson 
+
+pkgname=audacious
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('23be0fcb0a7d5ec2bc4d4fee436e77f2138903ef')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-05-26 15:34:17 UTC (rev 159762)
+++ extra-i686/install  2012-05-26 15:34:45 UTC (rev 159763)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 159762, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-05-26 15:34:45 UTC (rev 159763)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-26 15:34:17 UTC (rev 159762)
+++ extra-x86_64/PKGBUILD   2012-05-26 15:34:45 UTC (rev 159763)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'gtk-update-icon

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

2012-05-26 Thread Gaetan Bisson
Date: Saturday, May 26, 2012 @ 11:34:17
  Author: bisson
Revision: 159762

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:28:27 UTC (rev 159761)
+++ PKGBUILD2012-05-26 15:34:17 UTC (rev 159762)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=audacious
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
@@ -14,7 +14,7 @@
  'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('50d2ef08d3dd48c2efb194a9fdf216fa4f8afd24')
+sha1sums=('23be0fcb0a7d5ec2bc4d4fee436e77f2138903ef')
 
 provides=('audacious-player')
 replaces=('audacious-player')



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

2012-05-26 Thread Stéphane Gaudreault
Date: Saturday, May 26, 2012 @ 11:28:27
  Author: stephane
Revision: 159761

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

Added:
  subversion/repos/staging-i686/
  subversion/repos/staging-i686/PKGBUILD
(from rev 159760, subversion/trunk/PKGBUILD)
  subversion/repos/staging-i686/subversion.rpath.fix.patch
(from rev 159760, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-i686/svn
(from rev 159760, subversion/trunk/svn)
  subversion/repos/staging-i686/svnserve
(from rev 159760, subversion/trunk/svnserve)
  subversion/repos/staging-i686/svnserve.conf
(from rev 159760, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 159760, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 159760, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 159760, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve
(from rev 159760, subversion/trunk/svnserve)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 159760, subversion/trunk/svnserve.conf)

---+
 staging-i686/PKGBUILD |   79 
 staging-i686/subversion.rpath.fix.patch   |   10 +++
 staging-i686/svn  |   11 +++
 staging-i686/svnserve |   42 ++
 staging-i686/svnserve.conf|7 ++
 staging-x86_64/PKGBUILD   |   79 
 staging-x86_64/subversion.rpath.fix.patch |   10 +++
 staging-x86_64/svn|   11 +++
 staging-x86_64/svnserve   |   42 ++
 staging-x86_64/svnserve.conf  |7 ++
 10 files changed, 298 insertions(+)

Copied: subversion/repos/staging-i686/PKGBUILD (from rev 159760, 
subversion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 15:28:27 UTC (rev 159761)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.7.5
+pkgrel=2
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts') # 'ruby: for some hook scripts' 
'java-environment')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url="http://subversion.apache.org/";
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve svn svnserve.conf subversion.rpath.fix.patch)
+sha1sums=('05c079762690d5ac1ccd2549742e7ef70fa45cf1'
+  'b267cba19b4f56360657a5bf5b231950e027a45a'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=/usr/bin/python2
+
+   patch -p0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet
+
+   make external-all
+   make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
+}
+
+#check() {
+#   cd "${srcdir}/${pkgname}-${pkgver}"
+#   export LANG=C LC_ALL=C
+#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
+#}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   export LD_LIBRARY_PATH="${pkgdir}"/usr/lib:${LD_LIBRARY_PATH}
+   make DESTDIR="${pkgdir}" INSTALLDIRS=vendor \
+ swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
+ install install-swig-py install-swig-pl install-javahl # install-swig-rb
+
+   install -d "${pkgdir}"/usr/share/subversion
+   cp -a tools/hook-scripts "${pkgdir}"/usr/share/subversion/
+   rm "${pkgdir}"/usr/share/subversion/hook-scripts/*.in
+
+   rm "${pkgdir}"/usr/lib/perl5/vendor_per

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

2012-05-26 Thread Stéphane Gaudreault
Date: Saturday, May 26, 2012 @ 11:28:10
  Author: stephane
Revision: 159760

upgpkg: subversion 1.7.5-2

perl 5.16 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:13:31 UTC (rev 159759)
+++ PKGBUILD2012-05-26 15:28:10 UTC (rev 159760)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 license=('APACHE')



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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:13:31
  Author: ibiru
Revision: 159759

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

Added:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-i686/PKGBUILD
(from rev 159758, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-i686/gvfs-module.install
(from rev 159758, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-i686/gvfs-smb.install
(from rev 159758, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-i686/gvfs.install
(from rev 159758, gvfs/trunk/gvfs.install)
  gvfs/repos/staging-x86_64/
  gvfs/repos/staging-x86_64/PKGBUILD
(from rev 159758, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-x86_64/gvfs-module.install
(from rev 159758, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-x86_64/gvfs-smb.install
(from rev 159758, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-x86_64/gvfs.install
(from rev 159758, gvfs/trunk/gvfs.install)

+
 staging-i686/PKGBUILD  |  112 +++
 staging-i686/gvfs-module.install   |7 ++
 staging-i686/gvfs-smb.install  |   12 +++
 staging-i686/gvfs.install  |   14 
 staging-x86_64/PKGBUILD|  112 +++
 staging-x86_64/gvfs-module.install |7 ++
 staging-x86_64/gvfs-smb.install|   12 +++
 staging-x86_64/gvfs.install|   14 
 8 files changed, 290 insertions(+)

Copied: gvfs/repos/staging-i686/PKGBUILD (from rev 159758, gvfs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 15:13:31 UTC (rev 159759)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.12.3
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
+url="http://www.gnome.org";
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
+sha256sums=('38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd "$pkgbase-$pkgver"
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -i monitor/Makefile
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=$pkgver" 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -m755 -d "$pkgdir/usr/lib/gvfs"
+  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (mobile devices) backend for gvfs"
+  depends=("gvfs=$pkgver" 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
+
+  cd "$srcdir/$pkgbase-$pkgver/monitor/afc"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
+  depends=("gvfs=$pkgver" 'dbus-core' 'libgphoto2' 'udev')
+  install=gvfs-module.install
+
+  cd "$pkgbase-$pkgver/daemon"
+  install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
+  install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvf

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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:12:31
  Author: ibiru
Revision: 159758

udev rebuild

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:09:57 UTC (rev 159757)
+++ PKGBUILD2012-05-26 15:12:31 UTC (rev 159758)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
 pkgver=1.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')



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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:09:57
  Author: ibiru
Revision: 159757

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

Added:
  udisks/repos/staging-i686/
  udisks/repos/staging-i686/PKGBUILD
(from rev 159756, udisks/trunk/PKGBUILD)
  udisks/repos/staging-x86_64/
  udisks/repos/staging-x86_64/PKGBUILD
(from rev 159756, udisks/trunk/PKGBUILD)

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

Copied: udisks/repos/staging-i686/PKGBUILD (from rev 159756, 
udisks/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 15:09:57 UTC (rev 159757)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=4
+pkgdesc="Disk Management Service"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make profiledir=/usr/share/bash-completion/completions DESTDIR="${pkgdir}" 
install
+  chmod 644 
"${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh"
+  # move udev helpers and rules to /usr/lib
+  mv "${pkgdir}"/lib/udev "${pkgdir}"/usr/lib/
+  rm -r "${pkgdir}"/lib
+}

Copied: udisks/repos/staging-x86_64/PKGBUILD (from rev 159756, 
udisks/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 15:09:57 UTC (rev 159757)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=4
+pkgdesc="Disk Management Service"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make profiledir=/usr/share/bash-completion/completions DESTDIR="${pkgdir}" 
install
+  chmod 644 
"${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh"
+  # move udev helpers and rules to /usr/lib
+  mv "${pkgdir}"/lib/udev "${pkgdir}"/usr/lib/
+  rm -r "${pkgdir}"/lib
+}



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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:09:06
  Author: ibiru
Revision: 159756

udev rebuild

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:06:57 UTC (rev 159755)
+++ PKGBUILD2012-05-26 15:09:06 UTC (rev 159756)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Disk Management Service"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";



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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:06:57
  Author: ibiru
Revision: 159755

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

Added:
  libatasmart/repos/staging-i686/
  libatasmart/repos/staging-i686/PKGBUILD
(from rev 159754, libatasmart/trunk/PKGBUILD)
  libatasmart/repos/staging-x86_64/
  libatasmart/repos/staging-x86_64/PKGBUILD
(from rev 159754, libatasmart/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libatasmart/repos/staging-i686/PKGBUILD (from rev 159754, 
libatasmart/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 15:06:57 UTC (rev 159755)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libatasmart
+pkgver=0.18
+pkgrel=2
+pkgdesc="ATA S.M.A.R.T. Reading and Parsing Library"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('udev')
+url="http://0pointer.de/blog/projects/being-smart.html";
+options=('!libtool')
+source=("http://0pointer.de/public/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('dc22b7acda1c2230f55ae98737e8b159')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libatasmart/repos/staging-x86_64/PKGBUILD (from rev 159754, 
libatasmart/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 15:06:57 UTC (rev 159755)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libatasmart
+pkgver=0.18
+pkgrel=2
+pkgdesc="ATA S.M.A.R.T. Reading and Parsing Library"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('udev')
+url="http://0pointer.de/blog/projects/being-smart.html";
+options=('!libtool')
+source=("http://0pointer.de/public/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('dc22b7acda1c2230f55ae98737e8b159')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:06:02
  Author: ibiru
Revision: 159754

udev rebuild

Modified:
  libatasmart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 15:02:22 UTC (rev 159753)
+++ PKGBUILD2012-05-26 15:06:02 UTC (rev 159754)
@@ -3,11 +3,11 @@
 
 pkgname=libatasmart
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="ATA S.M.A.R.T. Reading and Parsing Library"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('udev>=174')
+depends=('udev')
 url="http://0pointer.de/blog/projects/being-smart.html";
 options=('!libtool')
 source=("http://0pointer.de/public/${pkgname}-${pkgver}.tar.gz";)



[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:02:22
  Author: ibiru
Revision: 159753

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

Added:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 159752, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 159752, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/staging-x86_64/
  xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 159752, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 159752, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/xf86-video-nouveau.install   |   16 ++
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/xf86-video-nouveau.install |   16 ++
 4 files changed, 114 insertions(+)

Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 159752, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 15:02:22 UTC (rev 159753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+_gitdate=20120512
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards (experimental)"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/wiki/";
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm-nouveau' 'udev')
+optdepends=('nouveau-dri:   experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('3e27e283219936d64c194eca24cd81cd')
+
+# source PKGBUILD && mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd /tmp/$pkgname-${_gitdate}
+   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+   cd xf86-video-nouveau
+   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2 > /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
+   popd
+}
+
+build() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from 
rev 159752, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2012-05-26 15:02:22 UTC (rev 
159753)
@@ -0,0 +1,16 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
+post_upgrade() {
+  if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
+cat << _EOF
+  ==> ATTENTION: Usermode support has been dropped
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+ fi
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 159752, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 15:02:22 UTC (rev 159753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+_gitdate=20120512
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards (experimental)"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/wiki/";
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm-nouveau' 'udev')
+optdepends=('nouveau-dri:   experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('3e27e283219936d64c194eca24cd81cd')
+
+# source PKGBUILD && mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd /tmp/$pkgname-${_git

[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2012-05-26 Thread Ionut Biru
Date: Saturday, May 26, 2012 @ 11:00:50
  Author: ibiru
Revision: 159752

udev rebuild

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:43:04 UTC (rev 159751)
+++ PKGBUILD2012-05-26 15:00:50 UTC (rev 159752)
@@ -5,7 +5,7 @@
 pkgname=xf86-video-nouveau
 _gitdate=20120512
 pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source 2D acceleration driver for nVidia cards (experimental)"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/wiki/";



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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 08:43:04
  Author: tomegun
Revision: 159751

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

Added:
  bluez/repos/staging-i686/
  bluez/repos/staging-i686/PKGBUILD
(from rev 159750, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.conf.d
(from rev 159750, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-i686/rc.bluetooth
(from rev 159750, bluez/trunk/rc.bluetooth)
  bluez/repos/staging-x86_64/
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 159750, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.conf.d
(from rev 159750, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-x86_64/rc.bluetooth
(from rev 159750, bluez/trunk/rc.bluetooth)

-+
 staging-i686/PKGBUILD   |   87 +
 staging-i686/bluetooth.conf.d   |   30 +++
 staging-i686/rc.bluetooth   |  100 ++
 staging-x86_64/PKGBUILD |   87 +
 staging-x86_64/bluetooth.conf.d |   30 +++
 staging-x86_64/rc.bluetooth |  100 ++
 6 files changed, 434 insertions(+)

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 159750, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:43:04 UTC (rev 159751)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgname=bluez
+pkgver=4.99
+pkgrel=3
+pkgdesc="Libraries and tools for the Bluetooth protocol stack"
+url="http://www.bluez.org/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'udev')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=("gstreamer0.10-base: bluetooth GStreamer support"
+"alsa-lib: Audio bluetooth devices support"
+"dbus-python: to run bluez-simple-agent"
+"pygobject: to run bluez-simple-agent"
+"libusb-compat: USB adapters support"
+"cups: CUPS backend")
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
+'bluetooth.conf.d'
+   'rc.bluetooth')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test
+
+  sed -ri 's,udev_get_(dev|sys)_path([^)]+\)),"/\1",g' tools/hid2hci.c
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent "${pkgdir}"/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device "${pkgdir}"/usr/bin/bluez-test-device
+  install -Dm755 test/test-input "${pkgdir}"/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+"${pkgdir}"/usr/bin/bluez-simple-agent \
+"${pkgdir}"/usr/bin/bluez-test-device \
+"${pkgdir}"/usr/bin/bluez-test-input
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+#  rm "${pkgdir}"/usr/lib/udev/rules.d/97-bluetooth.rules
+}
+md5sums=('2387053eb5a7b02f37df4871df022a02'
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789')

Copied: bluez/repos/staging-i686/bluetooth.conf.d (from rev 159750, 
bluez/trunk/bluetooth.conf.d)
===
--- staging-i686/bluetooth.conf.d   (rev 0)
+++ staging-i686/bluetooth.conf.d   2012-05-26 12:43:04 UTC (rev 159751)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth services (allowed values are "true" and "false")
+
+# Run the bluetoothd daemon (default: true)
+#DAEMON_ENABLE="false"
+
+# Run the sdp daemon (default: false)
+# If this is disabled, hcid's internal sdp daemon will be used
+#SDPD_ENABLE="true"
+
+# Run the bluetooth HID daemon (defa

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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 08:42:39
  Author: tomegun
Revision: 159750

upgpkg: bluez 4.99-3

udev rebuild

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:39:32 UTC (rev 159749)
+++ PKGBUILD2012-05-26 12:42:39 UTC (rev 159750)
@@ -5,7 +5,7 @@
 
 pkgname=bluez
 pkgver=4.99
-pkgrel=2
+pkgrel=3
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
@@ -48,6 +48,9 @@
 --enable-cups \
 --enable-wiimote \
 --disable-test
+
+  sed -ri 's,udev_get_(dev|sys)_path([^)]+\)),"/\1",g' tools/hid2hci.c
+
   make
 }
 
@@ -77,7 +80,7 @@
 "${pkgdir}"/usr/bin/bluez-test-input
 
   # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-  rm "${pkgdir}"/usr/lib/udev/rules.d/97-bluetooth.rules
+#  rm "${pkgdir}"/usr/lib/udev/rules.d/97-bluetooth.rules
 }
 md5sums=('2387053eb5a7b02f37df4871df022a02'
  '7412982b440f29fa7f76a41a87fef985'



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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 08:39:32
  Author: tomegun
Revision: 159749

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

Added:
  util-linux/repos/staging-i686/
  util-linux/repos/staging-i686/PKGBUILD
(from rev 159748, util-linux/trunk/PKGBUILD)
  util-linux/repos/staging-x86_64/
  util-linux/repos/staging-x86_64/PKGBUILD
(from rev 159748, util-linux/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: util-linux/repos/staging-i686/PKGBUILD (from rev 159748, 
util-linux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:39:32 UTC (rev 159749)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: judd 
+
+pkgname=util-linux
+pkgver=2.21.2
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="http://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('udev' 'pam')
+conflicts=('util-linux-ng')
+provides=("util-linux-ng=${pkgver}")
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # hardware clock
+  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-write \
+  --enable-raw \
+  --disable-wall \
+  --enable-new-mount
+
+  make
+}
+
+check() {
+   make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  cd "${pkgdir}"
+
+  install -dm755 var/lib/hwclock
+
+  # broken tool, going away in next major release, so just remove it now
+  rm "${pkgdir}"/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
+
+  # delete stray empty dir, fixed upstream
+  rm -r usr/share/man/ru
+}
+md5sums=('54ba880f1d66782c2287ee2c898520e9')

Copied: util-linux/repos/staging-x86_64/PKGBUILD (from rev 159748, 
util-linux/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 12:39:32 UTC (rev 159749)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: judd 
+
+pkgname=util-linux
+pkgver=2.21.2
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="http://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('udev' 'pam')
+conflicts=('util-linux-ng')
+provides=("util-linux-ng=${pkgver}")
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # hardware clock
+  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-write \
+  --enable-raw \
+  --disable-wall \
+  --enable-new-mount
+
+  make
+}
+
+check() {
+   make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  cd "${pkgdir}"
+
+  install -dm755 var/lib/hwclock
+
+  # broken tool, going away in next major release, so just remove it now
+  rm "${pkgdir}"/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
+
+  # delete stray empty dir, fixed upstream
+  rm -r usr/share/man/ru
+}
+md5sums=('54ba880f1d66782c2287ee2c898520e9')



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

2012-05-26 Thread Tom Gundersen
Date: Saturday, May 26, 2012 @ 08:39:10
  Author: tomegun
Revision: 159748

upgpkg: util-linux 2.21.2-1

udev rebuild

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:22:57 UTC (rev 159747)
+++ PKGBUILD2012-05-26 12:39:10 UTC (rev 159748)
@@ -3,19 +3,18 @@
 # Contributor: judd 
 
 pkgname=util-linux
-pkgver=2.21.1
-pkgrel=2
+pkgver=2.21.2
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://www.kernel.org/pub/linux/utils/util-linux/";
 arch=('i686' 'x86_64')
 groups=('base')
-depends=('udev')
+depends=('udev' 'pam')
 conflicts=('util-linux-ng')
 provides=("util-linux-ng=${pkgver}")
 license=('GPL2')
 options=('!libtool')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz)
-optdepends=('perl: for chkdupexe support')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,7 +28,7 @@
   --enable-write \
   --enable-raw \
   --disable-wall \
-  --enable-libmount-mount
+  --enable-new-mount
 
   make
 }
@@ -47,7 +46,10 @@
 
   install -dm755 var/lib/hwclock
 
+  # broken tool, going away in next major release, so just remove it now
+  rm "${pkgdir}"/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
+
   # delete stray empty dir, fixed upstream
   rm -r usr/share/man/ru
 }
-md5sums=('ad602dcd528f340b1329cfa6200d8f80')
+md5sums=('54ba880f1d66782c2287ee2c898520e9')



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:22:57
  Author: bluewind
Revision: 159747

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

Added:
  gconf-perl/repos/staging-i686/
  gconf-perl/repos/staging-i686/PKGBUILD
(from rev 159746, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-i686/disable-orbit.patch
(from rev 159746, gconf-perl/trunk/disable-orbit.patch)
  gconf-perl/repos/staging-x86_64/
  gconf-perl/repos/staging-x86_64/PKGBUILD
(from rev 159746, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-x86_64/disable-orbit.patch
(from rev 159746, gconf-perl/trunk/disable-orbit.patch)

+
 staging-i686/PKGBUILD  |   34 ++
 staging-i686/disable-orbit.patch   |   30 ++
 staging-x86_64/PKGBUILD|   34 ++
 staging-x86_64/disable-orbit.patch |   30 ++
 4 files changed, 128 insertions(+)

Copied: gconf-perl/repos/staging-i686/PKGBUILD (from rev 159746, 
gconf-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:22:57 UTC (rev 159747)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=7
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-i686/disable-orbit.patch (from rev 159746, 
gconf-perl/trunk/disable-orbit.patch)
===
--- staging-i686/disable-orbit.patch(rev 0)
+++ staging-i686/disable-orbit.patch2012-05-26 12:22:57 UTC (rev 159747)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson 
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+   if (err)
+   gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##const gchar *key,
+ ##GError **err);
+@@ -366,6 +368,8 @@
+ OUTPUT:
+ RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+   GConfEngine * engine

Copied: gconf-perl/repos/staging-x86_64/PKGBUILD (from rev 159746, 
gconf-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 12:22:57 UTC (rev 159747)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=7
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-x86_64/disable-orbit.patch (from rev 159746, 
gconf-perl/trunk/disable-orbit.patch)
===
--- staging-x86_64/disable-orbit.patch  (rev 0)

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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:22:34
  Author: bluewind
Revision: 159746

upgpkg: gconf-perl 1.044-7

perl rebuild

Modified:
  gconf-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:16:38 UTC (rev 159745)
+++ PKGBUILD2012-05-26 12:22:34 UTC (rev 159746)
@@ -3,7 +3,7 @@
 
 pkgname=gconf-perl
 pkgver=1.044
-pkgrel=6
+pkgrel=7
 pkgdesc="Gnome2-GConf perl bindings for gconf"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:16:38
  Author: bluewind
Revision: 159745

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

Added:
  pango-perl/repos/staging-i686/
  pango-perl/repos/staging-i686/PKGBUILD
(from rev 159744, pango-perl/trunk/PKGBUILD)
  pango-perl/repos/staging-x86_64/
  pango-perl/repos/staging-x86_64/PKGBUILD
(from rev 159744, pango-perl/trunk/PKGBUILD)

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

Copied: pango-perl/repos/staging-i686/PKGBUILD (from rev 159744, 
pango-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:16:38 UTC (rev 159745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.223
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('628a6de54f47b6791c6b45edfb835215')
+
+build() {
+  cd "${srcdir}/Pango-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make test
+}
+
+package() { 
+  cd "${srcdir}/Pango-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: pango-perl/repos/staging-x86_64/PKGBUILD (from rev 159744, 
pango-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 12:16:38 UTC (rev 159745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.223
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('628a6de54f47b6791c6b45edfb835215')
+
+build() {
+  cd "${srcdir}/Pango-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make test
+}
+
+package() { 
+  cd "${srcdir}/Pango-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:16:12
  Author: bluewind
Revision: 159744

upgpkg: pango-perl 1.223-2

perl rebuild

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:14:50 UTC (rev 159743)
+++ PKGBUILD2012-05-26 12:16:12 UTC (rev 159744)
@@ -3,7 +3,7 @@
 
 pkgname=pango-perl
 pkgver=1.223
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for Pango"
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:14:50
  Author: bluewind
Revision: 159743

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

Added:
  cairo-perl/repos/staging-i686/
  cairo-perl/repos/staging-i686/PKGBUILD
(from rev 159742, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-i686/testsuite.patch
(from rev 159742, cairo-perl/trunk/testsuite.patch)
  cairo-perl/repos/staging-x86_64/
  cairo-perl/repos/staging-x86_64/PKGBUILD
(from rev 159742, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-x86_64/testsuite.patch
(from rev 159742, cairo-perl/trunk/testsuite.patch)

+
 staging-i686/PKGBUILD  |   34 +
 staging-i686/testsuite.patch   |  135 +++
 staging-x86_64/PKGBUILD|   34 +
 staging-x86_64/testsuite.patch |  135 +++
 4 files changed, 338 insertions(+)

Copied: cairo-perl/repos/staging-i686/PKGBUILD (from rev 159742, 
cairo-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:14:50 UTC (rev 159743)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=cairo-perl
+pkgver=1.082
+pkgrel=2
+pkgdesc="Perl wrappers for cairo"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz
+testsuite.patch)
+md5sums=('cfd61e519ff20023979c255d4040fe06'
+ '6a3ceac304a5a53f8fdd5652d98f6855')
+
+build() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  patch -Np1 -i "${srcdir}/testsuite.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cairo-perl/repos/staging-i686/testsuite.patch (from rev 159742, 
cairo-perl/trunk/testsuite.patch)
===
--- staging-i686/testsuite.patch(rev 0)
+++ staging-i686/testsuite.patch2012-05-26 12:14:50 UTC (rev 159743)
@@ -0,0 +1,135 @@
+From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 31 Mar 2012 10:34:11 +
+Subject: Fix compiling and testing against older versions of cairo
+
+---
+(limited to 't/CairoPath.t')
+
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index e515172..770e464 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,11 +11,17 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More tests => 6;
++use Test::More;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
++if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
++  plan tests => 6;
++} else {
++  plan skip_all => 'path behavior not predictable on cairo < 1.4';
++}
++
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+--
+cgit v0.9.0.2
+From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 07 Apr 2012 18:01:31 +
+Subject: Make t/CairoPath.t more robust
+
+The end of a path that took a round trip into cairo and back might differ
+for different versions of cairo.  Hence, compare only the beginning with
+the expected path.
+---
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index 770e464..27a3aad 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,17 +11,11 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More;
++use Test::More tests => 18;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
+-if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
+-  plan tests => 6;
+-} else {
+-  plan skip_all => 'path behavior not predictable on cairo < 1.4';
+-}
+-
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+@@ -40,14 +34,7 @@ my $expected_path = [
+ ];
+ 
+ my $path = $cr->copy_path;
+-is_deeply ($path, $expected_path);
+-
+-sub paths_agree {
+-  my ($cr, $path, $expected_path) = @_;
+-  $cr->new_path;
+-  $cr->append_path ($path);
+-  is_deeply ($cr->copy_path, $expected_path);
+-}
++paths_agree ($path, $expected_path);
+ 
+ # Modifying single point values.
+ foreach ($path, $expected_path) {
+@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
+   $_->[2]{points}[2][0] = 99;
+   $_->[2]{points}[2][1] = 1010;
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Modifying single points.
+ foreach ($path, $expected_path) {
+   $_->[1]{points}[0] = [333, 444];
+   $_->[2]{points}[2] = [77, 88];
+ }
+-paths_agree ($cr, $path, $expected_path);
+

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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:14:22
  Author: bluewind
Revision: 159742

upgpkg: cairo-perl 1.082-2

perl rebuild

Modified:
  cairo-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 12:00:57 UTC (rev 159741)
+++ PKGBUILD2012-05-26 12:14:22 UTC (rev 159742)
@@ -3,7 +3,7 @@
 
 pkgname=cairo-perl
 pkgver=1.082
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl wrappers for cairo"
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:00:57
  Author: bluewind
Revision: 159741

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

Added:
  glib-perl/repos/staging-i686/
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 159740, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/staging-x86_64/
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 159740, glib-perl/trunk/PKGBUILD)

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

Copied: glib-perl/repos/staging-i686/PKGBUILD (from rev 159740, 
glib-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 12:00:57 UTC (rev 159741)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.242
+pkgrel=2
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2>=2.24.1' 'perl>=5.14')
+makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
+
+build() {
+  cd "${srcdir}/Glib-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: glib-perl/repos/staging-x86_64/PKGBUILD (from rev 159740, 
glib-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 12:00:57 UTC (rev 159741)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.242
+pkgrel=2
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2>=2.24.1' 'perl>=5.14')
+makedepends=('perl-extutils-depends>=0.302' 'perl-extutils-pkgconfig>=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
+
+build() {
+  cd "${srcdir}/Glib-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 08:00:32
  Author: bluewind
Revision: 159740

upgpkg: glib-perl 1.242-2

perl rebuild

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:47:40 UTC (rev 159739)
+++ PKGBUILD2012-05-26 12:00:32 UTC (rev 159740)
@@ -4,7 +4,7 @@
 
 pkgname=glib-perl
 pkgver=1.242
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl wrappers for glib 2.x, including GObject"
 arch=(i686 x86_64)
 license=('LGPL')



[arch-commits] Commit in perl-template-toolkit/repos (4 files)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:47:40
  Author: bluewind
Revision: 159739

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

Added:
  perl-template-toolkit/repos/staging-i686/
  perl-template-toolkit/repos/staging-i686/PKGBUILD
(from rev 159738, perl-template-toolkit/trunk/PKGBUILD)
  perl-template-toolkit/repos/staging-x86_64/
  perl-template-toolkit/repos/staging-x86_64/PKGBUILD
(from rev 159738, perl-template-toolkit/trunk/PKGBUILD)

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

Copied: perl-template-toolkit/repos/staging-i686/PKGBUILD (from rev 159738, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:47:40 UTC (rev 159739)
@@ -0,0 +1,32 @@
+# Maintainer: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+_realname=Template-Toolkit
+pkgver=2.22
+pkgrel=5
+pkgdesc="Perl template processing system"
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-appconfig' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
 
+md5sums=('d98277f6420e5da6b93d99a8db2b3934')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${startdir}/pkg
+
+  # remove perllocal.pod and .packlist
+  find ${startdir}/pkg -name perllocal.pod -delete
+  find ${startdir}/pkg -name .packlist -delete
+}

Copied: perl-template-toolkit/repos/staging-x86_64/PKGBUILD (from rev 159738, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:47:40 UTC (rev 159739)
@@ -0,0 +1,32 @@
+# Maintainer: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+_realname=Template-Toolkit
+pkgver=2.22
+pkgrel=5
+pkgdesc="Perl template processing system"
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-appconfig' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
 
+md5sums=('d98277f6420e5da6b93d99a8db2b3934')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${startdir}/pkg
+
+  # remove perllocal.pod and .packlist
+  find ${startdir}/pkg -name perllocal.pod -delete
+  find ${startdir}/pkg -name .packlist -delete
+}



[arch-commits] Commit in perl-template-toolkit/trunk (PKGBUILD)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:47:14
  Author: bluewind
Revision: 159738

upgpkg: perl-template-toolkit 2.22-5

perl rebuild

Modified:
  perl-template-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:46:35 UTC (rev 159737)
+++ PKGBUILD2012-05-26 11:47:14 UTC (rev 159738)
@@ -5,7 +5,7 @@
 pkgname=perl-template-toolkit
 _realname=Template-Toolkit
 pkgver=2.22
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl template processing system"
 arch=(i686 x86_64)
 license=('PerlArtistic')



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:46:35
  Author: bluewind
Revision: 159737

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

Added:
  perl-socket6/repos/staging-i686/
  perl-socket6/repos/staging-i686/PKGBUILD
(from rev 159736, perl-socket6/trunk/PKGBUILD)
  perl-socket6/repos/staging-x86_64/
  perl-socket6/repos/staging-x86_64/PKGBUILD
(from rev 159736, perl-socket6/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: perl-socket6/repos/staging-i686/PKGBUILD (from rev 159736, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:46:35 UTC (rev 159737)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='2'
+pkgdesc="getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir="${srcdir}/Socket6-0.23"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$_distdir"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-socket6/repos/staging-x86_64/PKGBUILD (from rev 159736, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:46:35 UTC (rev 159737)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='2'
+pkgdesc="getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+_distdir="${srcdir}/Socket6-0.23"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$_distdir"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:46:10
  Author: bluewind
Revision: 159736

upgpkg: perl-socket6 0.23-2

perl rebuild

Modified:
  perl-socket6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:45:02 UTC (rev 159735)
+++ PKGBUILD2012-05-26 11:46:10 UTC (rev 159736)
@@ -3,7 +3,7 @@
 
 pkgname='perl-socket6'
 pkgver='0.23'
-pkgrel='1'
+pkgrel='2'
 pkgdesc="getaddrinfo/getnameinfo support module"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')



[arch-commits] Commit in perl-list-moreutils/repos (4 files)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:45:02
  Author: bluewind
Revision: 159735

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

Added:
  perl-list-moreutils/repos/staging-i686/
  perl-list-moreutils/repos/staging-i686/PKGBUILD
(from rev 159734, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/staging-x86_64/
  perl-list-moreutils/repos/staging-x86_64/PKGBUILD
(from rev 159734, perl-list-moreutils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: perl-list-moreutils/repos/staging-i686/PKGBUILD (from rev 159734, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:45:02 UTC (rev 159735)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Justin "juster" Davis 
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=3
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.5.30')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+_distdir="${srcdir}/List-MoreUtils-${pkgver}"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "$_distdir"
+make test
+  )
+}
+
+package() {
+cd "$_distdir"
+make DESTDIR="$pkgdir" install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/staging-x86_64/PKGBUILD (from rev 159734, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:45:02 UTC (rev 159735)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Justin "juster" Davis 
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=3
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.5.30')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+_distdir="${srcdir}/List-MoreUtils-${pkgver}"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "$_distdir"
+make test
+  )
+}
+
+package() {
+cd "$_distdir"
+make DESTDIR="$pkgdir" install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-list-moreutils/trunk (PKGBUILD)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:44:37
  Author: bluewind
Revision: 159734

upgpkg: perl-list-moreutils 0.33-3

perl rebuild

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:43:47 UTC (rev 159733)
+++ PKGBUILD2012-05-26 11:44:37 UTC (rev 159734)
@@ -4,7 +4,7 @@
 
 pkgname=perl-list-moreutils
 pkgver=0.33
-pkgrel=2
+pkgrel=3
 pkgdesc="Provide the stuff missing in List::Util"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:43:47
  Author: bluewind
Revision: 159733

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

Added:
  perl-guard/repos/staging-i686/
  perl-guard/repos/staging-i686/PKGBUILD
(from rev 159732, perl-guard/trunk/PKGBUILD)
  perl-guard/repos/staging-x86_64/
  perl-guard/repos/staging-x86_64/PKGBUILD
(from rev 159732, perl-guard/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   48 ++
 staging-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: perl-guard/repos/staging-i686/PKGBUILD (from rev 159732, 
perl-guard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:43:47 UTC (rev 159733)
@@ -0,0 +1,48 @@
+# Packager: Justin Davis 
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=2
+pkgdesc="safe cleanup blocks"
+arch=(i686 x86_64)
+license=(custom:unknown)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Guard
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz";)
+md5sums=(8d1d8b942fd5d0240f47906a6d6fac8c)
+sha512sums=(9eb1c4fa29f6190115fe11215ff5d27bb3e7f5ab60c7f40c4142ad9ff8aad91b0b169204e4d0f1b1638381c0c99e6a0b5627b8b6d60fad62f1392a9d1e49751e)
+_distdir="${srcdir}/Guard-${pkgver}"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "$_distdir"
+make test
+  )
+}
+
+package() {
+cd "$_distdir"
+make DESTDIR="$pkgdir" install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-guard/repos/staging-x86_64/PKGBUILD (from rev 159732, 
perl-guard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:43:47 UTC (rev 159733)
@@ -0,0 +1,48 @@
+# Packager: Justin Davis 
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=2
+pkgdesc="safe cleanup blocks"
+arch=(i686 x86_64)
+license=(custom:unknown)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Guard
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz";)
+md5sums=(8d1d8b942fd5d0240f47906a6d6fac8c)
+sha512sums=(9eb1c4fa29f6190115fe11215ff5d27bb3e7f5ab60c7f40c4142ad9ff8aad91b0b169204e4d0f1b1638381c0c99e6a0b5627b8b6d60fad62f1392a9d1e49751e)
+_distdir="${srcdir}/Guard-${pkgver}"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "$_distdir"
+make test
+  )
+}
+
+package() {
+cd "$_distdir"
+make DESTDIR="$pkgdir" install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:43:21
  Author: bluewind
Revision: 159732

upgpkg: perl-guard 1.022-2

perl rebuild

Modified:
  perl-guard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:42:13 UTC (rev 159731)
+++ PKGBUILD2012-05-26 11:43:21 UTC (rev 159732)
@@ -3,7 +3,7 @@
 
 pkgname=perl-guard
 pkgver=1.022
-pkgrel=1
+pkgrel=2
 pkgdesc="safe cleanup blocks"
 arch=(i686 x86_64)
 license=(custom:unknown)



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:42:13
  Author: bluewind
Revision: 159731

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

Added:
  perl-ev/repos/staging-i686/
  perl-ev/repos/staging-i686/PKGBUILD
(from rev 159730, perl-ev/trunk/PKGBUILD)
  perl-ev/repos/staging-x86_64/
  perl-ev/repos/staging-x86_64/PKGBUILD
(from rev 159730, perl-ev/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: perl-ev/repos/staging-i686/PKGBUILD (from rev 159730, 
perl-ev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:42:13 UTC (rev 159731)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.11
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";)
+md5sums=(405c6d74f9dff12918b12560c1a57877)
+sha512sums=(6aca3eeb617a313de7947b760558c12ed85af4fa8efd5bb4fd8bc2f271b4556312989aebf77cda4e212fd3b1351c268624aeaf2b1cf700507ff46c0c9dcc9db8)
+_dir="$srcdir/EV-$pkgver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$_dir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-ev/repos/staging-x86_64/PKGBUILD (from rev 159730, 
perl-ev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:42:13 UTC (rev 159731)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.11
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";)
+md5sums=(405c6d74f9dff12918b12560c1a57877)
+sha512sums=(6aca3eeb617a313de7947b760558c12ed85af4fa8efd5bb4fd8bc2f271b4556312989aebf77cda4e212fd3b1351c268624aeaf2b1cf700507ff46c0c9dcc9db8)
+_dir="$srcdir/EV-$pkgver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$_dir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:41:48
  Author: bluewind
Revision: 159730

upgpkg: perl-ev 4.11-2

perl rebuild

Modified:
  perl-ev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 11:40:38 UTC (rev 159729)
+++ PKGBUILD2012-05-26 11:41:48 UTC (rev 159730)
@@ -3,7 +3,7 @@
 
 pkgname=perl-ev
 pkgver=4.11
-pkgrel=1
+pkgrel=2
 pkgdesc='perl interface to libev, a high performance full-featured event loop'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



[arch-commits] Commit in perl-async-interrupt/repos (4 files)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:40:38
  Author: bluewind
Revision: 159729

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

Added:
  perl-async-interrupt/repos/staging-i686/
  perl-async-interrupt/repos/staging-i686/PKGBUILD
(from rev 159728, perl-async-interrupt/trunk/PKGBUILD)
  perl-async-interrupt/repos/staging-x86_64/
  perl-async-interrupt/repos/staging-x86_64/PKGBUILD
(from rev 159728, perl-async-interrupt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: perl-async-interrupt/repos/staging-i686/PKGBUILD (from rev 159728, 
perl-async-interrupt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 11:40:38 UTC (rev 159729)
@@ -0,0 +1,47 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=2
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+_dir="$srcdir/Async-Interrupt-$_ver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$_dir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-async-interrupt/repos/staging-x86_64/PKGBUILD (from rev 159728, 
perl-async-interrupt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 11:40:38 UTC (rev 159729)
@@ -0,0 +1,47 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=2
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+_dir="$srcdir/Async-Interrupt-$_ver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$_dir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-async-interrupt/trunk (PKGBUILD)

2012-05-26 Thread Florian Pritz
Date: Saturday, May 26, 2012 @ 07:40:09
  Author: bluewind
Revision: 159728

upgpkg: perl-async-interrupt 1.10-2

perl rebuild

Modified:
  perl-async-interrupt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 10:06:04 UTC (rev 159727)
+++ PKGBUILD2012-05-26 11:40:09 UTC (rev 159728)
@@ -4,7 +4,7 @@
 pkgname=perl-async-interrupt
 _ver=1.1
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



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

2012-05-26 Thread Daniel Isenmann
Date: Saturday, May 26, 2012 @ 06:06:04
  Author: daniel
Revision: 159727

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
(from rev 159726, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/libpng-1.4.patch
(from rev 159726, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wmaker.desktop
(from rev 159726, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
(from rev 159726, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
(from rev 159726, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wmaker.desktop
(from rev 159726, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-i686/wmaker.desktop
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/wmaker.desktop

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/libpng-1.4.patch   |   24 +++---
 extra-i686/wmaker.desktop |   10 +++---
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/libpng-1.4.patch |   24 +++---
 extra-x86_64/wmaker.desktop   |   10 +++---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-i686/PKGBUILD 2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Judd Vinet 
-pkgname=windowmaker
-pkgver=0.95.2
-pkgrel=1
-pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
-arch=(i686 x86_64)
-url="http://www.windowmaker.org/";
-license=('GPL' 'custom')
-depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
-options=('!libtool')
-source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz 
wmaker.desktop)  
-md5sums=('ae62bad9c4dee504066e0f172b565ff0'
- '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
-  cd $srcdir/WindowMaker-$pkgver
-  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
---with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
---enable-usermenu --enable-modelock --enable-xrandr
-  make
-}
-
-package() {
-  cd $srcdir/WindowMaker-$pkgver
-  
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
-  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
-}
-

Copied: windowmaker/repos/extra-i686/PKGBUILD (from rev 159726, 
windowmaker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-26 10:06:04 UTC (rev 159727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Judd Vinet 
+pkgname=windowmaker
+pkgver=0.95.3
+pkgrel=1
+pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
+arch=(i686 x86_64)
+url="http://www.windowmaker.org/";
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
+options=('!libtool')
+source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz 
wmaker.desktop)  
+md5sums=('305af9d862e853a5d7977e801cb66ca3'
+ '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+  cd $srcdir/WindowMaker-$pkgver
+  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+--with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+--enable-usermenu --enable-modelock --enable-xrandr
+  make
+}
+
+package() {
+  cd $srcdir/WindowMaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.WTFPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+  install -D -m644 $srcdir/wmaker.desktop 
$pkgdir/usr/share/xsessions/wmaker.desktop
+}
+

Deleted: extra-i686/libpng-1.4.patch
===
--- extra-i686/libpng-1.4.patch 2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-i686/libpng-1.4.patch 2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,12 +0,0 @@
-diff -Naur Win

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

2012-05-26 Thread Daniel Isenmann
Date: Saturday, May 26, 2012 @ 06:05:31
  Author: daniel
Revision: 159726

upgpkg: windowmaker 0.95.3-1

New upstream release

Modified:
  windowmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 10:02:38 UTC (rev 159725)
+++ PKGBUILD2012-05-26 10:05:31 UTC (rev 159726)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 # Contributor: Judd Vinet 
 pkgname=windowmaker
-pkgver=0.95.2
+pkgver=0.95.3
 pkgrel=1
 pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
 options=('!libtool')
 source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz 
wmaker.desktop)  
-md5sums=('ae62bad9c4dee504066e0f172b565ff0'
+md5sums=('305af9d862e853a5d7977e801cb66ca3'
  '2fba97bebfd691836b92b8f0db79ff13')
 
 build() {



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

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 06:02:38
  Author: andyrtr
Revision: 159725

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

Added:
  xf86-video-intel/repos/staging-i686/
  xf86-video-intel/repos/staging-i686/PKGBUILD
(from rev 159724, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/staging-x86_64/
  xf86-video-intel/repos/staging-x86_64/PKGBUILD
(from rev 159724, xf86-video-intel/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: xf86-video-intel/repos/staging-i686/PKGBUILD (from rev 159724, 
xf86-video-intel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-26 10:02:38 UTC (rev 159725)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.19.0
+pkgrel=2
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev>=183')
+makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+conflicts=('xorg-server<1.12.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('131934cf5e90bd48c883804cc644c4cb8b1de100')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/staging-x86_64/PKGBUILD (from rev 159724, 
xf86-video-intel/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-26 10:02:38 UTC (rev 159725)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.19.0
+pkgrel=2
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev>=183')
+makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+conflicts=('xorg-server<1.12.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('131934cf5e90bd48c883804cc644c4cb8b1de100')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 06:01:59
  Author: andyrtr
Revision: 159724

upgpkg: xf86-video-intel 2.19.0-2

udev rebuild

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 09:58:25 UTC (rev 159723)
+++ PKGBUILD2012-05-26 10:01:59 UTC (rev 159724)
@@ -3,12 +3,12 @@
 
 pkgname=xf86-video-intel
 pkgver=2.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev')
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev>=183')
 makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
 conflicts=('xorg-server<1.12.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
 options=('!libtool')



[arch-commits] Commit in xf86-video-ati/repos (14 files)

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:58:25
  Author: andyrtr
Revision: 159723

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

Added:
  xf86-video-ati/repos/staging-i686/
  
xf86-video-ati/repos/staging-i686/-poor-man-s-solid-picture-support-for-r300-r600.patch
(from rev 159722, 
xf86-video-ati/trunk/-poor-man-s-solid-picture-support-for-r300-r600.patch)
  
xf86-video-ati/repos/staging-i686/0001-poor-man-s-solid-picture-support-for-evergreen.patch
(from rev 159722, 
xf86-video-ati/trunk/0001-poor-man-s-solid-picture-support-for-evergreen.patch)
  
xf86-video-ati/repos/staging-i686/0002-poor-man-s-solid-picture-support-for-r100.patch
(from rev 159722, 
xf86-video-ati/trunk/0002-poor-man-s-solid-picture-support-for-r100.patch)
  
xf86-video-ati/repos/staging-i686/0003-poor-man-s-solid-picture-support-for-r200.patch
(from rev 159722, 
xf86-video-ati/trunk/0003-poor-man-s-solid-picture-support-for-r200.patch)
  xf86-video-ati/repos/staging-i686/PKGBUILD
(from rev 159722, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/staging-i686/git_fixes.diff
(from rev 159722, xf86-video-ati/trunk/git_fixes.diff)
  xf86-video-ati/repos/staging-x86_64/
  
xf86-video-ati/repos/staging-x86_64/-poor-man-s-solid-picture-support-for-r300-r600.patch
(from rev 159722, 
xf86-video-ati/trunk/-poor-man-s-solid-picture-support-for-r300-r600.patch)
  
xf86-video-ati/repos/staging-x86_64/0001-poor-man-s-solid-picture-support-for-evergreen.patch
(from rev 159722, 
xf86-video-ati/trunk/0001-poor-man-s-solid-picture-support-for-evergreen.patch)
  
xf86-video-ati/repos/staging-x86_64/0002-poor-man-s-solid-picture-support-for-r100.patch
(from rev 159722, 
xf86-video-ati/trunk/0002-poor-man-s-solid-picture-support-for-r100.patch)
  
xf86-video-ati/repos/staging-x86_64/0003-poor-man-s-solid-picture-support-for-r200.patch
(from rev 159722, 
xf86-video-ati/trunk/0003-poor-man-s-solid-picture-support-for-r200.patch)
  xf86-video-ati/repos/staging-x86_64/PKGBUILD
(from rev 159722, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/staging-x86_64/git_fixes.diff
(from rev 159722, xf86-video-ati/trunk/git_fixes.diff)

--+
 staging-i686/-poor-man-s-solid-picture-support-for-r300-r600.patch   |  
571 ++
 staging-i686/0001-poor-man-s-solid-picture-support-for-evergreen.patch   |  
290 +
 staging-i686/0002-poor-man-s-solid-picture-support-for-r100.patch|  
182 +++
 staging-i686/0003-poor-man-s-solid-picture-support-for-r200.patch|  
179 +++
 staging-i686/PKGBUILD|   
61 +
 staging-i686/git_fixes.diff  |   
33 
 staging-x86_64/-poor-man-s-solid-picture-support-for-r300-r600.patch |  
571 ++
 staging-x86_64/0001-poor-man-s-solid-picture-support-for-evergreen.patch |  
290 +
 staging-x86_64/0002-poor-man-s-solid-picture-support-for-r100.patch  |  
182 +++
 staging-x86_64/0003-poor-man-s-solid-picture-support-for-r200.patch  |  
179 +++
 staging-x86_64/PKGBUILD  |   
61 +
 staging-x86_64/git_fixes.diff|   
33 
 12 files changed, 2632 insertions(+)

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


[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:56:11
  Author: andyrtr
Revision: 159722

upgpkg: xf86-video-ati 6.14.99-1.20120517

udev rebuild

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 09:50:07 UTC (rev 159721)
+++ PKGBUILD2012-05-26 09:56:11 UTC (rev 159722)
@@ -5,12 +5,12 @@
 pkgname=xf86-video-ati
 pkgver=6.14.99
 _gitdate=20120517
-pkgrel=0.${_gitdate} # UMS/EXA: Add reminder for potential solid 
picture performance issue.
+pkgrel=1.${_gitdate} # UMS/EXA: Add reminder for potential solid 
picture performance issue.
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('libpciaccess' 'libdrm>=2.4.33' 'udev' 'pixman' 'ati-dri')
+depends=('libpciaccess' 'libdrm>=2.4.33' 'udev>=183' 'pixman' 'ati-dri')
 makedepends=('xorg-server-devel>=1.11.99.902' 'xf86driproto' 'mesa' 'glproto')
 conflicts=('xorg-server<1.11.99.902')
 groups=('xorg-drivers' 'xorg')



[arch-commits] Commit in (nxserver)

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:50:07
  Author: andyrtr
Revision: 159721

pkg removed

Deleted:
  nxserver/



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

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:47:01
  Author: andyrtr
Revision: 159720

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

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 159719, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/staging-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 159719, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 159719, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 159719, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 159719, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/git-fixes.patch
(from rev 159719, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 159719, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 159719, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 159719, xorg-server/trunk/10-quirks.conf)
  
xorg-server/repos/staging-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
(from rev 159719, 
xorg-server/trunk/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 159719, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 159719, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 159719, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/git-fixes.patch
(from rev 159719, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 159719, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 159719, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/10-quirks.conf
|   10 
 staging-i686/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff   
|  116 
 staging-i686/PKGBUILD  
|  200 +
 staging-i686/autoconfig-nvidia.patch   
|   28 
 staging-i686/autoconfig-sis.patch  
|   21 
 staging-i686/git-fixes.patch   
| 1717 ++
 staging-i686/xvfb-run  
|  180 +
 staging-i686/xvfb-run.1
|  282 +
 staging-x86_64/10-quirks.conf  
|   10 
 staging-x86_64/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff 
|  116 
 staging-x86_64/PKGBUILD
|  200 +
 staging-x86_64/autoconfig-nvidia.patch 
|   28 
 staging-x86_64/autoconfig-sis.patch
|   21 
 staging-x86_64/git-fixes.patch 
| 1717 ++
 staging-x86_64/xvfb-run
|  180 +
 staging-x86_64/xvfb-run.1  
|  282 +
 16 files changed, 5108 insertions(+)

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


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

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 05:45:09
  Author: andyrtr
Revision: 159719

upgpkg: xorg-server 1.12.1.902-2

udev rebuild

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-26 09:28:14 UTC (rev 159718)
+++ PKGBUILD2012-05-26 09:45:09 UTC (rev 159719)
@@ -4,14 +4,14 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.12.1.902
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
 makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto'
  'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 
'xineramaproto' 'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess'
  'libxv' 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 
'libxaw' 'libdmx' 'libxtst' 'libxres' 'xorg-xkbcomp' 'xorg-util-macros'
- 'xorg-font-util' 'glproto' 'dri2proto' 'udev' 'libgcrypt')
+ 'xorg-font-util' 'glproto' 'dri2proto' 'udev>=183' 'libgcrypt')
 options=('!libtool')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 autoconfig-nvidia.patch



  1   2   >