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

2013-04-21 Thread Andrea Scarpino
Date: Sunday, April 21, 2013 @ 08:02:10
  Author: andrea
Revision: 183301

upgpkg: wcslib 4.17-1

Upstream release

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 23:37:12 UTC (rev 183300)
+++ PKGBUILD2013-04-21 06:02:10 UTC (rev 183301)
@@ -2,7 +2,7 @@
 # Maintainer: Your Name yourem...@domain.com
 
 pkgname=wcslib
-pkgver=4.16
+pkgver=4.17
 pkgrel=1
 pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('cfitsio')
 makedepends=('gcc-fortran')
 source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('30439a0bb730ef936646d646c9f07518')
+md5sums=('81f739c84789b84626db9fe4cd866081')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,11 +27,13 @@
 #}
 
 package() {
+  # Fix install on i686
+  install -d ${pkgdir}/usr/include/${pkgname}-${pkgver}
+
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
   
   # Fix wrong permissions
-
   chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
   chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
 }



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

2013-04-21 Thread Andrea Scarpino
Date: Sunday, April 21, 2013 @ 08:02:20
  Author: andrea
Revision: 183302

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

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

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   37 --
 extra-x86_64/PKGBUILD |   37 --
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 06:02:10 UTC (rev 183301)
+++ extra-i686/PKGBUILD 2013-04-21 06:02:20 UTC (rev 183302)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Your Name yourem...@domain.com
-
-pkgname=wcslib
-pkgver=4.16
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('30439a0bb730ef936646d646c9f07518')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # Fix wrong permissions
-
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 183301, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 06:02:20 UTC (rev 183302)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Your Name yourem...@domain.com
+
+pkgname=wcslib
+pkgver=4.17
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
+md5sums=('81f739c84789b84626db9fe4cd866081')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  # Fix install on i686
+  install -d ${pkgdir}/usr/include/${pkgname}-${pkgver}
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # Fix wrong permissions
+  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 06:02:10 UTC (rev 183301)
+++ extra-x86_64/PKGBUILD   2013-04-21 06:02:20 UTC (rev 183302)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Your Name yourem...@domain.com
-
-pkgname=wcslib
-pkgver=4.16
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('30439a0bb730ef936646d646c9f07518')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # Fix wrong permissions
-
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 183301, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 06:02:20 UTC (rev 183302)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Your Name yourem...@domain.com
+
+pkgname=wcslib
+pkgver=4.17
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
+md5sums=('81f739c84789b84626db9fe4cd866081')
+
+build() {
+  cd $pkgname-$pkgver
+
+  

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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 09:40:28
  Author: arodseth
Revision: 88648

upgpkg: ruby-gtk2 1.2.6-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 05:07:27 UTC (rev 88647)
+++ PKGBUILD2013-04-21 07:40:28 UTC (rev 88648)
@@ -8,24 +8,33 @@
 pkgbase=ruby-gtk2
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
  'ruby-pango')
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
 
source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
-sha256sums=('9b956468446361b930bb5b10a518e1c59b4ce2dd2ea04ccc600d0259f1490429')
+sha256sums=('1b685d47b04f0a670a22db2af126cd145300bc664c38ee530f459c251ce7481f')
 
-build() {
+prepare() {
   cd $srcdir/ruby-gtk2-$pkgver
 
   LANG=en_US.UTF-8 \
 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+  mkdir -p \
+$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-pango/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux \
+$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux
+}
+
+build() {
+  cd $srcdir/ruby-gtk2-$pkgver
+
   make
 }
 



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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 09:40:40
  Author: arodseth
Revision: 88649

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

Added:
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 88648, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 88648, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-i686/PKGBUILD
  ruby-gtk2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 community-i686/PKGBUILD   |   81 ---
 community-x86_64/PKGBUILD |   81 ---
 3 files changed, 180 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 07:40:28 UTC (rev 88648)
+++ community-i686/PKGBUILD 2013-04-21 07:40:40 UTC (rev 88649)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
- 'ruby-pango')
-pkgver=1.2.5
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
-sha256sums=('9b956468446361b930bb5b10a518e1c59b4ce2dd2ea04ccc600d0259f1490429')
-
-build() {
-  cd $srcdir/ruby-gtk2-$pkgver
-
-  LANG=en_US.UTF-8 \
-ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  make
-}
-
-package_ruby-atk() {
-  pkgdesc='Ruby bindings for atk'
-  depends=(ruby-glib2=$pkgver 'atk')
-
-  cd $srcdir/ruby-gtk2-$pkgver/atk
-  make includedir=/usr/include DESTDIR=$pkgdir install
-}
-
-package_ruby-gdkpixbuf2() {
-  pkgdesc='Ruby bindings for gdkpixbuf2'
-  depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
-
-  cd $srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2
-  make includedir=/usr/include DESTDIR=$pkgdir install
-}
-
-package_ruby-gio2() {
-  pkgdesc='Ruby bindings for gio2'
-  depends=(ruby-glib2=$pkgver)
-
-  cd $srcdir/ruby-gtk2-$pkgver/gio2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-glib2() {
-  pkgdesc='Ruby bindings for glib2'
-  depends=('glib2' 'ruby')
-
-  cd $srcdir/ruby-gtk2-$pkgver/glib2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gtk2() {
-  pkgdesc='Ruby bindings for gtk2'
-  depends=('gtk2' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver)
-
-  cd $srcdir/ruby-gtk2-$pkgver/gtk2
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-package_ruby-pango() {
-  pkgdesc='Ruby bindings for pango'
-  depends=(ruby-glib2=$pkgver 'ruby-cairo' 'pango')
-
-  cd $srcdir/ruby-gtk2-$pkgver/pango
-  make includedir=/usr/include DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk2/repos/community-i686/PKGBUILD (from rev 88648, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 07:40:40 UTC (rev 88649)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk2
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
+ 'ruby-pango')
+pkgver=1.2.6
+pkgrel=1
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
+sha256sums=('1b685d47b04f0a670a22db2af126cd145300bc664c38ee530f459c251ce7481f')
+
+prepare() {
+  cd $srcdir/ruby-gtk2-$pkgver
+
+  LANG=en_US.UTF-8 \
+ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
+  mkdir -p \
+$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux \
+

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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 10:01:04
  Author: arodseth
Revision: 88651

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 88650, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 88650, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   46 ---
 community-x86_64/PKGBUILD |   46 ---
 3 files changed, 102 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 08:00:52 UTC (rev 88650)
+++ community-i686/PKGBUILD 2013-04-21 08:01:04 UTC (rev 88651)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.5
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('ecd3fde8e56442944a2b692c773081c553d48b621bb53c49b40b7575216f6c6a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-  mkdir -p $pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  mkdir -p $pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 88650, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 08:01:04 UTC (rev 88651)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.6
+pkgrel=1
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('105395100bcbcfe8fa3fd5a2963ded64092303da64f31400887dbcd6a84d1e1a')
+
+prepare() {
+   cd $srcdir/ruby-gtk3-$pkgver
+
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+}
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+  mkdir -p $pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  mkdir -p $pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 08:00:52 UTC (rev 88650)
+++ community-x86_64/PKGBUILD   2013-04-21 08:01:04 UTC (rev 88651)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.5
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')

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

2013-04-21 Thread Jelle van der Waa
Date: Sunday, April 21, 2013 @ 10:22:40
  Author: jelle
Revision: 88652

upgpkg: pstreams 0.8.0-1

update

Modified:
  pstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 08:01:04 UTC (rev 88651)
+++ PKGBUILD2013-04-21 08:22:40 UTC (rev 88652)
@@ -1,14 +1,14 @@
-# Maintainer: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=pstreams
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
 arch=('any')
 url='http://pstreams.sourceforge.net'
 license=('LGPL')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6154b8df98487bd28eb50ad85d5cdba0')
+md5sums=('1d1188f30581dcdbd62893b66c08fbc4')
 
 package() {
   cd ${pkgname}-${pkgver}



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

2013-04-21 Thread Jelle van der Waa
Date: Sunday, April 21, 2013 @ 10:36:14
  Author: jelle
Revision: 88653

archrelease: copy trunk to community-any

Added:
  pstreams/repos/community-any/PKGBUILD
(from rev 88652, pstreams/trunk/PKGBUILD)
Deleted:
  pstreams/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-21 08:22:40 UTC (rev 88652)
+++ PKGBUILD2013-04-21 08:36:14 UTC (rev 88653)
@@ -1,18 +0,0 @@
-# Maintainer: Paulo Matias matiasΘarchlinux-br·org
-
-pkgname=pstreams
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
-arch=('any')
-url='http://pstreams.sourceforge.net'
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6154b8df98487bd28eb50ad85d5cdba0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 88652, 
pstreams/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-21 08:36:14 UTC (rev 88653)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pstreams
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
+arch=('any')
+url='http://pstreams.sourceforge.net'
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1d1188f30581dcdbd62893b66c08fbc4')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D -m644 pstream.h \
+${pkgdir}/usr/include/pstreams/pstream.h
+}



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

2013-04-21 Thread Jelle van der Waa
Date: Sunday, April 21, 2013 @ 10:43:14
  Author: jelle
Revision: 88654

upgpkg: pdf2djvu 0.7.16-4

rebuild because of new pstreams

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 08:36:14 UTC (rev 88653)
+++ PKGBUILD2013-04-21 08:43:14 UTC (rev 88654)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.16
-pkgrel=3
+pkgrel=4
 pkgdesc=Creates DjVu files from PDF files
 arch=('i686' 'x86_64')
 url=http://pdf2djvu.googlecode.com;



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

2013-04-21 Thread Jelle van der Waa
Date: Sunday, April 21, 2013 @ 10:44:03
  Author: jelle
Revision: 88655

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 08:43:14 UTC (rev 88654)
+++ community-i686/PKGBUILD 2013-04-21 08:44:03 UTC (rev 88655)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=pdf2djvu
-pkgver=0.7.16
-pkgrel=3
-pkgdesc=Creates DjVu files from PDF files
-arch=('i686' 'x86_64')
-url=http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-check() {
-
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 88654, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 08:44:03 UTC (rev 88655)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+check() {
+
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+md5sums=('6ba1e576212e129111518a8c4afd1092')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 08:43:14 UTC (rev 88654)
+++ community-x86_64/PKGBUILD   2013-04-21 08:44:03 UTC (rev 88655)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=pdf2djvu
-pkgver=0.7.16
-pkgrel=3
-pkgdesc=Creates DjVu files from PDF files
-arch=('i686' 'x86_64')
-url=http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-check() {
-
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 88654, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-21 08:44:03 UTC (rev 88655)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')

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

2013-04-21 Thread Jelle van der Waa
Date: Sunday, April 21, 2013 @ 10:48:16
  Author: jelle
Revision: 88656

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 08:44:03 UTC (rev 88655)
+++ community-i686/PKGBUILD 2013-04-21 08:48:16 UTC (rev 88656)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=pdf2djvu
-pkgver=0.7.16
-pkgrel=4
-pkgdesc=Creates DjVu files from PDF files
-arch=('i686' 'x86_64')
-url=http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-check() {
-
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 88655, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 08:48:16 UTC (rev 88656)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+check() {
+
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+md5sums=('6ba1e576212e129111518a8c4afd1092')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 08:44:03 UTC (rev 88655)
+++ community-x86_64/PKGBUILD   2013-04-21 08:48:16 UTC (rev 88656)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=pdf2djvu
-pkgver=0.7.16
-pkgrel=4
-pkgdesc=Creates DjVu files from PDF files
-arch=('i686' 'x86_64')
-url=http://pdf2djvu.googlecode.com;
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-check() {
-
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 88655, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-21 08:48:16 UTC (rev 88656)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')

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

2013-04-21 Thread Andrea Scarpino
Date: Sunday, April 21, 2013 @ 11:43:18
  Author: andrea
Revision: 183303

upgpkg: kdelibs 4.10.2-3

docboox-xsl rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 06:02:20 UTC (rev 183302)
+++ PKGBUILD2013-04-21 09:43:18 UTC (rev 183303)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/repos (20 files)

2013-04-21 Thread Andrea Scarpino
Date: Sunday, April 21, 2013 @ 11:43:31
  Author: andrea
Revision: 183304

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

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 183303, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 183303, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 183303, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 183303, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-i686/qt4.patch
(from rev 183303, kdelibs/trunk/qt4.patch)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 183303, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 183303, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 183303, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 183303, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-x86_64/qt4.patch
(from rev 183303, kdelibs/trunk/qt4.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/qt4.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/extra-x86_64/qt4.patch

--+
 /PKGBUILD|  122 +
 /archlinux-menu.patch|   44 ++
 /kde-applications-menu.patch |   44 ++
 /kdelibs.install |   26 ++
 /qt4.patch   |   22 +
 extra-i686/PKGBUILD  |   61 --
 extra-i686/archlinux-menu.patch  |   22 -
 extra-i686/kde-applications-menu.patch   |   22 -
 extra-i686/kdelibs.install   |   13 ---
 extra-i686/qt4.patch |   11 --
 extra-x86_64/PKGBUILD|   61 --
 extra-x86_64/archlinux-menu.patch|   22 -
 extra-x86_64/kde-applications-menu.patch |   22 -
 extra-x86_64/kdelibs.install |   13 ---
 extra-x86_64/qt4.patch   |   11 --
 15 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 09:43:18 UTC (rev 183303)
+++ extra-i686/PKGBUILD 2013-04-21 09:43:31 UTC (rev 183304)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.10.2
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('2f1f455c39fa33cc133db7ec6b3d2dbbabe03c85'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i ${srcdir}/qt4.patch
-   cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF \
-   -DWITH_SOLID_UDISKS2=ON
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f 

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

2013-04-21 Thread Bartłomiej Piotrowski
Date: Sunday, April 21, 2013 @ 12:47:39
  Author: bpiotrowski
Revision: 88657

upgpkg: aria2 1.17.0-1

- upstream release

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 08:48:16 UTC (rev 88656)
+++ PKGBUILD2013-04-21 10:47:39 UTC (rev 88657)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.16.5
+pkgver=1.17.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
+sha256sums=('e3b533a33d33ad2392acc37d4510e5cd660af8ac23943c6402a0172f4a347c9c')
 
 build() {
   cd $pkgname-$pkgver
@@ -35,11 +35,11 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 
   # add bash completion (aria2 automatically installs to a temporary target 
directory)
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
-${pkgdir}/usr/share/bash-completion/completions
-  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
+$pkgdir/usr/share/bash-completion/completions
+  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
 }



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

2013-04-21 Thread Bartłomiej Piotrowski
Date: Sunday, April 21, 2013 @ 12:47:57
  Author: bpiotrowski
Revision: 88658

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 10:47:39 UTC (rev 88657)
+++ community-i686/PKGBUILD 2013-04-21 10:47:57 UTC (rev 88658)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.5
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # add bash completion (aria2 automatically installs to a temporary target 
directory)
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
-${pkgdir}/usr/share/bash-completion/completions
-  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 88657, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 10:47:57 UTC (rev 88658)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=aria2
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
+sha256sums=('e3b533a33d33ad2392acc37d4510e5cd660af8ac23943c6402a0172f4a347c9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # add bash completion (aria2 automatically installs to a temporary target 
directory)
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
+$pkgdir/usr/share/bash-completion/completions
+  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 10:47:39 UTC (rev 88657)
+++ community-x86_64/PKGBUILD   2013-04-21 10:47:57 UTC (rev 88658)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.5
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
-

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

2013-04-21 Thread Giovanni Scafora
Date: Sunday, April 21, 2013 @ 12:49:24
  Author: giovanni
Revision: 183305

upgpkg: smartmontools 6.1-2

Added heirloom-mailx as optional dep

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 09:43:31 UTC (rev 183304)
+++ PKGBUILD2013-04-21 10:49:24 UTC (rev 183305)
@@ -6,12 +6,13 @@
 
 pkgname=smartmontools
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
 url=http://smartmontools.sourceforge.net;
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
 backup=('etc/smartd.conf'
 'etc/conf.d/smartd')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;



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

2013-04-21 Thread Giovanni Scafora
Date: Sunday, April 21, 2013 @ 12:49:31
  Author: giovanni
Revision: 183306

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 183305, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 183305, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 183305, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 183305, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   88 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   43 -
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   43 -
 extra-x86_64/smartd.conf |1 
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 10:49:24 UTC (rev 183305)
+++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Jani Talikka jani.tali...@gmail.com
-# Contributor: Ralf Barth archlinux@haggy.org
-
-pkgname=smartmontools
-pkgver=6.1
-pkgrel=1
-pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
-url=http://smartmontools.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'smartd.conf')
-md5sums=('83a3a681f8183ed858392d550ae1cca6'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
-  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 183305, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Jani Talikka jani.tali...@gmail.com
+# Contributor: Ralf Barth archlinux@haggy.org
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=2
+pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+url=http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e s:sysconfig/smartmontools:conf.d/smartd:g smartd.service
+  sed -i -e s:smartd_opts:SMARTD_ARGS:g smartd.service
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-04-21 10:49:24 UTC (rev 183305)
+++ extra-i686/smartd.conf  2013-04-21 10:49:31 UTC (rev 183306)
@@ -1 +0,0 @@
-SMARTD_ARGS=

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 183305, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-04-21 10:49:31 UTC (rev 183306)
@@ -0,0 +1 @@
+SMARTD_ARGS=

Deleted: extra-x86_64/PKGBUILD

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

2013-04-21 Thread Giovanni Scafora
Date: Sunday, April 21, 2013 @ 12:54:43
  Author: giovanni
Revision: 183307

upgpkg: dmidecode 2.12-1

upstream release

Modified:
  dmidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 10:49:31 UTC (rev 183306)
+++ PKGBUILD2013-04-21 10:54:43 UTC (rev 183307)
@@ -3,15 +3,15 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=dmidecode
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
 pkgdesc=Desktop Management Interface table related utilities
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/dmidecode;
 license=('GPL')
 depends=('glibc')
 
source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('535487cc041f2db746587cf40a2059f0')
+md5sums=('a406f3cbb27736491698697beeddb781')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-21 Thread Giovanni Scafora
Date: Sunday, April 21, 2013 @ 12:54:50
  Author: giovanni
Revision: 183308

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 10:54:43 UTC (rev 183307)
+++ extra-i686/PKGBUILD 2013-04-21 10:54:50 UTC (rev 183308)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=dmidecode
-pkgver=2.11
-pkgrel=2
-pkgdesc=Desktop Management Interface table related utilities
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('535487cc041f2db746587cf40a2059f0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: dmidecode/repos/extra-i686/PKGBUILD (from rev 183307, 
dmidecode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 10:54:50 UTC (rev 183308)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=dmidecode
+pkgver=2.12
+pkgrel=1
+pkgdesc=Desktop Management Interface table related utilities
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a406f3cbb27736491698697beeddb781')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 10:54:43 UTC (rev 183307)
+++ extra-x86_64/PKGBUILD   2013-04-21 10:54:50 UTC (rev 183308)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=dmidecode
-pkgver=2.11
-pkgrel=2
-pkgdesc=Desktop Management Interface table related utilities
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/dmidecode;
-license=('GPL')
-depends=('glibc')
-source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('535487cc041f2db746587cf40a2059f0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: dmidecode/repos/extra-x86_64/PKGBUILD (from rev 183307, 
dmidecode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 10:54:50 UTC (rev 183308)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=dmidecode
+pkgver=2.12
+pkgrel=1
+pkgdesc=Desktop Management Interface table related utilities
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/dmidecode;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a406f3cbb27736491698697beeddb781')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in tinyxml/trunk (PKGBUILD tinyxml.pc)

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 15:05:51
  Author: arodseth
Revision: 88659

upgpkg: tinyxml 2.6.2-3, workaround for FS#34809

Added:
  tinyxml/trunk/tinyxml.pc
Modified:
  tinyxml/trunk/PKGBUILD

+
 PKGBUILD   |   59 +++
 tinyxml.pc |   10 ++
 2 files changed, 45 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 10:47:57 UTC (rev 88658)
+++ PKGBUILD2013-04-21 13:05:51 UTC (rev 88659)
@@ -1,51 +1,62 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: Larry Hajali larryhaja[at]gmail[dot]com
 # Contributor: Hubert Grzeskowiak arch at nemesis13 dot de
 
 pkgname=tinyxml
 pkgver=2.6.2
-pkgrel=2
-pkgdesc=A simple, small, C++ XML parser that can be easily integrated into 
other programs.
-url='http://www.grinninglizard.com/tinyxml/'
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Simple, small, C++ XML parser that can be easily integrated into 
other programs'
+url=http://www.grinninglizard.com/tinyxml/;
+arch=('x86_64' 'i686')
 license=('zlib')
 depends=('gcc-libs')
+makedepends=('setconf')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz;
 'entity.patch'
-'tinyxml-2.5.3-stl.patch')
-md5sums=('c1b864c96804a10526540c664ade67f0'
- 'b6cc2d9330707373d920f760793c6311'
- '6db8334398e0cdad7e3c6406206ff42a')
+$pkgname-2.5.3-stl.patch
+$pkgname.pc)
+sha256sums=('15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593'
+'ef493209b0a51160171fd834a7ec02679463b85fb89a2ea254213e47f99b'
+'3baf2c4dbc2c8f54a151dac8860113d2f549174f83ed85d552b094dfaebb52af'
+'0e37a568eaebb8f0644f148a3d3efa921ac518217e1c0de46c2859d26516bcc4')
 
-build() {
-  cd $srcdir/$pkgname
+prepare() {
+  cd $srcdir/$pkgname
 
   # Fix entity encoding.
-  patch -p0  $srcdir/entity.patch
+  patch -p0 -i $srcdir/entity.patch
 
   # Make TINYXML_USE_STL permanently defined in tinyxml.h
-  patch -p1  $srcdir/$pkgname-2.5.3-stl.patch
+  patch -p1 -i $srcdir/$pkgname-2.5.3-stl.patch
 
   # Fix Makefile
-  sed -i \
--e '/^TINYXML_USE_STL/ s|=.*|=YES|' \
--e s|^RELEASE_CFLAGS.*| ${CXXFLAGS} -fPIC| Makefile
+  setconf Makefile TINYXML_USE_STL YES
+  setconf Makefile RELEASE_CFLAGS $CXXFLAGS -fPIC
+}
 
+build() {
+  cd $srcdir/$pkgname
+
   make
-  g++ -fPIC ${CXXFLAGS} -shared -o lib${pkgname}.so.0.$pkgver \
-  -Wl,-soname,lib${pkgname}.so.0 $(ls *.o | grep -v xmltest)
+  g++ -fPIC $CXXFLAGS -shared -o lib${pkgname}.so.0.$pkgver \
+  -Wl,-soname,lib${pkgname}.so.0 $(ls *.o | grep -v xmltest)
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname
 
   install -d -m 0755 $pkgdir/usr/{lib,include}
-  install -m 0755 lib${pkgname}.so.0.$pkgver $pkgdir/usr/lib/
-  install -m 0644 $pkgname.h tinystr.h $pkgdir/usr/include
+  install -m 0755 lib${pkgname}.so.0.$pkgver $pkgdir/usr/lib/
+  install -m 0644 $pkgname.h tinystr.h $pkgdir/usr/include
+  install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$pkgname.pc $pkgdir/usr/lib/pkgconfig/$pkgname.pc
 
-  (cd $pkgdir/usr/lib
-ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so.0
-ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so
+  (cd $pkgdir/usr/lib
+ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so.0
+ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so
   )
 }
+
+# vim:set ts=2 sw=2 et:

Added: tinyxml.pc
===
--- tinyxml.pc  (rev 0)
+++ tinyxml.pc  2013-04-21 13:05:51 UTC (rev 88659)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: TinyXml
+Description: simple, small, C++ XML parser
+Version: 2.6.2
+Libs: -L${libdir} -ltinyxml
+Cflags: -I${includedir}



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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 15:06:07
  Author: arodseth
Revision: 88660

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

Added:
  tinyxml/repos/community-i686/PKGBUILD
(from rev 88659, tinyxml/trunk/PKGBUILD)
  tinyxml/repos/community-i686/entity.patch
(from rev 88659, tinyxml/trunk/entity.patch)
  tinyxml/repos/community-i686/tinyxml-2.5.3-stl.patch
(from rev 88659, tinyxml/trunk/tinyxml-2.5.3-stl.patch)
  tinyxml/repos/community-i686/tinyxml.pc
(from rev 88659, tinyxml/trunk/tinyxml.pc)
  tinyxml/repos/community-x86_64/PKGBUILD
(from rev 88659, tinyxml/trunk/PKGBUILD)
  tinyxml/repos/community-x86_64/entity.patch
(from rev 88659, tinyxml/trunk/entity.patch)
  tinyxml/repos/community-x86_64/tinyxml-2.5.3-stl.patch
(from rev 88659, tinyxml/trunk/tinyxml-2.5.3-stl.patch)
  tinyxml/repos/community-x86_64/tinyxml.pc
(from rev 88659, tinyxml/trunk/tinyxml.pc)
Deleted:
  tinyxml/repos/community-i686/PKGBUILD
  tinyxml/repos/community-i686/entity.patch
  tinyxml/repos/community-i686/tinyxml-2.5.3-stl.patch
  tinyxml/repos/community-x86_64/PKGBUILD
  tinyxml/repos/community-x86_64/entity.patch
  tinyxml/repos/community-x86_64/tinyxml-2.5.3-stl.patch

--+
 /PKGBUILD|  124 
 /entity.patch|  128 +
 /tinyxml-2.5.3-stl.patch |   24 +
 community-i686/PKGBUILD  |   51 ---
 community-i686/entity.patch  |   64 --
 community-i686/tinyxml-2.5.3-stl.patch   |   12 --
 community-i686/tinyxml.pc|   10 ++
 community-x86_64/PKGBUILD|   51 ---
 community-x86_64/entity.patch|   64 --
 community-x86_64/tinyxml-2.5.3-stl.patch |   12 --
 community-x86_64/tinyxml.pc  |   10 ++
 11 files changed, 296 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 13:05:51 UTC (rev 88659)
+++ community-i686/PKGBUILD 2013-04-21 13:06:07 UTC (rev 88660)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Larry Hajali larryhaja[at]gmail[dot]com
-# Contributor: Hubert Grzeskowiak arch at nemesis13 dot de
-
-pkgname=tinyxml
-pkgver=2.6.2
-pkgrel=2
-pkgdesc=A simple, small, C++ XML parser that can be easily integrated into 
other programs.
-url='http://www.grinninglizard.com/tinyxml/'
-arch=('i686' 'x86_64')
-license=('zlib')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz;
-'entity.patch'
-'tinyxml-2.5.3-stl.patch')
-md5sums=('c1b864c96804a10526540c664ade67f0'
- 'b6cc2d9330707373d920f760793c6311'
- '6db8334398e0cdad7e3c6406206ff42a')
-
-build() {
-  cd $srcdir/$pkgname
-
-  # Fix entity encoding.
-  patch -p0  $srcdir/entity.patch
-
-  # Make TINYXML_USE_STL permanently defined in tinyxml.h
-  patch -p1  $srcdir/$pkgname-2.5.3-stl.patch
-
-  # Fix Makefile
-  sed -i \
--e '/^TINYXML_USE_STL/ s|=.*|=YES|' \
--e s|^RELEASE_CFLAGS.*| ${CXXFLAGS} -fPIC| Makefile
-
-  make
-  g++ -fPIC ${CXXFLAGS} -shared -o lib${pkgname}.so.0.$pkgver \
-  -Wl,-soname,lib${pkgname}.so.0 $(ls *.o | grep -v xmltest)
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -d -m 0755 $pkgdir/usr/{lib,include}
-  install -m 0755 lib${pkgname}.so.0.$pkgver $pkgdir/usr/lib/
-  install -m 0644 $pkgname.h tinystr.h $pkgdir/usr/include
-
-  (cd $pkgdir/usr/lib
-ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so.0
-ln -s lib${pkgname}.so.0.$pkgver lib${pkgname}.so
-  )
-}

Copied: tinyxml/repos/community-i686/PKGBUILD (from rev 88659, 
tinyxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 13:06:07 UTC (rev 88660)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Larry Hajali larryhaja[at]gmail[dot]com
+# Contributor: Hubert Grzeskowiak arch at nemesis13 dot de
+
+pkgname=tinyxml
+pkgver=2.6.2
+pkgrel=3
+pkgdesc='Simple, small, C++ XML parser that can be easily integrated into 
other programs'
+url=http://www.grinninglizard.com/tinyxml/;
+arch=('x86_64' 'i686')
+license=('zlib')
+depends=('gcc-libs')
+makedepends=('setconf')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz;
+'entity.patch'
+$pkgname-2.5.3-stl.patch
+$pkgname.pc)
+sha256sums=('15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593'
+'ef493209b0a51160171fd834a7ec02679463b85fb89a2ea254213e47f99b'
+

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

2013-04-21 Thread Lukas Fleischer
Date: Sunday, April 21, 2013 @ 15:22:53
  Author: lfleischer
Revision: 88661

upgpkg: remind 3.01.13-1

Upstream update.

Modified:
  remind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 13:06:07 UTC (rev 88660)
+++ PKGBUILD2013-04-21 13:22:53 UTC (rev 88661)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=remind
-pkgver=3.01.12
+pkgver=3.01.13
 pkgrel=1
 pkgdesc='A sophisticated calendar and alarm program.'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('tk' 'tcllib')
 
source=(http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('de16cbfc3ee94defcb1abdf78b2ebcd1'
- '4be6e58ad5117fe2299489b01db45d48')
+md5sums=('9b746d257eccd5961d61c649cf48305c'
+ 'SKIP')
 
 build() {
   cd ${pkgname}-0${pkgver}



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

2013-04-21 Thread Lukas Fleischer
Date: Sunday, April 21, 2013 @ 15:23:07
  Author: lfleischer
Revision: 88662

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

Added:
  remind/repos/community-i686/ChangeLog
(from rev 88661, remind/trunk/ChangeLog)
  remind/repos/community-i686/PKGBUILD
(from rev 88661, remind/trunk/PKGBUILD)
  remind/repos/community-x86_64/ChangeLog
(from rev 88661, remind/trunk/ChangeLog)
  remind/repos/community-x86_64/PKGBUILD
(from rev 88661, remind/trunk/PKGBUILD)
Deleted:
  remind/repos/community-i686/ChangeLog
  remind/repos/community-i686/PKGBUILD
  remind/repos/community-x86_64/ChangeLog
  remind/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |6 
 /PKGBUILD  |   58 +++
 community-i686/ChangeLog   |3 --
 community-i686/PKGBUILD|   29 -
 community-x86_64/ChangeLog |3 --
 community-x86_64/PKGBUILD  |   29 -
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-21 13:22:53 UTC (rev 88661)
+++ community-i686/ChangeLog2013-04-21 13:23:07 UTC (rev 88662)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Fixed source url

Copied: remind/repos/community-i686/ChangeLog (from rev 88661, 
remind/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-21 13:23:07 UTC (rev 88662)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Fixed source url

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 13:22:53 UTC (rev 88661)
+++ community-i686/PKGBUILD 2013-04-21 13:23:07 UTC (rev 88662)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Sebastian Sontberg ssontb...@h3c.de
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=remind
-pkgver=3.01.12
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-depends=('tk' 'tcllib')
-source=(http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('de16cbfc3ee94defcb1abdf78b2ebcd1'
- '4be6e58ad5117fe2299489b01db45d48')
-
-build() {
-  cd ${pkgname}-0${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: remind/repos/community-i686/PKGBUILD (from rev 88661, 
remind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 13:23:07 UTC (rev 88662)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Sebastian Sontberg ssontb...@h3c.de
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=remind
+pkgver=3.01.13
+pkgrel=1
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('i686' 'x86_64')
+url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
+license=('GPL')
+depends=('tk' 'tcllib')
+source=(http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('9b746d257eccd5961d61c649cf48305c'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-0${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-04-21 13:22:53 UTC (rev 88661)
+++ community-x86_64/ChangeLog  2013-04-21 13:23:07 UTC (rev 88662)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Fixed source url

Copied: remind/repos/community-x86_64/ChangeLog (from rev 88661, 
remind/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2013-04-21 13:23:07 UTC (rev 88662)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Fixed source url

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 13:22:53 UTC (rev 88661)
+++ community-x86_64/PKGBUILD   2013-04-21 13:23:07 UTC (rev 88662)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at 

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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 15:23:38
  Author: arodseth
Revision: 88663

upgpkg: milkytracker 0.90.85-8, fixed a dependency, patch and PKGBUILD 
cleanup/update

Added:
  milkytracker/trunk/milkytracker.patch
(from rev 88644, milkytracker/trunk/arch.patch)
Modified:
  milkytracker/trunk/PKGBUILD   (contents, properties)
  milkytracker/trunk/milkytracker.install
Deleted:
  milkytracker/trunk/arch.patch

--+
 PKGBUILD |   24 +
 arch.patch   |  632 -
 milkytracker.install |2 
 milkytracker.patch   |  632 +
 4 files changed, 646 insertions(+), 644 deletions(-)

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


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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 15:23:51
  Author: arodseth
Revision: 88664

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

Added:
  milkytracker/repos/community-i686/PKGBUILD
(from rev 88663, milkytracker/trunk/PKGBUILD)
  milkytracker/repos/community-i686/milkytracker.install
(from rev 88663, milkytracker/trunk/milkytracker.install)
  milkytracker/repos/community-i686/milkytracker.patch
(from rev 88663, milkytracker/trunk/milkytracker.patch)
  milkytracker/repos/community-x86_64/PKGBUILD
(from rev 88663, milkytracker/trunk/PKGBUILD)
  milkytracker/repos/community-x86_64/milkytracker.install
(from rev 88663, milkytracker/trunk/milkytracker.install)
  milkytracker/repos/community-x86_64/milkytracker.patch
(from rev 88663, milkytracker/trunk/milkytracker.patch)
Deleted:
  milkytracker/repos/community-i686/PKGBUILD
  milkytracker/repos/community-i686/arch.patch
  milkytracker/repos/community-i686/milkytracker.install
  milkytracker/repos/community-x86_64/PKGBUILD
  milkytracker/repos/community-x86_64/arch.patch
  milkytracker/repos/community-x86_64/milkytracker.install

---+
 /PKGBUILD |  110 +
 /milkytracker.install |   32 +
 community-i686/PKGBUILD   |   50 --
 community-i686/arch.patch |  632 
 community-i686/milkytracker.install   |   18 
 community-i686/milkytracker.patch |  632 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/arch.patch   |  632 
 community-x86_64/milkytracker.install |   18 
 community-x86_64/milkytracker.patch   |  632 
 10 files changed, 1406 insertions(+), 1400 deletions(-)

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


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

2013-04-21 Thread speps
Date: Sunday, April 21, 2013 @ 15:40:20
  Author: speps
Revision: 88665

upgpkg: supercollider 3.6.4-1

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 13:23:51 UTC (rev 88664)
+++ PKGBUILD2013-04-21 13:40:20 UTC (rev 88665)
@@ -4,8 +4,8 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
 pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
 arch=('i686' 'x86_64')
 url=http://supercollider.sourceforge.net/;
@@ -18,13 +18,14 @@
 'ruby: vim support')
 install=$pkgname.install
 
source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
-md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
+md5sums=('a6f0c1183f311ffcfbc143dce2332d74')
 
 build() {
   cd $srcdir/$_name-Source
   [ -d bld ] || mkdir bld  cd bld
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIBSCSYNTH=ON
   make
 }
 



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

2013-04-21 Thread speps
Date: Sunday, April 21, 2013 @ 15:40:47
  Author: speps
Revision: 88666

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

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

+
 /PKGBUILD  |   70 +++
 /supercollider.install |   24 ++
 community-i686/PKGBUILD|   34 ---
 community-i686/supercollider.install   |   12 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/supercollider.install |   12 -
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 13:40:20 UTC (rev 88665)
+++ community-i686/PKGBUILD 2013-04-21 13:40:47 UTC (rev 88666)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor:  farid at archlinux-br.org
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.6.3
-pkgrel=2
-pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
-arch=('i686' 'x86_64')
-url=http://supercollider.sourceforge.net/;
-license=('GPL3')
-depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
-makedepends=('cmake' 'ruby' 'vim' 'emacs')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'vim: vim interface'
-'ruby: vim support')
-install=$pkgname.install
-source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
-md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
-
-build() {
-  cd $srcdir/$_name-Source
-  [ -d bld ] || mkdir bld  cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/$_name-Source/bld
-  make DESTDIR=$pkgdir/ install
-}

Copied: supercollider/repos/community-i686/PKGBUILD (from rev 88665, 
supercollider/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 13:40:47 UTC (rev 88666)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor:  farid at archlinux-br.org
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.6.4
+pkgrel=1
+pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
+arch=('i686' 'x86_64')
+url=http://supercollider.sourceforge.net/;
+license=('GPL3')
+depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
+makedepends=('cmake' 'ruby' 'vim' 'emacs')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'vim: vim interface'
+'ruby: vim support')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
+md5sums=('a6f0c1183f311ffcfbc143dce2332d74')
+
+build() {
+  cd $srcdir/$_name-Source
+  [ -d bld ] || mkdir bld  cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIBSCSYNTH=ON
+  make
+}
+
+package() {
+  cd $srcdir/$_name-Source/bld
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/supercollider.install
===
--- community-i686/supercollider.install2013-04-21 13:40:20 UTC (rev 
88665)
+++ community-i686/supercollider.install2013-04-21 13:40:47 UTC (rev 
88666)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: supercollider/repos/community-i686/supercollider.install (from rev 
88665, supercollider/trunk/supercollider.install)
===
--- community-i686/supercollider.install(rev 0)
+++ community-i686/supercollider.install2013-04-21 13:40:47 UTC (rev 
88666)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2013-04-21 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 17:38:33
  Author: arodseth
Revision: 88667

Cleanup, not a new release yet

Modified:
  eclipse-cdt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 13:40:47 UTC (rev 88666)
+++ PKGBUILD2013-04-21 15:38:33 UTC (rev 88667)
@@ -10,16 +10,17 @@
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
-depends=('eclipse=4.2.1' 'libxtst')
+depends=('eclipse' 'libxtst')
 
source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
 sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
 
 package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
+  cd $srcdir
+
+  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
+  install -d $_installdir/eclipse
+  cp -a features $_installdir/eclipse
+  cp -a plugins $_installdir/eclipse
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-04-21 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 19:15:52
  Author: foutrelis
Revision: 183309

upgpkg: xfce4-notifyd 0.2.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 10:54:50 UTC (rev 183308)
+++ PKGBUILD2013-04-21 17:15:52 UTC (rev 183309)
@@ -3,20 +3,20 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc=Notification daemon for the Xfce desktop
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/xfce4-notifyd;
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('notification-daemon')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
+sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-21 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 19:16:07
  Author: foutrelis
Revision: 183310

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

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 183309, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
(from rev 183309, xfce4-notifyd/trunk/xfce4-notifyd.install)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 183309, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install
(from rev 183309, xfce4-notifyd/trunk/xfce4-notifyd.install)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install

+
 /PKGBUILD  |   78 +++
 /xfce4-notifyd.install |   28 
 extra-i686/PKGBUILD|   39 -
 extra-i686/xfce4-notifyd.install   |   14 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/xfce4-notifyd.install |   14 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 17:15:52 UTC (rev 183309)
+++ extra-i686/PKGBUILD 2013-04-21 17:16:07 UTC (rev 183310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=3
-pkgdesc=Notification daemon for the Xfce desktop
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 183309, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 17:16:07 UTC (rev 183310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-notifyd
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Notification daemon for the Xfce desktop
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-notifyd.install
===
--- extra-i686/xfce4-notifyd.install2013-04-21 17:15:52 UTC (rev 183309)
+++ extra-i686/xfce4-notifyd.install2013-04-21 17:16:07 UTC (rev 183310)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install (from rev 183309, 
xfce4-notifyd/trunk/xfce4-notifyd.install)
===
--- extra-i686/xfce4-notifyd.install(rev 0)
+++ extra-i686/xfce4-notifyd.install2013-04-21 17:16:07 UTC (rev 183310)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 17:15:52 UTC (rev 183309)
+++ extra-x86_64/PKGBUILD   2013-04-21 

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

2013-04-21 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 19:25:51
  Author: foutrelis
Revision: 88668

upgpkg: python-stevedore 0.8-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 15:38:33 UTC (rev 88667)
+++ PKGBUILD2013-04-21 17:25:51 UTC (rev 88668)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=0.3
-pkgrel=2
+pkgver=0.8
+pkgrel=1
 pkgdesc=Manage dynamic plugins for Python applications
 arch=('any')
 url=https://github.com/dreamhost/stevedore;
@@ -11,7 +11,7 @@
 makedepends=('python-distribute' 'python2-distribute')
 options=('!emptydirs')
 
source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('c86fe6931192d5e57755d21cf83d85499deaa8098f05607f031c250b85b6314a')
+sha256sums=('bf187929f739f86a73ad218193d23bddb34c717c5adb6fd84008c2975043edb6')
 
 package_python-stevedore() {
   depends=('python')



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

2013-04-21 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 19:26:00
  Author: foutrelis
Revision: 88669

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-21 17:25:51 UTC (rev 88668)
+++ PKGBUILD2013-04-21 17:26:00 UTC (rev 88669)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=0.3
-pkgrel=2
-pkgdesc=Manage dynamic plugins for Python applications
-arch=('any')
-url=https://github.com/dreamhost/stevedore;
-license=('Apache')
-makedepends=('python-distribute' 'python2-distribute')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('c86fe6931192d5e57755d21cf83d85499deaa8098f05607f031c250b85b6314a')
-
-package_python-stevedore() {
-  depends=('python')
-
-  cd $srcdir/stevedore-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2')
-
-  cd $srcdir/stevedore-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 88668, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-21 17:26:00 UTC (rev 88669)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=0.8
+pkgrel=1
+pkgdesc=Manage dynamic plugins for Python applications
+arch=('any')
+url=https://github.com/dreamhost/stevedore;
+license=('Apache')
+makedepends=('python-distribute' 'python2-distribute')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('bf187929f739f86a73ad218193d23bddb34c717c5adb6fd84008c2975043edb6')
+
+package_python-stevedore() {
+  depends=('python')
+
+  cd $srcdir/stevedore-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2')
+
+  cd $srcdir/stevedore-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-21 Thread Thomas Dziedzic
Date: Sunday, April 21, 2013 @ 21:08:18
  Author: td123
Revision: 183311

upgpkg: ghc 7.6.3-1

bump

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 17:16:07 UTC (rev 183310)
+++ PKGBUILD2013-04-21 19:08:18 UTC (rev 183311)
@@ -7,7 +7,7 @@
 #   This implies that all libraries need to be rebuilt when ghc is rebuilt.
 
 pkgname=ghc
-pkgver=7.6.2
+pkgver=7.6.3
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -72,8 +72,8 @@
 source=(http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2;
 
http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.bz2;
 'build.mk')
-md5sums=('2585d83e7d8daece2fe0949c6bc42a2c'
- '8454aaeb4e226ddb66c237c15874a47f'
+md5sums=('986d1f90ca30d60f7b2820d75c6b8ea7'
+ '66aa6177a31cc4b9d7eeb55cb1514918'
  'c367ef26300648ee9b8aca3dee5c9669')
 
 build() {



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

2013-04-21 Thread Thomas Dziedzic
Date: Sunday, April 21, 2013 @ 21:09:12
  Author: td123
Revision: 183312

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

Added:
  ghc/repos/staging-i686/
  ghc/repos/staging-i686/PKGBUILD
(from rev 183311, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 183311, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 183311, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 183311, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 183311, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 183311, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 183311, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 183311, ghc/trunk/print-provides-replaces.sh)

---+
 staging-i686/PKGBUILD |  131 ++
 staging-i686/build.mk |  200 
 staging-i686/ghc.install  |   10 +
 staging-i686/print-provides-replaces.sh   |   38 +
 staging-x86_64/PKGBUILD   |  131 ++
 staging-x86_64/build.mk   |  200 
 staging-x86_64/ghc.install|   10 +
 staging-x86_64/print-provides-replaces.sh |   38 +
 8 files changed, 758 insertions(+)

Copied: ghc/repos/staging-i686/PKGBUILD (from rev 183311, ghc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-21 19:09:12 UTC (rev 183312)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+pkgname=ghc
+pkgver=7.6.3
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp=5.0' 'gcc') # 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n  1 does this...
+#options=('!makeflags')
+# missing rtl?
+provides=('haskell-array=0.4.0.1'
+  'haskell-base=4.6.0.1'
+  'haskell-binary=0.5.1.1'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.0.2'
+  'haskell-containers=0.5.0.0'
+  'haskell-deepseq=1.3.0.1'
+  'haskell-directory=1.2.0.1'
+  'haskell-filepath=1.3.0.1'
+  'haskell-ghc-prim=0.3.0.0'
+  'haskell-haskell2010=1.1.1.0'
+  'haskell-haskell98=2.0.0.2'
+  'haskell-hoopl=3.9.0.0'
+  'haskell-hpc=0.6.0.0'
+  'haskell-integer-gmp=0.5.0.0'
+  'haskell-old-locale=1.0.0.5'
+  'haskell-old-time=1.1.0.1'
+  'haskell-pretty=1.1.1.0'
+  'haskell-process=1.1.0.2'
+  'haskell-template-haskell=2.8.0.0'
+  'haskell-time=1.4.0.1'
+  'haskell-unix=2.6.0.1'
+  'haskell-cabal=1.16.0'
+ )
+replaces=('haskell-array0.4.0.1'
+  'haskell-base4.6.0.1'
+  'haskell-binary0.5.1.1'
+  'haskell-bin-package-db0.0.0.0'
+  'haskell-bytestring0.10.0.2'
+  'haskell-containers0.5.0.0'
+  'haskell-deepseq1.3.0.1'
+  'haskell-directory1.2.0.1'
+  'haskell-filepath1.3.0.1'
+  'haskell-ghc-prim0.3.0.0'
+  'haskell-haskell20101.1.1.0'
+  'haskell-haskell982.0.0.2'
+  'haskell-hoopl3.9.0.0'
+  'haskell-hpc0.6.0.0'
+  'haskell-integer-gmp0.5.0.0'
+  'haskell-old-locale1.0.0.5'
+  'haskell-old-time1.1.0.1'
+  'haskell-pretty1.1.1.0'
+  'haskell-process1.1.0.2'
+  'haskell-template-haskell2.8.0.0'
+  'haskell-time1.4.0.1'
+  'haskell-unix2.6.0.1'
+  'haskell-cabal1.16.0'
+ )
+source=(http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2;
+
http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.bz2;
+'build.mk')
+md5sums=('986d1f90ca30d60f7b2820d75c6b8ea7'
+ '66aa6177a31cc4b9d7eeb55cb1514918'
+ 'c367ef26300648ee9b8aca3dee5c9669')
+
+build() {
+  cd ghc-${pkgver}
+
+  cp ${srcdir}/build.mk mk/build.mk
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+check() {
+  # keep this otherwise a lot of tests will show as unexpected failures... 

[arch-commits] Commit in fdm/trunk (GNUmakefile.patch PKGBUILD fdm.conf)

2013-04-21 Thread Jaroslav Lichtblau
Date: Sunday, April 21, 2013 @ 22:30:35
  Author: jlichtblau
Revision: 88670

upgpkg: fdm 1.7-1

Modified:
  fdm/trunk/PKGBUILD
Deleted:
  fdm/trunk/GNUmakefile.patch
  fdm/trunk/fdm.conf

---+
 GNUmakefile.patch |   49 -
 PKGBUILD  |   34 ++
 fdm.conf  |2 --
 3 files changed, 18 insertions(+), 67 deletions(-)

Deleted: GNUmakefile.patch
===
--- GNUmakefile.patch   2013-04-21 17:26:00 UTC (rev 88669)
+++ GNUmakefile.patch   2013-04-21 20:30:35 UTC (rev 88670)
@@ -1,49 +0,0 @@
 fdm-1,6/GNUmakefile2008-12-22 21:50:05.0 +0530
-+++ fdm-1.6/GNUmakefile2009-05-09 19:07:21.0 +0530
-@@ -8,10 +8,7 @@
- 
- #DEBUG= 1
- 
--PREFIX?= /usr/local
--
--BIN_OWNER= bin
--BIN_GROUP= root
-+PREFIX?= /usr
- 
- CC= gcc
- 
-@@ -27,8 +24,8 @@
- endif
- 
- INSTALLDIR= install -d
--INSTALLBIN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 555
--INSTALLMAN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 444
-+INSTALLBIN= install -m 0755
-+INSTALLMAN= install -m 0644
- 
- SRCS= fdm.c \
-   attach.c buffer.c cleanup.c command.c connect.c io.c log.c netrc.c \
-@@ -72,7 +69,7 @@
- endif
- 
- OBJS= $(patsubst %.c,%.o,$(SRCS))
--CPPFLAGS+= $(DEFS) -I. -I- $(INCDIRS)
-+CPPFLAGS+= $(DEFS) -I. -iquote. $(INCDIRS)
- ifdef DEBUG
- CFLAGS+= -g -ggdb -DDEBUG
- LDFLAGS+= -rdynamic
-@@ -115,10 +112,10 @@
- install:
-   $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
-   $(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
--  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man5
--  $(INSTALLMAN) $(PROG).conf.5 $(DESTDIR)$(PREFIX)/man/man5/$(PROG).conf.5
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
-+  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(PROG).1
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man5
-+  $(INSTALLMAN) $(PROG).conf.5 
$(DESTDIR)$(PREFIX)/share/man/man5/$(PROG).conf.5
- 
- clean:
-   rm -f $(CLEANFILES)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-21 17:26:00 UTC (rev 88669)
+++ PKGBUILD2013-04-21 20:30:35 UTC (rev 88670)
@@ -1,33 +1,35 @@
 # $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Jeff Mickey j...@archlinux.org
 # Contributor: Grigorios Bouzakis grb...@gmail.com
 
 pkgname=fdm
-pkgver=1.6
-pkgrel=3
+pkgver=1.7
+pkgrel=1
 pkgdesc='Program to fetch and deliver mail'
+arch=('i686' 'x86_64')
 url='http://fdm.sourceforge.net/'
 license=('BSD')
-arch=('i686' 'x86_64')
+depends=('openssl' 'tdb' 'zlib')
+makedepends=('patch' 'sed')
 options=('!makeflags')
-depends=('openssl' 'tdb' 'zlib')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
-   'GNUmakefile.patch')
-sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82'
-  '0bddf0b0403ccee62190355f43fae84932c37436')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../GNUmakefile.patch
-   make
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure
+  make PREFIX=/usr MANDIR=/usr/share/man
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} PREFIX=/usr MANDIR=/usr/share/man install
 
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   mv examples ${pkgdir}/usr/share/doc/${pkgname}
+  install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+  sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  mv examples ${pkgdir}/usr/share/doc/${pkgname}
 }

Deleted: fdm.conf
===
--- fdm.conf2013-04-21 17:26:00 UTC (rev 88669)
+++ fdm.conf2013-04-21 20:30:35 UTC (rev 88670)
@@ -1,2 +0,0 @@
-# Default system-wide configuration file for fdm.
-# You probably want to make a ~/.fdm.conf, and not edit this file.



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

2013-04-21 Thread Jaroslav Lichtblau
Date: Sunday, April 21, 2013 @ 22:30:45
  Author: jlichtblau
Revision: 88671

archrelease: copy trunk to community-x86_64

Added:
  fdm/repos/community-x86_64/PKGBUILD
(from rev 88670, fdm/trunk/PKGBUILD)
Deleted:
  fdm/repos/community-x86_64/GNUmakefile.patch
  fdm/repos/community-x86_64/PKGBUILD
  fdm/repos/community-x86_64/fdm.conf

---+
 GNUmakefile.patch |   49 -
 PKGBUILD  |   68 ++--
 fdm.conf  |2 -
 3 files changed, 35 insertions(+), 84 deletions(-)

Deleted: GNUmakefile.patch
===
--- GNUmakefile.patch   2013-04-21 20:30:35 UTC (rev 88670)
+++ GNUmakefile.patch   2013-04-21 20:30:45 UTC (rev 88671)
@@ -1,49 +0,0 @@
 fdm-1,6/GNUmakefile2008-12-22 21:50:05.0 +0530
-+++ fdm-1.6/GNUmakefile2009-05-09 19:07:21.0 +0530
-@@ -8,10 +8,7 @@
- 
- #DEBUG= 1
- 
--PREFIX?= /usr/local
--
--BIN_OWNER= bin
--BIN_GROUP= root
-+PREFIX?= /usr
- 
- CC= gcc
- 
-@@ -27,8 +24,8 @@
- endif
- 
- INSTALLDIR= install -d
--INSTALLBIN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 555
--INSTALLMAN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 444
-+INSTALLBIN= install -m 0755
-+INSTALLMAN= install -m 0644
- 
- SRCS= fdm.c \
-   attach.c buffer.c cleanup.c command.c connect.c io.c log.c netrc.c \
-@@ -72,7 +69,7 @@
- endif
- 
- OBJS= $(patsubst %.c,%.o,$(SRCS))
--CPPFLAGS+= $(DEFS) -I. -I- $(INCDIRS)
-+CPPFLAGS+= $(DEFS) -I. -iquote. $(INCDIRS)
- ifdef DEBUG
- CFLAGS+= -g -ggdb -DDEBUG
- LDFLAGS+= -rdynamic
-@@ -115,10 +112,10 @@
- install:
-   $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
-   $(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
--  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man5
--  $(INSTALLMAN) $(PROG).conf.5 $(DESTDIR)$(PREFIX)/man/man5/$(PROG).conf.5
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
-+  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(PROG).1
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man5
-+  $(INSTALLMAN) $(PROG).conf.5 
$(DESTDIR)$(PREFIX)/share/man/man5/$(PROG).conf.5
- 
- clean:
-   rm -f $(CLEANFILES)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-21 20:30:35 UTC (rev 88670)
+++ PKGBUILD2013-04-21 20:30:45 UTC (rev 88671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Grigorios Bouzakis grb...@gmail.com
-
-pkgname=fdm
-pkgver=1.6
-pkgrel=3
-pkgdesc='Program to fetch and deliver mail'
-url='http://fdm.sourceforge.net/'
-license=('BSD')
-arch=('i686' 'x86_64')
-options=('!makeflags')
-depends=('openssl' 'tdb' 'zlib')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
-   'GNUmakefile.patch')
-sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82'
-  '0bddf0b0403ccee62190355f43fae84932c37436')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../GNUmakefile.patch
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   mv examples ${pkgdir}/usr/share/doc/${pkgname}
-}

Copied: fdm/repos/community-x86_64/PKGBUILD (from rev 88670, fdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-21 20:30:45 UTC (rev 88671)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Grigorios Bouzakis grb...@gmail.com
+
+pkgname=fdm
+pkgver=1.7
+pkgrel=1
+pkgdesc='Program to fetch and deliver mail'
+arch=('i686' 'x86_64')
+url='http://fdm.sourceforge.net/'
+license=('BSD')
+depends=('openssl' 'tdb' 'zlib')
+makedepends=('patch' 'sed')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure
+  make PREFIX=/usr MANDIR=/usr/share/man
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} PREFIX=/usr MANDIR=/usr/share/man install
+
+  install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+  sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  mv examples ${pkgdir}/usr/share/doc/${pkgname}
+}

Deleted: fdm.conf

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

2013-04-21 Thread Jaroslav Lichtblau
Date: Sunday, April 21, 2013 @ 22:32:15
  Author: jlichtblau
Revision: 88672

archrelease: copy trunk to community-i686

Added:
  fdm/repos/community-i686/PKGBUILD
(from rev 88671, fdm/trunk/PKGBUILD)
Deleted:
  fdm/repos/community-i686/GNUmakefile.patch
  fdm/repos/community-i686/PKGBUILD
  fdm/repos/community-i686/fdm.conf

---+
 GNUmakefile.patch |   49 -
 PKGBUILD  |   68 ++--
 fdm.conf  |2 -
 3 files changed, 35 insertions(+), 84 deletions(-)

Deleted: GNUmakefile.patch
===
--- GNUmakefile.patch   2013-04-21 20:30:45 UTC (rev 88671)
+++ GNUmakefile.patch   2013-04-21 20:32:15 UTC (rev 88672)
@@ -1,49 +0,0 @@
 fdm-1,6/GNUmakefile2008-12-22 21:50:05.0 +0530
-+++ fdm-1.6/GNUmakefile2009-05-09 19:07:21.0 +0530
-@@ -8,10 +8,7 @@
- 
- #DEBUG= 1
- 
--PREFIX?= /usr/local
--
--BIN_OWNER= bin
--BIN_GROUP= root
-+PREFIX?= /usr
- 
- CC= gcc
- 
-@@ -27,8 +24,8 @@
- endif
- 
- INSTALLDIR= install -d
--INSTALLBIN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 555
--INSTALLMAN= install -g $(BIN_OWNER) -o $(BIN_GROUP) -m 444
-+INSTALLBIN= install -m 0755
-+INSTALLMAN= install -m 0644
- 
- SRCS= fdm.c \
-   attach.c buffer.c cleanup.c command.c connect.c io.c log.c netrc.c \
-@@ -72,7 +69,7 @@
- endif
- 
- OBJS= $(patsubst %.c,%.o,$(SRCS))
--CPPFLAGS+= $(DEFS) -I. -I- $(INCDIRS)
-+CPPFLAGS+= $(DEFS) -I. -iquote. $(INCDIRS)
- ifdef DEBUG
- CFLAGS+= -g -ggdb -DDEBUG
- LDFLAGS+= -rdynamic
-@@ -115,10 +112,10 @@
- install:
-   $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
-   $(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
--  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
--  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man5
--  $(INSTALLMAN) $(PROG).conf.5 $(DESTDIR)$(PREFIX)/man/man5/$(PROG).conf.5
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
-+  $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(PROG).1
-+  $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man5
-+  $(INSTALLMAN) $(PROG).conf.5 
$(DESTDIR)$(PREFIX)/share/man/man5/$(PROG).conf.5
- 
- clean:
-   rm -f $(CLEANFILES)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-21 20:30:45 UTC (rev 88671)
+++ PKGBUILD2013-04-21 20:32:15 UTC (rev 88672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Grigorios Bouzakis grb...@gmail.com
-
-pkgname=fdm
-pkgver=1.6
-pkgrel=3
-pkgdesc='Program to fetch and deliver mail'
-url='http://fdm.sourceforge.net/'
-license=('BSD')
-arch=('i686' 'x86_64')
-options=('!makeflags')
-depends=('openssl' 'tdb' 'zlib')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
-   'GNUmakefile.patch')
-sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82'
-  '0bddf0b0403ccee62190355f43fae84932c37436')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../GNUmakefile.patch
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   mv examples ${pkgdir}/usr/share/doc/${pkgname}
-}

Copied: fdm/repos/community-i686/PKGBUILD (from rev 88671, fdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-21 20:32:15 UTC (rev 88672)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Grigorios Bouzakis grb...@gmail.com
+
+pkgname=fdm
+pkgver=1.7
+pkgrel=1
+pkgdesc='Program to fetch and deliver mail'
+arch=('i686' 'x86_64')
+url='http://fdm.sourceforge.net/'
+license=('BSD')
+depends=('openssl' 'tdb' 'zlib')
+makedepends=('patch' 'sed')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure
+  make PREFIX=/usr MANDIR=/usr/share/man
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} PREFIX=/usr MANDIR=/usr/share/man install
+
+  install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+  sed '3,17p;d' fdm.c  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  mv examples ${pkgdir}/usr/share/doc/${pkgname}
+}

Deleted: fdm.conf

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:32
  Author: heftig
Revision: 183314

db-move: moved anjuta from [testing] to [extra] (i686, x86_64)

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 183313, anjuta/repos/testing-i686/PKGBUILD)
  anjuta/repos/extra-i686/anjuta-glade.xml.diff
(from rev 183313, anjuta/repos/testing-i686/anjuta-glade.xml.diff)
  anjuta/repos/extra-i686/anjuta.install
(from rev 183313, anjuta/repos/testing-i686/anjuta.install)
  anjuta/repos/extra-i686/fix-compile-error.patch
(from rev 183313, anjuta/repos/testing-i686/fix-compile-error.patch)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 183313, anjuta/repos/testing-x86_64/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta-glade.xml.diff
(from rev 183313, anjuta/repos/testing-x86_64/anjuta-glade.xml.diff)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 183313, anjuta/repos/testing-x86_64/anjuta.install)
  anjuta/repos/extra-x86_64/fix-compile-error.patch
(from rev 183313, anjuta/repos/testing-x86_64/fix-compile-error.patch)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install
  anjuta/repos/testing-i686/
  anjuta/repos/testing-x86_64/

--+
 /PKGBUILD|  120 +
 /anjuta.install  |   30 
 extra-i686/PKGBUILD  |   50 -
 extra-i686/anjuta-glade.xml.diff |  101 +++
 extra-i686/anjuta.install|   15 
 extra-i686/fix-compile-error.patch   |   24 ++
 extra-x86_64/PKGBUILD|   50 -
 extra-x86_64/anjuta-glade.xml.diff   |  101 +++
 extra-x86_64/anjuta.install  |   15 
 extra-x86_64/fix-compile-error.patch |   24 ++
 10 files changed, 400 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:25 UTC (rev 183313)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:32 UTC (rev 183314)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Harley Laue losinggenerat...@yahoo.com
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.6.2
-pkgrel=2
-pkgdesc=GNOME Integrated Development Environment (IDE)
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf' 'gnome-doc-utils' 'intltool' 
'gobject-introspection' 'itstool')
-url=http://www.anjuta.org/;
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('2cf44120dcf22c4f4f25bbc65d3641c206e627776ab0f3a37ff0059844d581a2')
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package_libanjuta(){
-  pkgdesc=Anjuta runtime library
-  depends=('gdl')
-  conflicts=('anjuta3.4.4')
-
-  cd $pkgbase-$pkgver/libanjuta
-
-  # j1: Race during linking
-  make -j1 DESTDIR=$pkgdir install
-}
-
-package_anjuta(){
-  pkgdesc=GNOME Integrated Development Environment (IDE)
-  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
-
-  install=anjuta.install
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  cd libanjuta
-  make -j1 DESTDIR=$pkgdir uninstall
-  
-  sed -i 1s|#!/usr/bin/python$|2| \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 183313, 
anjuta/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:32 UTC (rev 183314)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme 
vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
+ python)
+url=http://www.anjuta.org/;
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+fix-compile-error.patch anjuta-glade.xml.diff)
+sha256sums=('ef5d8a5032d4c2025e1870bef044fa025f01096a86f8f226eb178688a960c5b9'
+'d072af4c1c52ce65f84026b83baa642a9bcfa06b10913b356b5cd99d98931b1d'
+'e480c41a92198c9158f7d66f248b83464e6d0745d5756dae581b204d5439cc4d')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  patch 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:33
  Author: heftig
Revision: 183315

db-move: moved gdm from [testing] to [extra] (i686, x86_64)

Added:
  gdm/repos/extra-i686/PKGBUILD
(from rev 183313, gdm/repos/testing-i686/PKGBUILD)
  gdm/repos/extra-i686/fix_external_program_directories.patch
(from rev 183313, 
gdm/repos/testing-i686/fix_external_program_directories.patch)
  gdm/repos/extra-i686/gdm.install
(from rev 183313, gdm/repos/testing-i686/gdm.install)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 183313, gdm/repos/testing-x86_64/PKGBUILD)
  gdm/repos/extra-x86_64/fix_external_program_directories.patch
(from rev 183313, 
gdm/repos/testing-x86_64/fix_external_program_directories.patch)
  gdm/repos/extra-x86_64/gdm.install
(from rev 183313, gdm/repos/testing-x86_64/gdm.install)
Deleted:
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/fix_external_program_directories.patch
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/git-fixes.patch
  gdm/repos/extra-i686/maintain-FamilyLocal-cookie.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/fix_external_program_directories.patch
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/git-fixes.patch
  gdm/repos/extra-x86_64/maintain-FamilyLocal-cookie.patch
  gdm/repos/testing-i686/
  gdm/repos/testing-x86_64/

-+
 /PKGBUILD   |  156 
 /fix_external_program_directories.patch |   24 
 /gdm.install|   60 
 extra-i686/PKGBUILD |   65 
 extra-i686/fix_external_program_directories.patch   |   12 
 extra-i686/gdm.install  |   30 
 extra-i686/git-fixes.patch  | 9067 --
 extra-i686/maintain-FamilyLocal-cookie.patch|  124 
 extra-x86_64/PKGBUILD   |   65 
 extra-x86_64/fix_external_program_directories.patch |   12 
 extra-x86_64/gdm.install|   30 
 extra-x86_64/git-fixes.patch| 9067 --
 extra-x86_64/maintain-FamilyLocal-cookie.patch  |  124 
 13 files changed, 240 insertions(+), 18596 deletions(-)

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


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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:34
  Author: heftig
Revision: 183316

db-move: moved glibmm from [testing] to [extra] (i686, x86_64)

Added:
  glibmm/repos/extra-i686/PKGBUILD
(from rev 183313, glibmm/repos/testing-i686/PKGBUILD)
  glibmm/repos/extra-x86_64/PKGBUILD
(from rev 183313, glibmm/repos/testing-x86_64/PKGBUILD)
Deleted:
  glibmm/repos/extra-i686/PKGBUILD
  glibmm/repos/extra-x86_64/PKGBUILD
  glibmm/repos/testing-i686/
  glibmm/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:33 UTC (rev 183315)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:34 UTC (rev 183316)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.34.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('b425a52c7e178aeaaaffd02c5497bfd68d0cb8be56cef3620558a80dd5d692c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/extra-i686/PKGBUILD (from rev 183313, 
glibmm/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:34 UTC (rev 183316)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('59c54996527f3a257964e7226151175c423f6fb22166e81d65a652f483f3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:06:33 UTC (rev 183315)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:34 UTC (rev 183316)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.34.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('b425a52c7e178aeaaaffd02c5497bfd68d0cb8be56cef3620558a80dd5d692c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 183313, 
glibmm/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:34 UTC (rev 183316)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:35
  Author: heftig
Revision: 183317

db-move: moved gtkmm3 from [testing] to [extra] (i686, x86_64)

Added:
  gtkmm3/repos/extra-i686/PKGBUILD
(from rev 183313, gtkmm3/repos/testing-i686/PKGBUILD)
  gtkmm3/repos/extra-x86_64/PKGBUILD
(from rev 183313, gtkmm3/repos/testing-x86_64/PKGBUILD)
Deleted:
  gtkmm3/repos/extra-i686/PKGBUILD
  gtkmm3/repos/extra-x86_64/PKGBUILD
  gtkmm3/repos/testing-i686/
  gtkmm3/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:34 UTC (rev 183316)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:35 UTC (rev 183317)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('888154d5c8acec083aa15e8dab68d977a393ade7257f0630becfa9a223fa2359')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-i686/PKGBUILD (from rev 183313, 
gtkmm3/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:35 UTC (rev 183317)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:06:34 UTC (rev 183316)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:35 UTC (rev 183317)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('888154d5c8acec083aa15e8dab68d977a393ade7257f0630becfa9a223fa2359')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 183313, 
gtkmm3/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:35 UTC (rev 183317)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:37
  Author: heftig
Revision: 183318

db-move: moved gvfs from [testing] to [extra] (i686, x86_64)

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 183313, gvfs/repos/testing-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 183313, gvfs/repos/testing-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 183313, gvfs/repos/testing-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 183313, gvfs/repos/testing-i686/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 183313, gvfs/repos/testing-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 183313, gvfs/repos/testing-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 183313, gvfs/repos/testing-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 183313, gvfs/repos/testing-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/fix-paranoia-include.patch
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/fix-paranoia-include.patch
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/testing-i686/
  gvfs/repos/testing-x86_64/

-+
 /PKGBUILD   |  278 ++
 /gvfs-module.install|   14 +
 /gvfs-smb.install   |   24 ++
 /gvfs.install   |   28 +++
 extra-i686/PKGBUILD |  116 
 extra-i686/fix-paranoia-include.patch   |   11 -
 extra-i686/gvfs-module.install  |7 
 extra-i686/gvfs-smb.install |   12 -
 extra-i686/gvfs.install |   14 -
 extra-x86_64/PKGBUILD   |  116 
 extra-x86_64/fix-paranoia-include.patch |   11 -
 extra-x86_64/gvfs-module.install|7 
 extra-x86_64/gvfs-smb.install   |   12 -
 extra-x86_64/gvfs.install   |   14 -
 14 files changed, 344 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:35 UTC (rev 183317)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:37 UTC (rev 183318)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.14.2
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3')
-url=http://www.gnome.org;
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-fix-paranoia-include.patch)
-sha256sums=('c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc'
-'4385f9c5100bc0e01c59d07bef07737bb8155e60b56d3ee948e0b48ff207ff76')
-
-build() {
-  cd $pkgbase-$pkgver
-  patch -Np0 -i ../fix-paranoia-include.patch
-  ./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-paranoia' 
'libsoup-gnome' 'udisks2' 'libsecret')
-  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'
-  'gtk3: Recent files 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')
-  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} 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:39
  Author: heftig
Revision: 183320

db-move: moved nautilus from [testing] to [extra] (i686, x86_64)

Added:
  nautilus/repos/extra-i686/PKGBUILD
(from rev 183313, nautilus/repos/testing-i686/PKGBUILD)
  nautilus/repos/extra-i686/nautilus.install
(from rev 183313, nautilus/repos/testing-i686/nautilus.install)
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 183313, nautilus/repos/testing-x86_64/PKGBUILD)
  nautilus/repos/extra-x86_64/nautilus.install
(from rev 183313, nautilus/repos/testing-x86_64/nautilus.install)
Deleted:
  nautilus/repos/extra-i686/PKGBUILD
  nautilus/repos/extra-i686/nautilus.install
  nautilus/repos/extra-x86_64/PKGBUILD
  nautilus/repos/extra-x86_64/nautilus.install
  nautilus/repos/testing-i686/
  nautilus/repos/testing-x86_64/

---+
 /PKGBUILD |  104 
 /nautilus.install |   28 ++
 extra-i686/PKGBUILD   |   34 -
 extra-i686/nautilus.install   |   14 -
 extra-x86_64/PKGBUILD |   34 -
 extra-x86_64/nautilus.install |   14 -
 6 files changed, 132 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:38 UTC (rev 183319)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:39 UTC (rev 183320)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=nautilus
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=GNOME file manager
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=nautilus.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d272027754ce8591959ae854fc6b5f43eee4af31e4eecf06de727acebe0ee46c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-nst-extension \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 183313, 
nautilus/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:39 UTC (rev 183320)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('9827e939aa0621041754379ca0227ceb82877785f013dd5935ecc4b791314892')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv $pkgdir/usr/include n-e/usr
+  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc=Library for extending the $pkgdesc
+  depends=(gtk3)
+
+  mv n-e/* $pkgdir
+}

Deleted: extra-i686/nautilus.install
===
--- extra-i686/nautilus.install 2013-04-21 22:06:38 UTC (rev 183319)
+++ extra-i686/nautilus.install 2013-04-21 22:06:39 UTC (rev 183320)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nautilus/repos/extra-i686/nautilus.install (from rev 183313, 
nautilus/repos/testing-i686/nautilus.install)

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:40
  Author: heftig
Revision: 183321

db-move: moved pyatspi from [testing] to [extra] (any)

Added:
  pyatspi/repos/extra-any/PKGBUILD
(from rev 183313, pyatspi/repos/testing-any/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD
  pyatspi/repos/testing-any/

+
 /PKGBUILD  |   50 ++
 extra-any/PKGBUILD |   51 ---
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-04-21 22:06:39 UTC (rev 183320)
+++ extra-any/PKGBUILD  2013-04-21 22:06:40 UTC (rev 183321)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pyatspi
-pkgname=(python-atspi python2-atspi)
-pkgver=2.6.0
-pkgrel=2
-arch=(any)
-url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
-license=('GPL2')
-makedepends=(python-gobject python2-gobject at-spi2-core)
-source=(http://download.gnome.org/sources/${pkgbase}/${pkgver::3}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('6203fa4204267bb1938725ec66d5a1e618febc8a7d6ff5582a646b789f37f87e')
-
-build() {
-  mkdir python2 python3
-
-  cd $pkgbase-$pkgver
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
-
-  cd ../python2
-  PYTHON=/usr/bin/python2 ../$pkgbase-$pkgver/configure --prefix=/usr
-  make
-
-  cd ../python3
-  PYTHON=/usr/bin/python3 ../$pkgbase-$pkgver/configure --prefix=/usr
-  make
-}
-
-package_python-atspi() {
-  pkgdesc=Python 3 bindings for at-spi
-  depends=(python-gobject at-spi2-core)
-
-  cd python3
-  make DESTDIR=$pkgdir install
-}
-
-package_python2-atspi() {
-  pkgdesc=Python 2 bindings for at-spi
-  depends=(python2-gobject at-spi2-core)
-  provides=(pyatspi=$pkgver)
-  replaces=(pyatspi)
-  conflicts=(pyatspi)
-
-  cd python2
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 183313, 
pyatspi/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:06:40 UTC (rev 183321)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.8.0
+pkgrel=1
+arch=(any)
+url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=('GPL2')
+makedepends=(python-gobject python2-gobject at-spi2-core)
+source=(http://download.gnome.org/sources/${pkgbase}/${pkgver::3}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('f1695670f13c804898f959e3e7fc517db1c7f1079c051d10e22a35889524fd17')
+
+build() {
+  mkdir python2 python3
+
+  cd $pkgbase-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+
+  cd ../python2
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
+  make
+}
+
+package_python-atspi() {
+  pkgdesc=Python 3 bindings for at-spi
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR=$pkgdir install
+}
+
+package_python2-atspi() {
+  pkgdesc=Python 2 bindings for at-spi
+  depends=(python2-gobject at-spi2-core)
+  provides=(pyatspi=$pkgver)
+  replaces=(pyatspi)
+  conflicts=(pyatspi)
+
+  cd python2
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:41
  Author: heftig
Revision: 183322

db-move: moved pygobject from [testing] to [extra] (i686, x86_64)

Added:
  pygobject/repos/extra-i686/PKGBUILD
(from rev 183313, pygobject/repos/testing-i686/PKGBUILD)
  pygobject/repos/extra-x86_64/PKGBUILD
(from rev 183313, pygobject/repos/testing-x86_64/PKGBUILD)
Deleted:
  pygobject/repos/extra-i686/PKGBUILD
  pygobject/repos/extra-x86_64/PKGBUILD
  pygobject/repos/testing-i686/
  pygobject/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:40 UTC (rev 183321)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:41 UTC (rev 183322)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.4.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/PyGObject;
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')
-sha256sums=('2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad')
-
-build() {
-  cp -a $pkgbase-$pkgver python2-build
-  mkdir devel
-
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr
-make
-  )
-
-  (
-cd $pkgbase-$pkgver
-./configure --prefix=/usr
-make
-  )
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
-
-  cd python2-build
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/extra-i686/PKGBUILD (from rev 183313, 
pygobject/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:41 UTC (rev 183322)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.1
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:06:40 UTC (rev 183321)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:41 UTC (rev 183322)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.4.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/PyGObject;
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:42
  Author: heftig
Revision: 183323

db-move: moved totem from [testing] to [extra] (i686, x86_64)

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 183313, totem/repos/testing-i686/PKGBUILD)
  totem/repos/extra-i686/browser-plugins.ini
(from rev 183313, totem/repos/testing-i686/browser-plugins.ini)
  totem/repos/extra-i686/totem.install
(from rev 183313, totem/repos/testing-i686/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 183313, totem/repos/testing-x86_64/PKGBUILD)
  totem/repos/extra-x86_64/browser-plugins.ini
(from rev 183313, totem/repos/testing-x86_64/browser-plugins.ini)
  totem/repos/extra-x86_64/totem.install
(from rev 183313, totem/repos/testing-x86_64/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/browser-plugins.ini
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/browser-plugins.ini
  totem/repos/extra-x86_64/totem.install
  totem/repos/testing-i686/
  totem/repos/testing-x86_64/

--+
 /PKGBUILD|  142 +
 /browser-plugins.ini |4 +
 /totem.install   |   26 ++
 extra-i686/PKGBUILD  |   71 --
 extra-i686/browser-plugins.ini   |2 
 extra-i686/totem.install |   13 ---
 extra-x86_64/PKGBUILD|   71 --
 extra-x86_64/browser-plugins.ini |2 
 extra-x86_64/totem.install   |   13 ---
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:41 UTC (rev 183322)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:42 UTC (rev 183323)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.6.3
-pkgrel=2
-pkgdesc=GNOME3 movie player based on GStreamer
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
- hicolor-icon-theme gnome-icon-theme-symbolic 
gsettings-desktop-schemas dconf clutter-gst
- clutter-gtk python2-gobject gst-plugins-bad)
-makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint 
dbus-glib libzeitgeist)
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini)
-sha256sums=('ad9f2ff207c8a965975670e262394953b37b2dc25cff7ee59f138f961f88ce60'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=(gnome-extra)
-  install=totem.install
-  optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin'
-  'libzeitgeist: Zeitgeist plugin')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  rm -r $pkgdir/usr/lib/mozilla
-  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-$pkgdir/usr/lib/totem/totem/totem-bugreport.py
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem plugin for web browsers
-  depends=(totem=$pkgver dbus-glib)
-  backup=(etc/totem/browser-plugins.ini)
-
-  cd $pkgbase-$pkgver
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=$pkgdir install
-  
-  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 183313, 
totem/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:42 UTC (rev 183323)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+  

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:38
  Author: heftig
Revision: 183319

db-move: moved libsigc++ from [testing] to [extra] (i686, x86_64)

Added:
  libsigc++/repos/extra-i686/PKGBUILD
(from rev 183313, libsigc++/repos/testing-i686/PKGBUILD)
  libsigc++/repos/extra-x86_64/PKGBUILD
(from rev 183313, libsigc++/repos/testing-x86_64/PKGBUILD)
Deleted:
  libsigc++/repos/extra-i686/PKGBUILD
  libsigc++/repos/extra-x86_64/PKGBUILD
  libsigc++/repos/testing-i686/
  libsigc++/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:37 UTC (rev 183318)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:38 UTC (rev 183319)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=libsigc++
-pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.2.11
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://libsigc.sourceforge.net/;
-makedepends=('gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.2/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package_libsigc++ () {
-  pkgdesc=Libsigc++ implements a full callback system for use in widget 
libraries - V2
-  depends=('gcc-libs')
-  provides=(libsigc++2.0=${pkgver})
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  cd ${srcdir}/libsigc++-${pkgver}
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=${pkgdir} install
-}
-
-package_libsigc++-docs() {
-  pkgdesc=Developer documentation for libsigc++
-  provides=(libsigc++2.0-docs=${pkgver})
-  replaces=('libsigc++2.0-docs')
-  conflicts=('libsigc++2.0-docs')
-
-  cd ${srcdir}/libsigc++-${pkgver}/docs
-  make DESTDIR=${pkgdir} install
-}

Copied: libsigc++/repos/extra-i686/PKGBUILD (from rev 183313, 
libsigc++/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:38 UTC (rev 183319)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.3/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc=Libsigc++ implements a full callback system for use in widget 
libraries - V2
+  depends=('gcc-libs')
+  provides=(libsigc++2.0=${pkgver})
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd ${srcdir}/libsigc++-${pkgver}
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=${pkgdir} install
+}
+
+package_libsigc++-docs() {
+  pkgdesc=Developer documentation for libsigc++
+  provides=(libsigc++2.0-docs=${pkgver})
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd ${srcdir}/libsigc++-${pkgver}/docs
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:06:37 UTC (rev 183318)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:38 UTC (rev 183319)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=libsigc++
-pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.2.11
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://libsigc.sourceforge.net/;
-makedepends=('gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.2/${pkgbase}-${pkgver}.tar.xz;)
-sha256sums=('9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package_libsigc++ () {
-  pkgdesc=Libsigc++ implements a full callback system for use in widget 
libraries - V2
-  depends=('gcc-libs')
-  provides=(libsigc++2.0=${pkgver})
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  cd ${srcdir}/libsigc++-${pkgver}
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=${pkgdir} install
-}
-

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:43
  Author: heftig
Revision: 183324

db-move: moved tracker from [testing] to [extra] (i686, x86_64)

Added:
  tracker/repos/extra-i686/PKGBUILD
(from rev 183313, tracker/repos/testing-i686/PKGBUILD)
  tracker/repos/extra-i686/tracker.install
(from rev 183313, tracker/repos/testing-i686/tracker.install)
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 183313, tracker/repos/testing-x86_64/PKGBUILD)
  tracker/repos/extra-x86_64/tracker.install
(from rev 183313, tracker/repos/testing-x86_64/tracker.install)
Deleted:
  tracker/repos/extra-i686/PKGBUILD
  tracker/repos/extra-i686/tracker.install
  tracker/repos/extra-x86_64/PKGBUILD
  tracker/repos/extra-x86_64/tracker.install
  tracker/repos/testing-i686/
  tracker/repos/testing-x86_64/

--+
 /PKGBUILD|  168 +
 /tracker.install |   26 ++
 extra-i686/PKGBUILD  |   88 -
 extra-i686/tracker.install   |   13 ---
 extra-x86_64/PKGBUILD|   88 -
 extra-x86_64/tracker.install |   13 ---
 6 files changed, 194 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:42 UTC (rev 183323)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:43 UTC (rev 183324)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.14.5
-_tver=${pkgver%.*}
-pkgrel=1
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgnome-keyring upower libexif exempi rest
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gstreamer0.10-base totem-plparser
- taglib nautilus libvorbis flac vala libgxps)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cabef75eb18ad35208000dc472bdc20a74269799414527ee6e1c1c1cfb28eec8')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  # HACK: uninstall libtracker-sparql to ensure a clean build,
-  # as the build system will wrongly link against it
-  #if pacman -Qq libtracker-sparql; then sudo pacman -Rdd --noconfirm 
libtracker-sparql; fi
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgnome-keyring
-   upower libexif exempi rest poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
-  optdepends=('giflib: extractor for GIF data'
-  'gstreamer0.10-base: video extractor'
-  'totem-plparser: playlist support'
-  'nautilus: nautilus-extension'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  'libgxps: XPS extractor')
-  groups=('gnome-extra')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libtracker-sparql
-
-  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
-
-  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
-$srcdir/sparql/usr/lib/tracker-$_tver
-
-  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
-$srcdir/sparql/usr/share/vala/vapi
-
-  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  mv $srcdir/sparql/* $pkgdir
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 183313, 
tracker/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:44
  Author: heftig
Revision: 183325

db-move: moved vte3 from [testing] to [extra] (i686, x86_64)

Added:
  vte3/repos/extra-i686/PKGBUILD
(from rev 183313, vte3/repos/testing-i686/PKGBUILD)
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 183313, vte3/repos/testing-x86_64/PKGBUILD)
Deleted:
  vte3/repos/extra-i686/PKGBUILD
  vte3/repos/extra-x86_64/PKGBUILD
  vte3/repos/testing-i686/
  vte3/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:43 UTC (rev 183324)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:44 UTC (rev 183325)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.34.2
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f40f9fe0bcc6d65bc44b2fab5469b56a9f0631132c6b90e06053e421711159cf')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 183313, 
vte3/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:44 UTC (rev 183325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.4
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('477de8f0b8473e1cb27c9488e278df44d16fc384d1753c5c3961e3f0417860bd')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:06:43 UTC (rev 183324)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:44 UTC (rev 183325)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.34.2
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f40f9fe0bcc6d65bc44b2fab5469b56a9f0631132c6b90e06053e421711159cf')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-}

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 183313, 
vte3/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:06:44 UTC (rev 183325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:06:45
  Author: heftig
Revision: 183326

db-move: moved webkitgtk from [testing] to [extra] (i686, x86_64)

Added:
  webkitgtk/repos/extra-i686/PKGBUILD
(from rev 183313, webkitgtk/repos/testing-i686/PKGBUILD)
  webkitgtk/repos/extra-i686/python3.patch
(from rev 183313, webkitgtk/repos/testing-i686/python3.patch)
  webkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 183313, webkitgtk/repos/testing-x86_64/PKGBUILD)
  webkitgtk/repos/extra-x86_64/python3.patch
(from rev 183313, webkitgtk/repos/testing-x86_64/python3.patch)
Deleted:
  webkitgtk/repos/extra-i686/PKGBUILD
  webkitgtk/repos/extra-x86_64/PKGBUILD
  webkitgtk/repos/testing-i686/
  webkitgtk/repos/testing-x86_64/

+
 /PKGBUILD  |   86 +++
 extra-i686/PKGBUILD|   61 --
 extra-i686/python3.patch   |   20 ++
 extra-x86_64/PKGBUILD  |   61 --
 extra-x86_64/python3.patch |   20 ++
 5 files changed, 126 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:06:44 UTC (rev 183325)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:45 UTC (rev 183326)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=('webkitgtk2' 'webkitgtk3')
-pkgver=1.10.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
-options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
-sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
-
-build() {
-  cd $srcdir/webkitgtk-$pkgver
-  mkdir build-gtk2 build-gtk3
-
-  cd build-gtk2
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---disable-silent-rules \
---libexecdir=/usr/lib/webkitgtk2 \
---with-gstreamer=0.10 \
---with-gtk=2.0 \
---disable-webkit2
-  make all stamp-po
-  
-  cd ../build-gtk3
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---disable-silent-rules \
---libexecdir=/usr/lib/webkitgtk3 \
---with-gstreamer=1.0
-  make all stamp-po
-}
-
-package_webkitgtk3() {
-  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
-  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
-  conflicts=('libwebkit3')
-  provides=(libwebkit3=${pkgver})
-  replaces=('libwebkit3')
-  
-  cd $srcdir/webkitgtk-$pkgver/build-gtk3
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_webkitgtk2() {
-  pkgdesc=GTK+ Web content engine library for GTK+ 2.0
-  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
-  conflicts=('libwebkit')
-  provides=(libwebkit=${pkgver})
-  replaces=('libwebkit')
-  
-  cd $srcdir/webkitgtk-$pkgver/build-gtk2
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 183313, 
webkitgtk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:06:45 UTC (rev 183326)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk3')
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python' 
'mesa' 'ruby' 'gtk-doc' 'libsecret' 'libwebp')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6303552a39d7912725d75bc55f530cdb99171fb873e299798d0bb932d6ea76cb')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  mkdir build-gtk3
+}
+
+build() {
+  cd $pkgbase-$pkgver/build-gtk3
+
+  # Suppress a *lot* of gcc 4.8 warnings
+  export CPPFLAGS=$CPPFLAGS -Wno-unused-local-typedefs
+
+  ../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 \
+--enable-introspection
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk3' 'gst-plugins-base-libs' 'libsecret' 'libwebp')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  optdepends=('gtk2: 

[arch-commits] Commit in at-spi2-atk/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:29
  Author: heftig
Revision: 183331

db-move: moved at-spi2-atk from [testing] to [extra] (i686, x86_64)

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
(from rev 183326, at-spi2-atk/repos/testing-i686/PKGBUILD)
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 183326, at-spi2-atk/repos/testing-x86_64/PKGBUILD)
Deleted:
  at-spi2-atk/repos/extra-i686/PKGBUILD
  at-spi2-atk/repos/extra-i686/at-spi2-atk.install
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
  at-spi2-atk/repos/extra-x86_64/at-spi2-atk.install
  at-spi2-atk/repos/testing-i686/
  at-spi2-atk/repos/testing-x86_64/

--+
 /PKGBUILD|   66 +
 extra-i686/PKGBUILD  |   34 ---
 extra-i686/at-spi2-atk.install   |   11 --
 extra-x86_64/PKGBUILD|   34 ---
 extra-x86_64/at-spi2-atk.install |   11 --
 5 files changed, 66 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:28 UTC (rev 183330)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:29 UTC (rev 183331)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
-makedepends=('intltool')
-install=at-spi2-atk.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 183326, 
at-spi2-atk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:29 UTC (rev 183331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.8.1
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb659b94fde6dc0a2f584c9121a5e6d39a4c8aa297d21d8f9032f7a8a775fd06')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/at-spi2-atk.install
===
--- extra-i686/at-spi2-atk.install  2013-04-21 22:08:28 UTC (rev 183330)
+++ extra-i686/at-spi2-atk.install  2013-04-21 22:08:29 UTC (rev 183331)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:28 UTC (rev 183330)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:29 UTC (rev 183331)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
-makedepends=('intltool')
-install=at-spi2-atk.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 183326, 
at-spi2-atk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:32
  Author: heftig
Revision: 18

db-move: moved baobab from [testing] to [extra] (i686, x86_64)

Added:
  baobab/repos/extra-i686/PKGBUILD
(from rev 183326, baobab/repos/testing-i686/PKGBUILD)
  baobab/repos/extra-i686/baobab.install
(from rev 183326, baobab/repos/testing-i686/baobab.install)
  baobab/repos/extra-x86_64/PKGBUILD
(from rev 183326, baobab/repos/testing-x86_64/PKGBUILD)
  baobab/repos/extra-x86_64/baobab.install
(from rev 183326, baobab/repos/testing-x86_64/baobab.install)
Deleted:
  baobab/repos/extra-i686/PKGBUILD
  baobab/repos/extra-i686/baobab.install
  baobab/repos/extra-x86_64/PKGBUILD
  baobab/repos/extra-x86_64/baobab.install
  baobab/repos/testing-i686/
  baobab/repos/testing-x86_64/

-+
 /PKGBUILD   |   64 ++
 /baobab.install |   26 +
 extra-i686/PKGBUILD |   32 -
 extra-i686/baobab.install   |   13 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/baobab.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:31 UTC (rev 183332)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:32 UTC (rev 18)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.6.4
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5539558ef3411e14cb165a3e77f2d0451e984722a71a7a7d0f72fe29360cb2e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-i686/PKGBUILD (from rev 183326, 
baobab/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:32 UTC (rev 18)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=baobab
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('740c123cbc49f0e479a9c67d7cc7a6330b2a9d3e6a7ffde55665a1130d9209bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/baobab.install
===
--- extra-i686/baobab.install   2013-04-21 22:08:31 UTC (rev 183332)
+++ extra-i686/baobab.install   2013-04-21 22:08:32 UTC (rev 18)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 183326, 
baobab/repos/testing-i686/baobab.install)
===
--- extra-i686/baobab.install   (rev 0)
+++ extra-i686/baobab.install   2013-04-21 22:08:32 UTC (rev 18)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:31 UTC (rev 183332)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:32 UTC (rev 18)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.6.4
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:33
  Author: heftig
Revision: 183334

db-move: moved bijiben from [testing] to [extra] (i686, x86_64)

Added:
  bijiben/repos/extra-i686/
  bijiben/repos/extra-i686/PKGBUILD
(from rev 183326, bijiben/repos/testing-i686/PKGBUILD)
  bijiben/repos/extra-i686/bijiben.install
(from rev 183326, bijiben/repos/testing-i686/bijiben.install)
  bijiben/repos/extra-x86_64/
  bijiben/repos/extra-x86_64/PKGBUILD
(from rev 183326, bijiben/repos/testing-x86_64/PKGBUILD)
  bijiben/repos/extra-x86_64/bijiben.install
(from rev 183326, bijiben/repos/testing-x86_64/bijiben.install)
Deleted:
  bijiben/repos/testing-i686/
  bijiben/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   28 
 extra-i686/bijiben.install   |   13 +
 extra-x86_64/PKGBUILD|   28 
 extra-x86_64/bijiben.install |   13 +
 4 files changed, 82 insertions(+)

Copied: bijiben/repos/extra-i686/PKGBUILD (from rev 183326, 
bijiben/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:33 UTC (rev 183334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a0965874c68ca8492dcffc25cbf6f51549ff4a005c1fa1d87a1d82021aae7908')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/extra-i686/bijiben.install (from rev 183326, 
bijiben/repos/testing-i686/bijiben.install)
===
--- extra-i686/bijiben.install  (rev 0)
+++ extra-i686/bijiben.install  2013-04-21 22:08:33 UTC (rev 183334)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 183326, 
bijiben/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:33 UTC (rev 183334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a0965874c68ca8492dcffc25cbf6f51549ff4a005c1fa1d87a1d82021aae7908')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/extra-x86_64/bijiben.install (from rev 183326, 
bijiben/repos/testing-x86_64/bijiben.install)
===
--- extra-x86_64/bijiben.install(rev 0)
+++ extra-x86_64/bijiben.install2013-04-21 22:08:33 UTC (rev 183334)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:35
  Author: heftig
Revision: 183335

db-move: moved brasero from [testing] to [extra] (i686, x86_64)

Added:
  brasero/repos/extra-i686/PKGBUILD
(from rev 183326, brasero/repos/testing-i686/PKGBUILD)
  brasero/repos/extra-i686/brasero.install
(from rev 183326, brasero/repos/testing-i686/brasero.install)
  brasero/repos/extra-x86_64/PKGBUILD
(from rev 183326, brasero/repos/testing-x86_64/PKGBUILD)
  brasero/repos/extra-x86_64/brasero.install
(from rev 183326, brasero/repos/testing-x86_64/brasero.install)
Deleted:
  brasero/repos/extra-i686/PKGBUILD
  brasero/repos/extra-i686/brasero.install
  brasero/repos/extra-i686/use-mpegaudioparse.patch
  brasero/repos/extra-x86_64/PKGBUILD
  brasero/repos/extra-x86_64/brasero.install
  brasero/repos/extra-x86_64/use-mpegaudioparse.patch
  brasero/repos/testing-i686/
  brasero/repos/testing-x86_64/

---+
 /PKGBUILD |   86 
 /brasero.install  |   28 ++
 extra-i686/PKGBUILD   |   40 --
 extra-i686/brasero.install|   14 -
 extra-i686/use-mpegaudioparse.patch   |   53 ---
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/brasero.install  |   14 -
 extra-x86_64/use-mpegaudioparse.patch |   53 ---
 8 files changed, 114 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:33 UTC (rev 183334)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:35 UTC (rev 183335)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=brasero
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=A disc burning application for Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/brasero;
-license=('GPL')
-options=('!libtool' '!emptydirs')
-depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql')
-makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf' 'itstool' 'docbook-xsl')
-optdepends=('libburn: alternative back-end'
-'libisofs: libburn back-end'
-'dvdauthor: video project'
-'vcdimager: video project')
-replaces=('nautilus-cd-burner')
-install=brasero.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-use-mpegaudioparse.patch)
-sha256sums=('d293eb28dc45af3535f09cf91aa6ccc523f3f3d8b7ad3339b5e79b4acc19b932'
-'c75331d130c248edeaa68211cf96f386d86905510d09b104e4e0cd0ff4c92218')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../use-mpegaudioparse.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-caches \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: brasero/repos/extra-i686/PKGBUILD (from rev 183326, 
brasero/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:35 UTC (rev 183335)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Update tracker dep
+  sed -i '/tracker/s/0\.14/0.16/' configure.ac
+  autoreconf -f -v -i
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:24
  Author: heftig
Revision: 183327

db-move: moved accerciser from [testing] to [extra] (any)

Added:
  accerciser/repos/extra-any/
  accerciser/repos/extra-any/PKGBUILD
(from rev 183326, accerciser/repos/testing-any/PKGBUILD)
  accerciser/repos/extra-any/accerciser.install
(from rev 183326, accerciser/repos/testing-any/accerciser.install)
Deleted:
  accerciser/repos/testing-any/

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 183326, 
accerciser/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:08:24 UTC (rev 183327)
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Interactive Python accessibility explorer for the GNOME desktop
+arch=('any')
+url=http://live.gnome.org/Accerciser;
+license=('BSD')
+depends=('python' 'gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68260998c558b4b78999dd0dfc27225a2c8bf43dddb9a4be6ae159e2a89b57e0')
+
+build () {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: accerciser/repos/extra-any/accerciser.install (from rev 183326, 
accerciser/repos/testing-any/accerciser.install)
===
--- extra-any/accerciser.install(rev 0)
+++ extra-any/accerciser.install2013-04-21 22:08:24 UTC (rev 183327)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:25
  Author: heftig
Revision: 183328

db-move: moved alacarte from [testing] to [extra] (any)

Added:
  alacarte/repos/extra-any/PKGBUILD
(from rev 183326, alacarte/repos/testing-any/PKGBUILD)
  alacarte/repos/extra-any/alacarte.install
(from rev 183326, alacarte/repos/testing-any/alacarte.install)
Deleted:
  alacarte/repos/extra-any/PKGBUILD
  alacarte/repos/extra-any/alacarte.install
  alacarte/repos/extra-any/fix-crash.patch
  alacarte/repos/testing-any/

+
 /PKGBUILD  |   29 +
 /alacarte.install  |   11 +++
 extra-any/PKGBUILD |   35 ---
 extra-any/alacarte.install |   11 ---
 extra-any/fix-crash.patch  |   21 -
 5 files changed, 40 insertions(+), 67 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-04-21 22:08:24 UTC (rev 183327)
+++ extra-any/PKGBUILD  2013-04-21 22:08:25 UTC (rev 183328)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: pressh pre...@gmail.com
-
-pkgname=alacarte
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=Menu editor for gnome
-arch=(any)
-license=('LGPL')
-url=http://www.gnome.org;
-depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3' 
'gnome-panel')
-makedepends=('intltool')
-install=alacarte.install
-options=('!libtool')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.6/${pkgname}-${pkgver}.tar.xz
-fix-crash.patch)
-sha256sums=('7e17bd80e43130afea6372a95d289c9b9b6d4893aa20ad3f45bbd48dd25e'
-'20ba4fb152996879c76571c9e26f993882314ff5fd0074279c71644c9e72dc01')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fix crash when $XDG_MENU_PREFIX is not defined
-  patch -Np1 -i ${srcdir}/fix-crash.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: alacarte/repos/extra-any/PKGBUILD (from rev 183326, 
alacarte/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:08:25 UTC (rev 183328)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: pressh pre...@gmail.com
+
+pkgname=alacarte
+pkgver=3.7.90
+pkgrel=1
+pkgdesc=Menu editor for gnome
+arch=(any)
+license=('LGPL')
+url=http://www.gnome.org;
+depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
+makedepends=('intltool')
+install=alacarte.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('379ae48422ff6bc7b9657d1f9968a83ee4eb8f8c69964dbb8ce2dac6e0b5ccf0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-any/alacarte.install
===
--- extra-any/alacarte.install  2013-04-21 22:08:24 UTC (rev 183327)
+++ extra-any/alacarte.install  2013-04-21 22:08:25 UTC (rev 183328)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: alacarte/repos/extra-any/alacarte.install (from rev 183326, 
alacarte/repos/testing-any/alacarte.install)
===
--- extra-any/alacarte.install  (rev 0)
+++ extra-any/alacarte.install  2013-04-21 22:08:25 UTC (rev 183328)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Deleted: extra-any/fix-crash.patch
===
--- extra-any/fix-crash.patch   2013-04-21 22:08:24 UTC (rev 183327)
+++ extra-any/fix-crash.patch   2013-04-21 22:08:25 UTC (rev 183328)
@@ -1,21 +0,0 @@
-From fe7211f2eb4c8bcf7cbddca75bf4e28ee7b98659 Mon Sep 17 00:00:00 2001
-From: Jasper St. Pierre jstpie...@mecheye.net
-Date: Tue, 23 Oct 2012 03:08:38 +
-Subject: MenuEditor: deal with the case of having no $XDG_MENU_PREFIX
-

-diff --git a/Alacarte/MenuEditor.py b/Alacarte/MenuEditor.py
-index 386b382..8d992ca 100644
 a/Alacarte/MenuEditor.py
-+++ b/Alacarte/MenuEditor.py
-@@ -23,7 +23,7 @@ from gi.repository import GMenu, GLib
- from Alacarte import util
- 
- class MenuEditor(object):
--def __init__(self, name=os.environ['XDG_MENU_PREFIX'] + 
'applications.menu'):
-+def __init__(self, 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:26
  Author: heftig
Revision: 183329

db-move: moved anjuta-extras from [testing] to [extra] (i686, x86_64)

Added:
  anjuta-extras/repos/extra-i686/PKGBUILD
(from rev 183326, anjuta-extras/repos/testing-i686/PKGBUILD)
  anjuta-extras/repos/extra-i686/anjuta-extras.install
(from rev 183326, anjuta-extras/repos/testing-i686/anjuta-extras.install)
  anjuta-extras/repos/extra-x86_64/PKGBUILD
(from rev 183326, anjuta-extras/repos/testing-x86_64/PKGBUILD)
  anjuta-extras/repos/extra-x86_64/anjuta-extras.install
(from rev 183326, anjuta-extras/repos/testing-x86_64/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/extra-i686/PKGBUILD
  anjuta-extras/repos/extra-i686/anjuta-extras.install
  anjuta-extras/repos/extra-x86_64/PKGBUILD
  anjuta-extras/repos/extra-x86_64/anjuta-extras.install
  anjuta-extras/repos/testing-i686/
  anjuta-extras/repos/testing-x86_64/

+
 /PKGBUILD  |   56 +++
 /anjuta-extras.install |   22 +
 extra-i686/PKGBUILD|   28 -
 extra-i686/anjuta-extras.install   |   11 --
 extra-x86_64/PKGBUILD  |   28 -
 extra-x86_64/anjuta-extras.install |   11 --
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:25 UTC (rev 183328)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:26 UTC (rev 183329)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=anjuta-extras
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Anjuta Integrated Development Environment extra plugins
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('anjuta')
-makedepends=('intltool' 'gnome-doc-utils')
-install=anjuta-extras.install
-url=http://www.anjuta.org/;
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('69df64e6e13a6e0683ebaee5a26ee9b9368eda9ed157607d1e6935b52d7f0b9c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: anjuta-extras/repos/extra-i686/PKGBUILD (from rev 183326, 
anjuta-extras/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:26 UTC (rev 183329)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('115c2f51017aa51edc6bfc7a2d2084e26b29d3df353ed2a92e40f9e3ae28a761')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/anjuta-extras.install
===
--- extra-i686/anjuta-extras.install2013-04-21 22:08:25 UTC (rev 183328)
+++ extra-i686/anjuta-extras.install2013-04-21 22:08:26 UTC (rev 183329)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: anjuta-extras/repos/extra-i686/anjuta-extras.install (from rev 183326, 
anjuta-extras/repos/testing-i686/anjuta-extras.install)
===
--- extra-i686/anjuta-extras.install(rev 0)
+++ extra-i686/anjuta-extras.install2013-04-21 22:08:26 UTC (rev 183329)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:25 UTC (rev 183328)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:26 UTC (rev 183329)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=anjuta-extras
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Anjuta 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:28
  Author: heftig
Revision: 183330

db-move: moved atk from [testing] to [extra] (i686, x86_64)

Added:
  atk/repos/extra-i686/PKGBUILD
(from rev 183326, atk/repos/testing-i686/PKGBUILD)
  atk/repos/extra-x86_64/PKGBUILD
(from rev 183326, atk/repos/testing-x86_64/PKGBUILD)
Deleted:
  atk/repos/extra-i686/PKGBUILD
  atk/repos/extra-x86_64/PKGBUILD
  atk/repos/testing-i686/
  atk/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:26 UTC (rev 183329)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:28 UTC (rev 183330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=atk
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: atk/repos/extra-i686/PKGBUILD (from rev 183326, 
atk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:28 UTC (rev 183330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:26 UTC (rev 183329)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:28 UTC (rev 183330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=atk
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 183326, 
atk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:28 UTC (rev 183330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:36
  Author: heftig
Revision: 183336

db-move: moved brltty from [testing] to [extra] (i686, x86_64)

Added:
  brltty/repos/extra-i686/PKGBUILD
(from rev 183326, brltty/repos/testing-i686/PKGBUILD)
  brltty/repos/extra-i686/brltty.install
(from rev 183326, brltty/repos/testing-i686/brltty.install)
  brltty/repos/extra-i686/brltty.service
(from rev 183326, brltty/repos/testing-i686/brltty.service)
  brltty/repos/extra-x86_64/PKGBUILD
(from rev 183326, brltty/repos/testing-x86_64/PKGBUILD)
  brltty/repos/extra-x86_64/brltty.install
(from rev 183326, brltty/repos/testing-x86_64/brltty.install)
  brltty/repos/extra-x86_64/brltty.service
(from rev 183326, brltty/repos/testing-x86_64/brltty.service)
Deleted:
  brltty/repos/extra-i686/PKGBUILD
  brltty/repos/extra-i686/brltty
  brltty/repos/extra-i686/brltty.conf
  brltty/repos/extra-i686/brltty.install
  brltty/repos/extra-i686/brltty.service
  brltty/repos/extra-x86_64/PKGBUILD
  brltty/repos/extra-x86_64/brltty
  brltty/repos/extra-x86_64/brltty.conf
  brltty/repos/extra-x86_64/brltty.install
  brltty/repos/extra-x86_64/brltty.service
  brltty/repos/testing-i686/
  brltty/repos/testing-x86_64/

-+
 /PKGBUILD   |   82 ++
 /brltty.install |   40 
 /brltty.service |   24 
 extra-i686/PKGBUILD |   49 -
 extra-i686/brltty   |   68 --
 extra-i686/brltty.conf  |2 -
 extra-i686/brltty.install   |   20 --
 extra-i686/brltty.service   |   12 --
 extra-x86_64/PKGBUILD   |   49 -
 extra-x86_64/brltty |   68 --
 extra-x86_64/brltty.conf|2 -
 extra-x86_64/brltty.install |   20 --
 extra-x86_64/brltty.service |   12 --
 13 files changed, 146 insertions(+), 302 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:35 UTC (rev 183335)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:36 UTC (rev 183336)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=brltty
-pkgver=4.4
-pkgrel=4
-pkgdesc=Braille display driver for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://mielke.cc/brltty;
-license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi2-core' 'gpm' 'icu=51.1' 'tcl' 'atk' 'pyrex')
-makedepends=('bluez')
-optdepends=('bluez: bluetooth support')
-backup=(etc/brltty.conf etc/conf.d/brltty.conf)
-options=('!makeflags' '!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
-'brltty'
-'brltty.conf'
-'brltty.service')
-md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
- '831ebaf0c56091702929c68805d20c4f'
- 'a8ab8b3dd059e96e1734bc9cdcf844fc'
- '7acecd700b9f94d76fe4a6ad56cb0448')
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---localstatedir=/var \
---with-screen-driver=a2 \
---enable-gpm \
---disable-java-bindings \
-PYTHON=/usr/bin/python2
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m755 $srcdir/brltty $pkgdir/etc/rc.d/brltty
-  install -D -m644 $srcdir/brltty.conf $pkgdir/etc/conf.d/brltty.conf
-  install -D -m644 Documents/brltty.conf $pkgdir/etc/brltty.conf
-  install -D -m644 $srcdir/brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
-}

Copied: brltty/repos/extra-i686/PKGBUILD (from rev 183326, 
brltty/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:36 UTC (rev 183336)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw at-spi2-core gpm 'icu=51.1' tcl atk cython)
+makedepends=(bluez)
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+brltty.service)
+md5sums=('7b52fa7746fed41ed344a1f75ce55951'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:38
  Author: heftig
Revision: 183337

db-move: moved caribou from [testing] to [extra] (i686, x86_64)

Added:
  caribou/repos/extra-i686/PKGBUILD
(from rev 183326, caribou/repos/testing-i686/PKGBUILD)
  caribou/repos/extra-i686/caribou.install
(from rev 183326, caribou/repos/testing-i686/caribou.install)
  caribou/repos/extra-x86_64/PKGBUILD
(from rev 183326, caribou/repos/testing-x86_64/PKGBUILD)
  caribou/repos/extra-x86_64/caribou.install
(from rev 183326, caribou/repos/testing-x86_64/caribou.install)
Deleted:
  caribou/repos/extra-i686/PKGBUILD
  caribou/repos/extra-i686/caribou.install
  caribou/repos/extra-x86_64/PKGBUILD
  caribou/repos/extra-x86_64/caribou.install
  caribou/repos/testing-i686/
  caribou/repos/testing-x86_64/

--+
 /PKGBUILD|   82 +
 /caribou.install |   26 +
 extra-i686/PKGBUILD  |   36 --
 extra-i686/caribou.install   |   13 --
 extra-x86_64/PKGBUILD|   36 --
 extra-x86_64/caribou.install |   13 --
 6 files changed, 108 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:36 UTC (rev 183336)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:38 UTC (rev 183337)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Adam Hani Schakaki k...@krzd.net
-
-pkgname=caribou
-pkgver=0.4.4.2
-pkgrel=1
-pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Caribou;
-license=('LGPL')
-depends=('at-spi2-atk' 'pyatspi' 'python2-gobject' 'gtk3' 'libxklavier' 
'libgee' 'clutter' 'dconf')
-makedepends=('intltool' 'docbook-xsl')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('22fba681b3e6041494ac4fa41b8286957bade0cc6158c110fe8f3c980af6913d')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/caribou \
---disable-gtk2-module \
---disable-static \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 183326, 
caribou/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:38 UTC (rev 183337)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.10
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/caribou.install
===
--- extra-i686/caribou.install  2013-04-21 22:08:36 UTC (rev 183336)
+++ extra-i686/caribou.install  2013-04-21 22:08:38 UTC (rev 183337)
@@ -1,13 +0,0 @@
-pkgname=caribou
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: caribou/repos/extra-i686/caribou.install (from rev 183326, 
caribou/repos/testing-i686/caribou.install)
===
--- extra-i686/caribou.install  (rev 0)
+++ extra-i686/caribou.install  2013-04-21 22:08:38 UTC (rev 183337)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:39
  Author: heftig
Revision: 183338

db-move: moved cheese from [testing] to [extra] (i686, x86_64)

Added:
  cheese/repos/extra-i686/PKGBUILD
(from rev 183326, cheese/repos/testing-i686/PKGBUILD)
  cheese/repos/extra-i686/cheese.install
(from rev 183326, cheese/repos/testing-i686/cheese.install)
  cheese/repos/extra-x86_64/PKGBUILD
(from rev 183326, cheese/repos/testing-x86_64/PKGBUILD)
  cheese/repos/extra-x86_64/cheese.install
(from rev 183326, cheese/repos/testing-x86_64/cheese.install)
Deleted:
  cheese/repos/extra-i686/PKGBUILD
  cheese/repos/extra-i686/cheese.install
  cheese/repos/extra-x86_64/PKGBUILD
  cheese/repos/extra-x86_64/cheese.install
  cheese/repos/testing-i686/
  cheese/repos/testing-x86_64/

-+
 /PKGBUILD   |   62 ++
 /cheese.install |   24 
 extra-i686/PKGBUILD |   32 -
 extra-i686/cheese.install   |   12 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/cheese.install |   12 
 6 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:38 UTC (rev 183337)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:39 UTC (rev 183338)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'libgee' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'nautilus-sendto')
-optdepends=('nautilus-sendto: Send snapshots'
-'frei0r-plugins: More camera effects')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org/projects/cheese/;
-install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('745262a0db7d0dbe973497a4f36dd4d85b8a42426d8f431e4b6898351ad6459e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 183326, 
cheese/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:39 UTC (rev 183338)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e9f7a7855c52451cfc59ffa23962eaa5fda7c9bc629bb975f4328af061d01eeb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2013-04-21 22:08:38 UTC (rev 183337)
+++ extra-i686/cheese.install   2013-04-21 22:08:39 UTC (rev 183338)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 183326, 
cheese/repos/testing-i686/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2013-04-21 22:08:39 UTC (rev 183338)
@@ -0,0 +1,12 @@
+post_install() 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:40
  Author: heftig
Revision: 183339

db-move: moved clutter from [testing] to [extra] (i686, x86_64)

Added:
  clutter/repos/extra-i686/PKGBUILD
(from rev 183326, clutter/repos/testing-i686/PKGBUILD)
  clutter/repos/extra-x86_64/PKGBUILD
(from rev 183326, clutter/repos/testing-x86_64/PKGBUILD)
Deleted:
  clutter/repos/extra-i686/PKGBUILD
  clutter/repos/extra-x86_64/PKGBUILD
  clutter/repos/testing-i686/
  clutter/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:39 UTC (rev 183338)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:40 UTC (rev 183339)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.12.2
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/extra-i686/PKGBUILD (from rev 183326, 
clutter/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:40 UTC (rev 183339)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:39 UTC (rev 183338)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:40 UTC (rev 183339)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.12.2
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 183326, 
clutter/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:40 UTC (rev 183339)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+makedepends=('gobject-introspection')

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:41
  Author: heftig
Revision: 183340

db-move: moved clutter-gst from [testing] to [extra] (i686, x86_64)

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 183326, clutter-gst/repos/testing-i686/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 183326, clutter-gst/repos/testing-x86_64/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD
  clutter-gst/repos/testing-i686/
  clutter-gst/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:40 UTC (rev 183339)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:41 UTC (rev 183340)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('LGPL')
-depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 183326, 
clutter-gst/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:41 UTC (rev 183340)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:40 UTC (rev 183339)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:41 UTC (rev 183340)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('LGPL')
-depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 183326, 
clutter-gst/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:41 UTC (rev 183340)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:42
  Author: heftig
Revision: 183341

db-move: moved clutter-gtk from [testing] to [extra] (i686, x86_64)

Added:
  clutter-gtk/repos/extra-i686/PKGBUILD
(from rev 183326, clutter-gtk/repos/testing-i686/PKGBUILD)
  clutter-gtk/repos/extra-x86_64/PKGBUILD
(from rev 183326, clutter-gtk/repos/testing-x86_64/PKGBUILD)
Deleted:
  clutter-gtk/repos/extra-i686/PKGBUILD
  clutter-gtk/repos/extra-x86_64/PKGBUILD
  clutter-gtk/repos/testing-i686/
  clutter-gtk/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:41 UTC (rev 183340)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:42 UTC (rev 183341)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=clutter-gtk
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GTK clutter widget
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('clutter' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dc3ec6e90bc742c8a68ed7fa4c0d25b9b376828f1a7f013c363fbaf14f3a6974')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter-gtk/repos/extra-i686/PKGBUILD (from rev 183326, 
clutter-gtk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:42 UTC (rev 183341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:41 UTC (rev 183340)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:42 UTC (rev 183341)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=clutter-gtk
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GTK clutter widget
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('clutter' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dc3ec6e90bc742c8a68ed7fa4c0d25b9b376828f1a7f013c363fbaf14f3a6974')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter-gtk/repos/extra-x86_64/PKGBUILD (from rev 183326, 
clutter-gtk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:42 UTC (rev 183341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:43
  Author: heftig
Revision: 183342

db-move: moved cogl from [testing] to [extra] (i686, x86_64)

Added:
  cogl/repos/extra-i686/PKGBUILD
(from rev 183326, cogl/repos/testing-i686/PKGBUILD)
  cogl/repos/extra-x86_64/PKGBUILD
(from rev 183326, cogl/repos/testing-x86_64/PKGBUILD)
Deleted:
  cogl/repos/extra-i686/PKGBUILD
  cogl/repos/extra-x86_64/PKGBUILD
  cogl/repos/testing-i686/
  cogl/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:42 UTC (rev 183341)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:43 UTC (rev 183342)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/extra-i686/PKGBUILD (from rev 183326, 
cogl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:43 UTC (rev 183342)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=2
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:42 UTC (rev 183341)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:43 UTC (rev 183342)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 183326, 
cogl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:43 UTC (rev 183342)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=2
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:45
  Author: heftig
Revision: 183343

db-move: moved dconf from [testing] to [extra] (i686, x86_64)

Added:
  dconf/repos/extra-i686/PKGBUILD
(from rev 183326, dconf/repos/testing-i686/PKGBUILD)
  dconf/repos/extra-i686/dconf.install
(from rev 183326, dconf/repos/testing-i686/dconf.install)
  dconf/repos/extra-x86_64/PKGBUILD
(from rev 183326, dconf/repos/testing-x86_64/PKGBUILD)
  dconf/repos/extra-x86_64/dconf.install
(from rev 183326, dconf/repos/testing-x86_64/dconf.install)
Deleted:
  dconf/repos/extra-i686/PKGBUILD
  dconf/repos/extra-i686/dconf.install
  dconf/repos/extra-x86_64/PKGBUILD
  dconf/repos/extra-x86_64/dconf.install
  dconf/repos/testing-i686/
  dconf/repos/testing-x86_64/

+
 /PKGBUILD  |   62 +++
 /dconf.install |   26 ++
 extra-i686/PKGBUILD|   31 -
 extra-i686/dconf.install   |   13 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/dconf.install |   13 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=dconf
-pkgver=0.14.1
-pkgrel=1
-pkgdesc=A low-level configuration system.
-arch=(i686 x86_64)
-url=http://live.gnome.org/dconf;
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-i686/PKGBUILD (from rev 183326, 
dconf/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=dconf
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf.install
===
--- extra-i686/dconf.install2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-i686/dconf.install2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,13 +0,0 @@
-post_install() {
-gio-querymodules /usr/lib/gio/modules
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: dconf/repos/extra-i686/dconf.install (from rev 183326, 
dconf/repos/testing-i686/dconf.install)
===
--- extra-i686/dconf.install(rev 0)
+++ extra-i686/dconf.install2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,13 @@
+post_install() {
+gio-querymodules /usr/lib/gio/modules
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=dconf
-pkgver=0.14.1
-pkgrel=1
-pkgdesc=A low-level configuration system.
-arch=(i686 x86_64)
-url=http://live.gnome.org/dconf;
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:46
  Author: heftig
Revision: 183344

db-move: moved devhelp from [testing] to [extra] (i686, x86_64)

Added:
  devhelp/repos/extra-i686/PKGBUILD
(from rev 183326, devhelp/repos/testing-i686/PKGBUILD)
  devhelp/repos/extra-i686/devhelp.install
(from rev 183326, devhelp/repos/testing-i686/devhelp.install)
  devhelp/repos/extra-x86_64/PKGBUILD
(from rev 183326, devhelp/repos/testing-x86_64/PKGBUILD)
  devhelp/repos/extra-x86_64/devhelp.install
(from rev 183326, devhelp/repos/testing-x86_64/devhelp.install)
Deleted:
  devhelp/repos/extra-i686/PKGBUILD
  devhelp/repos/extra-i686/devhelp.install
  devhelp/repos/extra-x86_64/PKGBUILD
  devhelp/repos/extra-x86_64/devhelp.install
  devhelp/repos/testing-i686/
  devhelp/repos/testing-x86_64/

--+
 /PKGBUILD|   62 +
 /devhelp.install |   36 +++
 extra-i686/PKGBUILD  |   35 ---
 extra-i686/devhelp.install   |   22 --
 extra-x86_64/PKGBUILD|   35 ---
 extra-x86_64/devhelp.install |   22 --
 6 files changed, 98 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:45 UTC (rev 183343)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:46 UTC (rev 183344)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-url=http://live.gnome.org/devhelp/;
-depends=('gconf' 'webkitgtk3' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'python2')
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('71c6933422bf876745fc10276a2b2ee0f8c4c4ddfe034b3f6380507725fd4e63')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: devhelp/repos/extra-i686/PKGBUILD (from rev 183326, 
devhelp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:46 UTC (rev 183344)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/devhelp/;
+depends=(webkitgtk3 hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4548fb0b17d4716851cf044294a8ee59e72c8de97e793842faf510a6dbfd3c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/devhelp.install
===
--- extra-i686/devhelp.install  2013-04-21 22:08:45 UTC (rev 183343)
+++ extra-i686/devhelp.install  2013-04-21 22:08:46 UTC (rev 183344)
@@ -1,22 +0,0 @@
-pkgname=devhelp
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: devhelp/repos/extra-i686/devhelp.install (from rev 183326, 
devhelp/repos/testing-i686/devhelp.install)
===
--- extra-i686/devhelp.install  (rev 0)
+++ extra-i686/devhelp.install  2013-04-21 22:08:46 UTC (rev 183344)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0)  0 )); 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:47
  Author: heftig
Revision: 183345

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 183326, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 183326, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 183326, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 183326, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 /PKGBUILD  |   70 +++
 /ekiga.install |   44 +++
 extra-i686/PKGBUILD|   36 --
 extra-i686/ekiga.install   |   22 -
 extra-x86_64/PKGBUILD  |   36 --
 extra-x86_64/ekiga.install |   22 -
 6 files changed, 114 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:46 UTC (rev 183344)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:47 UTC (rev 183345)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=2
-pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
-url=http://www.ekiga.org;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus --enable-avahi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 183326, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:47 UTC (rev 183345)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=3
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-04-21 22:08:46 UTC (rev 183344)
+++ extra-i686/ekiga.install2013-04-21 22:08:47 UTC (rev 183345)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:49
  Author: heftig
Revision: 183346

db-move: moved empathy from [testing] to [extra] (i686, x86_64)

Added:
  empathy/repos/extra-i686/PKGBUILD
(from rev 183326, empathy/repos/testing-i686/PKGBUILD)
  empathy/repos/extra-i686/empathy.install
(from rev 183326, empathy/repos/testing-i686/empathy.install)
  empathy/repos/extra-x86_64/PKGBUILD
(from rev 183326, empathy/repos/testing-x86_64/PKGBUILD)
  empathy/repos/extra-x86_64/empathy.install
(from rev 183326, empathy/repos/testing-x86_64/empathy.install)
Deleted:
  empathy/repos/extra-i686/PKGBUILD
  empathy/repos/extra-i686/empathy.install
  empathy/repos/extra-x86_64/PKGBUILD
  empathy/repos/extra-x86_64/empathy.install
  empathy/repos/testing-i686/
  empathy/repos/testing-x86_64/

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   40 --
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   40 --
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:47 UTC (rev 183345)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:49 UTC (rev 183346)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=empathy
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support'
-'nautilus-sendto: Send files from nautilus')
-options=('!libtool' '!makeflags')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eaae20e8e9b8660979ed7a9a65deba61d6d795c6f698e684f21c3821f042704d')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile \
-  --enable-gst-1.0=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 183326, 
empathy/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:49 UTC (rev 183346)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45accc06e9c1711741b0f1476971c7e705b57ea0718a2b10ee66c5dd0397b917')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2013-04-21 22:08:47 UTC (rev 183345)
+++ extra-i686/empathy.install  2013-04-21 22:08:49 UTC (rev 183346)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo To use Empathy you need to install at least 

[arch-commits] Commit in at-spi2-core/repos (6 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:31
  Author: heftig
Revision: 183332

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

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 183326, at-spi2-core/repos/testing-i686/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 183326, at-spi2-core/repos/testing-x86_64/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/PKGBUILD
  at-spi2-core/repos/testing-i686/
  at-spi2-core/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:29 UTC (rev 183331)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:31 UTC (rev 183332)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 183326, 
at-spi2-core/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:31 UTC (rev 183332)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:29 UTC (rev 183331)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:31 UTC (rev 183332)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 183326, 
at-spi2-core/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:08:31 UTC (rev 183332)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:53
  Author: heftig
Revision: 183349

db-move: moved epiphany from [testing] to [extra] (i686, x86_64)

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 183326, epiphany/repos/testing-i686/PKGBUILD)
  epiphany/repos/extra-i686/epiphany.install
(from rev 183326, epiphany/repos/testing-i686/epiphany.install)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 183326, epiphany/repos/testing-x86_64/PKGBUILD)
  epiphany/repos/extra-x86_64/epiphany.install
(from rev 183326, epiphany/repos/testing-x86_64/epiphany.install)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-i686/epiphany.install
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/epiphany.install
  epiphany/repos/testing-i686/
  epiphany/repos/testing-x86_64/

---+
 /PKGBUILD |   60 
 /epiphany.install |   26 +
 extra-i686/PKGBUILD   |   30 
 extra-i686/epiphany.install   |   13 
 extra-x86_64/PKGBUILD |   30 
 extra-x86_64/epiphany.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:51 UTC (rev 183348)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:53 UTC (rev 183349)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=epiphany
-pkgver=3.6.1
-pkgrel=1
-install=epiphany.install
-pkgdesc=A GNOME web browser based on the WebKit rendering engine.
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
- 'hicolor-icon-theme' 'gcr' 'gnome-desktop')
-makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
-options=('!libtool' '!emptydirs')
-groups=('gnome')
-url=http://www.gnome.org/projects/epiphany/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 183326, 
epiphany/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:53 UTC (rev 183349)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.8.1
+pkgrel=1
+install=epiphany.install
+pkgdesc=A GNOME web browser based on the WebKit rendering engine.
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+url=http://www.gnome.org/projects/epiphany/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c231bb1af8daf739524bd89aa44873f5936b8a849da49326427486ed825523f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/epiphany.install
===
--- extra-i686/epiphany.install 2013-04-21 22:08:51 UTC (rev 183348)
+++ extra-i686/epiphany.install 2013-04-21 22:08:53 UTC (rev 183349)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: epiphany/repos/extra-i686/epiphany.install (from rev 183326, 
epiphany/repos/testing-i686/epiphany.install)
===
--- extra-i686/epiphany.install (rev 0)
+++ extra-i686/epiphany.install 2013-04-21 22:08:53 UTC (rev 183349)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:55
  Author: heftig
Revision: 183350

db-move: moved evince from [testing] to [extra] (i686, x86_64)

Added:
  evince/repos/extra-i686/PKGBUILD
(from rev 183326, evince/repos/testing-i686/PKGBUILD)
  evince/repos/extra-i686/evince.install
(from rev 183326, evince/repos/testing-i686/evince.install)
  evince/repos/extra-x86_64/PKGBUILD
(from rev 183326, evince/repos/testing-x86_64/PKGBUILD)
  evince/repos/extra-x86_64/evince.install
(from rev 183326, evince/repos/testing-x86_64/evince.install)
Deleted:
  evince/repos/extra-i686/PKGBUILD
  evince/repos/extra-i686/evince.install
  evince/repos/extra-x86_64/PKGBUILD
  evince/repos/extra-x86_64/evince.install
  evince/repos/testing-i686/
  evince/repos/testing-x86_64/

-+
 /PKGBUILD   |   74 ++
 /evince.install |   26 ++
 extra-i686/PKGBUILD |   37 -
 extra-i686/evince.install   |   13 ---
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/evince.install |   13 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:53 UTC (rev 183349)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:55 UTC (rev 183350)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evince
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=Simply a document viewer
-url=http://projects.gnome.org/evince/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection' 'docbook-xsl')
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving')
-groups=('gnome-extra')
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 183326, 
evince/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:55 UTC (rev 183350)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf136d2a025ef486c4e248e0dc134e7a9420557d9edc0df1ceb6a6330fbd4e9a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evince.install
===
--- extra-i686/evince.install   2013-04-21 22:08:53 UTC (rev 183349)
+++ extra-i686/evince.install   2013-04-21 22:08:55 UTC (rev 183350)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-i686/evince.install (from rev 183326, 

[arch-commits] Commit in evolution-data-server/repos (10 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:08:58
  Author: heftig
Revision: 183352

db-move: moved evolution-data-server from [testing] to [extra] (i686, x86_64)

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 183326, evolution-data-server/repos/testing-i686/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 183326, 
evolution-data-server/repos/testing-i686/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 183326, evolution-data-server/repos/testing-x86_64/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 183326, 
evolution-data-server/repos/testing-x86_64/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
  evolution-data-server/repos/testing-i686/
  evolution-data-server/repos/testing-x86_64/

+
 /PKGBUILD  |   64 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:56 UTC (rev 183351)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:58 UTC (rev 183352)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.6.4
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-install=$pkgname.install
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50b4ca21bc57d2fe4933ea3072bf11d5e6069d0ecaacced0bd0f55f098d09f4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 183326, 
evolution-data-server/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:08:58 UTC (rev 183352)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0425d8b73dcf705840cdf9fc955b3ca05b9aacc6eb2d2d97f159725be3a8b896')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2013-04-21 22:08:56 UTC (rev 
183351)
+++ extra-i686/evolution-data-server.install2013-04-21 22:08:58 UTC (rev 
183352)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:02
  Author: heftig
Revision: 183354

db-move: moved file-roller from [testing] to [extra] (i686, x86_64)

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 183326, file-roller/repos/testing-i686/PKGBUILD)
  file-roller/repos/extra-i686/file-roller.install
(from rev 183326, file-roller/repos/testing-i686/file-roller.install)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 183326, file-roller/repos/testing-x86_64/PKGBUILD)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 183326, file-roller/repos/testing-x86_64/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/file-roller.install
  file-roller/repos/testing-i686/
  file-roller/repos/testing-x86_64/

--+
 /PKGBUILD|   76 +
 /file-roller.install |   26 
 extra-i686/PKGBUILD  |   38 --
 extra-i686/file-roller.install   |   13 --
 extra-x86_64/PKGBUILD|   38 --
 extra-x86_64/file-roller.install |   13 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:00 UTC (rev 183353)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:02 UTC (rev 183354)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.6.3
-pkgrel=2
-pkgdesc=Archive manipulator for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'p7zip: 7zip compression utility'
-'arj: ARJ archiver'
-'unace: extraction tool for the proprietary ace archive format')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=file-roller.install
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6d99d7be243d442484ba46505df5e52ffb4e46ea5cd754daba865eccc22c8402')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 183326, 
file-roller/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:02 UTC (rev 183354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Create and modify archives
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db55bd1964e8b8ebc5c5a38cb1169ded671e231bfcb79e51a7289dfcc74f4590')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/file-roller.install
===
--- extra-i686/file-roller.install  2013-04-21 22:09:00 UTC (rev 183353)
+++ extra-i686/file-roller.install  2013-04-21 22:09:02 UTC (rev 183354)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-

[arch-commits] Commit in five-or-more/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:04
  Author: heftig
Revision: 183355

db-move: moved five-or-more from [testing] to [extra] (i686, x86_64)

Added:
  five-or-more/repos/extra-i686/
  five-or-more/repos/extra-i686/PKGBUILD
(from rev 183326, five-or-more/repos/testing-i686/PKGBUILD)
  five-or-more/repos/extra-i686/five-or-more.install
(from rev 183326, five-or-more/repos/testing-i686/five-or-more.install)
  five-or-more/repos/extra-x86_64/
  five-or-more/repos/extra-x86_64/PKGBUILD
(from rev 183326, five-or-more/repos/testing-x86_64/PKGBUILD)
  five-or-more/repos/extra-x86_64/five-or-more.install
(from rev 183326, five-or-more/repos/testing-x86_64/five-or-more.install)
Deleted:
  five-or-more/repos/testing-i686/
  five-or-more/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   36 
 extra-i686/five-or-more.install   |   35 +++
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/five-or-more.install |   35 +++
 4 files changed, 142 insertions(+)

Copied: five-or-more/repos/extra-i686/PKGBUILD (from rev 183326, 
five-or-more/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:04 UTC (rev 183355)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: five-or-more/repos/extra-i686/five-or-more.install (from rev 183326, 
five-or-more/repos/testing-i686/five-or-more.install)
===
--- extra-i686/five-or-more.install (rev 0)
+++ extra-i686/five-or-more.install 2013-04-21 22:09:04 UTC (rev 183355)
@@ -0,0 +1,35 @@
+_scores=(
+   glines.Small.scores
+   glines.Medium.scores
+   glines.Large.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: five-or-more/repos/extra-x86_64/PKGBUILD (from rev 183326, 
five-or-more/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:04 UTC (rev 183355)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:07
  Author: heftig
Revision: 183356

db-move: moved folks from [testing] to [extra] (i686, x86_64)

Added:
  folks/repos/extra-i686/PKGBUILD
(from rev 183326, folks/repos/testing-i686/PKGBUILD)
  folks/repos/extra-i686/folks.install
(from rev 183326, folks/repos/testing-i686/folks.install)
  folks/repos/extra-x86_64/PKGBUILD
(from rev 183326, folks/repos/testing-x86_64/PKGBUILD)
  folks/repos/extra-x86_64/folks.install
(from rev 183326, folks/repos/testing-x86_64/folks.install)
Deleted:
  folks/repos/extra-i686/PKGBUILD
  folks/repos/extra-i686/folks.install
  folks/repos/extra-x86_64/PKGBUILD
  folks/repos/extra-x86_64/folks.install
  folks/repos/testing-i686/
  folks/repos/testing-x86_64/

+
 /PKGBUILD  |   60 +++
 /folks.install |   22 +++
 extra-i686/PKGBUILD|   29 
 extra-i686/folks.install   |   11 ---
 extra-x86_64/PKGBUILD  |   29 
 extra-x86_64/folks.install |   11 ---
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:04 UTC (rev 183355)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:07 UTC (rev 183356)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
-makedepends=('gobject-introspection' 'intltool')
-install=folks.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 183326, 
folks/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:07 UTC (rev 183356)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=3
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/folks.install
===
--- extra-i686/folks.install2013-04-21 22:09:04 UTC (rev 183355)
+++ extra-i686/folks.install2013-04-21 22:09:07 UTC (rev 183356)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/extra-i686/folks.install (from rev 183326, 
folks/repos/testing-i686/folks.install)
===
--- extra-i686/folks.install(rev 0)
+++ extra-i686/folks.install2013-04-21 22:09:07 UTC (rev 183356)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:04 UTC (rev 183355)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:07 UTC (rev 183356)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
-makedepends=('gobject-introspection' 'intltool')
-install=folks.install
-options=('!libtool' 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:11
  Author: heftig
Revision: 183358

db-move: moved four-in-a-row from [testing] to [extra] (i686, x86_64)

Added:
  four-in-a-row/repos/extra-i686/
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 183326, four-in-a-row/repos/testing-i686/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 183326, four-in-a-row/repos/testing-i686/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 183326, four-in-a-row/repos/testing-x86_64/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 183326, four-in-a-row/repos/testing-x86_64/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/testing-i686/
  four-in-a-row/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   32 
 extra-i686/four-in-a-row.install   |   13 +
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/four-in-a-row.install |   13 +
 4 files changed, 90 insertions(+)

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 183326, 
four-in-a-row/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 183326, 
four-in-a-row/repos/testing-i686/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 183326, 
four-in-a-row/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/extra-x86_64/four-in-a-row.install (from rev 
183326, four-in-a-row/repos/testing-x86_64/four-in-a-row.install)
===
--- extra-x86_64/four-in-a-row.install  (rev 0)
+++ extra-x86_64/four-in-a-row.install  2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:00
  Author: heftig
Revision: 183353

db-move: moved evolution-ews from [testing] to [extra] (i686, x86_64)

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 183326, evolution-ews/repos/testing-i686/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 183326, evolution-ews/repos/testing-x86_64/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD
  evolution-ews/repos/testing-i686/
  evolution-ews/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:08:58 UTC (rev 183352)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:00 UTC (rev 183353)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 183326, 
evolution-ews/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:00 UTC (rev 183353)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:08:58 UTC (rev 183352)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:00 UTC (rev 183353)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 183326, 
evolution-ews/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:00 UTC (rev 183353)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:09
  Author: heftig
Revision: 183357

db-move: moved fontconfig from [testing] to [extra] (i686, x86_64)

Added:
  fontconfig/repos/extra-i686/29-replace-bitmap-fonts.conf
(from rev 183326, 
fontconfig/repos/testing-i686/29-replace-bitmap-fonts.conf)
  fontconfig/repos/extra-i686/PKGBUILD
(from rev 183326, fontconfig/repos/testing-i686/PKGBUILD)
  fontconfig/repos/extra-i686/fontconfig.install
(from rev 183326, fontconfig/repos/testing-i686/fontconfig.install)
  fontconfig/repos/extra-i686/git_fixes.diff
(from rev 183326, fontconfig/repos/testing-i686/git_fixes.diff)
  fontconfig/repos/extra-x86_64/29-replace-bitmap-fonts.conf
(from rev 183326, 
fontconfig/repos/testing-x86_64/29-replace-bitmap-fonts.conf)
  fontconfig/repos/extra-x86_64/PKGBUILD
(from rev 183326, fontconfig/repos/testing-x86_64/PKGBUILD)
  fontconfig/repos/extra-x86_64/fontconfig.install
(from rev 183326, fontconfig/repos/testing-x86_64/fontconfig.install)
  fontconfig/repos/extra-x86_64/git_fixes.diff
(from rev 183326, fontconfig/repos/testing-x86_64/git_fixes.diff)
Deleted:
  fontconfig/repos/extra-i686/29-replace-bitmap-fonts.conf
  fontconfig/repos/extra-i686/PKGBUILD
  fontconfig/repos/extra-i686/fontconfig.install
  fontconfig/repos/extra-x86_64/29-replace-bitmap-fonts.conf
  fontconfig/repos/extra-x86_64/PKGBUILD
  fontconfig/repos/extra-x86_64/fontconfig.install
  fontconfig/repos/testing-i686/
  fontconfig/repos/testing-x86_64/

---+
 /29-replace-bitmap-fonts.conf |   36 +
 /PKGBUILD |  120 
 /fontconfig.install   |   78 ++
 extra-i686/29-replace-bitmap-fonts.conf   |   37 -
 extra-i686/PKGBUILD   |   56 --
 extra-i686/fontconfig.install |   39 -
 extra-i686/git_fixes.diff |  732 
 extra-x86_64/29-replace-bitmap-fonts.conf |   37 -
 extra-x86_64/PKGBUILD |   56 --
 extra-x86_64/fontconfig.install   |   39 -
 extra-x86_64/git_fixes.diff   |  732 
 11 files changed, 1698 insertions(+), 264 deletions(-)

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


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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:12
  Author: heftig
Revision: 183359

db-move: moved gconf-editor from [testing] to [extra] (i686, x86_64)

Added:
  gconf-editor/repos/extra-i686/PKGBUILD
(from rev 183326, gconf-editor/repos/testing-i686/PKGBUILD)
  gconf-editor/repos/extra-i686/fix-assertion-failed-crash.patch
(from rev 183326, 
gconf-editor/repos/testing-i686/fix-assertion-failed-crash.patch)
  gconf-editor/repos/extra-i686/gconf-editor.install
(from rev 183326, gconf-editor/repos/testing-i686/gconf-editor.install)
  gconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 183326, gconf-editor/repos/testing-x86_64/PKGBUILD)
  gconf-editor/repos/extra-x86_64/fix-assertion-failed-crash.patch
(from rev 183326, 
gconf-editor/repos/testing-x86_64/fix-assertion-failed-crash.patch)
  gconf-editor/repos/extra-x86_64/gconf-editor.install
(from rev 183326, gconf-editor/repos/testing-x86_64/gconf-editor.install)
Deleted:
  gconf-editor/repos/extra-i686/PKGBUILD
  gconf-editor/repos/extra-i686/fix-assertion-failed-crash.patch
  gconf-editor/repos/extra-i686/gconf-editor.install
  gconf-editor/repos/extra-x86_64/PKGBUILD
  gconf-editor/repos/extra-x86_64/fix-assertion-failed-crash.patch
  gconf-editor/repos/extra-x86_64/gconf-editor.install
  gconf-editor/repos/testing-i686/
  gconf-editor/repos/testing-x86_64/

---+
 /PKGBUILD |   70 
 /fix-assertion-failed-crash.patch |   68 +++
 /gconf-editor.install |   44 +++
 extra-i686/PKGBUILD   |   36 
 extra-i686/fix-assertion-failed-crash.patch   |   34 ---
 extra-i686/gconf-editor.install   |   22 ---
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/fix-assertion-failed-crash.patch |   34 ---
 extra-x86_64/gconf-editor.install |   22 ---
 9 files changed, 182 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:11 UTC (rev 183358)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:12 UTC (rev 183359)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gconf-editor
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Graphical gconf registry editor
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome-extra')
-options=(!emptydirs)
-install=gconf-editor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-fix-assertion-failed-crash.patch)
-sha256sums=('9afc4fc0d0afe019998736f06c04cbfa0393c813e2aa755133d95e83835f8869'
-'6550714ee06d09632244d0f4f41402224599f5230ef71376ea34291ce0d651bc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ${srcdir}/fix-assertion-failed-crash.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gconf-editor $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gconf-editor/repos/extra-i686/PKGBUILD (from rev 183326, 
gconf-editor/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:12 UTC (rev 183359)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-editor
+pkgver=3.0.1
+pkgrel=2
+pkgdesc=Graphical gconf registry editor
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=gconf-editor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+fix-assertion-failed-crash.patch)
+sha256sums=('9afc4fc0d0afe019998736f06c04cbfa0393c813e2aa755133d95e83835f8869'
+'6550714ee06d09632244d0f4f41402224599f5230ef71376ea34291ce0d651bc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/fix-assertion-failed-crash.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gconf-editor 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:16
  Author: heftig
Revision: 183361

db-move: moved gdk-pixbuf2 from [testing] to [extra] (i686, x86_64)

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 183326, gdk-pixbuf2/repos/testing-i686/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 183326, gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 183326, gdk-pixbuf2/repos/testing-x86_64/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 183326, gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-x86_64/

--+
 /PKGBUILD|   68 +
 /gdk-pixbuf2.install |   22 +++
 extra-i686/PKGBUILD  |   34 --
 extra-i686/gdk-pixbuf2.install   |   11 -
 extra-x86_64/PKGBUILD|   34 --
 extra-x86_64/gdk-pixbuf2.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:15 UTC (rev 183360)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:16 UTC (rev 183361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.26.5
-pkgrel=2
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 183326, 
gdk-pixbuf2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:16 UTC (rev 183361)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.1
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2013-04-21 22:09:15 UTC (rev 183360)
+++ extra-i686/gdk-pixbuf2.install  2013-04-21 22:09:16 UTC (rev 183361)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 183326, 
gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2013-04-21 22:09:16 UTC (rev 183361)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:15 UTC (rev 183360)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:16 UTC (rev 183361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.26.5
-pkgrel=2
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:15
  Author: heftig
Revision: 183360

db-move: moved gcr from [testing] to [extra] (i686, x86_64)

Added:
  gcr/repos/extra-i686/10-gcr.conf
(from rev 183326, gcr/repos/testing-i686/10-gcr.conf)
  gcr/repos/extra-i686/PKGBUILD
(from rev 183326, gcr/repos/testing-i686/PKGBUILD)
  gcr/repos/extra-i686/gcr.install
(from rev 183326, gcr/repos/testing-i686/gcr.install)
  gcr/repos/extra-x86_64/10-gcr.conf
(from rev 183326, gcr/repos/testing-x86_64/10-gcr.conf)
  gcr/repos/extra-x86_64/PKGBUILD
(from rev 183326, gcr/repos/testing-x86_64/PKGBUILD)
  gcr/repos/extra-x86_64/gcr.install
(from rev 183326, gcr/repos/testing-x86_64/gcr.install)
Deleted:
  gcr/repos/extra-i686/10-gcr.conf
  gcr/repos/extra-i686/PKGBUILD
  gcr/repos/extra-i686/gcr.install
  gcr/repos/extra-x86_64/10-gcr.conf
  gcr/repos/extra-x86_64/PKGBUILD
  gcr/repos/extra-x86_64/gcr.install
  gcr/repos/testing-i686/
  gcr/repos/testing-x86_64/

--+
 /10-gcr.conf |6 +++
 /PKGBUILD|   80 +
 /gcr.install |   28 +++
 extra-i686/10-gcr.conf   |3 -
 extra-i686/PKGBUILD  |   40 --
 extra-i686/gcr.install   |   14 ---
 extra-x86_64/10-gcr.conf |3 -
 extra-x86_64/PKGBUILD|   40 --
 extra-x86_64/gcr.install |   14 ---
 9 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/10-gcr.conf
===
--- extra-i686/10-gcr.conf  2013-04-21 22:09:12 UTC (rev 183359)
+++ extra-i686/10-gcr.conf  2013-04-21 22:09:15 UTC (rev 183360)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/extra-i686/10-gcr.conf (from rev 183326, 
gcr/repos/testing-i686/10-gcr.conf)
===
--- extra-i686/10-gcr.conf  (rev 0)
+++ extra-i686/10-gcr.conf  2013-04-21 22:09:15 UTC (rev 183360)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:12 UTC (rev 183359)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:15 UTC (rev 183360)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.6.2
-pkgrel=2
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-10-gcr.conf)
-sha256sums=('f709db2435e3635b68d8aa212863e0a8e81b1cc33442852a5183762876c7be9b'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-i686/PKGBUILD (from rev 183326, 
gcr/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:15 UTC (rev 183360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A library for bits of crypto UI and parsing
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('38f158d71ce8fb14dca74928053a3edf32751e142400d1429bec5fe0f4bbb8f0'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:18
  Author: heftig
Revision: 183362

db-move: moved gdl from [testing] to [extra] (i686, x86_64)

Added:
  gdl/repos/extra-i686/PKGBUILD
(from rev 183326, gdl/repos/testing-i686/PKGBUILD)
  gdl/repos/extra-x86_64/PKGBUILD
(from rev 183326, gdl/repos/testing-x86_64/PKGBUILD)
Deleted:
  gdl/repos/extra-i686/PKGBUILD
  gdl/repos/extra-x86_64/PKGBUILD
  gdl/repos/testing-i686/
  gdl/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:16 UTC (rev 183361)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:18 UTC (rev 183362)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gdl/repos/extra-i686/PKGBUILD (from rev 183326, 
gdl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:18 UTC (rev 183362)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9911e9eec5a62497fff7e044ca9eaae47354658238e6b9e9a0a744f05b4ebdb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:16 UTC (rev 183361)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:18 UTC (rev 183362)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gdl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:18 UTC (rev 183362)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9911e9eec5a62497fff7e044ca9eaae47354658238e6b9e9a0a744f05b4ebdb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:19
  Author: heftig
Revision: 183363

db-move: moved gedit from [testing] to [extra] (i686, x86_64)

Added:
  gedit/repos/extra-i686/PKGBUILD
(from rev 183326, gedit/repos/testing-i686/PKGBUILD)
  gedit/repos/extra-i686/gedit.install
(from rev 183326, gedit/repos/testing-i686/gedit.install)
  gedit/repos/extra-x86_64/PKGBUILD
(from rev 183326, gedit/repos/testing-x86_64/PKGBUILD)
  gedit/repos/extra-x86_64/gedit.install
(from rev 183326, gedit/repos/testing-x86_64/gedit.install)
Deleted:
  gedit/repos/extra-i686/PKGBUILD
  gedit/repos/extra-i686/gedit.install
  gedit/repos/extra-x86_64/PKGBUILD
  gedit/repos/extra-x86_64/gedit.install
  gedit/repos/testing-i686/
  gedit/repos/testing-x86_64/

+
 /PKGBUILD  |   66 +++
 /gedit.install |   36 +++
 extra-i686/PKGBUILD|   33 -
 extra-i686/gedit.install   |   18 ---
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/gedit.install |   18 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:18 UTC (rev 183362)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:19 UTC (rev 183363)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.6.2
-pkgrel=2
-pkgdesc=A text editor for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 
'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
-makedepends=('yelp-tools' 'intltool' 'libzeitgeist')
-optdepends=('libzeitgeist: Zeitgeist plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad4c6837a7e844e000f7cf2c248e636febdcc9b9b9559cf9e27b99392f5735c3')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 183326, 
gedit/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:19 UTC (rev 183363)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool 'zeitgeist=0.9.12')
+optdepends=('zeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e0b8a831c6d6d2b82a8f42a0e01ab1f3398fed2cca0b65d0a105d134a5c4dce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2013-04-21 22:09:18 UTC (rev 183362)
+++ extra-i686/gedit.install2013-04-21 22:09:19 UTC (rev 183363)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 183326, 
gedit/repos/testing-i686/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2013-04-21 22:09:19 UTC (rev 183363)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:21
  Author: heftig
Revision: 183364

db-move: moved ghex from [testing] to [extra] (i686, x86_64)

Added:
  ghex/repos/extra-i686/PKGBUILD
(from rev 183326, ghex/repos/testing-i686/PKGBUILD)
  ghex/repos/extra-i686/ghex.install
(from rev 183326, ghex/repos/testing-i686/ghex.install)
  ghex/repos/extra-x86_64/PKGBUILD
(from rev 183326, ghex/repos/testing-x86_64/PKGBUILD)
  ghex/repos/extra-x86_64/ghex.install
(from rev 183326, ghex/repos/testing-x86_64/ghex.install)
Deleted:
  ghex/repos/extra-i686/PKGBUILD
  ghex/repos/extra-i686/ghex.install
  ghex/repos/extra-x86_64/PKGBUILD
  ghex/repos/extra-x86_64/ghex.install
  ghex/repos/testing-i686/
  ghex/repos/testing-x86_64/

---+
 /PKGBUILD |   60 
 /ghex.install |   40 +
 extra-i686/PKGBUILD   |   30 --
 extra-i686/ghex.install   |   20 --
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/ghex.install |   20 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:19 UTC (rev 183363)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:21 UTC (rev 183364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=ghex
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=A simple binary editor for the Gnome desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://live.gnome.org/Ghex;
-depends=('gtk3' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!libtool' '!emptydirs')
-install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef74fc5a5a67736391b3fb7fb14f588f3a4441b1aa48d1a6eaa1adb6c0427544')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ghex/repos/extra-i686/PKGBUILD (from rev 183326, 
ghex/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:21 UTC (rev 183364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=ghex
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A simple binary editor for the Gnome desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/Ghex;
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('40b08fff065575e91f161904952aaa14919ffe053f3849c47ab567ac93a4d3fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/ghex.install
===
--- extra-i686/ghex.install 2013-04-21 22:09:19 UTC (rev 183363)
+++ extra-i686/ghex.install 2013-04-21 22:09:21 UTC (rev 183364)
@@ -1,20 +0,0 @@
-pkgname=ghex
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: ghex/repos/extra-i686/ghex.install (from rev 183326, 
ghex/repos/testing-i686/ghex.install)
===
--- extra-i686/ghex.install (rev 0)
+++ extra-i686/ghex.install 2013-04-21 22:09:21 UTC (rev 183364)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:19 UTC (rev 183363)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:21 UTC (rev 183364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: tobias 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:23
  Author: heftig
Revision: 183365

db-move: moved gjs from [testing] to [extra] (i686, x86_64)

Added:
  gjs/repos/extra-i686/PKGBUILD
(from rev 183326, gjs/repos/testing-i686/PKGBUILD)
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 183326, gjs/repos/testing-x86_64/PKGBUILD)
Deleted:
  gjs/repos/extra-i686/PKGBUILD
  gjs/repos/extra-x86_64/PKGBUILD
  gjs/repos/testing-i686/
  gjs/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:21 UTC (rev 183364)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.34.0
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gjs;
-license=('GPL')
-depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|python|python2|' scripts/make-tests
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 183326, 
gjs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=2
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection 'js=17.0.0')
+options=('!libtool')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
+sha256sums=('a5a6c3fdb71b1106966992b97464faad5ba938cf4c108c3b94f5a6eebd656dc7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:21 UTC (rev 183364)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:23 UTC (rev 183365)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.34.0
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gjs;
-license=('GPL')
-depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|python|python2|' scripts/make-tests
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gjs/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:23 UTC (rev 183365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=2
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection 'js=17.0.0')
+options=('!libtool')
+source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2)
+sha256sums=('a5a6c3fdb71b1106966992b97464faad5ba938cf4c108c3b94f5a6eebd656dc7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:24
  Author: heftig
Revision: 183366

db-move: moved glade from [testing] to [extra] (i686, x86_64)

Added:
  glade/repos/extra-i686/PKGBUILD
(from rev 183326, glade/repos/testing-i686/PKGBUILD)
  glade/repos/extra-i686/glade.install
(from rev 183326, glade/repos/testing-i686/glade.install)
  glade/repos/extra-x86_64/PKGBUILD
(from rev 183326, glade/repos/testing-x86_64/PKGBUILD)
  glade/repos/extra-x86_64/glade.install
(from rev 183326, glade/repos/testing-x86_64/glade.install)
Deleted:
  glade/repos/extra-i686/PKGBUILD
  glade/repos/extra-i686/glade.install
  glade/repos/extra-x86_64/PKGBUILD
  glade/repos/extra-x86_64/glade.install
  glade/repos/testing-i686/
  glade/repos/testing-x86_64/

+
 /PKGBUILD  |   60 +++
 /glade.install |   24 +
 extra-i686/PKGBUILD|   30 -
 extra-i686/glade.install   |   12 
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/glade.install |   12 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:23 UTC (rev 183365)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:24 UTC (rev 183366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=glade
-pkgver=3.14.2
-pkgrel=1
-pkgdesc=User interface builder for GTK+ and GNOME.
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 
'python2-gobject' 'itstool' 'docbook-xsl')
-optdepends=('python2: Python widgets support'
-'devhelp: help browser')
-options=('!libtool')
-url=http://glade.gnome.org/;
-install=glade.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2e6b5a20cfdbc0a5ed49122ac7b4e3a10ba140ccfcaba60082e6e2b52a62ac6')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: glade/repos/extra-i686/PKGBUILD (from rev 183326, 
glade/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:24 UTC (rev 183366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=glade
+pkgver=3.15.0
+pkgrel=1
+pkgdesc=User interface builder for GTK+ and GNOME.
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'python2-gobject' 
'itstool' 'docbook-xsl')
+optdepends=('python2: Python widgets support'
+'devhelp: help browser')
+options=('!libtool')
+url=http://glade.gnome.org/;
+install=glade.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e64f33d8a5ad614279dc7024ed70fe57805526e82244001a33351b1cf13f95c')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/glade.install
===
--- extra-i686/glade.install2013-04-21 22:09:23 UTC (rev 183365)
+++ extra-i686/glade.install2013-04-21 22:09:24 UTC (rev 183366)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glade/repos/extra-i686/glade.install (from rev 183326, 
glade/repos/testing-i686/glade.install)
===
--- extra-i686/glade.install(rev 0)
+++ extra-i686/glade.install2013-04-21 22:09:24 UTC (rev 183366)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:23 UTC (rev 183365)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:24 UTC (rev 183366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=glade
-pkgver=3.14.2
-pkgrel=1
-pkgdesc=User interface builder for GTK+ and 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:26
  Author: heftig
Revision: 183367

db-move: moved glib-networking from [testing] to [extra] (i686, x86_64)

Added:
  glib-networking/repos/extra-i686/PKGBUILD
(from rev 183326, glib-networking/repos/testing-i686/PKGBUILD)
  glib-networking/repos/extra-i686/glib-networking.install
(from rev 183326, 
glib-networking/repos/testing-i686/glib-networking.install)
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 183326, glib-networking/repos/testing-x86_64/PKGBUILD)
  glib-networking/repos/extra-x86_64/glib-networking.install
(from rev 183326, 
glib-networking/repos/testing-x86_64/glib-networking.install)
Deleted:
  glib-networking/repos/extra-i686/PKGBUILD
  glib-networking/repos/extra-i686/glib-networking.install
  glib-networking/repos/extra-x86_64/PKGBUILD
  glib-networking/repos/extra-x86_64/glib-networking.install
  glib-networking/repos/testing-i686/
  glib-networking/repos/testing-x86_64/

--+
 /PKGBUILD|   60 +
 /glib-networking.install |   22 
 extra-i686/PKGBUILD  |   31 -
 extra-i686/glib-networking.install   |   11 --
 extra-x86_64/PKGBUILD|   31 -
 extra-x86_64/glib-networking.install |   11 --
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:24 UTC (rev 183366)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:26 UTC (rev 183367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=glib-networking
-pkgver=2.34.2
-pkgrel=1
-pkgdesc=Network-related giomodules for glib
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libproxy' 'gnutls' 'ca-certificates' 
'gsettings-desktop-schemas')
-makedepends=('intltool')
-options=('!libtool')
-install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00a92ec7b31f03a2fc1eeff568c0f1664e109b3add8c7042d2d420953f49dfde')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/glib-networking --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-i686/PKGBUILD (from rev 183326, 
glib-networking/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:26 UTC (rev 183367)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.36.1
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2df2d1943a6193ca471addc58539895da1ae96fdba305dedb937ef56adb57ea')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/glib-networking.install
===
--- extra-i686/glib-networking.install  2013-04-21 22:09:24 UTC (rev 183366)
+++ extra-i686/glib-networking.install  2013-04-21 22:09:26 UTC (rev 183367)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/extra-i686/glib-networking.install (from rev 
183326, glib-networking/repos/testing-i686/glib-networking.install)
===
--- extra-i686/glib-networking.install  (rev 0)
+++ extra-i686/glib-networking.install  2013-04-21 22:09:26 UTC (rev 183367)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:24 UTC (rev 183366)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:26 UTC (rev 183367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=glib-networking
-pkgver=2.34.2
-pkgrel=1
-pkgdesc=Network-related giomodules for glib

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:29
  Author: heftig
Revision: 183368

db-move: moved gnome-backgrounds from [testing] to [extra] (any)

Added:
  gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 183326, gnome-backgrounds/repos/testing-any/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/extra-any/PKGBUILD
  gnome-backgrounds/repos/testing-any/

+
 /PKGBUILD  |   26 ++
 extra-any/PKGBUILD |   26 --
 2 files changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-04-21 22:09:26 UTC (rev 183367)
+++ extra-any/PKGBUILD  2013-04-21 22:09:29 UTC (rev 183368)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-backgrounds
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Background images and data for GNOME
-arch=(any)
-makedepends=('intltool')
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('006c8e0dc7c5b223dac4243291886d6106faae95cb620700dc211e668d6a70ed')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 183326, 
gnome-backgrounds/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:09:29 UTC (rev 183368)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('226cf0d116a0d78b96c0ed865473975f9ca0e1c02a0442c6be8f1dd3c4a715b8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:32
  Author: heftig
Revision: 183369

db-move: moved gnome-bluetooth from [testing] to [extra] (i686, x86_64)

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 183326, 
gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-bluetooth/repos/testing-i686/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 183326, 
gnome-bluetooth/repos/testing-i686/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 183326, 
gnome-bluetooth/repos/testing-x86_64/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-bluetooth/repos/testing-x86_64/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 183326, 
gnome-bluetooth/repos/testing-x86_64/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
  gnome-bluetooth/repos/testing-i686/
  gnome-bluetooth/repos/testing-x86_64/

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   76 +
 /gnome-bluetooth.install |   22 +++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   38 
 extra-i686/gnome-bluetooth.install   |   12 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   38 
 extra-x86_64/gnome-bluetooth.install |   12 ---
 9 files changed, 112 insertions(+), 114 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2013-04-21 22:09:29 UTC (rev 
183368)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-04-21 22:09:32 UTC (rev 
183369)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 183326, gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-04-21 22:09:32 UTC (rev 
183369)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:29 UTC (rev 183368)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:32 UTC (rev 183369)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'nautilus-sendto' 'gobject-introspection' 'itstool' 
'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('71d72a4637916450987f69c71d374c5bc1102be6dd9d9d7f923aa924659f768a'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-bluetooth/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:37
  Author: heftig
Revision: 183370

db-move: moved gnome-calculator from [testing] to [extra] (i686, x86_64)

Added:
  gnome-calculator/repos/extra-i686/
  gnome-calculator/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-calculator/repos/testing-i686/PKGBUILD)
  gnome-calculator/repos/extra-i686/gnome-calculator.install
(from rev 183326, 
gnome-calculator/repos/testing-i686/gnome-calculator.install)
  gnome-calculator/repos/extra-x86_64/
  gnome-calculator/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-calculator/repos/testing-x86_64/PKGBUILD)
  gnome-calculator/repos/extra-x86_64/gnome-calculator.install
(from rev 183326, 
gnome-calculator/repos/testing-x86_64/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/testing-i686/
  gnome-calculator/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   32 
 extra-i686/gnome-calculator.install   |   11 +++
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/gnome-calculator.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: gnome-calculator/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-calculator/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:37 UTC (rev 183370)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-calculator/repos/extra-i686/gnome-calculator.install (from rev 
183326, gnome-calculator/repos/testing-i686/gnome-calculator.install)
===
--- extra-i686/gnome-calculator.install (rev 0)
+++ extra-i686/gnome-calculator.install 2013-04-21 22:09:37 UTC (rev 183370)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-calculator/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:37 UTC (rev 183370)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-calculator/repos/extra-x86_64/gnome-calculator.install (from rev 
183326, gnome-calculator/repos/testing-x86_64/gnome-calculator.install)
===
--- extra-x86_64/gnome-calculator.install   (rev 0)
+++ extra-x86_64/gnome-calculator.install   2013-04-21 22:09:37 UTC (rev 
183370)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:39
  Author: heftig
Revision: 183371

db-move: moved gnome-chess from [testing] to [extra] (i686, x86_64)

Added:
  gnome-chess/repos/extra-i686/
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-chess/repos/testing-i686/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 183326, gnome-chess/repos/testing-i686/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-chess/repos/testing-x86_64/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 183326, gnome-chess/repos/testing-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   32 
 extra-i686/gnome-chess.install   |   13 +
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/gnome-chess.install |   13 +
 4 files changed, 90 insertions(+)

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-chess/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url=https://live.gnome.org/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 183326, 
gnome-chess/repos/testing-i686/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-chess/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url=https://live.gnome.org/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/extra-x86_64/gnome-chess.install (from rev 183326, 
gnome-chess/repos/testing-x86_64/gnome-chess.install)
===
--- extra-x86_64/gnome-chess.install(rev 0)
+++ extra-x86_64/gnome-chess.install2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:40
  Author: heftig
Revision: 183372

db-move: moved gnome-clocks from [testing] to [extra] (i686, x86_64)

Added:
  gnome-clocks/repos/extra-i686/
  gnome-clocks/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-clocks/repos/testing-i686/PKGBUILD)
  gnome-clocks/repos/extra-i686/gnome-clocks.install
(from rev 183326, gnome-clocks/repos/testing-i686/gnome-clocks.install)
  gnome-clocks/repos/extra-x86_64/
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-clocks/repos/testing-x86_64/PKGBUILD)
  gnome-clocks/repos/extra-x86_64/gnome-clocks.install
(from rev 183326, gnome-clocks/repos/testing-x86_64/gnome-clocks.install)
Deleted:
  gnome-clocks/repos/testing-i686/
  gnome-clocks/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   49 
 extra-i686/gnome-clocks.install   |   13 +
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/gnome-clocks.install |   13 +
 4 files changed, 124 insertions(+)

Copied: gnome-clocks/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-clocks/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:40 UTC (rev 183372)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop libnotify
+ hicolor-icon-theme gnome-themes-standard)
+makedepends=(intltool vala gobject-introspection)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz
+
gnome-clocks.css::http://git.gnome.org/browse/gnome-clocks/plain/data/css/gnome-clocks.css?id=${pkgver}
+
button-border-go.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go.svg?id=${pkgver}
+
button-border-go-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go-active.svg?id=${pkgver}
+
button-border-stop.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop.svg?id=${pkgver}
+
button-border-stop-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop-active.svg?id=${pkgver})
+sha256sums=('6140cc1ae41460c5fc799b2a52d809ed4cf9035a72be7e878160b5e591486d31'
+'3ce4afb848ea2a2728c53a9f4bfca5f12d9719e3935d1acd2d90056cb1c464fc'
+'a44df652c8034ccbbc87a62f92ab6efbf6dfabead44e3316b4b9e85d851a6b24'
+'e12ac57acaa43b25a36d9fd9b6dbe906980a5e8429840d98c604bf28515749e0'
+'e71fa928cf5812fb1cc4ea62e55176be14716b670c37c7899368b0f8f020876c'
+'34916c190c259788bcb561f0b4cce73b47a39e50326e1a53a2a91c2725e9d8a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Fix files missing from tarball
+  mkdir data/css
+  cp ../*.{css,svg} data/css
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-clocks/repos/extra-i686/gnome-clocks.install (from rev 183326, 
gnome-clocks/repos/testing-i686/gnome-clocks.install)
===
--- extra-i686/gnome-clocks.install (rev 0)
+++ extra-i686/gnome-clocks.install 2013-04-21 22:09:40 UTC (rev 183372)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-clocks/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:40 UTC (rev 183372)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop libnotify
+ hicolor-icon-theme gnome-themes-standard)
+makedepends=(intltool vala gobject-introspection)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz
+  

[arch-commits] Commit in gnome-color-manager/repos (10 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:42
  Author: heftig
Revision: 183373

db-move: moved gnome-color-manager from [testing] to [extra] (i686, x86_64)

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-color-manager/repos/testing-i686/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 183326, 
gnome-color-manager/repos/testing-i686/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-color-manager/repos/testing-x86_64/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 183326, 
gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
  gnome-color-manager/repos/testing-i686/
  gnome-color-manager/repos/testing-x86_64/

--+
 /PKGBUILD|   70 +
 /gnome-color-manager.install |   38 +++
 extra-i686/PKGBUILD  |   35 --
 extra-i686/gnome-color-manager.install   |   19 ---
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:40 UTC (rev 183372)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:42 UTC (rev 183373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk'
- 'mash' 'shared-color-profiles' 'shared-color-targets' 'gnome-desktop' 
'colord-gtk' 'libexif')
-makedepends=('intltool' 'yelp-tools')
-install=gnome-color-manager.install
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c5fb0903d5570c50fbb2347db314bef0c57b293302e48e0b73f57f426fb7')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-color-manager/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:42 UTC (rev 183373)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
clutter-gtk
+ mash shared-color-profiles shared-color-targets gnome-desktop 
colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('61851022ccfa090f21ce027c36cd440597648401aafa2c8b3d3f7787a866bb49')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:43
  Author: heftig
Revision: 183374

db-move: moved gnome-contacts from [testing] to [extra] (i686, x86_64)

Added:
  gnome-contacts/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-contacts/repos/testing-i686/PKGBUILD)
  gnome-contacts/repos/extra-i686/gnome-contacts.install
(from rev 183326, gnome-contacts/repos/testing-i686/gnome-contacts.install)
  gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-contacts/repos/testing-x86_64/PKGBUILD)
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install
(from rev 183326, 
gnome-contacts/repos/testing-x86_64/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/extra-i686/PKGBUILD
  gnome-contacts/repos/extra-i686/gnome-contacts.install
  gnome-contacts/repos/extra-x86_64/PKGBUILD
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install
  gnome-contacts/repos/testing-i686/
  gnome-contacts/repos/testing-x86_64/

-+
 /PKGBUILD   |   58 ++
 /gnome-contacts.install |   22 
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-contacts.install   |   11 --
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-contacts.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:42 UTC (rev 183373)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:43 UTC (rev 183374)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-contacts
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=Contacts Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome-extra)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('intltool' 'vala')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7d1b6a8e395b15bf150062f332348549cf9deb38dfa3aad9994f70e71d8449fa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-contacts/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:43 UTC (rev 183374)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-contacts.install
===
--- extra-i686/gnome-contacts.install   2013-04-21 22:09:42 UTC (rev 183373)
+++ extra-i686/gnome-contacts.install   2013-04-21 22:09:43 UTC (rev 183374)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/extra-i686/gnome-contacts.install (from rev 
183326, gnome-contacts/repos/testing-i686/gnome-contacts.install)
===
--- extra-i686/gnome-contacts.install   (rev 0)
+++ extra-i686/gnome-contacts.install   2013-04-21 22:09:43 UTC (rev 183374)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:42 UTC (rev 183373)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:43 UTC (rev 183374)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-contacts
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=Contacts Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome-extra)

[arch-commits] Commit in gnome-control-center/repos (12 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:45
  Author: heftig
Revision: 183375

db-move: moved gnome-control-center from [testing] to [extra] (i686, x86_64)

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-control-center/repos/testing-i686/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 183326, 
gnome-control-center/repos/testing-i686/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-control-center/repos/testing-x86_64/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 183326, 
gnome-control-center/repos/testing-x86_64/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-i686/pulse3.0.patch
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/pulse3.0.patch
  gnome-control-center/repos/testing-i686/
  gnome-control-center/repos/testing-x86_64/

---+
 /PKGBUILD |   92 
 /gnome-control-center.install |   22 ++
 extra-i686/PKGBUILD   |   50 ---
 extra-i686/gnome-control-center.install   |   11 ---
 extra-i686/pulse3.0.patch |   25 ---
 extra-x86_64/PKGBUILD |   50 ---
 extra-x86_64/gnome-control-center.install |   11 ---
 extra-x86_64/pulse3.0.patch   |   25 ---
 8 files changed, 114 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:43 UTC (rev 183374)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:45 UTC (rev 183375)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.6.3
-pkgrel=4
-pkgdesc=The Control Center for GNOME
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-pulse3.0.patch)
-sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb'
-'27f1d518df91ad9687e3e217023d83726c0d44f65b30942e79106e4aad53c916')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../pulse3.0.patch
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb \
-  --without-cheese
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-control-center/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:45 UTC (rev 183375)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient modemmanager)
+makedepends=(gnome-doc-utils intltool docbook-xsl)
+optdepends=('gnome-user-share: Bluetooth and WebDAV file sharing'
+

[arch-commits] Commit in gnome-devel-docs/repos (3 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:48
  Author: heftig
Revision: 183377

db-move: moved gnome-devel-docs from [testing] to [extra] (any)

Added:
  gnome-devel-docs/repos/extra-any/
  gnome-devel-docs/repos/extra-any/PKGBUILD
(from rev 183326, gnome-devel-docs/repos/testing-any/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/testing-any/

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

Copied: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 183326, 
gnome-devel-docs/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:09:48 UTC (rev 183377)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 180998 2013-03-29 13:52:39Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-devel-docs
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Developer documentation for GNOME
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('e23c0099417b6e304bc43672e8375e5f6fd208062320b98d9e7c6d41a445ea52')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:47
  Author: heftig
Revision: 183376

db-move: moved gnome-desktop from [testing] to [extra] (i686, x86_64)

Added:
  gnome-desktop/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-desktop/repos/testing-i686/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-desktop/repos/testing-x86_64/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-i686/PKGBUILD
  gnome-desktop/repos/extra-x86_64/PKGBUILD
  gnome-desktop/repos/testing-i686/
  gnome-desktop/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:45 UTC (rev 183375)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:47 UTC (rev 183376)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.6.2
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef15cc0b34a8360fd48ceeb833515790db4de38e6945fb3661f178dc7df70236')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-desktop \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-desktop/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:47 UTC (rev 183376)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.8.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config' 'iso-codes')
+makedepends=('intltool' 'gobject-introspection' 'itstool')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('79c4790fdfc58a54ee32b2fd20f498f4d563d11fa40ab6599c757e45bee5b13f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-desktop \
+  --with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:45 UTC (rev 183375)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:47 UTC (rev 183376)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.6.2
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef15cc0b34a8360fd48ceeb833515790db4de38e6945fb3661f178dc7df70236')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-desktop \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-desktop/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:47 UTC (rev 183376)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.8.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config' 'iso-codes')
+makedepends=('intltool' 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:49
  Author: heftig
Revision: 183378

db-move: moved gnome-dictionary from [testing] to [extra] (i686, x86_64)

Added:
  gnome-dictionary/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-dictionary/repos/testing-i686/PKGBUILD)
  gnome-dictionary/repos/extra-i686/gnome-dictionary.install
(from rev 183326, 
gnome-dictionary/repos/testing-i686/gnome-dictionary.install)
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-dictionary/repos/testing-x86_64/PKGBUILD)
  gnome-dictionary/repos/extra-x86_64/gnome-dictionary.install
(from rev 183326, 
gnome-dictionary/repos/testing-x86_64/gnome-dictionary.install)
Deleted:
  gnome-dictionary/repos/extra-i686/PKGBUILD
  gnome-dictionary/repos/extra-i686/gnome-dictionary.install
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
  gnome-dictionary/repos/extra-x86_64/gnome-dictionary.install
  gnome-dictionary/repos/testing-i686/
  gnome-dictionary/repos/testing-x86_64/

---+
 /PKGBUILD |   58 
 /gnome-dictionary.install |   22 
 extra-i686/PKGBUILD   |   29 
 extra-i686/gnome-dictionary.install   |   11 --
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/gnome-dictionary.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:48 UTC (rev 183377)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:49 UTC (rev 183378)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)
-groups=('gnome-extra')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-dictionary/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:49 UTC (rev 183378)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gnome-dictionary
+pkgver=3.6.0
+pkgrel=2
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=$pkgname.install
+options=(!libtool)
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-dictionary.install
===
--- extra-i686/gnome-dictionary.install 2013-04-21 22:09:48 UTC (rev 183377)
+++ extra-i686/gnome-dictionary.install 2013-04-21 22:09:49 UTC (rev 183378)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-dictionary/repos/extra-i686/gnome-dictionary.install (from rev 
183326, gnome-dictionary/repos/testing-i686/gnome-dictionary.install)
===
--- extra-i686/gnome-dictionary.install (rev 0)
+++ extra-i686/gnome-dictionary.install 2013-04-21 22:09:49 UTC (rev 183378)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:09:48 UTC (rev 183377)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:49 UTC (rev 183378)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)

[arch-commits] Commit in gnome-disk-utility/repos (10 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:51
  Author: heftig
Revision: 183379

db-move: moved gnome-disk-utility from [testing] to [extra] (i686, x86_64)

Added:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-disk-utility/repos/testing-i686/PKGBUILD)
  gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install
(from rev 183326, 
gnome-disk-utility/repos/testing-i686/gnome-disk-utility.install)
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-disk-utility/repos/testing-x86_64/PKGBUILD)
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install
(from rev 183326, 
gnome-disk-utility/repos/testing-x86_64/gnome-disk-utility.install)
Deleted:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
  gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install
  gnome-disk-utility/repos/testing-i686/
  gnome-disk-utility/repos/testing-x86_64/

-+
 /PKGBUILD   |   68 ++
 /gnome-disk-utility.install |   26 +++
 extra-i686/PKGBUILD |   30 -
 extra-i686/gnome-disk-utility.install   |   13 -
 extra-x86_64/PKGBUILD   |   30 -
 extra-x86_64/gnome-disk-utility.install |   13 -
 6 files changed, 94 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:49 UTC (rev 183378)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:51 UTC (rev 183379)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=Disk Management Utility for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org;
-groups=('gnome-extra')
-depends=('gtk3' 'udisks2' 'hicolor-icon-theme' 'libsecret' 'libpwquality' 
'desktop-file-utils')
-makedepends=('intltool' 'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e848bd0a5787a654e3421c904718c587e1a953fc1b43a21401ca65b329988c32')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-disk-utility/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-disk-utility/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:51 UTC (rev 183379)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Disk Management Utility for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool docbook-xsl gnome-settings-daemon)
+options=('!libtool' '!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2657aad8d06e5511bc34ee5ec1ff9426f70b7140b8687be528f693175759bd5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-disk-utility.install
===
--- extra-i686/gnome-disk-utility.install   2013-04-21 22:09:49 UTC (rev 
183378)
+++ extra-i686/gnome-disk-utility.install   2013-04-21 22:09:51 UTC (rev 
183379)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install (from 
rev 183326, gnome-disk-utility/repos/testing-i686/gnome-disk-utility.install)
===
--- extra-i686/gnome-disk-utility.install   (rev 0)
+++ extra-i686/gnome-disk-utility.install   2013-04-21 22:09:51 UTC (rev 
183379)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:52
  Author: heftig
Revision: 183380

db-move: moved gnome-documents from [testing] to [extra] (i686, x86_64)

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-documents/repos/testing-i686/PKGBUILD)
  gnome-documents/repos/extra-i686/gnome-documents.install
(from rev 183326, 
gnome-documents/repos/testing-i686/gnome-documents.install)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-documents/repos/testing-x86_64/PKGBUILD)
  gnome-documents/repos/extra-x86_64/gnome-documents.install
(from rev 183326, 
gnome-documents/repos/testing-x86_64/gnome-documents.install)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-i686/gnome-documents.install
  gnome-documents/repos/extra-x86_64/PKGBUILD
  gnome-documents/repos/extra-x86_64/gnome-documents.install
  gnome-documents/repos/testing-i686/
  gnome-documents/repos/testing-x86_64/

--+
 /PKGBUILD|   84 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   36 --
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   36 --
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:09:51 UTC (rev 183379)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:52 UTC (rev 183380)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-documents
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=Documents Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome-extra')
-depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata'
- 'tracker' 'libzapojit')
-makedepends=('intltool')
-optdepends=('unoconv: Support for Libreoffice document types')
-options=('!libtool')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2b548685c1074cf222a21d747e6daa8f339815219616b12bb4d2e447e2a34c2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnome-documents
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-documents/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:52 UTC (rev 183380)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkitgtk3)
+makedepends=(intltool gobject-introspection itstool)
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7cd05f5f2482ddae797300b233f499cbe410cb22d358bef37a387aff232d4e9f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2013-04-21 22:09:51 UTC (rev 183379)
+++ extra-i686/gnome-documents.install  2013-04-21 22:09:52 UTC (rev 183380)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/extra-i686/gnome-documents.install (from rev 
183326, gnome-documents/repos/testing-i686/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2013-04-21 22:09:52 UTC (rev 183380)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  

  1   2   3   >