[arch-commits] Commit in claws-mail-extra-plugins/repos (4 files)

2011-10-02 Thread andyrtr
Date: Sunday, October 2, 2011 @ 03:11:05
  Author: andyrtr
Revision: 139483

db-move: moved claws-mail-extra-plugins from [testing] to [extra] (i686)

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 139482, claws-mail-extra-plugins/repos/testing-i686/PKGBUILD)
  claws-mail-extra-plugins/repos/extra-i686/webkit1.6.1.patch
(from rev 139482, 
claws-mail-extra-plugins/repos/testing-i686/webkit1.6.1.patch)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  claws-mail-extra-plugins/repos/testing-i686/

---+
 PKGBUILD  |  138 
 webkit1.6.1.patch |  106 +++
 2 files changed, 181 insertions(+), 63 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-02 02:49:43 UTC (rev 139482)
+++ extra-i686/PKGBUILD 2011-10-02 07:11:05 UTC (rev 139483)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Mildred 
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="Extra plugins for claws-mail"
-url="http://www.claws-mail.org/plugins.php?branch=EXT";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail>=3.7.10')
-makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
- 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.3.13'
- 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('fe782b2d4762c9727e22c1bb7979f7d6')
-
-build() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-
-  # fix for python2
-  export PYTHON="/usr/bin/python2"
-
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && 
-  make -C $dir DESTDIR="$pkgdir" install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f "$pkgdir/usr/include/ical.h"
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 139482, 
claws-mail-extra-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-02 07:11:05 UTC (rev 139483)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Mildred 
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=2
+pkgdesc="Extra plugins for claws-mail"
+url="http://www.claws-mail.org/plugins.php?branch=EXT";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail>=3.7.10')
+makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
+ 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
+ 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rss

[arch-commits] Commit in claws-mail-extra-plugins/repos (4 files)

2011-10-02 Thread andyrtr
Date: Sunday, October 2, 2011 @ 03:11:06
  Author: andyrtr
Revision: 139484

db-move: moved claws-mail-extra-plugins from [testing] to [extra] (x86_64)

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 139482, claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD)
  claws-mail-extra-plugins/repos/extra-x86_64/webkit1.6.1.patch
(from rev 139482, 
claws-mail-extra-plugins/repos/testing-x86_64/webkit1.6.1.patch)
Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  claws-mail-extra-plugins/repos/testing-x86_64/

---+
 PKGBUILD  |  138 
 webkit1.6.1.patch |  106 +++
 2 files changed, 181 insertions(+), 63 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-02 07:11:05 UTC (rev 139483)
+++ extra-x86_64/PKGBUILD   2011-10-02 07:11:06 UTC (rev 139484)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Mildred 
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.7.10
-pkgrel=1
-pkgdesc="Extra plugins for claws-mail"
-url="http://www.claws-mail.org/plugins.php?branch=EXT";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail>=3.7.10')
-makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
- 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.3.13'
- 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('fe782b2d4762c9727e22c1bb7979f7d6')
-
-build() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-
-  # fix for python2
-  export PYTHON="/usr/bin/python2"
-
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && 
-  make -C $dir DESTDIR="$pkgdir" install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f "$pkgdir/usr/include/ical.h"
-}

Copied: claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD (from rev 139482, 
claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-02 07:11:06 UTC (rev 139484)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Mildred 
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=2
+pkgdesc="Extra plugins for claws-mail"
+url="http://www.claws-mail.org/plugins.php?branch=EXT";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail>=3.7.10')
+makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
+ 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
+ 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   

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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 04:51:43
  Author: ibiru
Revision: 139485

db-remove: gok removed by ibiru

Deleted:
  gok/repos/extra-i686/



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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 04:51:54
  Author: ibiru
Revision: 139486

db-remove: gok removed by ibiru

Deleted:
  gok/repos/extra-x86_64/



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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 04:52:07
  Author: ibiru
Revision: 139487

db-remove: gnome-mag removed by ibiru

Deleted:
  gnome-mag/repos/extra-x86_64/



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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 04:52:17
  Author: ibiru
Revision: 139488

db-remove: gnome-mag removed by ibiru

Deleted:
  gnome-mag/repos/extra-i686/



[arch-commits] Commit in (gnome-mag gok)

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 04:57:05
  Author: ibiru
Revision: 139489

gnome 3 has support built in for their functionality

Deleted:
  gnome-mag/
  gok/



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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 05:07:20
  Author: ibiru
Revision: 139490

vte3 now is in a separate build

Modified:
  vte/trunk/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 9 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 08:57:05 UTC (rev 139489)
+++ PKGBUILD2011-10-02 09:07:20 UTC (rev 139490)
@@ -1,66 +1,35 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgbase=vte
-pkgname=(vte vte3 vte-common)
+pkgname=vte
 pkgver=0.28.2
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with"
+pkgrel=2
+pkgdesc="Virtual Terminal Emulator widget for use with GTK2"
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
-makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 
'pygobject-devel' 'gtk-doc')
+depends=('gtk2' 'vte-common')
+makedepends=('pygtk' 'intltool' 'gobject-introspection' 'pygobject2-devel' 
'gtk-doc')
 url="http://www.gnome.org";
 source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.xz)
 sha256sums=('86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   #warning: type-punning to incomplete type might break strict-aliasing rules
   export CFLAGS="$CFLAGS -fno-strict-aliasing"
 
-  mkdir build-gtk2
-  pushd build-gtk2
-  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/vte \
   --localstatedir=/var --disable-static \
   --enable-introspection --with-gtk=2.0 \
   --enable-gtk-doc
   make
-  popd
-
-  mkdir build-gtk3
-  pushd build-gtk3
-  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --with-gtk=3.0 \
-  --enable-gtk-doc
-  make
-  popd
 }
 
-package_vte(){
-  pkgdesc+=" GTK2"
-  depends=('gtk2' 'vte-common')
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk2
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
 }
-
-package_vte3(){
-  pkgdesc+=" GTK3"
-  depends=('gtk3' 'vte-common')
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
-  make DESTDIR="${pkgdir}" install
-
-  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
-
-  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
-}



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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 05:08:18
  Author: ibiru
Revision: 139491

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-02 09:07:20 UTC (rev 139490)
+++ extra-i686/PKGBUILD 2011-10-02 09:08:18 UTC (rev 139491)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=vte
-pkgname=(vte vte3 vte-common)
-pkgver=0.28.2
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 
'pygobject-devel' 'gtk-doc')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.xz)
-sha256sums=('86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  #warning: type-punning to incomplete type might break strict-aliasing rules
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
-  mkdir build-gtk2
-  pushd build-gtk2
-  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --with-gtk=2.0 \
-  --enable-gtk-doc
-  make
-  popd
-
-  mkdir build-gtk3
-  pushd build-gtk3
-  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --with-gtk=3.0 \
-  --enable-gtk-doc
-  make
-  popd
-}
-
-package_vte(){
-  pkgdesc+=" GTK2"
-  depends=('gtk2' 'vte-common')
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk2
-  make DESTDIR="${pkgdir}" install
-
-  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte3(){
-  pkgdesc+=" GTK3"
-  depends=('gtk3' 'vte-common')
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
-  make DESTDIR="${pkgdir}" install
-
-  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
-
-  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
-}

Copied: vte/repos/extra-i686/PKGBUILD (from rev 139490, vte/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-02 09:08:18 UTC (rev 139491)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=vte
+pkgver=0.28.2
+pkgrel=2
+pkgdesc="Virtual Terminal Emulator widget for use with GTK2"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk2' 'vte-common')
+makedepends=('pygtk' 'intltool' 'gobject-introspection' 'pygobject2-devel' 
'gtk-doc')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.xz)
+sha256sums=('86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --with-gtk=2.0 \
+  --enable-gtk-doc
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-02 09:07:20 UTC (rev 139490)
+++ extra-x86_64/PKGBUILD   2011-10-02 09:08:18 UTC (rev 139491)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=vte
-pkgname=(vte vte3 vte-common)
-pkgver=0.28.2
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 
'pygobject-devel' 'gtk-doc')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.xz)
-sha256sums=('86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  #warning: type-punning to incomplete type might break strict-aliasing rules
-  export CF

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

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 07:49:54
  Author: ibiru
Revision: 139492

upgpkg: gnome-python-extras 2.25.3-11

drop python2-gda, incompatible with libgda5

Modified:
  gnome-python-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 09:08:18 UTC (rev 139491)
+++ PKGBUILD2011-10-02 11:49:54 UTC (rev 139492)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot 
 
 pkgbase=gnome-python-extras
-pkgname=('gnome-python-extras' 'python2-egg' 'python2-gda' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
+pkgname=('gnome-python-extras' 'python2-egg' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
 pkgver=2.25.3
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 url="http://www.daa.com.au/~james/pygtk/";
 license=('GPL' 'LGPL')
-makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'libgda' 'python2' 
'pygtk' 'gnome-python')
+makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'python2' 'pygtk' 
'gnome-python')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
gnome-python-extras-2.25.3-update-for-2.27.2.patch)
@@ -24,7 +24,7 @@
 
 package_gnome-python-extras() {
 pkgdesc="Gnome Python interfaces for libraries not part of the core 
platform"
-depends=('python2-egg' 'python2-gda' 'python2-gksu2' 'python2-gtkhtml2' 
'python2-gtkspell')
+depends=('python2-egg' 'python2-gksu2' 'python2-gtkhtml2' 
'python2-gtkspell')
 
 cd "${srcdir}/gnome-python-extras-${pkgver}"
 make install-pkgconfigDATA DESTDIR="${pkgdir}"
@@ -38,14 +38,6 @@
 make -C egg install DESTDIR="${pkgdir}"
 }
 
-package_python2-gda(){
-pkgdesc="Python bindings for interacting with gda"
-depends=('libgda' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C gda install DESTDIR="${pkgdir}"
-}
-
 package_python2-gksu2() {
 pkgdesc="Python bindings for the gksu2"
 depends=('libgksu' 'pygtk')



[arch-commits] Commit in gnome-python-extras/repos (8 files)

2011-10-02 Thread Ionut Biru
Date: Sunday, October 2, 2011 @ 07:50:40
  Author: ibiru
Revision: 139493

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

Added:
  gnome-python-extras/repos/extra-i686/PKGBUILD
(from rev 139492, gnome-python-extras/trunk/PKGBUILD)
  
gnome-python-extras/repos/extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch
(from rev 139492, 
gnome-python-extras/trunk/gnome-python-extras-2.25.3-update-for-2.27.2.patch)
  gnome-python-extras/repos/extra-x86_64/PKGBUILD
(from rev 139492, gnome-python-extras/trunk/PKGBUILD)
  
gnome-python-extras/repos/extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch
(from rev 139492, 
gnome-python-extras/trunk/gnome-python-extras-2.25.3-update-for-2.27.2.patch)
Deleted:
  gnome-python-extras/repos/extra-i686/PKGBUILD
  
gnome-python-extras/repos/extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch
  gnome-python-extras/repos/extra-x86_64/PKGBUILD
  
gnome-python-extras/repos/extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch

-+
 extra-i686/PKGBUILD |  134 ++--
 extra-i686/gnome-python-extras-2.25.3-update-for-2.27.2.patch   |  290 
+-
 extra-x86_64/PKGBUILD   |  134 ++--
 extra-x86_64/gnome-python-extras-2.25.3-update-for-2.27.2.patch |  290 
+-
 4 files changed, 416 insertions(+), 432 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-02 11:49:54 UTC (rev 139492)
+++ extra-i686/PKGBUILD 2011-10-02 11:50:40 UTC (rev 139493)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gnome-python-extras
-pkgname=('gnome-python-extras' 'python2-egg' 'python2-gda' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
-pkgver=2.25.3
-pkgrel=10
-arch=('i686' 'x86_64')
-url="http://www.daa.com.au/~james/pygtk/";
-license=('GPL' 'LGPL')
-makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'libgda' 'python2' 
'pygtk' 'gnome-python')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
-   gnome-python-extras-2.25.3-update-for-2.27.2.patch)
-md5sums=('9f3b7ec5c57130b96061cb486b79c076' '0b0a4d93016d14f2306682301de3bda3')
-sha1sums=('e69e5288466c960ed6f985bb10c9969b21ed85a4' 
'b065efb7f7f5baa7b95b63bcadb6a4623d1bc9e5')
-
-build() {
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-patch -Np1 -i 
"${srcdir}"/gnome-python-extras-2.25.3-update-for-2.27.2.patch
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-make
-}
-
-package_gnome-python-extras() {
-pkgdesc="Gnome Python interfaces for libraries not part of the core 
platform"
-depends=('python2-egg' 'python2-gda' 'python2-gksu2' 'python2-gtkhtml2' 
'python2-gtkspell')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make install-pkgconfigDATA DESTDIR="${pkgdir}"
-}
-
-package_python2-egg(){
-pkgdesc="Python bindings for interacting with egg"
-depends=('libgnomeui' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C egg install DESTDIR="${pkgdir}"
-}
-
-package_python2-gda(){
-pkgdesc="Python bindings for interacting with gda"
-depends=('libgda' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C gda install DESTDIR="${pkgdir}"
-}
-
-package_python2-gksu2() {
-pkgdesc="Python bindings for the gksu2"
-depends=('libgksu' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C gksu2 install DESTDIR="${pkgdir}"
-}
-
-package_python2-gtkhtml2() {
-pkgdesc="Python bindings for the gtkhtml2"
-depends=('libgtkhtml' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C gtkhtml2 install DESTDIR="${pkgdir}"
-}
-
-package_python2-gtkspell() {
-pkgdesc="Python bindings for the gtkspell"
-depends=('gtkspell' 'pygtk')
-
-cd "${srcdir}/gnome-python-extras-${pkgver}"
-make -C gtkspell install DESTDIR="${pkgdir}"
-}

Copied: gnome-python-extras/repos/extra-i686/PKGBUILD (from rev 139492, 
gnome-python-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-02 11:50:40 UTC (rev 139493)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gnome-python-extras
+pkgname=('gnome-python-extras' 'python2-egg' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
+pkgver=2.25.3
+pkgrel=11
+arch=('i686' 'x86_64')
+url="http://www.daa.com.au/~james/pygtk/";
+license=('GPL' 'LGPL')
+makedepends=('libgtkhtml' 'gtkspell' 'libgksu' 'libgnomeui' 'python2' 'pygtk' 
'gnome-python')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
+   gnome-python-extras-2.25.3-update-for-2.27.2.patch)

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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 07:58:58
  Author: eric
Revision: 139494

db-remove: keytouch removed by eric

Deleted:
  keytouch/repos/extra-i686/



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 07:59:15
  Author: eric
Revision: 139495

db-remove: keytouch removed by eric

Deleted:
  keytouch/repos/extra-x86_64/



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 07:59:34
  Author: eric
Revision: 139496

db-remove: keytouch-editor removed by eric

Deleted:
  keytouch-editor/repos/extra-i686/



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 07:59:47
  Author: eric
Revision: 139497

db-remove: keytouch-editor removed by eric

Deleted:
  keytouch-editor/repos/extra-x86_64/



[arch-commits] Commit in (keytouch-editor keytouch)

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 08:02:49
  Author: eric
Revision: 139498

Old, broken, Removing from repo

Deleted:
  keytouch-editor/
  keytouch/



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 08:29:32
  Author: eric
Revision: 139499

upgpkg: exiv2 0.22-1

Upstream update, Correct license

Modified:
  exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 12:02:49 UTC (rev 139498)
+++ PKGBUILD2011-10-02 12:29:32 UTC (rev 139499)
@@ -2,17 +2,17 @@
 # Maintainer: tobias 
 
 pkgname=exiv2
-pkgver=0.21.1
-pkgrel=2
-pkgdesc="Exif and Iptc metadata manipulation library and tools."
+pkgver=0.22
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
 arch=('i686' 'x86_64')
 url="http://exiv2.org";
-license=('GPL2')
+license=('GPL')
 depends=('gcc-libs' 'zlib' 'expat')
 options=('!libtool')
 source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('5c99bbcaa998f6b200b92f2bf0ac4f9e')
-sha1sums=('d33e0efbad5d6a7af7f2e6d1d0beb6e7c941cfca')
+md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
+sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 08:29:57
  Author: eric
Revision: 139500

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

Added:
  exiv2/repos/staging-i686/
  exiv2/repos/staging-i686/PKGBUILD
(from rev 139499, exiv2/trunk/PKGBUILD)
  exiv2/repos/staging-x86_64/
  exiv2/repos/staging-x86_64/PKGBUILD
(from rev 139499, exiv2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: exiv2/repos/staging-i686/PKGBUILD (from rev 139499, 
exiv2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-02 12:29:57 UTC (rev 139500)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: tobias 
+
+pkgname=exiv2
+pkgver=0.22
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org";
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
+sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: exiv2/repos/staging-x86_64/PKGBUILD (from rev 139499, 
exiv2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-02 12:29:57 UTC (rev 139500)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: tobias 
+
+pkgname=exiv2
+pkgver=0.22
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org";
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
+sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 08:43:06
  Author: eric
Revision: 139501

upgpkg: geeqie 1.0-6

Rebuild against exiv2 0.22

Modified:
  geeqie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 12:29:57 UTC (rev 139500)
+++ PKGBUILD2011-10-02 12:43:06 UTC (rev 139501)
@@ -4,7 +4,7 @@
 
 pkgname=geeqie
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A lightweight image browser and viewer (fork of GQview)"
 arch=('i686' 'x86_64')
 url="http://geeqie.sourceforge.net/";



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 08:43:42
  Author: eric
Revision: 139502

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

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

---+
 staging-i686/PKGBUILD |   30 ++
 staging-i686/geeqie.install   |   11 +++
 staging-x86_64/PKGBUILD   |   30 ++
 staging-x86_64/geeqie.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: geeqie/repos/staging-i686/PKGBUILD (from rev 139501, 
geeqie/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-02 12:43:42 UTC (rev 139502)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.0
+pkgrel=6
+pkgdesc="A lightweight image browser and viewer (fork of GQview)"
+arch=('i686' 'x86_64')
+url="http://geeqie.sourceforge.net/";
+license=('GPL3')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils')
+optdepends=('librsvg: SVG rendering')
+replaces=('gqview-devel')
+install=geeqie.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1d67ef990390224c5052697d93bb49c0')
+sha1sums=('8494a557d67d20e6ad720645ec789dd2b33a3266')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: geeqie/repos/staging-i686/geeqie.install (from rev 139501, 
geeqie/trunk/geeqie.install)
===
--- staging-i686/geeqie.install (rev 0)
+++ staging-i686/geeqie.install 2011-10-02 12:43:42 UTC (rev 139502)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: geeqie/repos/staging-x86_64/PKGBUILD (from rev 139501, 
geeqie/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-02 12:43:42 UTC (rev 139502)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.0
+pkgrel=6
+pkgdesc="A lightweight image browser and viewer (fork of GQview)"
+arch=('i686' 'x86_64')
+url="http://geeqie.sourceforge.net/";
+license=('GPL3')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils')
+optdepends=('librsvg: SVG rendering')
+replaces=('gqview-devel')
+install=geeqie.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1d67ef990390224c5052697d93bb49c0')
+sha1sums=('8494a557d67d20e6ad720645ec789dd2b33a3266')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: geeqie/repos/staging-x86_64/geeqie.install (from rev 139501, 
geeqie/trunk/geeqie.install)
===
--- staging-x86_64/geeqie.install   (rev 0)
+++ staging-x86_64/geeqie.install   2011-10-02 12:43:42 UTC (rev 139502)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 09:49:39
  Author: eric
Revision: 139503

upgpkg: gimp-ufraw 0.18-2

Rebuild against exiv2 0.22, Correct license, Add missing depends, Add .install 
file to run update-desktop-database

Added:
  gimp-ufraw/trunk/gimp-ufraw.install
Modified:
  gimp-ufraw/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++-
 gimp-ufraw.install |   11 +++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 12:43:42 UTC (rev 139502)
+++ PKGBUILD2011-10-02 13:49:39 UTC (rev 139503)
@@ -3,15 +3,16 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gtkimageview' 'exiv2')
-makedepends=('gimp' 'cinepaint' 'pkg-config')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
 optdepends=('gimp: to use the gimp import plugin for raw images'
-   'cinepaint: to use the cinepaint import plugin for raw images')
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
 source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
 md5sums=('454f40a402928998a82e2645d9265d96')
 sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')

Added: gimp-ufraw.install
===
--- gimp-ufraw.install  (rev 0)
+++ gimp-ufraw.install  2011-10-02 13:49:39 UTC (rev 139503)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 09:50:06
  Author: eric
Revision: 139504

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

Added:
  gimp-ufraw/repos/staging-i686/
  gimp-ufraw/repos/staging-i686/PKGBUILD
(from rev 139503, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/staging-i686/gimp-ufraw.install
(from rev 139503, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/staging-x86_64/
  gimp-ufraw/repos/staging-x86_64/PKGBUILD
(from rev 139503, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install
(from rev 139503, gimp-ufraw/trunk/gimp-ufraw.install)

---+
 staging-i686/PKGBUILD |   35 +++
 staging-i686/gimp-ufraw.install   |   11 +++
 staging-x86_64/PKGBUILD   |   35 +++
 staging-x86_64/gimp-ufraw.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: gimp-ufraw/repos/staging-i686/PKGBUILD (from rev 139503, 
gimp-ufraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-02 13:50:06 UTC (rev 139504)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=2
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+md5sums=('454f40a402928998a82e2645d9265d96')
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/staging-i686/gimp-ufraw.install (from rev 139503, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- staging-i686/gimp-ufraw.install (rev 0)
+++ staging-i686/gimp-ufraw.install 2011-10-02 13:50:06 UTC (rev 139504)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: gimp-ufraw/repos/staging-x86_64/PKGBUILD (from rev 139503, 
gimp-ufraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-02 13:50:06 UTC (rev 139504)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=2
+pkgdesc="Standalone or gimp plugin converter for raw files"
+url="http://ufraw.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+md5sums=('454f40a402928998a82e2645d9265d96')
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd "${srcdir}/ufraw-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/ufraw-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dcraw"
+}

Copied: gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install (from rev 139503, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- staging-x86_64/gimp-ufraw.install   (rev 0)
+++ staging-x86_64/gimp-ufraw.install   2011-10-02 13:50:06 UTC (rev 139504)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 10:54:35
  Author: eric
Revision: 139505

Add to repo, new makedepends for hugin

Added:
  tclap/
  tclap/repos/
  tclap/trunk/
  tclap/trunk/PKGBUILD

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

Added: tclap/trunk/PKGBUILD
===
--- tclap/trunk/PKGBUILD(rev 0)
+++ tclap/trunk/PKGBUILD2011-10-02 14:54:35 UTC (rev 139505)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand 
+
+pkgname=tclap
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A small, flexible library that provides a simple interface for 
defining and accessing command line arguments"
+arch=('any')
+url="http://tclap.sourceforge.net/";
+license=('MIT')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: tclap/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 10:57:37
  Author: eric
Revision: 139506

archrelease: copy trunk to extra-any

Added:
  tclap/repos/extra-any/
  tclap/repos/extra-any/PKGBUILD
(from rev 139505, tclap/trunk/PKGBUILD)

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

Copied: tclap/repos/extra-any/PKGBUILD (from rev 139505, tclap/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-10-02 14:57:37 UTC (rev 139506)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand 
+
+pkgname=tclap
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A small, flexible library that provides a simple interface for 
defining and accessing command line arguments"
+arch=('any')
+url="http://tclap.sourceforge.net/";
+license=('MIT')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in (4 files)

2011-10-02 Thread Jan Steffens
Date: Sunday, October 2, 2011 @ 12:53:43
  Author: heftig
Revision: 139507

add liboauth

Added:
  liboauth/
  liboauth/repos/
  liboauth/trunk/
  liboauth/trunk/PKGBUILD

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

Added: liboauth/trunk/PKGBUILD
===
--- liboauth/trunk/PKGBUILD (rev 0)
+++ liboauth/trunk/PKGBUILD 2011-10-02 16:53:43 UTC (rev 139507)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=("$url/pool/$pkgname-$pkgver.tar.gz")
+sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


Property changes on: liboauth/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-10-02 Thread Jan Steffens
Date: Sunday, October 2, 2011 @ 12:57:40
  Author: heftig
Revision: 139508

disable static

Modified:
  liboauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 16:53:43 UTC (rev 139507)
+++ PKGBUILD2011-10-02 16:57:40 UTC (rev 139508)
@@ -17,7 +17,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 
 }



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

2011-10-02 Thread Jan Steffens
Date: Sunday, October 2, 2011 @ 13:00:45
  Author: heftig
Revision: 139509

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

Added:
  liboauth/repos/extra-i686/
  liboauth/repos/extra-i686/PKGBUILD
(from rev 139508, liboauth/trunk/PKGBUILD)
  liboauth/repos/extra-x86_64/
  liboauth/repos/extra-x86_64/PKGBUILD
(from rev 139508, liboauth/trunk/PKGBUILD)

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

Copied: liboauth/repos/extra-i686/PKGBUILD (from rev 139508, 
liboauth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-02 17:00:45 UTC (rev 139509)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=("$url/pool/$pkgname-$pkgver.tar.gz")
+sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: liboauth/repos/extra-x86_64/PKGBUILD (from rev 139508, 
liboauth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-02 17:00:45 UTC (rev 139509)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=("$url/pool/$pkgname-$pkgver.tar.gz")
+sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



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

2011-10-02 Thread Ray Rashif
Date: Sunday, October 2, 2011 @ 14:42:36
  Author: schiv
Revision: 139510

upgpkg: eric 5.1.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 17:00:45 UTC (rev 139509)
+++ PKGBUILD2011-10-02 18:42:36 UTC (rev 139510)
@@ -7,7 +7,7 @@
 # Contributor: Felix Rohrbach 
 
 pkgname=eric
-pkgver=5.1.5
+pkgver=5.1.6
 pkgrel=1
 pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('eric5')
 source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz";
 "$pkgname.desktop")
-md5sums=('483f3795b4365d68999f5c0aa4285a8b'
+md5sums=('aae03cadf252c2556429c0c4cc17acd8'
  'eb0ee7ce0b5c3ff815a9c0145f7ae536')
 
 package() {



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

2011-10-02 Thread Ray Rashif
Date: Sunday, October 2, 2011 @ 14:43:58
  Author: schiv
Revision: 139511

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/PKGBUILD
(from rev 139510, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 139510, eric/trunk/eric.desktop)
Deleted:
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop

--+
 PKGBUILD |  108 -
 eric.desktop |   16 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-02 18:42:36 UTC (rev 139510)
+++ PKGBUILD2011-10-02 18:43:58 UTC (rev 139511)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Brad Fanella 
-# Contributor: Eric Belanger 
-# Contributor: riai , Ben 
-# Contributor: Daniel J Griffiths 
-# Contributor: Felix Rohrbach 
-
-pkgname=eric
-pkgver=5.1.5
-pkgrel=1
-pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python-qt' 'python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz";
-"$pkgname.desktop")
-md5sums=('483f3795b4365d68999f5c0aa4285a8b'
- 'eb0ee7ce0b5c3ff815a9c0145f7ae536')
-
-package() {
-  cd "$srcdir/${pkgname}5-$pkgver"
-
-  python install.py -c -b /usr/bin -i "$pkgdir"
-
-  # freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  rm "$pkgdir/usr/share/applications/${pkgname}5.desktop"
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api"
-  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api"
-  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api"
-  rm "$pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api"
-
-  # some canonical symlinks
-  cd "$pkgdir/usr/bin"
-
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 139510, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-02 18:43:58 UTC (rev 139511)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Brad Fanella 
+# Contributor: Eric Belanger 
+# Contributor: riai , Ben 
+# Contributor: Daniel J Griffiths 
+# Contributor: Felix Rohrbach 
+
+pkgname=eric
+pkgver=5.1.6
+pkgrel=1
+pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/";
+license=('GPL3')
+depends=('python-qt' 'python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz";
+"$pkgname.desktop")
+md5sums=('aae03cadf252c2556429c0c4cc17acd8'
+ 'eb0ee7ce0b5c3ff815a9c0145f7ae536')
+
+package() {
+  cd "$srcdir/${pkgname}5-$pkgver"
+
+  python install.py -c -b /usr/bin -i "$pkgdir"
+
+  # freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  rm "$pkgdir/usr/share/applications/${pkgname}5.desktop"
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to fix their stuff
+  #   and allow installation of eric4 + eric5
+  #   OR package these files separately eg. 'eric-common'
+  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api"
+  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api"
+  rm "$pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api"
+  rm "$pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api"
+
+  # some canonical symlinks
+  cd "$pkgdir/usr/bin"
+
+  for i in *; do
+ln -s /usr/bin/$i ${i/eric5/eric}
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric.desktop
===
--- eric.desktop2011-10-02 18:42:36 UTC (rev 139510)
+++ eric.desktop2011-10-02 18:43:58 UTC (rev 139511)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Eric
-Comment=Python 3.x & Ruby IDE
-Icon=eric
-Exec=eric
-Terminal=false
-Type=Application
-Categories=Qt;Development;IDE;

Copied: eric/repos/extra-any/eric.desktop (from rev 139510, 
eric/trunk/eric.desktop)
===
--- eric.desktop(rev 0)
+++ eric.desktop2011-10-02 18:43:58 UTC (rev 139511)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Eric
+Comment=Python 3.x & Ruby IDE
+Icon=eric
+Exec=eric
+Terminal=false
+Type=Application
+Categories=Qt;Development;ID

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

2011-10-02 Thread Ray Rashif
Date: Sunday, October 2, 2011 @ 15:31:29
  Author: schiv
Revision: 139512

upgpkg: eric4 4.4.18-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 18:43:58 UTC (rev 139511)
+++ PKGBUILD2011-10-02 19:31:29 UTC (rev 139512)
@@ -4,7 +4,7 @@
 # Contributor: riai , Ben 
 
 pkgname=eric4
-pkgver=4.4.17
+pkgver=4.4.18
 pkgrel=1
 pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
 arch=('any')
@@ -16,7 +16,7 @@
 changelog=$pkgname.changelog
 source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-md5sums=('aecf8be178982ed50005a520b67a770d'
+md5sums=('fa53c6a2f9a1f0da35d6f7daac6d003a'
  'f609e117d5132c055a5868b74e13ac77')
 
 package() {



[arch-commits] Commit in eric4/repos/extra-any (8 files)

2011-10-02 Thread Ray Rashif
Date: Sunday, October 2, 2011 @ 15:32:26
  Author: schiv
Revision: 139513

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/PKGBUILD
(from rev 139512, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.changelog
(from rev 139512, eric4/trunk/eric4.changelog)
  eric4/repos/extra-any/eric4.desktop
(from rev 139512, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 139512, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.changelog
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

-+
 PKGBUILD|   82 +++---
 eric4.changelog |   66 +--
 eric4.desktop   |   16 +-
 eric4.install   |   34 +++---
 4 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-02 19:31:29 UTC (rev 139512)
+++ PKGBUILD2011-10-02 19:32:26 UTC (rev 139513)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Daniel J Griffiths 
-# Contributor: riai , Ben 
-
-pkgname=eric4
-pkgver=4.4.17
-pkgrel=1
-pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python2-qt' 'python2-qscintilla')
-conflicts=('eric<5')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
-"$pkgname.desktop")
-md5sums=('aecf8be178982ed50005a520b67a770d'
- 'f609e117d5132c055a5868b74e13ac77')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
-
-   python2 install.py -c -b /usr/bin -i "$pkgdir"
-
-   sed -i 's/; /\n/' \
-"$pkgdir/usr/lib/python2.7/site-packages/eric4.pth"
-
-  # freedesktop.org compatibility
-   install -Dm644 "$srcdir/$pkgname.desktop" \
-   "$pkgdir/usr/share/applications/$pkgname.desktop"
-   install -Dm644 eric/icons/default/eric.png \
-   "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 139512, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-02 19:32:26 UTC (rev 139513)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Daniel J Griffiths 
+# Contributor: riai , Ben 
+
+pkgname=eric4
+pkgver=4.4.18
+pkgrel=1
+pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/";
+license=('GPL3')
+depends=('python2-qt' 'python2-qscintilla')
+conflicts=('eric<5')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
+"$pkgname.desktop")
+md5sums=('fa53c6a2f9a1f0da35d6f7daac6d003a'
+ 'f609e117d5132c055a5868b74e13ac77')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # our pyxml is patched
+   # not version-depending because not critical
+   sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
+
+   python2 install.py -c -b /usr/bin -i "$pkgdir"
+
+   sed -i 's/; /\n/' \
+"$pkgdir/usr/lib/python2.7/site-packages/eric4.pth"
+
+  # freedesktop.org compatibility
+   install -Dm644 "$srcdir/$pkgname.desktop" \
+   "$pkgdir/usr/share/applications/$pkgname.desktop"
+   install -Dm644 eric/icons/default/eric.png \
+   "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.changelog
===
--- eric4.changelog 2011-10-02 19:31:29 UTC (rev 139512)
+++ eric4.changelog 2011-10-02 19:32:26 UTC (rev 139513)
@@ -1,33 +0,0 @@
-2011-04-04 Ray Rashif 
-
-   * Updated: eric 4.4.12-2 -> eric4 4.4.13-1
-   Rename to eric4 for eric5 to eric transition
-   Remove eric-specific symlinks
-   See https://bugs.archlinux.org/task/22543
-
-2010-11-06 Ray Rashif 
-
-   * Updated: 4.4.9
-   Shortened description
-   Updated pyxml with fix
-   Minor PKGBUILD cosmetic changes
-   Bothered to update this log
-   Only important stuff will be logged
-
-2008-05-04  Eric Belanger  
-
-   * eric 4.1.3-1
-   * Upstream update
-   * Added missing executable symlinks
-
-2008-04-17  Eric Belanger  
-
-   * eric 4.1.2-1
-   * Upstream update
-   * Added .desktop file
-
-2008-03-02  Eric Belanger  
-
-   * eric 4.1.1-1
-   * Upstream update
-   * Added sitecustomize.py existance test in install scriptlet

Copied: eric4/repos/extra-any/eric4.changelog (from

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

2011-10-02 Thread Stéphane Gaudreault
Date: Sunday, October 2, 2011 @ 16:46:02
  Author: stephane
Revision: 139514

upgpkg: krb5 1.9.1-4

Install ac_check_krb5.m4 file (Fix FS#25384)

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 19:32:26 UTC (rev 139513)
+++ PKGBUILD2011-10-02 20:46:02 UTC (rev 139514)
@@ -41,9 +41,12 @@
#   
http://anonsvn.mit.edu/viewvc/krb5/trunk/src/krb5-config.in?r1=23662&r2=25236
patch -Np2 -i ${srcdir}/krb5-1.9.1-config-script.patch
 
-   # Fix FS#25515
+   # FS#25515
patch -Np2 -i ${srcdir}/krb5-1.9.1-canonicalize-fallback.patch
 
+   # FS#25384
+   sed -i "/KRB5ROOT=/s/\/local//" util/ac_check_krb5.m4
+
export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
export CPPFLAGS+=" -I/usr/include/et"
./configure --prefix=/usr \
@@ -75,6 +78,7 @@
install -m 755 ../../krb5-kdc "${pkgdir}"/etc/rc.d
install -m 755 ../../krb5-kadmind  "${pkgdir}"/etc/rc.d
 
+   install -dm 755 "${pkgdir}"/usr/share/aclocal
install -m 644 util/ac_check_krb5.m4 "${pkgdir}"/usr/share/aclocal
 
install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/NOTICE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE



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

2011-10-02 Thread Stéphane Gaudreault
Date: Sunday, October 2, 2011 @ 16:46:35
  Author: stephane
Revision: 139515

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 139514, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.9.1-canonicalize-fallback.patch
(from rev 139514, krb5/trunk/krb5-1.9.1-canonicalize-fallback.patch)
  krb5/repos/testing-i686/krb5-1.9.1-config-script.patch
(from rev 139514, krb5/trunk/krb5-1.9.1-config-script.patch)
  krb5/repos/testing-i686/krb5-kadmind
(from rev 139514, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-i686/krb5-kdc
(from rev 139514, krb5/trunk/krb5-kdc)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 139514, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.9.1-canonicalize-fallback.patch
(from rev 139514, krb5/trunk/krb5-1.9.1-canonicalize-fallback.patch)
  krb5/repos/testing-x86_64/krb5-1.9.1-config-script.patch
(from rev 139514, krb5/trunk/krb5-1.9.1-config-script.patch)
  krb5/repos/testing-x86_64/krb5-kadmind
(from rev 139514, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-x86_64/krb5-kdc
(from rev 139514, krb5/trunk/krb5-kdc)

---+
 testing-i686/PKGBUILD |   85 
 testing-i686/krb5-1.9.1-canonicalize-fallback.patch   |   58 ++
 testing-i686/krb5-1.9.1-config-script.patch   |   27 +
 testing-i686/krb5-kadmind |   40 +++
 testing-i686/krb5-kdc |   40 +++
 testing-x86_64/PKGBUILD   |   85 
 testing-x86_64/krb5-1.9.1-canonicalize-fallback.patch |   58 ++
 testing-x86_64/krb5-1.9.1-config-script.patch |   27 +
 testing-x86_64/krb5-kadmind   |   40 +++
 testing-x86_64/krb5-kdc   |   40 +++
 10 files changed, 500 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 139514, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-02 20:46:35 UTC (rev 139515)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=krb5
+pkgver=1.9.1
+pkgrel=4
+pkgdesc="The Kerberos network authentication system"
+arch=('i686' 'x86_64')
+url="http://web.mit.edu/kerberos/";
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+provides=('heimdal')
+replaces=('heimdal')
+conflicts=('heimdal')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.9/${pkgname}-${pkgver}-signed.tar
+krb5-kadmind
+krb5-kdc
+krb5-1.9.1-config-script.patch
+krb5-1.9.1-canonicalize-fallback.patch)
+sha1sums=('e23a1795a237521493da9cf3443ac8b98a90c066'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  '7342410760cf44bfa01bb99bb4c49e12496cb46f'
+  '238c268fa6cb42fc7324ab54db9abda5cd77f833')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${pkgname}-${pkgver}.tar.gz
+   cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+   # - Make krb5-config suppress CFLAGS output when called with --libs
+   #   cf https://bugzilla.redhat.com/show_bug.cgi?id=544391
+   #
+   # - Omit extra libraries because their interfaces are not exposed to 
applications
+   #   by libkrb5, unless do_deps is set to 1, which indicates that the caller
+   #   wants the whole list.
+   #
+   #   Patch from upstream : 
+   #   
http://anonsvn.mit.edu/viewvc/krb5/trunk/src/krb5-config.in?r1=23662&r2=25236
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-config-script.patch
+
+   # FS#25515
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-canonicalize-fallback.patch
+
+   # FS#25384
+   sed -i "/KRB5ROOT=/s/\/local//" util/ac_check_krb5.m4
+
+   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
+   export CPPFLAGS+=" -I/usr/include/et"
+   ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/src"
+   make DESTDIR="${pkgdir}" EXAMPLEDIR="/usr/share/doc/${pkgname}/examples" 
install
+
+   # Sample KDC config file
+   install -dm 755 "${pkgdir}"/var/lib/krb5kdc
+   install -pm 644 config-files/kdc.conf "${pkgdir}"/var/lib/krb5kdc/kdc.conf
+
+   # Default configuration file
+   install -dm 755 "${pkgdir}"/etc
+   install -pm 644 config-files/krb5.conf "${pkgdir}"/etc/krb5.conf
+
+   install -dm 755 "${pkgdir}"/etc/rc.d
+  

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

2011-10-02 Thread Giovanni Scafora
Date: Sunday, October 2, 2011 @ 19:55:13
  Author: giovanni
Revision: 139516

upgpkg: mercurial 1.9.3-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 20:46:35 UTC (rev 139515)
+++ PKGBUILD2011-10-02 23:55:13 UTC (rev 139516)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 depends=('python2')
 optdepends=('tk: for the hgk GUI')
 backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz
-mercurial.profile)
-md5sums=('0bda8040e2626e70d3d1a0654b0b03f2'
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('f309b084aaf58773e9f4f4d66c49622a'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2011-10-02 Thread Giovanni Scafora
Date: Sunday, October 2, 2011 @ 19:55:56
  Author: giovanni
Revision: 139517

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 139516, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 139516, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 139516, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 139516, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 extra-i686/PKGBUILD|   92 +++
 extra-i686/mercurial.profile   |2 
 extra-x86_64/PKGBUILD  |   92 +++
 extra-x86_64/mercurial.profile |2 
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-02 23:55:13 UTC (rev 139516)
+++ extra-i686/PKGBUILD 2011-10-02 23:55:56 UTC (rev 139517)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz
-mercurial.profile)
-md5sums=('0bda8040e2626e70d3d1a0654b0b03f2'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion "${pkgdir}/etc/bash_completion.d/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 139516, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-02 23:55:56 UTC (rev 139517)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('f309b084aaf58773e9f4f4d66c49622a'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion "${pkgdir}/etc/bash_completion.d/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercurial
+  install -m644 contrib/sample.hgrc "${pk

[arch-commits] Commit in rubberband/trunk (PKGBUILD vectorops.patch)

2011-10-02 Thread Ray Rashif
Date: Monday, October 3, 2011 @ 01:28:52
  Author: schiv
Revision: 139518

upgpkg: rubberband 1.6.0-1

fix FS#26140

Added:
  rubberband/trunk/vectorops.patch
Modified:
  rubberband/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++
 vectorops.patch |   13 +
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 23:55:56 UTC (rev 139517)
+++ PKGBUILD2011-10-03 05:28:52 UTC (rev 139518)
@@ -12,9 +12,8 @@
 depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
 makedepends=('ladspa')
 
source=("http://code.breakfastquay.com/attachments/download/16/$pkgname-$pkgver.tar.bz2";
-'gcc46.patch')
-md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc'
- '7c2f404975da6052f6b80eac12efbeb4')
+'gcc46.patch'
+'vectorops.patch')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,6 +21,10 @@
   # fix gcc 4.6 compatibility
   patch -Np1 -i "$srcdir/gcc46.patch"
 
+  # fix bug exposed by gcc 4.6
+  # see https://bugs.archlinux.org/task/26140
+  patch -Np1 -i "$srcdir/vectorops.patch"
+
   ./configure --prefix=/usr
   make
 }
@@ -29,7 +32,10 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc'
+ '7c2f404975da6052f6b80eac12efbeb4'
+ '4bdc9689179d3a2cf64172f0f911701d')

Added: vectorops.patch
===
--- vectorops.patch (rev 0)
+++ vectorops.patch 2011-10-03 05:28:52 UTC (rev 139518)
@@ -0,0 +1,13 @@
+--- a/src/system/VectorOps.hMon Mar 21 21:51:33 2011 +
 b/src/system/VectorOps.hSun Oct 02 21:12:42 2011 +0100
+@@ -84,8 +84,8 @@
+ }
+
+ template
+-inline void v_move(T *const R__ dst,
+-   const T *const R__ src,
++inline void v_move(T *const dst,
++   const T *const src,
+const int count)
+ {
+ memmove(dst, src, count * sizeof(T));