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

2011-10-01 Thread Giovanni Scafora
Date: Saturday, October 1, 2011 @ 02:09:39
  Author: giovanni
Revision: 139176

upgpkg: gparted 0.9.1-2

Fixed FS26062

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 04:29:21 UTC (rev 139175)
+++ PKGBUILD2011-10-01 06:09:39 UTC (rev 139176)
@@ -4,19 +4,21 @@
 
 pkgname=gparted
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
 license=('GPL')
 depends=('parted' 'gtkmm' 'libsigc++')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-optdepends=('jfsutils: for jfs partitions'
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
 'ntfsprogs: for ntfs partitions'
 'reiserfsprogs: for reiser partitions'
 'xfsprogs: for xfs partitions'
 'gksu: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables')
+'gpart: for recovering corrupt partition tables'
+'mtools')
 install=gparted.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('f3578504c7c9b7b2e842840f8b72')



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

2011-10-01 Thread Giovanni Scafora
Date: Saturday, October 1, 2011 @ 02:10:22
  Author: giovanni
Revision: 139177

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

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

--+
 extra-i686/PKGBUILD  |   74 +
 extra-i686/gparted.install   |   22 ++--
 extra-x86_64/PKGBUILD|   74 +
 extra-x86_64/gparted.install |   22 ++--
 4 files changed, 98 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 06:09:39 UTC (rev 139176)
+++ extra-i686/PKGBUILD 2011-10-01 06:10:22 UTC (rev 139177)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=gparted
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-optdepends=('jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'gksu: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f3578504c7c9b7b2e842840f8b72')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  sed -i -e s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 139176, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 06:10:22 UTC (rev 139177)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=gparted
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'gksu: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f3578504c7c9b7b2e842840f8b72')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i -e s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g 
${pkgdir}/usr/share/applications/gparted.desktop
+}

Deleted: extra-i686/gparted.install
===
--- extra-i686/gparted.install  2011-10-01 06:09:39 UTC (rev 139176)
+++ extra-i686/gparted.install  2011-10-01 06:10:22 UTC (rev 139177)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gparted/repos/extra-i686/gparted.install (from rev 139176, 
gparted/trunk/gparted.install)
===
--- extra-i686/gparted.install  (rev 0)
+++ extra-i686/gparted.install  2011-10-01 06:10:22 UTC (rev 139177)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD

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

2011-10-01 Thread andyrtr
Date: Saturday, October 1, 2011 @ 02:49:09
  Author: andyrtr
Revision: 139178

upgpkg: getmail 4.22.1-1

upstream update 4.22.1

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 06:10:22 UTC (rev 139177)
+++ PKGBUILD2011-10-01 06:49:09 UTC (rev 139178)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.22.0
+pkgver=4.22.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('0eb79135cc6fde683c95d17a771e10b5')
-sha1sums=('f4efe0eb0da422ce059048b98e452815fa097d07')
+md5sums=('611d37b073fa304552f7220e6c05a6ba')
+sha1sums=('ab865fe4b3df37a6e93025c6ee15ac1b7c673c13')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-01 Thread andyrtr
Date: Saturday, October 1, 2011 @ 02:49:35
  Author: andyrtr
Revision: 139179

archrelease: copy trunk to extra-any

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

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

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

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



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 04:27:20
  Author: ibiru
Revision: 139180

drop python-bugbuddy

Modified:
  gnome-python-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 06:49:35 UTC (rev 139179)
+++ PKGBUILD2011-10-01 08:27:20 UTC (rev 139180)
@@ -4,13 +4,13 @@
 # Contributor: Wael Nasreddine gand...@siemens-mobiles.org
 
 pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python-bugbuddy' 'python-evolution' 
'python-gnomedesktop' 'python-gnomekeyring' 'python-gtop' 'python-metacity' 
'python-rsvg' 'python-totem-plparser' 'python-wnck' 'python-gnomeprint')
+pkgname=('gnome-python-desktop' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck' 'python-gnomeprint')
 pkgver=2.32.0
-pkgrel=6
+pkgrel=7
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgnomeprintui' 
'libgtop' 'totem-plparser' 'bug-buddy' 'gnome-desktop2' 'metacity' 'librsvg')
+makedepends=('intltool' 'pkg-config' 'gnome-python' 'evolution-data-server' 
'libgnomeprintui' 'libgtop' 'totem-plparser' 'gnome-desktop2' 'metacity' 
'librsvg')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
 sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9')
@@ -22,21 +22,13 @@
 }
 
 package_gnome-python-desktop() {
-  depends=('python-bugbuddy' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck' 'python-gnomeprint' 'gnome-python')
+  depends=('python-evolution' 'python-gnomedesktop' 'python-gnomekeyring' 
'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 
'python-wnck' 'python-gnomeprint' 'gnome-python')
   pkgdesc=Python bindings for the GNOME desktop environment
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make install-pkgconfigDATA DESTDIR=${pkgdir}
 }
 
-package_python-bugbuddy() {
-  depends=('pygtk' 'bug-buddy')
-  pkgdesc=Python module for bug-buddy
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make install-pkgpyexecPYTHON DESTDIR=${pkgdir}
-}
-
 package_python-evolution() {
   depends=('pygtk' 'evolution-data-server' 'python2-bonobo')
   pkgdesc=Python bindings for evolution



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 04:28:33
  Author: ibiru
Revision: 139181

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

Added:
  gnome-python-desktop/repos/extra-i686/PKGBUILD
(from rev 139180, gnome-python-desktop/trunk/PKGBUILD)
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD
(from rev 139180, gnome-python-desktop/trunk/PKGBUILD)
Deleted:
  gnome-python-desktop/repos/extra-i686/PKGBUILD
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 08:27:20 UTC (rev 139180)
+++ extra-i686/PKGBUILD 2011-10-01 08:28:33 UTC (rev 139181)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
-
-pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python-bugbuddy' 'python-evolution' 
'python-gnomedesktop' 'python-gnomekeyring' 'python-gtop' 'python-metacity' 
'python-rsvg' 'python-totem-plparser' 'python-wnck' 'python-gnomeprint')
-pkgver=2.32.0
-pkgrel=6
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgnomeprintui' 
'libgtop' 'totem-plparser' 'bug-buddy' 'gnome-desktop2' 'metacity' 'librsvg')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-metacity
-  make
-}
-
-package_gnome-python-desktop() {
-  depends=('python-bugbuddy' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck' 'python-gnomeprint' 'gnome-python')
-  pkgdesc=Python bindings for the GNOME desktop environment
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make install-pkgconfigDATA DESTDIR=${pkgdir}
-}
-
-package_python-bugbuddy() {
-  depends=('pygtk' 'bug-buddy')
-  pkgdesc=Python module for bug-buddy
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make install-pkgpyexecPYTHON DESTDIR=${pkgdir}
-}
-
-package_python-evolution() {
-  depends=('pygtk' 'evolution-data-server' 'python2-bonobo')
-  pkgdesc=Python bindings for evolution
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C evolution install DESTDIR=${pkgdir}
-  PYTHON=/usr/bin/python2 ./py-compile --destdir ${pkgdir} --basedir 
/usr/lib/python2.7/site-packages/gtk-2.0 evolution/__init__.py
-  install -m644 evolution/ecal.defs ${pkgdir}/usr/share/pygtk/2.0/defs/
-}
-
-package_python-gnomedesktop() {
-  depends=('pygtk' 'gnome-desktop2' 'python2-gnomevfs')
-  pkgdesc=Python bindings for gnome-desktop 2.x
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C gnomedesktop install DESTDIR=${pkgdir}
-}
-
-package_python-gnomekeyring() {
-  depends=('pygtk' 'libgnome-keyring')
-  pkgdesc=Python bindings for libgnome-keyring
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C gnomekeyring install DESTDIR=${pkgdir}
-}
-
-package_python-gtop() {
-  depends=('pygtk' 'libgtop')
-  pkgdesc=Python bindings for libgtop
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C gtop install DESTDIR=${pkgdir}
-}
-
-package_python-metacity() {
-  depends=('pygtk' 'metacity')
-  pkgdesc=Python bindings for metacity
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C metacity install DESTDIR=${pkgdir}
-}
-
-package_python-rsvg() {
-  depends=('pygtk' 'librsvg')
-  pkgdesc=Python bindings for librsvg
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C rsvg install DESTDIR=${pkgdir}
-  install -m755 -d ${pkgdir}/usr/share/pygtk/2.0/defs
-  install -m644 rsvg/rsvg.defs ${pkgdir}/usr/share/pygtk/2.0/defs/
-}
-
-package_python-totem-plparser() {
-  depends=('pygtk' 'totem-plparser' 'python2-gnomevfs')
-  pkgdesc=Python bindings for totem-plparser
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C totem install DESTDIR=${pkgdir}
-  install -m755 -d ${pkgdir}/usr/share/pygtk/2.0/defs
-  install -m644 totem/plparser.defs ${pkgdir}/usr/share/pygtk/2.0/defs/
-}
-
-package_python-wnck() {
-  depends=('pygtk' 'libwnck')
-  pkgdesc=Python bindings for libwnck
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C wnck install DESTDIR=${pkgdir}
-}
-
-package_python-gnomeprint() {
-  depends=('pygtk' 'libgnomeprintui')
-  pkgdesc=Python bindings for libgnomeprintui
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  for dir in gnomeprint docs/gnomeprint docs/gnomeprintui; do
-make -C ${dir} install DESTDIR=${pkgdir}
-  done
-}

Copied: gnome-python-desktop/repos/extra-i686/PKGBUILD (from rev 139180, 

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

2011-10-01 Thread Gaetan Bisson
Date: Saturday, October 1, 2011 @ 04:52:23
  Author: bisson
Revision: 139182

fix license as per FS#26169

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 08:28:33 UTC (rev 139181)
+++ PKGBUILD2011-10-01 08:52:23 UTC (rev 139182)
@@ -7,10 +7,10 @@
 
 pkgname=p7zip
 pkgver=9.20.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
-license=('GPL')
+license=('GPL' 'custom')
 arch=('i686' 'x86_64')
 optdepends=('wxgtk: GUI'
 'desktop-file-utils: desktop entries')
@@ -40,6 +40,12 @@
DEST_HOME=/usr \
DEST_MAN=/usr/share/man
 
+   # Licenses
+   install -d ${pkgdir}/usr/share/licenses/p7zip
+   ln -s -t ${pkgdir}/usr/share/licenses/p7zip \
+   /usr/share/doc/p7zip/DOCS/License.txt \
+   /usr/share/doc/p7zip/DOCS/unRarLicense.txt
+
# Integration with stuff...
install -D contrib/VirtualFileSystemForMidnightCommander/u7z 
${pkgdir}/usr/lib/mc/extfs.d/u7z
install -D GUI/p7zip_32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/p7zip.png



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

2011-10-01 Thread Gaetan Bisson
Date: Saturday, October 1, 2011 @ 04:53:55
  Author: bisson
Revision: 139183

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

Added:
  p7zip/repos/extra-i686/7zFM.desktop
(from rev 139182, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-i686/PKGBUILD
(from rev 139182, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-i686/install
(from rev 139182, p7zip/trunk/install)
  p7zip/repos/extra-x86_64/7zFM.desktop
(from rev 139182, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-x86_64/PKGBUILD
(from rev 139182, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-x86_64/install
(from rev 139182, p7zip/trunk/install)
Deleted:
  p7zip/repos/extra-i686/7zFM.desktop
  p7zip/repos/extra-i686/PKGBUILD
  p7zip/repos/extra-i686/install
  p7zip/repos/extra-x86_64/7zFM.desktop
  p7zip/repos/extra-x86_64/PKGBUILD
  p7zip/repos/extra-x86_64/install

---+
 extra-i686/7zFM.desktop   |   18 +++---
 extra-i686/PKGBUILD   |  116 +++-
 extra-i686/install|   26 -
 extra-x86_64/7zFM.desktop |   18 +++---
 extra-x86_64/PKGBUILD |  116 +++-
 extra-x86_64/install  |   26 -
 6 files changed, 166 insertions(+), 154 deletions(-)

Deleted: extra-i686/7zFM.desktop
===
--- extra-i686/7zFM.desktop 2011-10-01 08:52:23 UTC (rev 139182)
+++ extra-i686/7zFM.desktop 2011-10-01 08:53:55 UTC (rev 139183)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM

Copied: p7zip/repos/extra-i686/7zFM.desktop (from rev 139182, 
p7zip/trunk/7zFM.desktop)
===
--- extra-i686/7zFM.desktop (rev 0)
+++ extra-i686/7zFM.desktop 2011-10-01 08:53:55 UTC (rev 139183)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 08:52:23 UTC (rev 139182)
+++ extra-i686/PKGBUILD 2011-10-01 08:53:55 UTC (rev 139183)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: TuxSpirittuxspi...@archlinux.fr  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=p7zip
-pkgver=9.20.1
-pkgrel=4
-pkgdesc='Command-line version of the 7zip compressed file archiver'
-url='http://p7zip.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('wxgtk: GUI'
-'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
-'7zFM.desktop')
-sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
-  'f2c370d6f1b286b7ce9a2804e22541b755616a40')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}_${pkgver}
-
-   [[ $CARCH = x86_64 ]] \
-cp makefile.linux_amd64_asm makefile.machine \
-   || cp makefile.linux_x86_asm_gcc_4.X makefile.machine
-
-   make all4 OPTFLAGS=${CXXFLAGS}
-}
-
-package() {
-   cd ${srcdir}/${pkgname}_${pkgver}
-
-   make install \
-   DEST_DIR=${pkgdir} \
-   DEST_HOME=/usr \
-   DEST_MAN=/usr/share/man
-
-   # Integration with stuff...
-   install -D contrib/VirtualFileSystemForMidnightCommander/u7z 
${pkgdir}/usr/lib/mc/extfs.d/u7z
-   install -D GUI/p7zip_32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/p7zip.png
-   install -d 
${pkgdir}/usr/share/{applications,kde4/services/ServiceMenus}
-   cp GUI/kde4/* ${pkgdir}/usr/share/kde4/services/ServiceMenus/
-   cp ../7zFM.desktop ${pkgdir}/usr/share/applications/
-   ln -s 7zCon.sfx ${pkgdir}/usr/lib/p7zip/7z.sfx
-
-   find GUI/help -type d -exec chmod 755 {} \;
-   cp -r GUI/help ${pkgdir}/usr/lib/p7zip/
-
-   chmod -R u+w ${pkgdir}/usr
-}

Copied: p7zip/repos/extra-i686/PKGBUILD (from rev 139182, p7zip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 08:53:55 UTC (rev 139183)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: TuxSpirittuxspi...@archlinux.fr  2007/11/17 21:22:36 UTC
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=p7zip
+pkgver=9.20.1
+pkgrel=5

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:08:48
  Author: ibiru
Revision: 139184

update to 7.0.1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 08:53:55 UTC (rev 139183)
+++ PKGBUILD2011-10-01 09:08:48 UTC (rev 139184)
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
-pkgver=7.0
+pkgver=7.0.1
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 mozconfig
 thunderbird.desktop
 thunderbird-3.0-lang.patch)
-md5sums=('6a4b2dbdc2324f52c019a3a8dee6dad4'
+md5sums=('ad177fe5202deabda44882ff5c871f1b'
  'a53394cfe721b5ff743ae2918fab2798'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '25b6fe16ac24cd5c852213e5c1adb272')



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:09:03
  Author: ibiru
Revision: 139185

update to 7.0.1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 09:08:48 UTC (rev 139184)
+++ PKGBUILD2011-10-01 09:09:03 UTC (rev 139185)
@@ -8,7 +8,7 @@
 #'thunderbird-i18n-af'
 'thunderbird-i18n-be'
 'thunderbird-i18n-bn-bd'
-#'thunderbird-i18n-bg'
+'thunderbird-i18n-bg'
 'thunderbird-i18n-br'
 'thunderbird-i18n-ca'
 'thunderbird-i18n-cs'
@@ -37,11 +37,11 @@
 'thunderbird-i18n-nb'
 'thunderbird-i18n-nl'
 'thunderbird-i18n-nn'
-#'thunderbird-i18n-pa'
+'thunderbird-i18n-pa'
 'thunderbird-i18n-pl'
 'thunderbird-i18n-pt-br'
 'thunderbird-i18n-pt'
-#'thunderbird-i18n-ro'
+'thunderbird-i18n-ro'
 'thunderbird-i18n-rm'
 'thunderbird-i18n-ru'
 'thunderbird-i18n-si'
@@ -56,7 +56,7 @@
 'thunderbird-i18n-zh-cn'
 'thunderbird-i18n-zh-tw')
 
-pkgver=7.0
+pkgver=7.0.1
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -68,7 +68,7 @@
 #   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
 thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
 thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-#thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
 thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
 thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
 thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
@@ -97,12 +97,12 @@
 thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
 thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
 thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-#thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
+thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
 thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
 thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
 thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
 thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
-#   thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
+thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
 thunderbird-i18n-$pkgver-ru.xpi::$_url/ru.xpi
 thunderbird-i18n-$pkgver-si.xpi::$_url/si.xpi
 thunderbird-i18n-$pkgver-sk.xpi::$_url/sk.xpi
@@ -470,50 +470,53 @@
   cd ${srcdir}
   install -Dm644 thunderbird-i18n-$pkgver-zh-TW.xpi 
${pkgdir}/$_path/langpack-zh...@thunderbird.mozilla.org.xpi
 }
-md5sums=('f49bbe6c4425f5c365acf527b83974e1'
- '650aba424b4e05e63e0cbf3859c5eca1'
- 'eddffd76414e625462e37cdc599c781e'
- '59b909baa0fd5eb30bbb49712a1d9847'
- '85020bd77999317967f2e82ceefed1f4'
- 'c828020e5d6c6e84b4997dd3fd8be504'
- '558433750ae271c7507badba2d249604'
- '81de45e97b6156cfb4edf4264576b031'
- 'c0e24222bb4da473f5d7cc08ce719384'
- 'fb6519674274207c1450c8a8ff543f3b'
- '2cb12a80bbb582a74958ed86d5d15501'
- '172ac235ec71b76b49b156a075ee8876'
- '092928c5786f98a33dc568b49169f61f'
- '342929bb458d30f5002fea50ce9711b6'
- '4db43894d30737a16f28d618dbb29fe4'
- '227a905e07cc3801ca6004108c554de2'
- '21be8010a8a75b1a3431413eb31d8b93'
- '6c49af0478041c770baba16d15587f6c'
- '089f79cc8eb52eb1cb80df69ff0e875f'
- 'ac857b039941db711f9f84349615d364'
- '01fc64bd94f882c3503524c0b7e08875'
- '414f67801e76a408a5038284e1a6a4f6'
- '1045b791f1c0d7129ff32e2db3f9a818'
- '6c20418cf34c4beb491ee5f4be8da253'
- 'b28f19a1920fb26f1d259a5b8a714592'
- '28cddc69ba63f80348b865c3863a42ad'
- 'ac53e15f936560ce08afc2b9b2003017'
- '50620e60022f26c4cca359cf547ca086'
- '325fb39c85b64512eb5aa4767f68fe81'
- '6c4531a91c93b464932d7279d2851aaa'
- '292b276e6c18dba4673c87fb7ec623c5'
- 'b18c76411acdc2c557c358dcabf65c90'
- '70647d9e0fe60240dd79f6c5d1bbdb2e'
- '02f36b8bcca26144504e89e983216449'
- '9d9b268acbd9abeacdaa4bf431775e16'
- '8e5036f0cef3feb7cf2c55c33cc1eb88'
- 'ba283f9aa28c6001b5c69a8d4032c9ce'
- 'ff79d7c55eb3ba9566a2074c89e7d2d8'
- '68b58a628b341732b74cc5cefb7ab68f'
- '30a0c49fe2a11f4baaa8c8c6b05ada8d'
- 'ea2152115bd811bae23d4bee46cad556'
- '1b102552f3afd43bb4e48aa6161837ea'
- '833d5072efec425a3a395465ded3a9cf'
- '013edbea808626507b7f7beb68edef5e'
- 'ee456b5b3a5cb22bfb63dbf71fbbeb83'
- 'e7568178735fea5a336b1b0ffbbad8bb'
- '7922481f8e2f06b1dd92356c75411eae')
+md5sums=('7110ef7891167d3dc92a27d90eb849d7'
+ '98be3a1e566a9a952a1212612edffb4b'

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:12:19
  Author: ibiru
Revision: 139186

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 139185, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 139185, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
(from rev 139185, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 139185, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 139185, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 139185, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 139185, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
(from rev 139185, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 139185, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 139185, thunderbird/trunk/thunderbird.install)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install

-+
 extra-i686/PKGBUILD |  112 +++---
 extra-i686/mozconfig|   86 +++
 extra-i686/thunderbird-3.0-lang.patch   |   22 ++---
 extra-i686/thunderbird.desktop  |   26 +++---
 extra-i686/thunderbird.install  |   24 +++---
 extra-x86_64/PKGBUILD   |  112 +++---
 extra-x86_64/mozconfig  |   86 +++
 extra-x86_64/thunderbird-3.0-lang.patch |   22 ++---
 extra-x86_64/thunderbird.desktop|   26 +++---
 extra-x86_64/thunderbird.install|   24 +++---
 10 files changed, 270 insertions(+), 270 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 09:09:03 UTC (rev 139185)
+++ extra-i686/PKGBUILD 2011-10-01 09:12:19 UTC (rev 139186)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-pkgname=thunderbird
-pkgver=7.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 
'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 'libnotify' 
'libevent' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch)
-md5sums=('6a4b2dbdc2324f52c019a3a8dee6dad4'
- 'a53394cfe721b5ff743ae2918fab2798'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd ${srcdir}/comm-release
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-
-  cp ${srcdir}/mozconfig .mozconfig
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/comm-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
-  done
-
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
-
-  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
-  ln -sf /usr/share/hyphen 
${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation
-
-  # We don't want the development stuff
-  rm -r ${pkgdir}/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
-}
-

Copied: thunderbird/repos/extra-i686/PKGBUILD (from rev 139185, 
thunderbird/trunk/PKGBUILD)

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:13:41
  Author: ibiru
Revision: 139187

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 139186, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1041 ++---
 1 file changed, 522 insertions(+), 519 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-01 09:12:19 UTC (rev 139186)
+++ PKGBUILD2011-10-01 09:13:41 UTC (rev 139187)
@@ -1,519 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgname=('thunderbird-i18n-ar'
-#'thunderbird-i18n-af'
-'thunderbird-i18n-be'
-'thunderbird-i18n-bn-bd'
-#'thunderbird-i18n-bg'
-'thunderbird-i18n-br'
-'thunderbird-i18n-ca'
-'thunderbird-i18n-cs'
-'thunderbird-i18n-da'
-'thunderbird-i18n-de'
-'thunderbird-i18n-el'
-'thunderbird-i18n-en-gb'
-'thunderbird-i18n-es-ar'
-'thunderbird-i18n-es'
-'thunderbird-i18n-et'
-'thunderbird-i18n-eu'
-'thunderbird-i18n-fi'
-'thunderbird-i18n-fr'
-'thunderbird-i18n-fy-nl'
-'thunderbird-i18n-ga'
-'thunderbird-i18n-gd'
-'thunderbird-i18n-gl'
-'thunderbird-i18n-he'
-'thunderbird-i18n-hu'
-'thunderbird-i18n-id'
-'thunderbird-i18n-is'
-'thunderbird-i18n-it'
-'thunderbird-i18n-ja'
-'thunderbird-i18n-ko'
-'thunderbird-i18n-lt'
-'thunderbird-i18n-nb'
-'thunderbird-i18n-nl'
-'thunderbird-i18n-nn'
-#'thunderbird-i18n-pa'
-'thunderbird-i18n-pl'
-'thunderbird-i18n-pt-br'
-'thunderbird-i18n-pt'
-#'thunderbird-i18n-ro'
-'thunderbird-i18n-rm'
-'thunderbird-i18n-ru'
-'thunderbird-i18n-si'
-'thunderbird-i18n-sk'
-'thunderbird-i18n-sl'
-'thunderbird-i18n-sq'
-'thunderbird-i18n-sv'
-'thunderbird-i18n-ta-lk'
-'thunderbird-i18n-tr'
-'thunderbird-i18n-uk'
-'thunderbird-i18n-vi'
-'thunderbird-i18n-zh-cn'
-'thunderbird-i18n-zh-tw')
-
-pkgver=7.0
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
-source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
-#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
-thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
-thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-#thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
-thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
-thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
-thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
-thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
-thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
-thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
-thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
-thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
-thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
-thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
-thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
-thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
-thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
-thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
-thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
-thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
-thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
-thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
-thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
-thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
-thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
-thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
-thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
-thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
-thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
-thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
-thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
-thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-#thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
-thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
-thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
-thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
-thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
-#   thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
-thunderbird-i18n-$pkgver-ru.xpi::$_url/ru.xpi
-

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:34:40
  Author: ibiru
Revision: 139188

update to 3.0.1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 09:13:41 UTC (rev 139187)
+++ PKGBUILD2011-10-01 09:34:40 UTC (rev 139188)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=https://live.gnome.org/PyGObject;
@@ -11,7 +11,7 @@
 makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
 options=('!libtool')
-sha256sums=('ef6735792b0d44287126a6a3b181c85559849063d770506fe06848adb87ce815')
+sha256sums=('ccb2cc765c11724fd3025569a7a7a72bf7c981365107ff5bd15499640d6adda1')
 
 build() {
   cd ${srcdir}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 05:36:48
  Author: ibiru
Revision: 139189

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

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

-+
 testing-i686/PKGBUILD   |  118 +++---
 testing-x86_64/PKGBUILD |  118 +++---
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-01 09:34:40 UTC (rev 139188)
+++ testing-i686/PKGBUILD   2011-10-01 09:36:48 UTC (rev 139189)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.0.0
-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%.*}/${pkgbase}-${pkgver}.tar.xz)
-options=('!libtool')
-sha256sums=('ef6735792b0d44287126a6a3b181c85559849063d770506fe06848adb87ce815')
-
-build() {
-  cd ${srcdir}
-  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 ${srcdir}/${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 ${srcdir}/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 ${srcdir}/devel
-  mkdir -p ${pkgdir}/usr/{include,lib}
-  mv include ${pkgdir}/usr/
-  mv pkgconfig ${pkgdir}/usr/lib/
-}

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 139188, 
pygobject/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-01 09:36:48 UTC (rev 139189)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.0.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%.*}/${pkgbase}-${pkgver}.tar.xz)
+options=('!libtool')
+sha256sums=('ccb2cc765c11724fd3025569a7a7a72bf7c981365107ff5bd15499640d6adda1')
+
+build() {
+  cd ${srcdir}
+  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 ${srcdir}/${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 ${srcdir}/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 ${srcdir}/devel
+  mkdir -p ${pkgdir}/usr/{include,lib}
+  mv include ${pkgdir}/usr/
+  mv pkgconfig ${pkgdir}/usr/lib/
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-10-01 09:34:40 UTC (rev 139188)
+++ testing-x86_64/PKGBUILD 2011-10-01 09:36:48 UTC (rev 139189)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.0.0
-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 firefox/trunk (PKGBUILD)

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 07:21:52
  Author: heftig
Revision: 139190

unforce LDFLAGS, remove unneeded PGO tweaks

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 09:36:48 UTC (rev 139189)
+++ PKGBUILD2011-10-01 11:21:52 UTC (rev 139190)
@@ -30,15 +30,9 @@
   sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
   browser/base/Makefile.in
 
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-7.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox-7.0
   export PYTHON=/usr/bin/python2
 
-  # PGO
-  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
-memory/jemalloc/Makefile.in
-  echo 'LDFLAGS += -lX11 -lXrender' \
- layout/build/Makefile.in
-
   LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
   LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
   kill $! || true



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 09:37:56
  Author: heftig
Revision: 139191

fix xinit and skype

Added:
  pulseaudio/trunk/version-number.patch
Modified:
  pulseaudio/trunk/PKGBUILD
  pulseaudio/trunk/pulseaudio.xinit

--+
 PKGBUILD |9 ++---
 pulseaudio.xinit |   17 +++--
 version-number.patch |   40 
 3 files changed, 53 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 11:21:52 UTC (rev 139190)
+++ PKGBUILD2011-10-01 13:37:56 UTC (rev 139191)
@@ -7,7 +7,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse)
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://pulseaudio.org/;
 license=(GPL LGPL)
@@ -16,13 +16,16 @@
  lirc-utils openssl fftw orc json-c)
 options=(!emptydirs !libtool !makeflags)
 
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-$pkgbase.xinit)
+$pkgbase.xinit version-number.patch)
 sha256sums=('e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be'
-'3fb64aee43c482b3ea18e1b260c8f310884362b24bcd02a1c117dcd99237312f')
+'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf'
+'6b067ae9e8da703510fb24eae8ee53f3a7b6a90bcf88941ee50997ad679a4530')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
 
+  patch -Np1 -i $srcdir/version-number.patch
+
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \

Modified: pulseaudio.xinit
===
--- pulseaudio.xinit2011-10-01 11:21:52 UTC (rev 139190)
+++ pulseaudio.xinit2011-10-01 13:37:56 UTC (rev 139191)
@@ -1,15 +1,12 @@
 #!/bin/bash
 
-run=0
-
 case $DESKTOP_SESSION in
-  gnome|kde*|xfce4) # PulseAudio is started via XDG Autostart
+  gnome|kde*|xfce*) # PulseAudio is started via XDG Autostart
   ;;
-  *) 
-run=1
+  *)
+# Extra checks in case DESKTOP_SESSION is not set correctly
+if [[ -z $KDE_FULL_SESSION  -z $GNOME_DESKTOP_SESSION_ID ]]; then
+  /usr/bin/start-pulseaudio-x11
+fi
+  ;;
 esac
-
-# Catch KDE again, which might not set DESKTOP_SESSION correctly
-[[ -z $KDE_FULL_SESSION ]]  run=0
-
-(( run ))  /usr/bin/start-pulseaudio-x11

Added: version-number.patch
===
--- version-number.patch(rev 0)
+++ version-number.patch2011-10-01 13:37:56 UTC (rev 139191)
@@ -0,0 +1,40 @@
+commit 7563e0bbb54fbac54e77f3a62d9761a70f3a559c
+Author: Colin Guthrie co...@mageia.org
+Date:   Sat Oct 1 12:03:44 2011 +0100
+
+libpulse: Always return a three part version number in API calls.
+
+For both the headers and the library we should provide clean, three part
+strings as this has been what we've previously done in the past
+and some external systems apparently rely on this format. While it's not
+something we've officially commented on before, there is no real advantage
+to us to change it so let's not try to tidy things up too much
+considering some third party apps (e.g. Skype) seem to dislike a two
+part version string.
+
+diff --git a/src/pulse/context.c b/src/pulse/context.c
+index 25d04a1..af144aa 100644
+--- a/src/pulse/context.c
 b/src/pulse/context.c
+@@ -1281,7 +1281,7 @@ pa_operation* pa_context_set_name(pa_context *c, const 
char *name, pa_context_su
+ }
+ 
+ const char* pa_get_library_version(void) {
+-return PACKAGE_VERSION;
++return pa_get_headers_version();
+ }
+ 
+ const char* pa_context_get_server(pa_context *c) {
+diff --git a/src/pulse/version.h.in b/src/pulse/version.h.in
+index 7e00c5e..1be4c75 100644
+--- a/src/pulse/version.h.in
 b/src/pulse/version.h.in
+@@ -35,7 +35,7 @@ PA_C_DECL_BEGIN
+ /** Return the version of the header files. Keep in mind that this is
+ a macro and not a function, so it is impossible to get the pointer of
+ it. */
+-#define pa_get_headers_version() (@PACKAGE_VERSION@)
++#define pa_get_headers_version() (@PA_MAJOR@.@PA_MINOR@.0)
+ 
+ /** Return the version of the library the current application is
+  * linked to. */



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 09:41:13
  Author: heftig
Revision: 139192

fix xinit

Added:
  libcanberra/trunk/libcanberra.xinit
(from rev 139190, libcanberra/trunk/libcanberra-gtk-module.sh)
Modified:
  libcanberra/trunk/PKGBUILD
Deleted:
  libcanberra/trunk/libcanberra-gtk-module.sh

---+
 PKGBUILD  |   10 +-
 libcanberra-gtk-module.sh |   15 ---
 libcanberra.xinit |   17 +
 3 files changed, 22 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 13:37:56 UTC (rev 139191)
+++ PKGBUILD2011-10-01 13:41:13 UTC (rev 139192)
@@ -4,7 +4,7 @@
 pkgbase=libcanberra
 pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
 pkgver=0.28
-pkgrel=1
+pkgrel=2
 pkgdesc=A small and lightweight implementation of the XDG Sound Theme 
Specification
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,9 +13,9 @@
 options=(!emptydirs)
 url=http://0pointer.de/lennart/projects/libcanberra
 
source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.gz
-libcanberra-gtk-module.sh)
-md5sums=('c198b4811598c4c161ff505e4531b02c'
- '21141257a1be80f3bc329829ff13b314')
+libcanberra.xinit)
+sha256sums=('eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c'
+'68a68d66b7491f99d5aa09fe7c6ef4eb38352a2a8ff7997d184d1cbc5e80c0d3')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -39,7 +39,7 @@
   install -d ${pkgdir}/usr/share/gconf 
   mv ${pkgdir}/etc/gconf/schemas ${pkgdir}/usr/share/gconf/
 
-  install -D ${srcdir}/libcanberra-gtk-module.sh \
+  install -D ${srcdir}/libcanberra.xinit \
 ${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module
 
   # Split plugins

Deleted: libcanberra-gtk-module.sh
===
--- libcanberra-gtk-module.sh   2011-10-01 13:37:56 UTC (rev 139191)
+++ libcanberra-gtk-module.sh   2011-10-01 13:41:13 UTC (rev 139192)
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case $DESKTOP_SESSION in
-  gnome)
-# Done by gnome-settings-daemon
-;;
-  *)
-if [ -z $GTK_MODULES ]; then
-  GTK_MODULES=canberra-gtk-module
-else
-  GTK_MODULES=$GTK_MODULES:canberra-gtk-module
-fi
-export GTK_MODULES
-;;
-esac

Copied: libcanberra/trunk/libcanberra.xinit (from rev 139190, 
libcanberra/trunk/libcanberra-gtk-module.sh)
===
--- libcanberra.xinit   (rev 0)
+++ libcanberra.xinit   2011-10-01 13:41:13 UTC (rev 139192)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+case $DESKTOP_SESSION in
+  gnome) # Done by gnome-settings-daemon
+  ;;
+  *)
+# Extra check in case DESKTOP_SESSION is not set correctly
+if [[ -z $GNOME_DESKTOP_SESSION_ID ]]; then
+  if [[ -z $GTK_MODULES ]]; then
+GTK_MODULES=canberra-gtk-module
+  else
+GTK_MODULES=$GTK_MODULES:canberra-gtk-module
+  fi
+  export GTK_MODULES
+fi
+  ;;
+esac



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 09:43:09
  Author: heftig
Revision: 139193

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

Added:
  pulseaudio/repos/testing-i686/PKGBUILD
(from rev 139191, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-i686/pulseaudio.install
(from rev 139192, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-i686/pulseaudio.xinit
(from rev 139192, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/testing-i686/version-number.patch
(from rev 139192, pulseaudio/trunk/version-number.patch)
  pulseaudio/repos/testing-x86_64/PKGBUILD
(from rev 139192, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-x86_64/pulseaudio.install
(from rev 139192, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-x86_64/pulseaudio.xinit
(from rev 139192, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/testing-x86_64/version-number.patch
(from rev 139192, pulseaudio/trunk/version-number.patch)
Deleted:
  pulseaudio/repos/testing-i686/PKGBUILD
  pulseaudio/repos/testing-i686/pulseaudio.install
  pulseaudio/repos/testing-i686/pulseaudio.xinit
  pulseaudio/repos/testing-x86_64/PKGBUILD
  pulseaudio/repos/testing-x86_64/pulseaudio.install
  pulseaudio/repos/testing-x86_64/pulseaudio.xinit

-+
 testing-i686/PKGBUILD   |  200 +-
 testing-i686/pulseaudio.install |   46 +++
 testing-i686/pulseaudio.xinit   |   19 ++-
 testing-i686/version-number.patch   |   40 ++
 testing-x86_64/PKGBUILD |  200 +-
 testing-x86_64/pulseaudio.install   |   46 +++
 testing-x86_64/pulseaudio.xinit |   19 ++-
 testing-x86_64/version-number.patch |   40 ++
 8 files changed, 354 insertions(+), 256 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-01 13:41:13 UTC (rev 139192)
+++ testing-i686/PKGBUILD   2011-10-01 13:43:09 UTC (rev 139193)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgver=1.0
-pkgrel=1
-arch=(i686 x86_64)
-url=http://pulseaudio.org/;
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core xcb-util avahi bluez gconf intltool jack
- lirc-utils openssl fftw orc json-c)
-options=(!emptydirs !libtool !makeflags)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.gz;
-$pkgbase.xinit)
-sha256sums=('dfa76b3b48c9918fc24f93cb86bd7dd0fbe5a07019028ae1ac10922e53654783'
-'3fb64aee43c482b3ea18e1b260c8f310884362b24bcd02a1c117dcd99237312f')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-database=tdb \
---disable-hal \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  make
-}
-
-package_pulseaudio() {
-  pkgdesc=A featureful, general-purpose sound server
-  depends=(libpulse=$pkgver-$pkgrel rtkit libtool speex tdb udev fftw orc)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Lower resample quality, saves CPU
-  sed -e '/resample-method/iresample-method=speex-float-0' \
-  -i $pkgdir/etc/pulse/daemon.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#|' \
-  -i $pkgdir/usr/bin/start-pulseaudio-x11
-
-  # Make module-console-kit optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -i $pkgdir/etc/pulse/default.pa
-
-  # Python fix
-  sed -i '1s:python$:2:' $pkgdir/usr/bin/qpaeq
-
-  install -Dm755 $srcdir/pulseaudio.xinit 
$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio
-
-  rm $pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p $srcdir/libpulse/{etc/pulse,usr/{lib,share/man/man5}}
-
-  mv {$pkgdir,$srcdir/libpulse}/etc/pulse/client.conf
-
-  mv $pkgdir/usr/lib/libpulse{,dsp,-simple,-mainloop-glib}.so* \
- $pkgdir/usr/lib/libpulsecommon-*.so \
- $srcdir/libpulse/usr/lib
-
-  mv 

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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 09:46:12
  Author: heftig
Revision: 139194

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

Added:
  libcanberra/repos/extra-i686/PKGBUILD
(from rev 139193, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/extra-i686/libcanberra.install
(from rev 139193, libcanberra/trunk/libcanberra.install)
  libcanberra/repos/extra-i686/libcanberra.xinit
(from rev 139193, libcanberra/trunk/libcanberra.xinit)
  libcanberra/repos/extra-x86_64/PKGBUILD
(from rev 139193, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/extra-x86_64/libcanberra.install
(from rev 139193, libcanberra/trunk/libcanberra.install)
  libcanberra/repos/extra-x86_64/libcanberra.xinit
(from rev 139193, libcanberra/trunk/libcanberra.xinit)
Deleted:
  libcanberra/repos/extra-i686/PKGBUILD
  libcanberra/repos/extra-i686/libcanberra-gtk-module.sh
  libcanberra/repos/extra-i686/libcanberra.install
  libcanberra/repos/extra-x86_64/PKGBUILD
  libcanberra/repos/extra-x86_64/libcanberra-gtk-module.sh
  libcanberra/repos/extra-x86_64/libcanberra.install

+
 extra-i686/PKGBUILD|  140 +++
 extra-i686/libcanberra-gtk-module.sh   |   15 ---
 extra-i686/libcanberra.install |   46 +-
 extra-i686/libcanberra.xinit   |   17 +++
 extra-x86_64/PKGBUILD  |  140 +++
 extra-x86_64/libcanberra-gtk-module.sh |   15 ---
 extra-x86_64/libcanberra.install   |   46 +-
 extra-x86_64/libcanberra.xinit |   17 +++
 8 files changed, 220 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 13:43:09 UTC (rev 139193)
+++ extra-i686/PKGBUILD 2011-10-01 13:46:12 UTC (rev 139194)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libcanberra
-pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
-pkgver=0.28
-pkgrel=1
-pkgdesc=A small and lightweight implementation of the XDG Sound Theme 
Specification
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libvorbis' 'libtool' 'alsa-lib' 'tdb')
-makedepends=('gtk-doc' 'libpulse' 'gstreamer0.10' 'gtk2' 'gtk3')
-options=(!emptydirs)
-url=http://0pointer.de/lennart/projects/libcanberra
-source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.gz
-libcanberra-gtk-module.sh)
-md5sums=('c198b4811598c4c161ff505e4531b02c'
- '21141257a1be80f3bc329829ff13b314')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-gstreamer --enable-pulse \
-  --with-systemdsystemunitdir=/lib/systemd/system
-  make
-}
-
-package_libcanberra() {
-  install=libcanberra.install
-  optdepends=($pkgbase-pulse: PulseAudio driver
-  $pkgbase-gstreamer: GStreamer driver)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/lib/libcanberra-gtk*.la
-  rm -f ${pkgdir}/usr/lib/gtk-{2,3}.0/modules/*.la
-  
-  install -d ${pkgdir}/usr/share/gconf 
-  mv ${pkgdir}/etc/gconf/schemas ${pkgdir}/usr/share/gconf/
-
-  install -D ${srcdir}/libcanberra-gtk-module.sh \
-${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module
-
-  # Split plugins
-  for _p in pulse gstreamer; do
-mkdir $_p-plugin
-mv ${pkgdir}/usr/lib/${pkgbase}-${pkgver}/${pkgbase}-$_p.* $_p-plugin
-  done
-}
-
-package_libcanberra-pulse() {
-  pkgdesc=PulseAudio plugin for libcanberra
-  depends=($pkgbase=$pkgver-$pkgrel 'libpulse')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/lib/${pkgbase}-${pkgver}
-  mv pulse-plugin/* ${pkgdir}/usr/lib/${pkgbase}-${pkgver} 
-}
-
-package_libcanberra-gstreamer() {
-  pkgdesc=GStreamer plugin for libcanberra
-  depends=($pkgbase=$pkgver-$pkgrel 'gstreamer0.10')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/lib/${pkgbase}-${pkgver}
-  mv gstreamer-plugin/* ${pkgdir}/usr/lib/${pkgbase}-${pkgver} 
-}

Copied: libcanberra/repos/extra-i686/PKGBUILD (from rev 139193, 
libcanberra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 13:46:12 UTC (rev 139194)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libcanberra
+pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
+pkgver=0.28
+pkgrel=2
+pkgdesc=A small and lightweight implementation of the XDG Sound Theme 
Specification
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libvorbis' 'libtool' 'alsa-lib' 'tdb')
+makedepends=('gtk-doc' 'libpulse' 'gstreamer0.10' 'gtk2' 'gtk3')
+options=(!emptydirs)
+url=http://0pointer.de/lennart/projects/libcanberra

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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 10:06:08
  Author: heftig
Revision: 139195

add an optdepend

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 13:46:12 UTC (rev 139194)
+++ PKGBUILD2011-10-01 14:06:08 UTC (rev 139195)
@@ -10,6 +10,7 @@
 license=('GPL')
 depends=('gconf' 'gsettings-desktop-schemas' 'python2-gobject')
 makedepends=('intltool')
+optdepends=('gnome-shell-extension-user-theme: Shell theme selector')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('69d48f842d84e023765134a90515613eda46d434b6cec33bf35eb2f31efc1f64')
 



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 12:31:36
  Author: heftig
Revision: 139196

optdep

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 14:06:08 UTC (rev 139195)
+++ PKGBUILD2011-10-01 16:31:36 UTC (rev 139196)
@@ -3,13 +3,14 @@
 
 pkgname=grilo
 pkgver=0.1.17
-pkgrel=1
+pkgrel=2
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gtk3' 'libxml2' 'libsoup')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 12:36:50
  Author: heftig
Revision: 139197

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

Added:
  grilo/repos/testing-i686/PKGBUILD
(from rev 139196, grilo/trunk/PKGBUILD)
  grilo/repos/testing-x86_64/PKGBUILD
(from rev 139196, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/testing-i686/PKGBUILD
  grilo/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   53 +++---
 testing-x86_64/PKGBUILD |   53 +++---
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-01 16:31:36 UTC (rev 139196)
+++ testing-i686/PKGBUILD   2011-10-01 16:36:50 UTC (rev 139197)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.1.17
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/testing-i686/PKGBUILD (from rev 139196, 
grilo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-01 16:36:50 UTC (rev 139197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.1.17
+pkgrel=2
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-10-01 16:31:36 UTC (rev 139196)
+++ testing-x86_64/PKGBUILD 2011-10-01 16:36:50 UTC (rev 139197)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.1.17
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/testing-x86_64/PKGBUILD (from rev 139196, 
grilo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-01 16:36:50 UTC (rev 139197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.1.17
+pkgrel=2
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Guillaume Alaux
Date: Saturday, October 1, 2011 @ 12:57:12
  Author: guillaume
Revision: 139198

upgpkg: tomcat7 7.0.22-1

Upstream release

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 16:36:50 UTC (rev 139197)
+++ PKGBUILD2011-10-01 16:57:12 UTC (rev 139198)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat7
-pkgver=7.0.21
-pkgrel=2
+pkgver=7.0.22
+pkgrel=1
 pkgdesc=Servlet-3.0/JSP-2.2 Container
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -23,7 +23,7 @@
 tomcat7
 tomcat7.install)
 
-md5sums=('40d71249a54526ab0145fd5b41008518'
+md5sums=('878bc216d86ce803f3bbc65fd40eb96c'
  '0fa46eae1746d6cd564905bfb0072776'
  '361a41c02930a4e43245ab7379a617e9'
  '6c5b4ed6d71b227f305b751c349fa31b')



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

2011-10-01 Thread Guillaume Alaux
Date: Saturday, October 1, 2011 @ 12:58:06
  Author: guillaume
Revision: 139199

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 139198, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/tomcat7
(from rev 139198, tomcat7/trunk/tomcat7)
  tomcat7/repos/extra-any/tomcat7.conf.d
(from rev 139198, tomcat7/trunk/tomcat7.conf.d)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 139198, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/tomcat7
  tomcat7/repos/extra-any/tomcat7.conf.d
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  160 +++---
 tomcat7 |  154 +--
 tomcat7.conf.d  |   30 +-
 tomcat7.install |   54 +-
 4 files changed, 199 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-01 16:57:12 UTC (rev 139198)
+++ PKGBUILD2011-10-01 16:58:06 UTC (rev 139199)
@@ -1,80 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat7
-pkgver=7.0.21
-pkgrel=2
-pkgdesc=Servlet-3.0/JSP-2.2 Container
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=6' 'java-jsvc' 'eclipse-ecj')
-makedepends=('java-environment=6' 'apache-ant=1.8' 'java-commons-daemon')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/tomcat7/catalina.policy
-etc/tomcat7/catalina.properties
-etc/tomcat7/context.xml
-etc/tomcat7/logging.properties
-etc/tomcat7/server.xml
-etc/tomcat7/tomcat-users.xml
-etc/tomcat7/web.xml
-etc/conf.d/tomcat7)
-install=tomcat7.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-tomcat7.conf.d
-tomcat7
-tomcat7.install)
-
-md5sums=('40d71249a54526ab0145fd5b41008518'
- '0fa46eae1746d6cd564905bfb0072776'
- '361a41c02930a4e43245ab7379a617e9'
- '6c5b4ed6d71b227f305b751c349fa31b')
-
-build() {
-  cd ${srcdir}/apache-tomcat-${pkgver}-src
-
-  . /etc/profile.d/apache-ant.sh
-  ant \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar
-}
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
-  install lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # 66=tomcat / 19=log
-  install -dm775 -o 66 -g 19 ${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp 19 ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g 66 -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g66 -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R 66:66 ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm755 -o 66 -g 66 ${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  # Arch scripts
-  install -Dm644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
-  install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}
-}
-

Copied: tomcat7/repos/extra-any/PKGBUILD (from rev 139198, 
tomcat7/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-01 16:58:06 UTC (rev 139199)
@@ -0,0 +1,80 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=tomcat7
+pkgver=7.0.22
+pkgrel=1
+pkgdesc=Servlet-3.0/JSP-2.2 Container
+arch=('any')
+url='http://tomcat.apache.org/'
+license=('APACHE')
+depends=('java-runtime=6' 'java-jsvc' 'eclipse-ecj')
+makedepends=('java-environment=6' 'apache-ant=1.8' 'java-commons-daemon')
+optdepends=('tomcat-native: to allow optimal performance in production 
environments')
+backup=(etc/tomcat7/catalina.policy
+etc/tomcat7/catalina.properties
+etc/tomcat7/context.xml
+etc/tomcat7/logging.properties
+

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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 12:58:41
  Author: heftig
Revision: 139200

split libgdu

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 16:58:06 UTC (rev 139199)
+++ PKGBUILD2011-10-01 16:58:41 UTC (rev 139200)
@@ -1,32 +1,52 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Silvio Knizek (killermoehre)
 
-pkgname=gnome-disk-utility
+pkgbase=gnome-disk-utility
+pkgname=(gnome-disk-utility libgdu)
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME libraries and applications for dealing with storage devices
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org;
-depends=('dbus-glib' 'libgnome-keyring' 'libunique3' 'udisks' 'libnotify' 
'hicolor-icon-theme' 'avahi')
-makedepends=('gtk-doc' 'intltool')
+makedepends=('dbus-glib' 'libgnome-keyring' 'udisks' 'libunique3' 'libnotify' 
'avahi'
+ 'hicolor-icon-theme' 'gtk-doc' 'intltool')
 options=('!libtool' '!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
fix-freeze.patch)
 sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
 '818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgbase}-${pkgver}
   patch -Np1 -i ${srcdir}/fix-freeze.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-disk-utility \
-  --disable-scrollkeeper --disable-nautilus --disable-gtk-doc
+  --disable-scrollkeeper --disable-nautilus --disable-static
   make
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+package_gnome-disk-utility() {
+  depends=(libgdu=$pkgver-$pkgrel 'libunique3' 'libnotify' 
'hicolor-icon-theme' 'avahi')
+  groups=('gnome-extra')
+  install=gnome-disk-utility.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install
+
+### Split libgdu
+
+  mkdir -p $srcdir/libgdu/usr/{include/gnome-disk-utility,lib/pkgconfig}
+
+  mv $pkgdir/usr/lib/libgdu.so* $srcdir/libgdu/usr/lib
+  mv {$pkgdir,$srcdir/libgdu}/usr/include/gnome-disk-utility/gdu
+  mv {$pkgdir,$srcdir/libgdu}/usr/lib/pkgconfig/gdu.pc
 }
+
+package_libgdu() {
+  pkgdesc=$pkgdesc (library)
+  depends=('dbus-glib' 'libgnome-keyring' 'udisks')
+
+  mv $srcdir/libgdu/* $pkgdir
+}



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 13:00:01
  Author: heftig
Revision: 139201

use split libgdu

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 16:58:41 UTC (rev 139200)
+++ PKGBUILD2011-10-01 17:00:01 UTC (rev 139201)
@@ -4,12 +4,12 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2'
- 'libarchive' 'gnome-disk-utility' 'pkgconfig' 'intltool'
- 'libimobiledevice' 'namcap')
+ 'libarchive' 'libgdu' 'pkgconfig' 'intltool'
+ 'libimobiledevice' 'avahi' 'dconf')
 url=http://www.gnome.org;
 options=(!libtool)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
@@ -26,7 +26,7 @@
 
 package_gvfs() {
   pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('libsoup-gnome' 'gnome-disk-utility' 'libcdio' 'fuse' 'libarchive')
+  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
   optdepends=('gvfs-afc: AFC (mobile devices) support'
   'gvfs-smb: SMB/CIFS (Windows client) support'
   'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'



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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 13:02:00
  Author: heftig
Revision: 139202

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

Added:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
(from rev 139201, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/extra-i686/fix-freeze.patch
(from rev 139201, gnome-disk-utility/trunk/fix-freeze.patch)
  gnome-disk-utility/repos/extra-i686/gnome-disk-utility.install
(from rev 139201, gnome-disk-utility/trunk/gnome-disk-utility.install)
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
(from rev 139201, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/extra-x86_64/fix-freeze.patch
(from rev 139201, gnome-disk-utility/trunk/fix-freeze.patch)
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install
(from rev 139201, gnome-disk-utility/trunk/gnome-disk-utility.install)
Deleted:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
  gnome-disk-utility/repos/extra-i686/fix-freeze.patch
  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/fix-freeze.patch
  gnome-disk-utility/repos/extra-x86_64/gnome-disk-utility.install

-+
 extra-i686/PKGBUILD |   84 ++
 extra-i686/fix-freeze.patch |   64 +++---
 extra-i686/gnome-disk-utility.install   |   22 +++
 extra-x86_64/PKGBUILD   |   84 ++
 extra-x86_64/fix-freeze.patch   |   64 +++---
 extra-x86_64/gnome-disk-utility.install |   22 +++
 6 files changed, 190 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 17:00:01 UTC (rev 139201)
+++ extra-i686/PKGBUILD 2011-10-01 17:02:00 UTC (rev 139202)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-disk-utility
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=GNOME libraries and applications for dealing with storage devices
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org;
-depends=('dbus-glib' 'libgnome-keyring' 'libunique3' 'udisks' 'libnotify' 
'hicolor-icon-theme' 'avahi')
-makedepends=('gtk-doc' 'intltool')
-options=('!libtool' '!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-   fix-freeze.patch)
-sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
-'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-freeze.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-disk-utility \
-  --disable-scrollkeeper --disable-nautilus --disable-gtk-doc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-disk-utility/repos/extra-i686/PKGBUILD (from rev 139201, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 17:02:00 UTC (rev 139202)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgbase=gnome-disk-utility
+pkgname=(gnome-disk-utility libgdu)
+pkgver=3.0.2
+pkgrel=2
+pkgdesc=GNOME libraries and applications for dealing with storage devices
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+makedepends=('dbus-glib' 'libgnome-keyring' 'udisks' 'libunique3' 'libnotify' 
'avahi'
+ 'hicolor-icon-theme' 'gtk-doc' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz
+   fix-freeze.patch)
+sha256sums=('7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5'
+'818b70360978968457d2c50738347c6726ed8d0c007eb57074881a7e33652526')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-freeze.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-disk-utility \
+  --disable-scrollkeeper --disable-nautilus --disable-static
+  make
+}
+
+package_gnome-disk-utility() {
+  depends=(libgdu=$pkgver-$pkgrel 'libunique3' 'libnotify' 
'hicolor-icon-theme' 'avahi')
+  groups=('gnome-extra')
+  install=gnome-disk-utility.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+### Split libgdu
+
+  mkdir -p $srcdir/libgdu/usr/{include/gnome-disk-utility,lib/pkgconfig}
+
+  mv $pkgdir/usr/lib/libgdu.so* $srcdir/libgdu/usr/lib
+  mv {$pkgdir,$srcdir/libgdu}/usr/include/gnome-disk-utility/gdu
+  mv 

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

2011-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2011 @ 13:05:13
  Author: heftig
Revision: 139203

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

Added:
  gvfs/repos/testing-i686/PKGBUILD
(from rev 139202, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 139202, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 139202, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 139202, gvfs/trunk/gvfs.install)
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 139202, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 139202, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 139202, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 139202, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/testing-i686/PKGBUILD
  gvfs/repos/testing-i686/gvfs-module.install
  gvfs/repos/testing-i686/gvfs-smb.install
  gvfs/repos/testing-i686/gvfs.install
  gvfs/repos/testing-x86_64/PKGBUILD
  gvfs/repos/testing-x86_64/gvfs-module.install
  gvfs/repos/testing-x86_64/gvfs-smb.install
  gvfs/repos/testing-x86_64/gvfs.install

+
 testing-i686/PKGBUILD  |  230 +--
 testing-i686/gvfs-module.install   |   14 +-
 testing-i686/gvfs-smb.install  |   24 +--
 testing-i686/gvfs.install  |   28 ++--
 testing-x86_64/PKGBUILD|  230 +--
 testing-x86_64/gvfs-module.install |   14 +-
 testing-x86_64/gvfs-smb.install|   24 +--
 testing-x86_64/gvfs.install|   28 ++--
 8 files changed, 296 insertions(+), 296 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-01 17:02:00 UTC (rev 139202)
+++ testing-i686/PKGBUILD   2011-10-01 17:05:13 UTC (rev 139203)
@@ -1,115 +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.10.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2'
- 'libarchive' 'gnome-disk-utility' 'pkgconfig' 'intltool'
- 'libimobiledevice' 'namcap')
-url=http://www.gnome.org;
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('50970f9f9052ecb6ab83860b366c718994bf618695010c11e1391ca886f71db8')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/etc/bash_completion.d
-  make
-}
-
-package_gvfs() {
-  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('libsoup-gnome' 'gnome-disk-utility' 'libcdio' 'fuse' 'libarchive')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support')
-  install=gvfs.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  sed -e 's/^am__append_3/#am__append_3/' \
-  -e 's/^am__append_4/#am__append_4/' \
-  -i monitor/Makefile
-  make DESTDIR=${pkgdir} install
-
-  cd ${pkgdir}
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
-  depends=(gvfs=${pkgver} 'smbclient' 'libgnome-keyring')
-  install=gvfs-smb.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -m755 -d ${pkgdir}/usr/lib/gvfs
-  install -m755 -d ${pkgdir}/usr/share/gvfs/mounts
-
-  install -m755 .libs/gvfsd-smb{,-browse} ${pkgdir}/usr/lib/gvfs/
-  install -m644 smb{,-browse}.mount ${pkgdir}/usr/share/gvfs/mounts/
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  install -Dm644 gvfs-smb.convert \
-${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-afc() {
-  pkgdesc=AFC (mobile devices) backend for gvfs
-  depends=(gvfs=${pkgver} 'libimobiledevice')
-  install=gvfs-module.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -D .libs/gvfsd-afc ${pkgdir}/usr/lib/gvfs/gvfsd-afc
-  install -Dm644 afc.mount ${pkgdir}/usr/share/gvfs/mounts/afc.mount
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/monitor/afc
-  make DESTDIR=${pkgdir} install
-}

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:00:09
  Author: ibiru
Revision: 139204

fix rdesktop support and add back telepathy and ssh. FS#26143

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 17:05:13 UTC (rev 139203)
+++ PKGBUILD2011-10-01 18:00:09 UTC (rev 139204)
@@ -5,15 +5,16 @@
 
 pkgname=vinagre
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org/projects/vinagre/;
 install=vinagre.install
-depends=('libgnome-keyring' 'gtk-vnc' 'avahi' 'desktop-file-utils' 'dconf' 
'shared-mime-info' 'gnome-icon-theme')
-optdepends=('rdesktop: RDP plugin')
-makedepends=('gtk-doc' 'intltool' 'rdesktop')
+depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
@@ -21,6 +22,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  #building with as-needed breaks rdp
+  #https://bugzilla.gnome.org/show_bug.cgi?id=653558
+  export LDFLAGS=$LDFLAGS,--no-as-needed
   ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
   --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
   make



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:03:35
  Author: ibiru
Revision: 139205

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

Added:
  vinagre/repos/testing-i686/PKGBUILD
(from rev 139204, vinagre/trunk/PKGBUILD)
  vinagre/repos/testing-i686/vinagre.install
(from rev 139204, vinagre/trunk/vinagre.install)
  vinagre/repos/testing-x86_64/PKGBUILD
(from rev 139204, vinagre/trunk/PKGBUILD)
  vinagre/repos/testing-x86_64/vinagre.install
(from rev 139204, vinagre/trunk/vinagre.install)
Deleted:
  vinagre/repos/testing-i686/PKGBUILD
  vinagre/repos/testing-i686/vinagre.install
  vinagre/repos/testing-x86_64/PKGBUILD
  vinagre/repos/testing-x86_64/vinagre.install

+
 testing-i686/PKGBUILD  |   69 ---
 testing-i686/vinagre.install   |   40 +++---
 testing-x86_64/PKGBUILD|   69 ---
 testing-x86_64/vinagre.install |   40 +++---
 4 files changed, 114 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-01 18:00:09 UTC (rev 139204)
+++ testing-i686/PKGBUILD   2011-10-01 18:03:35 UTC (rev 139205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=vinagre
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=A VNC Client for the GNOME Desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/vinagre/;
-install=vinagre.install
-depends=('libgnome-keyring' 'gtk-vnc' 'avahi' 'desktop-file-utils' 'dconf' 
'shared-mime-info' 'gnome-icon-theme')
-optdepends=('rdesktop: RDP plugin')
-makedepends=('gtk-doc' 'intltool' 'rdesktop')
-groups=('gnome-extra')
-options=('!emptydirs' '!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9ba0d13000d81d0e47f456b138f52ef2cb7a603c71381993952acc87c25e2e61')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
-  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 139204, 
vinagre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-01 18:03:35 UTC (rev 139205)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9ba0d13000d81d0e47f456b138f52ef2cb7a603c71381993952acc87c25e2e61')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  #building with as-needed breaks rdp
+  #https://bugzilla.gnome.org/show_bug.cgi?id=653558
+  export LDFLAGS=$LDFLAGS,--no-as-needed
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/vinagre.install
===
--- testing-i686/vinagre.install2011-10-01 18:00:09 UTC (rev 139204)
+++ testing-i686/vinagre.install2011-10-01 18:03:35 UTC (rev 139205)
@@ -1,20 +0,0 @@
-post_install() {
-  usr/bin/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
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.91.91-2)  0 )); then
-usr/sbin/gconfpkg --uninstall vinagre
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vinagre/repos/testing-i686/vinagre.install (from rev 139204, 
vinagre/trunk/vinagre.install)
===
--- testing-i686/vinagre.install(rev 0)
+++ testing-i686/vinagre.install2011-10-01 18:03:35 UTC (rev 139205)
@@ -0,0 

[arch-commits] Commit in glib2/repos (7 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:53:03
  Author: ibiru
Revision: 139206

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

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 139205, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/glib2.csh
(from rev 139205, glib2/repos/testing-i686/glib2.csh)
  glib2/repos/core-i686/glib2.sh
(from rev 139205, glib2/repos/testing-i686/glib2.sh)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/glib2.csh
  glib2/repos/core-i686/glib2.sh
  glib2/repos/testing-i686/

---+
 PKGBUILD  |   91 
 glib2.csh |2 -
 glib2.sh  |2 -
 3 files changed, 45 insertions(+), 50 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-01 18:03:35 UTC (rev 139205)
+++ core-i686/PKGBUILD  2011-10-01 18:53:03 UTC (rev 139206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.28.8
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre=8.12')
-makedepends=('pkgconfig' 'python2')
-checkdepends=('pygobject' 'dbus-python')
-options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-${pkgver}.tar.xz
-glib2.sh
-glib2.csh)
-sha256sums=('4d7ca95dbde8e8f60ab428c765b0dbb8a44be9eb9316491803ce5ee7b4748353'
-'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
-
-build() {
-  cd ${srcdir}/glib-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd ${srcdir}/glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/glib2.sh ${pkgdir}/etc/profile.d/
-  install -m755 ${srcdir}/glib2.csh ${pkgdir}/etc/profile.d/
-
-  for _i in ${pkgdir}/etc/bash_completion.d/*; do
-  chmod -x ${_i}
-  done
-}
-
-check() {
-  cd ${srcdir}/glib-${pkgver}
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
gio/tests/gdbus-testserver.py
-  make -k check || true
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 139205, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-01 18:53:03 UTC (rev 139206)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.30.0
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkgconfig' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
+glib2.sh
+glib2.csh)
+sha256sums=('d64c00b43409eabb89aad78501fcb1a992b002b314a4414a9bd069585cb7cdc1'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+
+build() {
+  cd ${srcdir}/glib-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd ${srcdir}/glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/glib2.sh ${pkgdir}/etc/profile.d/
+  install -m755 ${srcdir}/glib2.csh ${pkgdir}/etc/profile.d/
+
+  for _i in ${pkgdir}/etc/bash_completion.d/*; do
+  chmod -x ${_i}
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/glib2.csh
===
--- core-i686/glib2.csh 2011-10-01 18:03:35 UTC (rev 139205)
+++ core-i686/glib2.csh 2011-10-01 18:53:03 UTC (rev 139206)
@@ -1 +0,0 @@
-setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/core-i686/glib2.csh (from rev 139205, 
glib2/repos/testing-i686/glib2.csh)
===
--- core-i686/glib2.csh (rev 0)
+++ core-i686/glib2.csh 2011-10-01 18:53:03 UTC (rev 139206)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Deleted: core-i686/glib2.sh
===
--- core-i686/glib2.sh  2011-10-01 18:03:35 UTC (rev 139205)
+++ core-i686/glib2.sh  2011-10-01 18:53:03 UTC (rev 139206)
@@ -1 +0,0 @@
-export G_BROKEN_FILENAMES=1

Copied: glib2/repos/core-i686/glib2.sh (from rev 139205, 
glib2/repos/testing-i686/glib2.sh)
===
--- core-i686/glib2.sh  (rev 0)

[arch-commits] Commit in glib2/repos (7 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:53:04
  Author: ibiru
Revision: 139207

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

Added:
  glib2/repos/core-x86_64/PKGBUILD
(from rev 139205, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/glib2.csh
(from rev 139205, glib2/repos/testing-x86_64/glib2.csh)
  glib2/repos/core-x86_64/glib2.sh
(from rev 139205, glib2/repos/testing-x86_64/glib2.sh)
Deleted:
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/glib2.csh
  glib2/repos/core-x86_64/glib2.sh
  glib2/repos/testing-x86_64/

---+
 PKGBUILD  |   91 
 glib2.csh |2 -
 glib2.sh  |2 -
 3 files changed, 45 insertions(+), 50 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-01 18:53:03 UTC (rev 139206)
+++ core-x86_64/PKGBUILD2011-10-01 18:53:04 UTC (rev 139207)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.28.8
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre=8.12')
-makedepends=('pkgconfig' 'python2')
-checkdepends=('pygobject' 'dbus-python')
-options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-${pkgver}.tar.xz
-glib2.sh
-glib2.csh)
-sha256sums=('4d7ca95dbde8e8f60ab428c765b0dbb8a44be9eb9316491803ce5ee7b4748353'
-'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
-
-build() {
-  cd ${srcdir}/glib-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd ${srcdir}/glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/glib2.sh ${pkgdir}/etc/profile.d/
-  install -m755 ${srcdir}/glib2.csh ${pkgdir}/etc/profile.d/
-
-  for _i in ${pkgdir}/etc/bash_completion.d/*; do
-  chmod -x ${_i}
-  done
-}
-
-check() {
-  cd ${srcdir}/glib-${pkgver}
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
gio/tests/gdbus-testserver.py
-  make -k check || true
-}

Copied: glib2/repos/core-x86_64/PKGBUILD (from rev 139205, 
glib2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-01 18:53:04 UTC (rev 139207)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.30.0
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkgconfig' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
+glib2.sh
+glib2.csh)
+sha256sums=('d64c00b43409eabb89aad78501fcb1a992b002b314a4414a9bd069585cb7cdc1'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+
+build() {
+  cd ${srcdir}/glib-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd ${srcdir}/glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/glib2.sh ${pkgdir}/etc/profile.d/
+  install -m755 ${srcdir}/glib2.csh ${pkgdir}/etc/profile.d/
+
+  for _i in ${pkgdir}/etc/bash_completion.d/*; do
+  chmod -x ${_i}
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-x86_64/glib2.csh
===
--- core-x86_64/glib2.csh   2011-10-01 18:53:03 UTC (rev 139206)
+++ core-x86_64/glib2.csh   2011-10-01 18:53:04 UTC (rev 139207)
@@ -1 +0,0 @@
-setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/core-x86_64/glib2.csh (from rev 139205, 
glib2/repos/testing-x86_64/glib2.csh)
===
--- core-x86_64/glib2.csh   (rev 0)
+++ core-x86_64/glib2.csh   2011-10-01 18:53:04 UTC (rev 139207)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Deleted: core-x86_64/glib2.sh
===
--- core-x86_64/glib2.sh2011-10-01 18:53:03 UTC (rev 139206)
+++ core-x86_64/glib2.sh2011-10-01 18:53:04 UTC (rev 139207)
@@ -1 +0,0 @@
-export G_BROKEN_FILENAMES=1

Copied: glib2/repos/core-x86_64/glib2.sh (from rev 139205, 
glib2/repos/testing-x86_64/glib2.sh)

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:28
  Author: ibiru
Revision: 139208

db-move: moved libepc from [testing] to [extra] (i686)

Added:
  libepc/repos/extra-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
(from rev 139207, 
libepc/repos/testing-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
  libepc/repos/extra-i686/PKGBUILD
(from rev 139207, libepc/repos/testing-i686/PKGBUILD)
Deleted:
  libepc/repos/extra-i686/PKGBUILD
  libepc/repos/testing-i686/

---+
 0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch |   40 +
 PKGBUILD  |   60 +++-
 2 files changed, 73 insertions(+), 27 deletions(-)

Copied: 
libepc/repos/extra-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch (from 
rev 139207, 
libepc/repos/testing-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
===
--- extra-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
(rev 0)
+++ extra-i686/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
2011-10-01 18:55:28 UTC (rev 139208)
@@ -0,0 +1,40 @@
+From 715c6ddf3de90936c9ba7a6bb6904b7072d3b241 Mon Sep 17 00:00:00 2001
+From: Ionut Biru ib...@archlinux.org
+Date: Fri, 30 Sep 2011 10:57:14 +
+Subject: [PATCH] Avoid use of deprecated G_CONST_RETURN
+
+Signed-off-by: Ionut Biru ib...@archlinux.org
+---
+ libepc/enums.c.in |2 +-
+ libepc/enums.h.in |2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libepc/enums.c.in b/libepc/enums.c.in
+index 75f737c..bc81b84 100644
+--- a/libepc/enums.c.in
 b/libepc/enums.c.in
+@@ -65,7 +65,7 @@ G@Type@Class*
+  *
+  * Returns: The string representation of @value, or %NULL.
+  */
+-G_CONST_RETURN gchar*
++const gchar*
+ @enum_name@_to_string (@EnumName@ value)
+ {
+   const G@Type@Value *@type@_value = g_@type@_get_value 
(@enum_name@_get_class (), value);
+diff --git a/libepc/enums.h.in b/libepc/enums.h.in
+index fea8b07..48973e5 100644
+--- a/libepc/enums.h.in
 b/libepc/enums.h.in
+@@ -19,7 +19,7 @@ G_BEGIN_DECLS
+ 
+ GType @enum_name@_get_type  (void) G_GNUC_CONST;
+ G@Type@Class*   @enum_name@_get_class (void) G_GNUC_CONST;
+-G_CONST_RETURN gchar* @enum_name@_to_string (@EnumName@ value) G_GNUC_PURE;
++const gchar* @enum_name@_to_string (@EnumName@ value) G_GNUC_PURE;
+ /*** END value-header ***/
+ 
+ /*** BEGIN file-tail ***/
+-- 
+1.7.6.4
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:53:04 UTC (rev 139207)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:28 UTC (rev 139208)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libepc
-pkgver=0.3.11
-pkgrel=2
-pkgdesc=Easy Publish and Consume Library
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://live.gnome.org/libepc;
-depends=('gtk2' 'avahi' 'libsoup')
-makedepends=('intltool')
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ec38fe4206fab7a8939fb351d7b419cc681ac44afcdd5aab9bdb8fc3386df25c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libepc/repos/extra-i686/PKGBUILD (from rev 139207, 
libepc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:28 UTC (rev 139208)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libepc
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=Easy Publish and Consume Library
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://live.gnome.org/libepc;
+depends=('gtk3' 'avahi' 'libsoup')
+makedepends=('intltool' 'gtk-doc' 'gnome-common')
+options=('!libtool' '!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.xz
+0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
+sha256sums=('1377defd339122a5ef71509d3b761810c58f178985d655b74bc34760ef4ae49e'
+'d2bcfd72abc4cd74975a70c667c38d88154117d1eef10a8e8b75bc07cb1dde06')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
+  gnome-autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:29
  Author: ibiru
Revision: 139209

db-move: moved libepc from [testing] to [extra] (x86_64)

Added:
  libepc/repos/extra-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
(from rev 139207, 
libepc/repos/testing-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
  libepc/repos/extra-x86_64/PKGBUILD
(from rev 139207, libepc/repos/testing-x86_64/PKGBUILD)
Deleted:
  libepc/repos/extra-x86_64/PKGBUILD
  libepc/repos/testing-x86_64/

---+
 0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch |   40 +
 PKGBUILD  |   60 +++-
 2 files changed, 73 insertions(+), 27 deletions(-)

Copied: 
libepc/repos/extra-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch 
(from rev 139207, 
libepc/repos/testing-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
===
--- extra-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch  
(rev 0)
+++ extra-x86_64/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch  
2011-10-01 18:55:29 UTC (rev 139209)
@@ -0,0 +1,40 @@
+From 715c6ddf3de90936c9ba7a6bb6904b7072d3b241 Mon Sep 17 00:00:00 2001
+From: Ionut Biru ib...@archlinux.org
+Date: Fri, 30 Sep 2011 10:57:14 +
+Subject: [PATCH] Avoid use of deprecated G_CONST_RETURN
+
+Signed-off-by: Ionut Biru ib...@archlinux.org
+---
+ libepc/enums.c.in |2 +-
+ libepc/enums.h.in |2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libepc/enums.c.in b/libepc/enums.c.in
+index 75f737c..bc81b84 100644
+--- a/libepc/enums.c.in
 b/libepc/enums.c.in
+@@ -65,7 +65,7 @@ G@Type@Class*
+  *
+  * Returns: The string representation of @value, or %NULL.
+  */
+-G_CONST_RETURN gchar*
++const gchar*
+ @enum_name@_to_string (@EnumName@ value)
+ {
+   const G@Type@Value *@type@_value = g_@type@_get_value 
(@enum_name@_get_class (), value);
+diff --git a/libepc/enums.h.in b/libepc/enums.h.in
+index fea8b07..48973e5 100644
+--- a/libepc/enums.h.in
 b/libepc/enums.h.in
+@@ -19,7 +19,7 @@ G_BEGIN_DECLS
+ 
+ GType @enum_name@_get_type  (void) G_GNUC_CONST;
+ G@Type@Class*   @enum_name@_get_class (void) G_GNUC_CONST;
+-G_CONST_RETURN gchar* @enum_name@_to_string (@EnumName@ value) G_GNUC_PURE;
++const gchar* @enum_name@_to_string (@EnumName@ value) G_GNUC_PURE;
+ /*** END value-header ***/
+ 
+ /*** BEGIN file-tail ***/
+-- 
+1.7.6.4
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:28 UTC (rev 139208)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:29 UTC (rev 139209)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libepc
-pkgver=0.3.11
-pkgrel=2
-pkgdesc=Easy Publish and Consume Library
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://live.gnome.org/libepc;
-depends=('gtk2' 'avahi' 'libsoup')
-makedepends=('intltool')
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ec38fe4206fab7a8939fb351d7b419cc681ac44afcdd5aab9bdb8fc3386df25c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libepc/repos/extra-x86_64/PKGBUILD (from rev 139207, 
libepc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:29 UTC (rev 139209)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libepc
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=Easy Publish and Consume Library
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://live.gnome.org/libepc;
+depends=('gtk3' 'avahi' 'libsoup')
+makedepends=('intltool' 'gtk-doc' 'gnome-common')
+options=('!libtool' '!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.xz
+0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch)
+sha256sums=('1377defd339122a5ef71509d3b761810c58f178985d655b74bc34760ef4ae49e'
+'d2bcfd72abc4cd74975a70c667c38d88154117d1eef10a8e8b75bc07cb1dde06')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/0001-Avoid-use-of-deprecated-G_CONST_RETURN.patch
+  gnome-autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:31
  Author: ibiru
Revision: 139210

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:29 UTC (rev 139209)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:31 UTC (rev 139210)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=clutter-gst
-pkgver=1.3.14
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('LGPL')
-depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
-makedepends=('gobject-introspection' 'gtk-doc')
-options=('!libtool')
-source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aab908e9298ada2a10226deceba8a3f361b00e5c999ceea26b23050a12103e66')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 139207, 
clutter-gst/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:31 UTC (rev 139210)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+pkgname=clutter-gst
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection' 'gtk-doc')
+options=('!libtool')
+source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d47b771e1453eec4848bac8d58258058a435319d925b22256a28d348bc8d5270')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:32
  Author: ibiru
Revision: 139211

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:31 UTC (rev 139210)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:32 UTC (rev 139211)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=clutter-gst
-pkgver=1.3.14
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('LGPL')
-depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
-makedepends=('gobject-introspection' 'gtk-doc')
-options=('!libtool')
-source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aab908e9298ada2a10226deceba8a3f361b00e5c999ceea26b23050a12103e66')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 139207, 
clutter-gst/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:32 UTC (rev 139211)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+pkgname=clutter-gst
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection' 'gtk-doc')
+options=('!libtool')
+source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d47b771e1453eec4848bac8d58258058a435319d925b22256a28d348bc8d5270')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:34
  Author: ibiru
Revision: 139212

db-move: moved accountsservice from [testing] to [extra] (i686)

Added:
  accountsservice/repos/extra-i686/PKGBUILD
(from rev 139207, accountsservice/repos/testing-i686/PKGBUILD)
Deleted:
  accountsservice/repos/extra-i686/PKGBUILD
  accountsservice/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:32 UTC (rev 139211)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:34 UTC (rev 139212)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=accountsservice
-pkgver=0.6.12
-pkgrel=1
-pkgdesc=D-Bus interface for user account query and manipulation
-arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/accountsservice/;
-license=('GPL3')
-depends=('dbus-glib' 'polkit')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2fcf38a65d574dd2fe6ba182ff4de053')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/lib/systemd/system \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 139207, 
accountsservice/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:34 UTC (rev 139212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=accountsservice
+pkgver=0.6.14
+pkgrel=1
+pkgdesc=D-Bus interface for user account query and manipulation
+arch=(i686 x86_64)
+url=http://cgit.freedesktop.org/accountsservice/;
+license=('GPL3')
+depends=('dbus-glib' 'polkit')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('88f4d5d0d1f0ce0fa6a180cbff936041')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/lib/systemd/system \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:35
  Author: ibiru
Revision: 139213

db-move: moved accountsservice from [testing] to [extra] (x86_64)

Added:
  accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 139207, accountsservice/repos/testing-x86_64/PKGBUILD)
Deleted:
  accountsservice/repos/extra-x86_64/PKGBUILD
  accountsservice/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:34 UTC (rev 139212)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:35 UTC (rev 139213)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=accountsservice
-pkgver=0.6.12
-pkgrel=1
-pkgdesc=D-Bus interface for user account query and manipulation
-arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/accountsservice/;
-license=('GPL3')
-depends=('dbus-glib' 'polkit')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2fcf38a65d574dd2fe6ba182ff4de053')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/lib/systemd/system \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 139207, 
accountsservice/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:35 UTC (rev 139213)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=accountsservice
+pkgver=0.6.14
+pkgrel=1
+pkgdesc=D-Bus interface for user account query and manipulation
+arch=(i686 x86_64)
+url=http://cgit.freedesktop.org/accountsservice/;
+license=('GPL3')
+depends=('dbus-glib' 'polkit')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('88f4d5d0d1f0ce0fa6a180cbff936041')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/lib/systemd/system \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:36
  Author: ibiru
Revision: 139214

db-move: moved aisleriot from [testing] to [extra] (i686)

Added:
  aisleriot/repos/extra-i686/
  aisleriot/repos/extra-i686/PKGBUILD
(from rev 139207, aisleriot/repos/testing-i686/PKGBUILD)
  aisleriot/repos/extra-i686/aisleriot.install
(from rev 139207, aisleriot/repos/testing-i686/aisleriot.install)
Deleted:
  aisleriot/repos/testing-i686/

---+
 PKGBUILD  |   36 
 aisleriot.install |   22 ++
 2 files changed, 58 insertions(+)

Copied: aisleriot/repos/extra-i686/PKGBUILD (from rev 139207, 
aisleriot/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:36 UTC (rev 139214)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=aisleriot
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=GNOME Solitaire card games
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+depends=(libsm gconf guile libcanberra librsvg hicolor-icon-theme dconf)
+makedepends=(gnome-doc-utils intltool itstool)
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dba561dc35641cb393626151cf048f407c47960c7a254f378b986ab95d899d85')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 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 aisleriot ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/extra-i686/aisleriot.install (from rev 139207, 
aisleriot/repos/testing-i686/aisleriot.install)
===
--- extra-i686/aisleriot.install(rev 0)
+++ extra-i686/aisleriot.install2011-10-01 18:55:36 UTC (rev 139214)
@@ -0,0 +1,22 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install aisleriot
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall aisleriot
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:37
  Author: ibiru
Revision: 139215

db-move: moved aisleriot from [testing] to [extra] (x86_64)

Added:
  aisleriot/repos/extra-x86_64/
  aisleriot/repos/extra-x86_64/PKGBUILD
(from rev 139207, aisleriot/repos/testing-x86_64/PKGBUILD)
  aisleriot/repos/extra-x86_64/aisleriot.install
(from rev 139207, aisleriot/repos/testing-x86_64/aisleriot.install)
Deleted:
  aisleriot/repos/testing-x86_64/

---+
 PKGBUILD  |   36 
 aisleriot.install |   22 ++
 2 files changed, 58 insertions(+)

Copied: aisleriot/repos/extra-x86_64/PKGBUILD (from rev 139207, 
aisleriot/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:37 UTC (rev 139215)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=aisleriot
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=GNOME Solitaire card games
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+depends=(libsm gconf guile libcanberra librsvg hicolor-icon-theme dconf)
+makedepends=(gnome-doc-utils intltool itstool)
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dba561dc35641cb393626151cf048f407c47960c7a254f378b986ab95d899d85')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 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 aisleriot ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/extra-x86_64/aisleriot.install (from rev 139207, 
aisleriot/repos/testing-x86_64/aisleriot.install)
===
--- extra-x86_64/aisleriot.install  (rev 0)
+++ extra-x86_64/aisleriot.install  2011-10-01 18:55:37 UTC (rev 139215)
@@ -0,0 +1,22 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install aisleriot
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall aisleriot
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:39
  Author: ibiru
Revision: 139216

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

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

+
 PKGBUILD   |   68 ++-
 anjuta.install |   42 -
 2 files changed, 54 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:37 UTC (rev 139215)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:39 UTC (rev 139216)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Harley Laue losinggenerat...@yahoo.com
-
-pkgname=anjuta
-pkgver=3.0.3.0
-pkgrel=1
-pkgdesc=GNOME Integrated Development Environment (IDE)
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'gtksourceview3' 'glade' 'libgda'
- 'subversion' 'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'graphviz'
- 'python2' 'shared-mime-info' 'desktop-file-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url=http://anjuta.sourceforge.net/;
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('1615e7a86602fd4d775e8a7d4701260a80caeb8758559197574ccb27a3339368')
-
-build() {
-  cd ${srcdir}/anjuta-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd ${srcdir}/anjuta-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  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 139207, 
anjuta/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:39 UTC (rev 139216)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgname=anjuta
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2' 'shared-mime-info' 
'desktop-file-utils')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://anjuta.sourceforge.net/;
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('2ff968af17e9202fcdb12c47aadaa9d3cb4b98d78c22db8a0cedcb4bf0a81fb8')
+
+build() {
+  cd ${srcdir}/anjuta-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd ${srcdir}/anjuta-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  sed -i 1s|#!/usr/bin/python$|2| \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2011-10-01 18:55:37 UTC (rev 139215)
+++ extra-i686/anjuta.install   2011-10-01 18:55:39 UTC (rev 139216)
@@ -1,21 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-mime-database usr/share/mime  /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-i686/anjuta.install (from rev 139207, 
anjuta/repos/testing-i686/anjuta.install)
===
--- extra-i686/anjuta.install   (rev 0)
+++ extra-i686/anjuta.install   2011-10-01 18:55:39 UTC (rev 139216)
@@ -0,0 +1,21 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-mime-database usr/share/mime  /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall anjuta
+  fi
+}
+
+post_upgrade() {
+  

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:41
  Author: ibiru
Revision: 139217

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

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

+
 PKGBUILD   |   68 ++-
 anjuta.install |   42 -
 2 files changed, 54 insertions(+), 56 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:39 UTC (rev 139216)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:41 UTC (rev 139217)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Harley Laue losinggenerat...@yahoo.com
-
-pkgname=anjuta
-pkgver=3.0.3.0
-pkgrel=1
-pkgdesc=GNOME Integrated Development Environment (IDE)
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'gtksourceview3' 'glade' 'libgda'
- 'subversion' 'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'graphviz'
- 'python2' 'shared-mime-info' 'desktop-file-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url=http://anjuta.sourceforge.net/;
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('1615e7a86602fd4d775e8a7d4701260a80caeb8758559197574ccb27a3339368')
-
-build() {
-  cd ${srcdir}/anjuta-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd ${srcdir}/anjuta-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  sed -i 1s|#!/usr/bin/python$|2| \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-x86_64/PKGBUILD (from rev 139207, 
anjuta/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:41 UTC (rev 139217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgname=anjuta
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2' 'shared-mime-info' 
'desktop-file-utils')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://anjuta.sourceforge.net/;
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('2ff968af17e9202fcdb12c47aadaa9d3cb4b98d78c22db8a0cedcb4bf0a81fb8')
+
+build() {
+  cd ${srcdir}/anjuta-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd ${srcdir}/anjuta-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  sed -i 1s|#!/usr/bin/python$|2| \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-x86_64/anjuta.install
===
--- extra-x86_64/anjuta.install 2011-10-01 18:55:39 UTC (rev 139216)
+++ extra-x86_64/anjuta.install 2011-10-01 18:55:41 UTC (rev 139217)
@@ -1,21 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-mime-database usr/share/mime  /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-x86_64/anjuta.install (from rev 139207, 
anjuta/repos/testing-x86_64/anjuta.install)
===
--- extra-x86_64/anjuta.install (rev 0)
+++ extra-x86_64/anjuta.install 2011-10-01 18:55:41 UTC (rev 139217)
@@ -0,0 +1,21 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-mime-database usr/share/mime  /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:42
  Author: ibiru
Revision: 139218

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

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

---+
 PKGBUILD  |   27 +++
 anjuta-extras.install |   11 +++
 2 files changed, 38 insertions(+)

Copied: anjuta-extras/repos/extra-i686/PKGBUILD (from rev 139207, 
anjuta-extras/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:42 UTC (rev 139218)
@@ -0,0 +1,27 @@
+# $Id$
+# Mantainer: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('cda9624952d1e9e5b442c1b972256b618b3d3c6aa3f1069bb6ae1796eecf55a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: anjuta-extras/repos/extra-i686/anjuta-extras.install (from rev 139207, 
anjuta-extras/repos/testing-i686/anjuta-extras.install)
===
--- extra-i686/anjuta-extras.install(rev 0)
+++ extra-i686/anjuta-extras.install2011-10-01 18:55:42 UTC (rev 139218)
@@ -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 anjuta-extras/repos (4 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:44
  Author: ibiru
Revision: 139219

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

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

---+
 PKGBUILD  |   27 +++
 anjuta-extras.install |   11 +++
 2 files changed, 38 insertions(+)

Copied: anjuta-extras/repos/extra-x86_64/PKGBUILD (from rev 139207, 
anjuta-extras/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:44 UTC (rev 139219)
@@ -0,0 +1,27 @@
+# $Id$
+# Mantainer: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('cda9624952d1e9e5b442c1b972256b618b3d3c6aa3f1069bb6ae1796eecf55a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: anjuta-extras/repos/extra-x86_64/anjuta-extras.install (from rev 
139207, anjuta-extras/repos/testing-x86_64/anjuta-extras.install)
===
--- extra-x86_64/anjuta-extras.install  (rev 0)
+++ extra-x86_64/anjuta-extras.install  2011-10-01 18:55:44 UTC (rev 139219)
@@ -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 atk/repos (3 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:45
  Author: ibiru
Revision: 139220

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:44 UTC (rev 139219)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:45 UTC (rev 139220)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=atk
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('pkgconfig' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: atk/repos/extra-i686/PKGBUILD (from rev 139207, 
atk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:45 UTC (rev 139220)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.2.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=('8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:46
  Author: ibiru
Revision: 139221

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:45 UTC (rev 139220)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:46 UTC (rev 139221)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=atk
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('pkgconfig' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 139207, 
atk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:46 UTC (rev 139221)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.2.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=('8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:47
  Author: ibiru
Revision: 139222

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

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

-+
 PKGBUILD|   70 +-
 at-spi2-atk.install |   22 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:46 UTC (rev 139221)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:47 UTC (rev 139222)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.0.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')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
-
-build() {
-  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 139207, 
at-spi2-atk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:47 UTC (rev 139222)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.2.0
+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')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${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  2011-10-01 18:55:46 UTC (rev 139221)
+++ extra-i686/at-spi2-atk.install  2011-10-01 18:55:47 UTC (rev 139222)
@@ -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: at-spi2-atk/repos/extra-i686/at-spi2-atk.install (from rev 139207, 
at-spi2-atk/repos/testing-i686/at-spi2-atk.install)
===
--- extra-i686/at-spi2-atk.install  (rev 0)
+++ extra-i686/at-spi2-atk.install  2011-10-01 18:55:47 UTC (rev 139222)
@@ -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 at-spi2-atk/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:48
  Author: ibiru
Revision: 139223

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

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

-+
 PKGBUILD|   70 +-
 at-spi2-atk.install |   22 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:47 UTC (rev 139222)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:48 UTC (rev 139223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.0.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')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
-
-build() {
-  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 139207, 
at-spi2-atk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:48 UTC (rev 139223)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.2.0
+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')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/at-spi2-atk.install
===
--- extra-x86_64/at-spi2-atk.install2011-10-01 18:55:47 UTC (rev 139222)
+++ extra-x86_64/at-spi2-atk.install2011-10-01 18:55:48 UTC (rev 139223)
@@ -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: at-spi2-atk/repos/extra-x86_64/at-spi2-atk.install (from rev 139207, 
at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install)
===
--- extra-x86_64/at-spi2-atk.install(rev 0)
+++ extra-x86_64/at-spi2-atk.install2011-10-01 18:55:48 UTC (rev 139223)
@@ -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 at-spi2-core/repos (3 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:50
  Author: ibiru
Revision: 139224

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:48 UTC (rev 139223)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:50 UTC (rev 139224)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=at-spi2-core
-pkgver=2.0.2
-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')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce')
-
-build() {
-  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 139207, 
at-spi2-core/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:50 UTC (rev 139224)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.2.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-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9b3f645560749067ea250c26b281248e3eb912316323a02d358fc2be5dea3848')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:51
  Author: ibiru
Revision: 139225

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:50 UTC (rev 139224)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:51 UTC (rev 139225)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=at-spi2-core
-pkgver=2.0.2
-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')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce')
-
-build() {
-  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 139207, 
at-spi2-core/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:51 UTC (rev 139225)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.2.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-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9b3f645560749067ea250c26b281248e3eb912316323a02d358fc2be5dea3848')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:53
  Author: ibiru
Revision: 139226

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

Added:
  brasero/repos/extra-i686/PKGBUILD
(from rev 139207, brasero/repos/testing-i686/PKGBUILD)
  brasero/repos/extra-i686/brasero.install
(from rev 139207, brasero/repos/testing-i686/brasero.install)
Deleted:
  brasero/repos/extra-i686/PKGBUILD
  brasero/repos/extra-i686/brasero.install
  brasero/repos/testing-i686/

-+
 PKGBUILD|   75 +++---
 brasero.install |   28 ++--
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:51 UTC (rev 139225)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:53 UTC (rev 139226)
@@ -1,37 +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.0.0
-pkgrel=1
-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' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 
'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  
'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm')
-makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf')
-optdepends=('libburn: alternative back-end'
-'libisofs: libburn back-end'
-'dvdauthor: video project'
-'gstreamer0.10-bad-plugins: 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.bz2)
-sha256sums=('aff1e900d6c68096e43a80443c8c367374fb980986d2f823d229606605a410e3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-caches \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: brasero/repos/extra-i686/PKGBUILD (from rev 139207, 
brasero/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:53 UTC (rev 139226)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.2.0
+pkgrel=1
+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' 'gstreamer0.10-base-plugins' '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')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'gstreamer0.10-bad-plugins: 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)
+sha256sums=('2e34309caefa9b2ca179e11c4501c5bfd2bcd5b8ed20bd959a249e034f54455c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/brasero.install
===
--- extra-i686/brasero.install  2011-10-01 18:55:51 UTC (rev 139225)
+++ extra-i686/brasero.install  2011-10-01 18:55:53 UTC (rev 139226)
@@ -1,14 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: brasero/repos/extra-i686/brasero.install (from rev 139207, 
brasero/repos/testing-i686/brasero.install)
===
--- extra-i686/brasero.install  (rev 0)
+++ extra-i686/brasero.install  2011-10-01 18:55:53 UTC (rev 139226)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:55
  Author: ibiru
Revision: 139227

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

Added:
  brasero/repos/extra-x86_64/PKGBUILD
(from rev 139207, brasero/repos/testing-x86_64/PKGBUILD)
  brasero/repos/extra-x86_64/brasero.install
(from rev 139207, brasero/repos/testing-x86_64/brasero.install)
Deleted:
  brasero/repos/extra-x86_64/PKGBUILD
  brasero/repos/extra-x86_64/brasero.install
  brasero/repos/testing-x86_64/

-+
 PKGBUILD|   75 +++---
 brasero.install |   28 ++--
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:55:53 UTC (rev 139226)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:55 UTC (rev 139227)
@@ -1,37 +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.0.0
-pkgrel=1
-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' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 
'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  
'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm')
-makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf')
-optdepends=('libburn: alternative back-end'
-'libisofs: libburn back-end'
-'dvdauthor: video project'
-'gstreamer0.10-bad-plugins: 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.bz2)
-sha256sums=('aff1e900d6c68096e43a80443c8c367374fb980986d2f823d229606605a410e3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-caches \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: brasero/repos/extra-x86_64/PKGBUILD (from rev 139207, 
brasero/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:55 UTC (rev 139227)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.2.0
+pkgrel=1
+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' 'gstreamer0.10-base-plugins' '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')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'gstreamer0.10-bad-plugins: 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)
+sha256sums=('2e34309caefa9b2ca179e11c4501c5bfd2bcd5b8ed20bd959a249e034f54455c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/brasero.install
===
--- extra-x86_64/brasero.install2011-10-01 18:55:53 UTC (rev 139226)
+++ extra-x86_64/brasero.install2011-10-01 18:55:55 UTC (rev 139227)
@@ -1,14 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: brasero/repos/extra-x86_64/brasero.install (from rev 139207, 
brasero/repos/testing-x86_64/brasero.install)
===
--- extra-x86_64/brasero.install(rev 0)
+++ extra-x86_64/brasero.install2011-10-01 18:55:55 UTC (rev 139227)
@@ -0,0 +1,14 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:56
  Author: ibiru
Revision: 139228

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

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

-+
 PKGBUILD|   36 
 caribou.install |   13 +
 2 files changed, 49 insertions(+)

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 139207, 
caribou/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:56 UTC (rev 139228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.0
+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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 
'libgee' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'clutter')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d9aeab26956371e9a8e807e2554be5ca08e32f6a27632598065cf2e85e66d16')
+
+build() {
+  cd $srcdir/$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 $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/caribou.install (from rev 139207, 
caribou/repos/testing-i686/caribou.install)
===
--- extra-i686/caribou.install  (rev 0)
+++ extra-i686/caribou.install  2011-10-01 18:55:56 UTC (rev 139228)
@@ -0,0 +1,13 @@
+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
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:55:57
  Author: ibiru
Revision: 139229

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

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

-+
 PKGBUILD|   36 
 caribou.install |   13 +
 2 files changed, 49 insertions(+)

Copied: caribou/repos/extra-x86_64/PKGBUILD (from rev 139207, 
caribou/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:55:57 UTC (rev 139229)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.0
+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=('pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 'libxklavier' 
'libgee' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'clutter')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d9aeab26956371e9a8e807e2554be5ca08e32f6a27632598065cf2e85e66d16')
+
+build() {
+  cd $srcdir/$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 $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-x86_64/caribou.install (from rev 139207, 
caribou/repos/testing-x86_64/caribou.install)
===
--- extra-x86_64/caribou.install(rev 0)
+++ extra-x86_64/caribou.install2011-10-01 18:55:57 UTC (rev 139229)
@@ -0,0 +1,13 @@
+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
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:00
  Author: ibiru
Revision: 139230

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

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

+
 PKGBUILD   |   64 +++
 cheese.install |   40 +-
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:55:57 UTC (rev 139229)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:00 UTC (rev 139230)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.0.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=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
- 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
-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.bz2)
-sha256sums=('e691243f8bf08c7dd6437bb6862e39f2d4ccc612a78bd8f2235c1f116f790d21')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 139207, 
cheese/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:00 UTC (rev 139230)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.0
+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=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+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=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2011-10-01 18:55:57 UTC (rev 139229)
+++ extra-i686/cheese.install   2011-10-01 18:56:00 UTC (rev 139230)
@@ -1,20 +0,0 @@
-pkgname=cheese
-
-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
-   usr/sbin/gconfpkg --uninstall $pkgname
-   fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 139207, 
cheese/repos/testing-i686/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2011-10-01 18:56:00 UTC (rev 139230)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+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
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:02
  Author: ibiru
Revision: 139231

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

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

+
 PKGBUILD   |   64 +++
 cheese.install |   40 +-
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:00 UTC (rev 139230)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:02 UTC (rev 139231)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.0.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=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
- 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
-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.bz2)
-sha256sums=('e691243f8bf08c7dd6437bb6862e39f2d4ccc612a78bd8f2235c1f116f790d21')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: cheese/repos/extra-x86_64/PKGBUILD (from rev 139207, 
cheese/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:02 UTC (rev 139231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.0
+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=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+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=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/cheese.install
===
--- extra-x86_64/cheese.install 2011-10-01 18:56:00 UTC (rev 139230)
+++ extra-x86_64/cheese.install 2011-10-01 18:56:02 UTC (rev 139231)
@@ -1,20 +0,0 @@
-pkgname=cheese
-
-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
-   usr/sbin/gconfpkg --uninstall $pkgname
-   fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cheese/repos/extra-x86_64/cheese.install (from rev 139207, 
cheese/repos/testing-x86_64/cheese.install)
===
--- extra-x86_64/cheese.install (rev 0)
+++ extra-x86_64/cheese.install 2011-10-01 18:56:02 UTC (rev 139231)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+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
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:05
  Author: ibiru
Revision: 139232

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:02 UTC (rev 139231)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:05 UTC (rev 139232)
@@ -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.6.16
-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=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: clutter/repos/extra-i686/PKGBUILD (from rev 139207, 
clutter/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:05 UTC (rev 139232)
@@ -0,0 +1,28 @@
+# $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.8.0
+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=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c8bd379154d40400b19932934dfa05e8a02057bbff2455f09afda7aa6c4b5ef8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:07
  Author: ibiru
Revision: 139233

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:05 UTC (rev 139232)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:07 UTC (rev 139233)
@@ -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.6.16
-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=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 139207, 
clutter/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:07 UTC (rev 139233)
@@ -0,0 +1,28 @@
+# $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.8.0
+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=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c8bd379154d40400b19932934dfa05e8a02057bbff2455f09afda7aa6c4b5ef8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:11
  Author: ibiru
Revision: 139234

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

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:07 UTC (rev 139233)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:11 UTC (rev 139234)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=clutter-gtk
-pkgver=1.0.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' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('044e46b4b36e71bd05f677639bbc5f8c6debd655e2ce69a8d937ed1b4e79d192')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: clutter-gtk/repos/extra-i686/PKGBUILD (from rev 139207, 
clutter-gtk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:11 UTC (rev 139234)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.0.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' 'gtk-doc')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0741fd2feb7d065dd5949a0b47f9cd740272c1428ca93431dea677acb6de464e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:12
  Author: ibiru
Revision: 139235

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

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:11 UTC (rev 139234)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:12 UTC (rev 139235)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=clutter-gtk
-pkgver=1.0.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' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('044e46b4b36e71bd05f677639bbc5f8c6debd655e2ce69a8d937ed1b4e79d192')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: clutter-gtk/repos/extra-x86_64/PKGBUILD (from rev 139207, 
clutter-gtk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:12 UTC (rev 139235)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.0.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' 'gtk-doc')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0741fd2feb7d065dd5949a0b47f9cd740272c1428ca93431dea677acb6de464e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in cogl/repos (extra-i686 extra-i686/PKGBUILD testing-i686)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:13
  Author: ibiru
Revision: 139236

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

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

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

Copied: cogl/repos/extra-i686/PKGBUILD (from rev 139207, 
cogl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:13 UTC (rev 139236)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.8.0
+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)
+source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:15
  Author: ibiru
Revision: 139237

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

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

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

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 139207, 
cogl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:15 UTC (rev 139237)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.8.0
+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)
+source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in colord/repos (extra-i686 extra-i686/PKGBUILD testing-i686)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:16
  Author: ibiru
Revision: 139238

db-move: moved colord from [testing] to [extra] (i686)

Added:
  colord/repos/extra-i686/
  colord/repos/extra-i686/PKGBUILD
(from rev 139207, colord/repos/testing-i686/PKGBUILD)
Deleted:
  colord/repos/testing-i686/

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

Copied: colord/repos/extra-i686/PKGBUILD (from rev 139207, 
colord/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:16 UTC (rev 139238)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=colord
+pkgver=0.1.12
+pkgrel=2
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord/;
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static --enable-sane
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:18
  Author: ibiru
Revision: 139239

db-move: moved colord from [testing] to [extra] (x86_64)

Added:
  colord/repos/extra-x86_64/
  colord/repos/extra-x86_64/PKGBUILD
(from rev 139207, colord/repos/testing-x86_64/PKGBUILD)
Deleted:
  colord/repos/testing-x86_64/

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

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 139207, 
colord/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:18 UTC (rev 139239)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=colord
+pkgver=0.1.12
+pkgrel=2
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord/;
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static --enable-sane
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:22
  Author: ibiru
Revision: 139240

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

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

---+
 PKGBUILD  |   61 
 dconf.install |   24 +++---
 2 files changed, 43 insertions(+), 42 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:18 UTC (rev 139239)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:22 UTC (rev 139240)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=dconf
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=A low-level configuration system.
-arch=(i686 x86_64)
-url=http://live.gnome.org/dconf;
-license=('LGPL2.1')
-depends=('glib2')
-makedepends=('vala' 'gobject-introspection' 'gtk3')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('05111e973c365696759dd1b37e3f5acc877eff24dd2e4036d742aac5da5dda3b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-i686/PKGBUILD (from rev 139207, 
dconf/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:22 UTC (rev 139240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=dconf
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf.install
===
--- extra-i686/dconf.install2011-10-01 18:56:18 UTC (rev 139239)
+++ extra-i686/dconf.install2011-10-01 18:56:22 UTC (rev 139240)
@@ -1,12 +0,0 @@
-post_install() {
-usr/bin/gio-querymodules usr/lib/gio/modules
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: dconf/repos/extra-i686/dconf.install (from rev 139207, 
dconf/repos/testing-i686/dconf.install)
===
--- extra-i686/dconf.install(rev 0)
+++ extra-i686/dconf.install2011-10-01 18:56:22 UTC (rev 139240)
@@ -0,0 +1,12 @@
+post_install() {
+usr/bin/gio-querymodules usr/lib/gio/modules
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:24
  Author: ibiru
Revision: 139241

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

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

---+
 PKGBUILD  |   61 
 dconf.install |   24 +++---
 2 files changed, 43 insertions(+), 42 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:22 UTC (rev 139240)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:24 UTC (rev 139241)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=dconf
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=A low-level configuration system.
-arch=(i686 x86_64)
-url=http://live.gnome.org/dconf;
-license=('LGPL2.1')
-depends=('glib2')
-makedepends=('vala' 'gobject-introspection' 'gtk3')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('05111e973c365696759dd1b37e3f5acc877eff24dd2e4036d742aac5da5dda3b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-x86_64/PKGBUILD (from rev 139207, 
dconf/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:24 UTC (rev 139241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=dconf
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/dconf.install
===
--- extra-x86_64/dconf.install  2011-10-01 18:56:22 UTC (rev 139240)
+++ extra-x86_64/dconf.install  2011-10-01 18:56:24 UTC (rev 139241)
@@ -1,12 +0,0 @@
-post_install() {
-usr/bin/gio-querymodules usr/lib/gio/modules
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: dconf/repos/extra-x86_64/dconf.install (from rev 139207, 
dconf/repos/testing-x86_64/dconf.install)
===
--- extra-x86_64/dconf.install  (rev 0)
+++ extra-x86_64/dconf.install  2011-10-01 18:56:24 UTC (rev 139241)
@@ -0,0 +1,12 @@
+post_install() {
+usr/bin/gio-querymodules usr/lib/gio/modules
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:26
  Author: ibiru
Revision: 139242

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

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

-+
 PKGBUILD|   66 +++---
 devhelp.install |   44 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:24 UTC (rev 139241)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:26 UTC (rev 139242)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-url=http://live.gnome.org/devhelp/;
-depends=('gconf' 'libwebkit3' '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.bz2)
-sha256sums=('e07094824bb655d8f2c2caa471aa97d2e0d705090d8b269bacc978cdc57e4a8d')
-
-build() {
-  cd ${srcdir}/devhelp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/devhelp-${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 139207, 
devhelp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:26 UTC (rev 139242)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/devhelp/;
+depends=('gconf' 'libwebkit3' '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=('974b4418036fa9a63a8f275257ed9ec1b7cae61a97e8e001e56e460c8a8e310e')
+
+build() {
+  cd ${srcdir}/devhelp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/devhelp-${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
+}

Deleted: extra-i686/devhelp.install
===
--- extra-i686/devhelp.install  2011-10-01 18:56:24 UTC (rev 139241)
+++ extra-i686/devhelp.install  2011-10-01 18:56:26 UTC (rev 139242)
@@ -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 139207, 
devhelp/repos/testing-i686/devhelp.install)
===
--- extra-i686/devhelp.install  (rev 0)
+++ extra-i686/devhelp.install  2011-10-01 18:56:26 UTC (rev 139242)
@@ -0,0 +1,22 @@
+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
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:27
  Author: ibiru
Revision: 139243

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

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

-+
 PKGBUILD|   66 +++---
 devhelp.install |   44 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:26 UTC (rev 139242)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:27 UTC (rev 139243)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-url=http://live.gnome.org/devhelp/;
-depends=('gconf' 'libwebkit3' '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.bz2)
-sha256sums=('e07094824bb655d8f2c2caa471aa97d2e0d705090d8b269bacc978cdc57e4a8d')
-
-build() {
-  cd ${srcdir}/devhelp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/devhelp-${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-x86_64/PKGBUILD (from rev 139207, 
devhelp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:27 UTC (rev 139243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/devhelp/;
+depends=('gconf' 'libwebkit3' '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=('974b4418036fa9a63a8f275257ed9ec1b7cae61a97e8e001e56e460c8a8e310e')
+
+build() {
+  cd ${srcdir}/devhelp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/devhelp-${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
+}

Deleted: extra-x86_64/devhelp.install
===
--- extra-x86_64/devhelp.install2011-10-01 18:56:26 UTC (rev 139242)
+++ extra-x86_64/devhelp.install2011-10-01 18:56:27 UTC (rev 139243)
@@ -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-x86_64/devhelp.install (from rev 139207, 
devhelp/repos/testing-x86_64/devhelp.install)
===
--- extra-x86_64/devhelp.install(rev 0)
+++ extra-x86_64/devhelp.install2011-10-01 18:56:27 UTC (rev 139243)
@@ -0,0 +1,22 @@
+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
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:29
  Author: ibiru
Revision: 139244

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

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

-+
 PKGBUILD|   79 +++---
 empathy.install |   34 ---
 2 files changed, 58 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:27 UTC (rev 139243)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:29 UTC (rev 139244)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=empathy
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('telepathy-glib' 'telepathy-mission-control' 'folks' 
'telepathy-logger' 'telepathy-farsight' 'gnome-keyring' 'gnutls' 
'evolution-data-server'
- 'libcanberra' 'libnotify' 'enchant' 'iso-codes' 'libwebkit3' 'dconf' 
'ca-certificates')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gnome-control-center')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-butterfly: MSN support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8074f6ce951fb95b1e13c546497e22d487bca9a87d88f1ebb903cdd2fd48bdc2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-scrollkeeper \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 139207, 
empathy/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:29 UTC (rev 139244)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.0
+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=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0c55d8603ab2f1a4e998dc06bf8a6e48bdb6b02e373ac0d009b3f218fdec9633')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2011-10-01 18:56:27 UTC (rev 139243)
+++ extra-i686/empathy.install  2011-10-01 18:56:29 UTC (rev 139244)
@@ -1,16 +0,0 @@
-post_install() {
-usr/bin/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 one Telepathy connection 
manager.
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: empathy/repos/extra-i686/empathy.install (from rev 139207, 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:30
  Author: ibiru
Revision: 139245

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

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

-+
 PKGBUILD|   79 +++---
 empathy.install |   34 ---
 2 files changed, 58 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:29 UTC (rev 139244)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:30 UTC (rev 139245)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=empathy
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('telepathy-glib' 'telepathy-mission-control' 'folks' 
'telepathy-logger' 'telepathy-farsight' 'gnome-keyring' 'gnutls' 
'evolution-data-server'
- 'libcanberra' 'libnotify' 'enchant' 'iso-codes' 'libwebkit3' 'dconf' 
'ca-certificates')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gnome-control-center')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-butterfly: MSN support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8074f6ce951fb95b1e13c546497e22d487bca9a87d88f1ebb903cdd2fd48bdc2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-scrollkeeper \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: empathy/repos/extra-x86_64/PKGBUILD (from rev 139207, 
empathy/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:30 UTC (rev 139245)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.0
+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=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0c55d8603ab2f1a4e998dc06bf8a6e48bdb6b02e373ac0d009b3f218fdec9633')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/empathy.install
===
--- extra-x86_64/empathy.install2011-10-01 18:56:29 UTC (rev 139244)
+++ extra-x86_64/empathy.install2011-10-01 18:56:30 UTC (rev 139245)
@@ -1,16 +0,0 @@
-post_install() {
-usr/bin/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 one Telepathy connection 
manager.
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}


[arch-commits] Commit in eog/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:32
  Author: ibiru
Revision: 139246

db-move: moved eog from [testing] to [extra] (i686)

Added:
  eog/repos/extra-i686/PKGBUILD
(from rev 139207, eog/repos/testing-i686/PKGBUILD)
  eog/repos/extra-i686/eog.install
(from rev 139207, eog/repos/testing-i686/eog.install)
Deleted:
  eog/repos/extra-i686/PKGBUILD
  eog/repos/extra-i686/eog.install
  eog/repos/testing-i686/

-+
 PKGBUILD|   65 --
 eog.install |   38 -
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:30 UTC (rev 139245)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:32 UTC (rev 139246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'libexif' 'lcms' 'desktop-file-utils' 'exempi'
- 'dbus-glib' 'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
-makedepends=('gtk-doc' 'intltool')
-install=eog.install
-groups=('gnome-extra')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('96fa5af97baba0bce8dec376d7cd49512768505f473b11b2cf61881f6be8cb60')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove it from Xfce menu that ships its own thingy
-  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 139207, 
eog/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:32 UTC (rev 139246)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('79184d0cf420d4b8c1d1de92c30f1d95afc7cd686876e07b20cb82a2ec20d8e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2011-10-01 18:56:30 UTC (rev 139245)
+++ extra-i686/eog.install  2011-10-01 18:56:32 UTC (rev 139246)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall eog
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-i686/eog.install (from rev 139207, 
eog/repos/testing-i686/eog.install)
===
--- extra-i686/eog.install  (rev 0)
+++ extra-i686/eog.install  2011-10-01 18:56:32 UTC (rev 139246)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in eog/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:34
  Author: ibiru
Revision: 139247

db-move: moved eog from [testing] to [extra] (x86_64)

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 139207, eog/repos/testing-x86_64/PKGBUILD)
  eog/repos/extra-x86_64/eog.install
(from rev 139207, eog/repos/testing-x86_64/eog.install)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD
  eog/repos/extra-x86_64/eog.install
  eog/repos/testing-x86_64/

-+
 PKGBUILD|   65 --
 eog.install |   38 -
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:32 UTC (rev 139246)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:34 UTC (rev 139247)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'libexif' 'lcms' 'desktop-file-utils' 'exempi'
- 'dbus-glib' 'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
-makedepends=('gtk-doc' 'intltool')
-install=eog.install
-groups=('gnome-extra')
-options=('!emptydirs' '!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('96fa5af97baba0bce8dec376d7cd49512768505f473b11b2cf61881f6be8cb60')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove it from Xfce menu that ships its own thingy
-  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 139207, 
eog/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:34 UTC (rev 139247)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('79184d0cf420d4b8c1d1de92c30f1d95afc7cd686876e07b20cb82a2ec20d8e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Deleted: extra-x86_64/eog.install
===
--- extra-x86_64/eog.install2011-10-01 18:56:32 UTC (rev 139246)
+++ extra-x86_64/eog.install2011-10-01 18:56:34 UTC (rev 139247)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall eog
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-x86_64/eog.install (from rev 139207, 
eog/repos/testing-x86_64/eog.install)
===
--- extra-x86_64/eog.install(rev 0)
+++ extra-x86_64/eog.install2011-10-01 18:56:34 UTC (rev 139247)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in eog-plugins/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:35
  Author: ibiru
Revision: 139248

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

Added:
  eog-plugins/repos/extra-i686/PKGBUILD
(from rev 139207, eog-plugins/repos/testing-i686/PKGBUILD)
  eog-plugins/repos/extra-i686/eog-plugins.install
(from rev 139207, eog-plugins/repos/testing-i686/eog-plugins.install)
Deleted:
  eog-plugins/repos/extra-i686/PKGBUILD
  eog-plugins/repos/extra-i686/eog-plugins.install
  eog-plugins/repos/testing-i686/

-+
 PKGBUILD|   60 +-
 eog-plugins.install |   22 +-
 2 files changed, 42 insertions(+), 40 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:34 UTC (rev 139247)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:35 UTC (rev 139248)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=eog-plugins
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=Plugins for Eye of Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL2')
-depends=('eog' 'libpeas' 'libchamplain' 'libexif')
-makedepends=('intltool')
-install=eog-plugins.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('87cced9baf3c8ba84dcad95d774686694f5cb140a187a7bad3891bc50bc4c7bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/extra-i686/PKGBUILD (from rev 139207, 
eog-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:35 UTC (rev 139248)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL2')
+depends=('eog' 'libpeas' 'libchamplain' 'libexif' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('49a78e862a1967733b439ca4a4cde42084e8d4b1947c4a5ddb1b3581bec64dc0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2011-10-01 18:56:34 UTC (rev 139247)
+++ extra-i686/eog-plugins.install  2011-10-01 18:56:35 UTC (rev 139248)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 139207, 
eog-plugins/repos/testing-i686/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2011-10-01 18:56:35 UTC (rev 139248)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in eog-plugins/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:37
  Author: ibiru
Revision: 139249

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

Added:
  eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 139207, eog-plugins/repos/testing-x86_64/PKGBUILD)
  eog-plugins/repos/extra-x86_64/eog-plugins.install
(from rev 139207, eog-plugins/repos/testing-x86_64/eog-plugins.install)
Deleted:
  eog-plugins/repos/extra-x86_64/PKGBUILD
  eog-plugins/repos/extra-x86_64/eog-plugins.install
  eog-plugins/repos/testing-x86_64/

-+
 PKGBUILD|   60 +-
 eog-plugins.install |   22 +-
 2 files changed, 42 insertions(+), 40 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:35 UTC (rev 139248)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:37 UTC (rev 139249)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=eog-plugins
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=Plugins for Eye of Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL2')
-depends=('eog' 'libpeas' 'libchamplain' 'libexif')
-makedepends=('intltool')
-install=eog-plugins.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('87cced9baf3c8ba84dcad95d774686694f5cb140a187a7bad3891bc50bc4c7bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/extra-x86_64/PKGBUILD (from rev 139207, 
eog-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:37 UTC (rev 139249)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL2')
+depends=('eog' 'libpeas' 'libchamplain' 'libexif' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('49a78e862a1967733b439ca4a4cde42084e8d4b1947c4a5ddb1b3581bec64dc0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/eog-plugins.install
===
--- extra-x86_64/eog-plugins.install2011-10-01 18:56:35 UTC (rev 139248)
+++ extra-x86_64/eog-plugins.install2011-10-01 18:56:37 UTC (rev 139249)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog-plugins/repos/extra-x86_64/eog-plugins.install (from rev 139207, 
eog-plugins/repos/testing-x86_64/eog-plugins.install)
===
--- extra-x86_64/eog-plugins.install(rev 0)
+++ extra-x86_64/eog-plugins.install2011-10-01 18:56:37 UTC (rev 139249)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:38
  Author: ibiru
Revision: 139250

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

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

--+
 PKGBUILD |   69 ++---
 epiphany.install |   40 +++---
 2 files changed, 55 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:37 UTC (rev 139249)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:38 UTC (rev 139250)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=epiphany
-pkgver=3.0.4
-pkgrel=1
-install=epiphany.install
-pkgdesc=A GNOME3 web browser based on the WebKit rendering engine.
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'gsettings-desktop-schemas' 'libwebkit3' 'nss'
- 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
- 'hicolor-icon-theme' 'seed')
-makedepends=('intltool' 'networkmanager' '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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3cfc25c4c939e3df960c28e6c27e7e78645e1121d8634ecbd307672df1f37333')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper \
-  --enable-network-manager \
-  --enable-seed
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 139207, 
epiphany/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:38 UTC (rev 139250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.2.0
+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' 'libwebkit3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'seed')
+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%.*}/${pkgname}-${pkgver}.tar.xz
+   
fix_crash::http://git.gnome.org/browse/epiphany/patch/?id=1cb7fb1109aecedd224d03fda202165adf3423a7)
+sha256sums=('e5402cb8b52d3de5c09feb01bbf28a1bd3c20f260a2e0956c9d132f41040e5d2'
+'ef1423bfaea72c44bd1bc1cc49d06e98dab89235fab2ad5dcd89d87b4d62cb4f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix_crash
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/epiphany.install
===
--- extra-i686/epiphany.install 2011-10-01 18:56:37 UTC (rev 139249)
+++ extra-i686/epiphany.install 2011-10-01 18:56:38 UTC (rev 139250)
@@ -1,20 +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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
-usr/sbin/gconfpkg --uninstall epiphany
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epiphany/repos/extra-i686/epiphany.install (from rev 139207, 
epiphany/repos/testing-i686/epiphany.install)
===
--- extra-i686/epiphany.install (rev 0)
+++ extra-i686/epiphany.install 2011-10-01 18:56:38 UTC (rev 139250)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:40
  Author: ibiru
Revision: 139251

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

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

--+
 PKGBUILD |   69 ++---
 epiphany.install |   40 +++---
 2 files changed, 55 insertions(+), 54 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:38 UTC (rev 139250)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:40 UTC (rev 139251)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=epiphany
-pkgver=3.0.4
-pkgrel=1
-install=epiphany.install
-pkgdesc=A GNOME3 web browser based on the WebKit rendering engine.
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'gsettings-desktop-schemas' 'libwebkit3' 'nss'
- 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
- 'hicolor-icon-theme' 'seed')
-makedepends=('intltool' 'networkmanager' '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%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3cfc25c4c939e3df960c28e6c27e7e78645e1121d8634ecbd307672df1f37333')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper \
-  --enable-network-manager \
-  --enable-seed
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 139207, 
epiphany/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:40 UTC (rev 139251)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.2.0
+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' 'libwebkit3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'seed')
+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%.*}/${pkgname}-${pkgver}.tar.xz
+   
fix_crash::http://git.gnome.org/browse/epiphany/patch/?id=1cb7fb1109aecedd224d03fda202165adf3423a7)
+sha256sums=('e5402cb8b52d3de5c09feb01bbf28a1bd3c20f260a2e0956c9d132f41040e5d2'
+'ef1423bfaea72c44bd1bc1cc49d06e98dab89235fab2ad5dcd89d87b4d62cb4f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix_crash
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/epiphany.install
===
--- extra-x86_64/epiphany.install   2011-10-01 18:56:38 UTC (rev 139250)
+++ extra-x86_64/epiphany.install   2011-10-01 18:56:40 UTC (rev 139251)
@@ -1,20 +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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
-usr/sbin/gconfpkg --uninstall epiphany
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epiphany/repos/extra-x86_64/epiphany.install (from rev 139207, 
epiphany/repos/testing-x86_64/epiphany.install)
===
--- extra-x86_64/epiphany.install   (rev 0)
+++ extra-x86_64/epiphany.install   2011-10-01 18:56:40 UTC (rev 139251)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:41
  Author: ibiru
Revision: 139252

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

Added:
  evince/repos/extra-i686/PKGBUILD
(from rev 139207, evince/repos/testing-i686/PKGBUILD)
  evince/repos/extra-i686/evince.install
(from rev 139207, evince/repos/testing-i686/evince.install)
Deleted:
  evince/repos/extra-i686/PKGBUILD
  evince/repos/extra-i686/evince.install
  evince/repos/extra-i686/introspection-fix.patch
  evince/repos/testing-i686/

-+
 PKGBUILD|   80 +-
 evince.install  |   38 ++---
 introspection-fix.patch |   11 --
 3 files changed, 56 insertions(+), 73 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:40 UTC (rev 139251)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:41 UTC (rev 139252)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evince
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://projects.gnome.org/evince/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme'
- 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
-optdepends=('texlive-bin: DVI support')
-groups=('gnome-extra')
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-introspection-fix.patch)
-sha256sums=('03abb74620caaa255f2d1369b684bbf8f62e15a4bf2d9f2a45f58e1789295a97'
-'897b8c77c5cda31f4f8d860cd6a7ad8ad986dbf3cf26b56acf054cc650e94be1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/introspection-fix.patch
-  autoreconf -fi
-
-  ./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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 139207, 
evince/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:41 UTC (rev 139252)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme'
+ 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a9bc17e7f99489354cc66ffede68466ea0a9c52664b18198291c3a40d0150235')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/evince.install
===
--- extra-i686/evince.install   2011-10-01 18:56:40 UTC (rev 139251)
+++ extra-i686/evince.install   2011-10-01 18:56:41 UTC (rev 139252)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall evince
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-i686/evince.install (from rev 139207, 
evince/repos/testing-i686/evince.install)
===
--- extra-i686/evince.install 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:43
  Author: ibiru
Revision: 139253

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

Added:
  evince/repos/extra-x86_64/PKGBUILD
(from rev 139207, evince/repos/testing-x86_64/PKGBUILD)
  evince/repos/extra-x86_64/evince.install
(from rev 139207, evince/repos/testing-x86_64/evince.install)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD
  evince/repos/extra-x86_64/evince.install
  evince/repos/extra-x86_64/introspection-fix.patch
  evince/repos/testing-x86_64/

-+
 PKGBUILD|   80 +-
 evince.install  |   38 ++---
 introspection-fix.patch |   11 --
 3 files changed, 56 insertions(+), 73 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:41 UTC (rev 139252)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:43 UTC (rev 139253)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evince
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://projects.gnome.org/evince/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme'
- 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
-optdepends=('texlive-bin: DVI support')
-groups=('gnome-extra')
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-introspection-fix.patch)
-sha256sums=('03abb74620caaa255f2d1369b684bbf8f62e15a4bf2d9f2a45f58e1789295a97'
-'897b8c77c5cda31f4f8d860cd6a7ad8ad986dbf3cf26b56acf054cc650e94be1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/introspection-fix.patch
-  autoreconf -fi
-
-  ./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 ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 139207, 
evince/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:43 UTC (rev 139253)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme'
+ 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a9bc17e7f99489354cc66ffede68466ea0a9c52664b18198291c3a40d0150235')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/evince.install
===
--- extra-x86_64/evince.install 2011-10-01 18:56:41 UTC (rev 139252)
+++ extra-x86_64/evince.install 2011-10-01 18:56:43 UTC (rev 139253)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall evince
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-x86_64/evince.install (from rev 139207, 
evince/repos/testing-x86_64/evince.install)

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:44
  Author: ibiru
Revision: 139254

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 139207, evolution/repos/testing-i686/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 139207, evolution/repos/testing-i686/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/testing-i686/

---+
 PKGBUILD  |   90 ++--
 evolution.install |   48 +--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:43 UTC (rev 139253)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:44 UTC (rev 139254)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libsm' 'gstreamer0.10' 'libunique3' 'libnotify' 'libpst' 'libytnef'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('37fadcd459b74960fccf805f627ff869e315367690af8809ce956ec7e23294f7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 139207, 
evolution/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:44 UTC (rev 139254)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('538883531aa64bec1b43c73db9cf1b59573d10adc4d8dca6401e4bffa90f246d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  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
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution.install
===
--- extra-i686/evolution.install

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:46
  Author: ibiru
Revision: 139255

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

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 139207, evolution/repos/testing-x86_64/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 139207, evolution/repos/testing-x86_64/evolution.install)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install
  evolution/repos/testing-x86_64/

---+
 PKGBUILD  |   90 ++--
 evolution.install |   48 +--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:44 UTC (rev 139254)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:46 UTC (rev 139255)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Integrated Workgroup and Personal Information Management for Gnome
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libsm' 'gstreamer0.10' 'libunique3' 'libnotify' 'libpst' 'libytnef'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('37fadcd459b74960fccf805f627ff869e315367690af8809ce956ec7e23294f7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 139207, 
evolution/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:46 UTC (rev 139255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('538883531aa64bec1b43c73db9cf1b59573d10adc4d8dca6401e4bffa90f246d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  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
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-x86_64/evolution.install

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:47
  Author: ibiru
Revision: 139256

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 139207, evolution-data-server/repos/testing-i686/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:46 UTC (rev 139255)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:47 UTC (rev 139256)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Central location for addressbook and calendar storage in the GNOME 
Desktop
-arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 139207, 
evolution-data-server/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:47 UTC (rev 139256)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('de2a75e5256143ed7eb273a78a45ff2ba8af81c894dbf17c5dade5be349fc427')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:49
  Author: ibiru
Revision: 139257

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

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 139207, evolution-data-server/repos/testing-x86_64/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:47 UTC (rev 139256)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:49 UTC (rev 139257)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Central location for addressbook and calendar storage in the GNOME 
Desktop
-arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 139207, 
evolution-data-server/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:49 UTC (rev 139257)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('de2a75e5256143ed7eb273a78a45ff2ba8af81c894dbf17c5dade5be349fc427')
+
+build() {
+  cd ${srcdir}/${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 ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in evolution-exchange/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:50
  Author: ibiru
Revision: 139258

db-move: moved evolution-exchange from [testing] to [extra] (i686)

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
(from rev 139207, evolution-exchange/repos/testing-i686/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
(from rev 139207, 
evolution-exchange/repos/testing-i686/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/testing-i686/

+
 PKGBUILD   |   66 +--
 evolution-exchange.install |   34 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:49 UTC (rev 139257)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:50 UTC (rev 139258)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-exchange
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Ximian Connector Exchange plugin for Evolution
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ximian.com;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 139207, 
evolution-exchange/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:50 UTC (rev 139258)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f61a5e5e5a51a6bc45c0df20d7a99a8c5361fac07eb9eadc15dd5329af1f1f29')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-exchange-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2011-10-01 18:56:49 UTC (rev 
139257)
+++ extra-i686/evolution-exchange.install   2011-10-01 18:56:50 UTC (rev 
139258)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 139207, evolution-exchange/repos/testing-i686/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchange.install   2011-10-01 18:56:50 UTC (rev 
139258)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



[arch-commits] Commit in evolution-exchange/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:51
  Author: ibiru
Revision: 139259

db-move: moved evolution-exchange from [testing] to [extra] (x86_64)

Added:
  evolution-exchange/repos/extra-x86_64/PKGBUILD
(from rev 139207, evolution-exchange/repos/testing-x86_64/PKGBUILD)
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
(from rev 139207, 
evolution-exchange/repos/testing-x86_64/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-x86_64/PKGBUILD
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
  evolution-exchange/repos/testing-x86_64/

+
 PKGBUILD   |   66 +--
 evolution-exchange.install |   34 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:50 UTC (rev 139258)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:51 UTC (rev 139259)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-exchange
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Ximian Connector Exchange plugin for Evolution
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ximian.com;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-x86_64/PKGBUILD (from rev 139207, 
evolution-exchange/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:51 UTC (rev 139259)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f61a5e5e5a51a6bc45c0df20d7a99a8c5361fac07eb9eadc15dd5329af1f1f29')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-exchange-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-x86_64/evolution-exchange.install
===
--- extra-x86_64/evolution-exchange.install 2011-10-01 18:56:50 UTC (rev 
139258)
+++ extra-x86_64/evolution-exchange.install 2011-10-01 18:56:51 UTC (rev 
139259)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-x86_64/evolution-exchange.install (from 
rev 139207, evolution-exchange/repos/testing-x86_64/evolution-exchange.install)
===
--- extra-x86_64/evolution-exchange.install (rev 0)
+++ extra-x86_64/evolution-exchange.install 2011-10-01 18:56:51 UTC (rev 
139259)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:53
  Author: ibiru
Revision: 139260

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

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

-+
 PKGBUILD|   76 +-
 file-roller.install |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:51 UTC (rev 139259)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:53 UTC (rev 139260)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Archive manipulator for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'unzip: unpacks .zip archives'
-'p7zip: 7zip compression utility'
-'xz: managing LZMA and XZ compressed files'
-'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%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a612f05c44f82328175ddca1b4a1da214d9c305797370b78435f490b250af3d1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-scrollkeeper --disable-schemas-compile
-  make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 139207, 
file-roller/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:53 UTC (rev 139260)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'unzip: unpacks .zip archives'
+'p7zip: 7zip compression utility'
+'xz: managing LZMA and XZ compressed files'
+'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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('00fc74269978b6e455fea97f22ba81b588bdf3e79548003b75f3328104b418b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/file-roller.install
===
--- extra-i686/file-roller.install  2011-10-01 18:56:51 UTC (rev 139259)
+++ extra-i686/file-roller.install  2011-10-01 18:56:53 UTC (rev 139260)
@@ -1,22 +0,0 @@
-pkgname=file-roller
-
-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
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-
-post_remove() {
-post_install $1
-}

Copied: file-roller/repos/extra-i686/file-roller.install (from rev 139207, 
file-roller/repos/testing-i686/file-roller.install)
===
--- extra-i686/file-roller.install  (rev 0)
+++ extra-i686/file-roller.install  2011-10-01 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:54
  Author: ibiru
Revision: 139261

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

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

-+
 PKGBUILD|   76 +-
 file-roller.install |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:53 UTC (rev 139260)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:54 UTC (rev 139261)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Archive manipulator for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'unzip: unpacks .zip archives'
-'p7zip: 7zip compression utility'
-'xz: managing LZMA and XZ compressed files'
-'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%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a612f05c44f82328175ddca1b4a1da214d9c305797370b78435f490b250af3d1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-scrollkeeper --disable-schemas-compile
-  make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 139207, 
file-roller/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:54 UTC (rev 139261)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'unzip: unpacks .zip archives'
+'p7zip: 7zip compression utility'
+'xz: managing LZMA and XZ compressed files'
+'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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('00fc74269978b6e455fea97f22ba81b588bdf3e79548003b75f3328104b418b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/file-roller.install
===
--- extra-x86_64/file-roller.install2011-10-01 18:56:53 UTC (rev 139260)
+++ extra-x86_64/file-roller.install2011-10-01 18:56:54 UTC (rev 139261)
@@ -1,22 +0,0 @@
-pkgname=file-roller
-
-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
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-
-post_remove() {
-post_install $1
-}

Copied: file-roller/repos/extra-x86_64/file-roller.install (from rev 139207, 
file-roller/repos/testing-x86_64/file-roller.install)
===
--- extra-x86_64/file-roller.install(rev 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:55
  Author: ibiru
Revision: 139262

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

Added:
  folks/repos/extra-i686/PKGBUILD
(from rev 139207, folks/repos/testing-i686/PKGBUILD)
Deleted:
  folks/repos/extra-i686/PKGBUILD
  folks/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:54 UTC (rev 139261)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:55 UTC (rev 139262)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=folks
-pkgver=0.4.3
-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')
-makedepends=('gobject-introspection' 'vala' 'intltool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 139207, 
folks/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:55 UTC (rev 139262)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.3.2
+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')
+makedepends=('gobject-introspection' 'vala' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e04d80e4bab12d85a254a22a6b5b8fab88d14d1c2f7b732e40299960c7c32414')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:56
  Author: ibiru
Revision: 139263

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

Added:
  folks/repos/extra-x86_64/PKGBUILD
(from rev 139207, folks/repos/testing-x86_64/PKGBUILD)
Deleted:
  folks/repos/extra-x86_64/PKGBUILD
  folks/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:55 UTC (rev 139262)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:56 UTC (rev 139263)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=folks
-pkgver=0.4.3
-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')
-makedepends=('gobject-introspection' 'vala' 'intltool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 139207, 
folks/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:56 UTC (rev 139263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.3.2
+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')
+makedepends=('gobject-introspection' 'vala' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e04d80e4bab12d85a254a22a6b5b8fab88d14d1c2f7b732e40299960c7c32414')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gcalctool/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:58
  Author: ibiru
Revision: 139264

db-move: moved gcalctool from [testing] to [extra] (i686)

Added:
  gcalctool/repos/extra-i686/PKGBUILD
(from rev 139207, gcalctool/repos/testing-i686/PKGBUILD)
  gcalctool/repos/extra-i686/gcalctool.install
(from rev 139207, gcalctool/repos/testing-i686/gcalctool.install)
Deleted:
  gcalctool/repos/extra-i686/PKGBUILD
  gcalctool/repos/extra-i686/gcalctool.install
  gcalctool/repos/testing-i686/

---+
 PKGBUILD  |   58 ++--
 gcalctool.install |   22 +--
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:56:56 UTC (rev 139263)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:58 UTC (rev 139264)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gcalctool
-pkgver=6.0.2
-pkgrel=1
-pkgdesc=GNOME Scientific calculator
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-groups=('gnome-extra')
-options=(!emptydirs)
-url=http://www.gnome.org;
-install=gcalctool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('63190fde1be5202ab43774785b5521d8f11592c6a9e125673028c5ac235c9316')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gcalctool/repos/extra-i686/PKGBUILD (from rev 139207, 
gcalctool/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:56:58 UTC (rev 139264)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gcalctool
+pkgver=6.2.0
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils')
+groups=('gnome-extra')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gcalctool.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ddc2efe25220e9341832304dfd9e5e2390a70bb6bd70d1afeb49da88023cdffb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gcalctool.install
===
--- extra-i686/gcalctool.install2011-10-01 18:56:56 UTC (rev 139263)
+++ extra-i686/gcalctool.install2011-10-01 18:56:58 UTC (rev 139264)
@@ -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: gcalctool/repos/extra-i686/gcalctool.install (from rev 139207, 
gcalctool/repos/testing-i686/gcalctool.install)
===
--- extra-i686/gcalctool.install(rev 0)
+++ extra-i686/gcalctool.install2011-10-01 18:56:58 UTC (rev 139264)
@@ -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 gcalctool/repos (5 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:56:59
  Author: ibiru
Revision: 139265

db-move: moved gcalctool from [testing] to [extra] (x86_64)

Added:
  gcalctool/repos/extra-x86_64/PKGBUILD
(from rev 139207, gcalctool/repos/testing-x86_64/PKGBUILD)
  gcalctool/repos/extra-x86_64/gcalctool.install
(from rev 139207, gcalctool/repos/testing-x86_64/gcalctool.install)
Deleted:
  gcalctool/repos/extra-x86_64/PKGBUILD
  gcalctool/repos/extra-x86_64/gcalctool.install
  gcalctool/repos/testing-x86_64/

---+
 PKGBUILD  |   58 ++--
 gcalctool.install |   22 +--
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:56:58 UTC (rev 139264)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:59 UTC (rev 139265)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gcalctool
-pkgver=6.0.2
-pkgrel=1
-pkgdesc=GNOME Scientific calculator
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-groups=('gnome-extra')
-options=(!emptydirs)
-url=http://www.gnome.org;
-install=gcalctool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('63190fde1be5202ab43774785b5521d8f11592c6a9e125673028c5ac235c9316')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gcalctool/repos/extra-x86_64/PKGBUILD (from rev 139207, 
gcalctool/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:56:59 UTC (rev 139265)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gcalctool
+pkgver=6.2.0
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils')
+groups=('gnome-extra')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gcalctool.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ddc2efe25220e9341832304dfd9e5e2390a70bb6bd70d1afeb49da88023cdffb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/gcalctool.install
===
--- extra-x86_64/gcalctool.install  2011-10-01 18:56:58 UTC (rev 139264)
+++ extra-x86_64/gcalctool.install  2011-10-01 18:56:59 UTC (rev 139265)
@@ -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: gcalctool/repos/extra-x86_64/gcalctool.install (from rev 139207, 
gcalctool/repos/testing-x86_64/gcalctool.install)
===
--- extra-x86_64/gcalctool.install  (rev 0)
+++ extra-x86_64/gcalctool.install  2011-10-01 18:56:59 UTC (rev 139265)
@@ -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 gconf/repos (13 files)

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:01
  Author: ibiru
Revision: 139266

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

Added:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
(from rev 139207, gconf/repos/testing-i686/01_xml-gettext-domain.patch)
  gconf/repos/extra-i686/PKGBUILD
(from rev 139207, gconf/repos/testing-i686/PKGBUILD)
  gconf/repos/extra-i686/gconf-merge-schema
(from rev 139207, gconf/repos/testing-i686/gconf-merge-schema)
  gconf/repos/extra-i686/gconf-reload.patch
(from rev 139207, gconf/repos/testing-i686/gconf-reload.patch)
  gconf/repos/extra-i686/gconf.install
(from rev 139207, gconf/repos/testing-i686/gconf.install)
  gconf/repos/extra-i686/gconfpkg
(from rev 139207, gconf/repos/testing-i686/gconfpkg)
Deleted:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
  gconf/repos/extra-i686/PKGBUILD
  gconf/repos/extra-i686/gconf-merge-schema
  gconf/repos/extra-i686/gconf-reload.patch
  gconf/repos/extra-i686/gconf.install
  gconf/repos/extra-i686/gconfpkg
  gconf/repos/testing-i686/

-+
 01_xml-gettext-domain.patch |  724 +-
 PKGBUILD|  101 ++---
 gconf-merge-schema  |   68 +--
 gconf-reload.patch  |   40 +-
 gconf.install   |   40 +-
 gconfpkg|  100 ++---
 6 files changed, 537 insertions(+), 536 deletions(-)

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


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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:03
  Author: ibiru
Revision: 139267

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

Added:
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
(from rev 139207, gconf/repos/testing-x86_64/01_xml-gettext-domain.patch)
  gconf/repos/extra-x86_64/PKGBUILD
(from rev 139207, gconf/repos/testing-x86_64/PKGBUILD)
  gconf/repos/extra-x86_64/gconf-merge-schema
(from rev 139207, gconf/repos/testing-x86_64/gconf-merge-schema)
  gconf/repos/extra-x86_64/gconf-reload.patch
(from rev 139207, gconf/repos/testing-x86_64/gconf-reload.patch)
  gconf/repos/extra-x86_64/gconf.install
(from rev 139207, gconf/repos/testing-x86_64/gconf.install)
  gconf/repos/extra-x86_64/gconfpkg
(from rev 139207, gconf/repos/testing-x86_64/gconfpkg)
Deleted:
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
  gconf/repos/extra-x86_64/PKGBUILD
  gconf/repos/extra-x86_64/gconf-merge-schema
  gconf/repos/extra-x86_64/gconf-reload.patch
  gconf/repos/extra-x86_64/gconf.install
  gconf/repos/extra-x86_64/gconfpkg
  gconf/repos/testing-x86_64/

-+
 01_xml-gettext-domain.patch |  724 +-
 PKGBUILD|  101 ++---
 gconf-merge-schema  |   68 +--
 gconf-reload.patch  |   40 +-
 gconf.install   |   40 +-
 gconfpkg|  100 ++---
 6 files changed, 537 insertions(+), 536 deletions(-)

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


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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:04
  Author: ibiru
Revision: 139268

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:57:03 UTC (rev 139267)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:04 UTC (rev 139268)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b4a0e7539a1133afca1b370818373fb8dcf29b50f12edbfaf6c1d5560977a308')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gdl/repos/extra-i686/PKGBUILD (from rev 139207, 
gdl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:04 UTC (rev 139268)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.1.5
+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=('b89a30a7df499f3ee74108bb28ac46a962dc5e94c4e50fe34c8f9cf1580db482')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:05
  Author: ibiru
Revision: 139269

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:57:04 UTC (rev 139268)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:05 UTC (rev 139269)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b4a0e7539a1133afca1b370818373fb8dcf29b50f12edbfaf6c1d5560977a308')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 139207, 
gdl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:05 UTC (rev 139269)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.1.5
+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=('b89a30a7df499f3ee74108bb28ac46a962dc5e94c4e50fe34c8f9cf1580db482')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:07
  Author: ibiru
Revision: 139270

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

Added:
  gdm/repos/extra-i686/PKGBUILD
(from rev 139207, gdm/repos/testing-i686/PKGBUILD)
  gdm/repos/extra-i686/fix_external_program_directories.patch
(from rev 139207, 
gdm/repos/testing-i686/fix_external_program_directories.patch)
  gdm/repos/extra-i686/gdm
(from rev 139207, gdm/repos/testing-i686/gdm)
  gdm/repos/extra-i686/gdm-autologin.pam
(from rev 139207, gdm/repos/testing-i686/gdm-autologin.pam)
  gdm/repos/extra-i686/gdm-fingerprint.pam
(from rev 139207, gdm/repos/testing-i686/gdm-fingerprint.pam)
  gdm/repos/extra-i686/gdm-password.pam
(from rev 139207, gdm/repos/testing-i686/gdm-password.pam)
  gdm/repos/extra-i686/gdm-smartcard.pam
(from rev 139207, gdm/repos/testing-i686/gdm-smartcard.pam)
  gdm/repos/extra-i686/gdm-vt-allocation-hack.patch
(from rev 139207, gdm/repos/testing-i686/gdm-vt-allocation-hack.patch)
  gdm/repos/extra-i686/gdm-welcome.pam
(from rev 139207, gdm/repos/testing-i686/gdm-welcome.pam)
  gdm/repos/extra-i686/gdm.install
(from rev 139207, gdm/repos/testing-i686/gdm.install)
  gdm/repos/extra-i686/gdm.pam
(from rev 139207, gdm/repos/testing-i686/gdm.pam)
Deleted:
  gdm/repos/extra-i686/2.91_fix_external_program_directories.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm
  gdm/repos/extra-i686/gdm-autologin.pam
  gdm/repos/extra-i686/gdm-vt-allocation-hack.patch
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/gdm.pam
  gdm/repos/testing-i686/

-+
 2.91_fix_external_program_directories.patch |   48 -
 PKGBUILD|  127 +++--
 fix_external_program_directories.patch  |   34 +++
 gdm |   72 +++
 gdm-autologin.pam   |   26 +-
 gdm-fingerprint.pam |   18 +
 gdm-password.pam|   20 ++
 gdm-smartcard.pam   |   18 +
 gdm-vt-allocation-hack.patch|  236 +-
 gdm-welcome.pam |   12 +
 gdm.install |   56 +++---
 gdm.pam |   20 +-
 12 files changed, 378 insertions(+), 309 deletions(-)

Deleted: extra-i686/2.91_fix_external_program_directories.patch
===
--- extra-i686/2.91_fix_external_program_directories.patch  2011-10-01 
18:57:05 UTC (rev 139269)
+++ extra-i686/2.91_fix_external_program_directories.patch  2011-10-01 
18:57:07 UTC (rev 139270)
@@ -1,48 +0,0 @@
-diff -Nur gdm-2.91.91.orig/daemon/gdm-server.c gdm-2.91.91/daemon/gdm-server.c
 gdm-2.91.91.orig/daemon/gdm-server.c   2011-02-17 19:27:53.0 
-0800
-+++ gdm-2.91.91/daemon/gdm-server.c2011-02-27 16:56:51.283347074 -0800
-@@ -131,7 +131,7 @@
- g_return_val_if_fail (GDM_IS_SERVER (server), NULL);
- 
- error = NULL;
--command = g_strdup_printf (LIBEXECDIR /ck-get-x11-display-device 
--display %s,
-+command = g_strdup_printf 
(/usr/lib/ConsoleKit/ck-get-x11-display-device --display %s,
-server-priv-display_name);
- 
- g_debug (GdmServer: Running helper %s, command);
-diff -Nur 
gdm-2.91.91.orig/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
gdm-2.91.91/data/greeter-autostart/gnome-settings-daemon.desktop.in.in
 
gdm-2.91.91.orig/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
   2011-02-17 19:27:53.0 -0800
-+++ gdm-2.91.91/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
2011-02-26 08:43:28.79251 -0800
-@@ -1,8 +1,8 @@
- [Desktop Entry]
- Type=Application
- _Name=GNOME Settings Daemon
--TryExec=@LIBEXECDIR@/gnome-settings-daemon
--Exec=@LIBEXECDIR@/gnome-settings-daemon
-+TryExec=/usr/bin/gnome-settings-daemon
-+Exec=/usr/bin/gnome-settings-daemon
- OnlyShowIn=GNOME;
- X-GNOME-Autostart-Phase=Initialization
- X-GNOME-Autostart-Notify=true
-diff -Nur 
gdm-2.91.91.orig/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
 
gdm-2.91.91/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
 
gdm-2.91.91.orig/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
  2011-02-17 19:27:53.0 -0800
-+++ 
gdm-2.91.91/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
   2011-02-26 08:44:06.810009153 -0800
-@@ -1,5 +1,5 @@
- [Desktop Entry]
- Type=Application
- _Name=PolicyKit Authentication Agent
--Exec=@LIBEXECDIR@/polkit-gnome-authentication-agent-1
-+Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
- OnlyShowIn=GNOME;
-diff -Nur gdm-2.91.91.orig/gui/simple-chooser/gdm-chooser-session.c 
gdm-2.91.91/gui/simple-chooser/gdm-chooser-session.c
 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:09
  Author: ibiru
Revision: 139271

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

Added:
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 139207, gdm/repos/testing-x86_64/PKGBUILD)
  gdm/repos/extra-x86_64/fix_external_program_directories.patch
(from rev 139207, 
gdm/repos/testing-x86_64/fix_external_program_directories.patch)
  gdm/repos/extra-x86_64/gdm
(from rev 139207, gdm/repos/testing-x86_64/gdm)
  gdm/repos/extra-x86_64/gdm-autologin.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm-autologin.pam)
  gdm/repos/extra-x86_64/gdm-fingerprint.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm-fingerprint.pam)
  gdm/repos/extra-x86_64/gdm-password.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm-password.pam)
  gdm/repos/extra-x86_64/gdm-smartcard.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm-smartcard.pam)
  gdm/repos/extra-x86_64/gdm-vt-allocation-hack.patch
(from rev 139207, gdm/repos/testing-x86_64/gdm-vt-allocation-hack.patch)
  gdm/repos/extra-x86_64/gdm-welcome.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm-welcome.pam)
  gdm/repos/extra-x86_64/gdm.install
(from rev 139207, gdm/repos/testing-x86_64/gdm.install)
  gdm/repos/extra-x86_64/gdm.pam
(from rev 139207, gdm/repos/testing-x86_64/gdm.pam)
Deleted:
  gdm/repos/extra-x86_64/2.91_fix_external_program_directories.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm
  gdm/repos/extra-x86_64/gdm-autologin.pam
  gdm/repos/extra-x86_64/gdm-vt-allocation-hack.patch
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/gdm.pam
  gdm/repos/testing-x86_64/

-+
 2.91_fix_external_program_directories.patch |   48 -
 PKGBUILD|  127 +++--
 fix_external_program_directories.patch  |   34 +++
 gdm |   72 +++
 gdm-autologin.pam   |   26 +-
 gdm-fingerprint.pam |   18 +
 gdm-password.pam|   20 ++
 gdm-smartcard.pam   |   18 +
 gdm-vt-allocation-hack.patch|  236 +-
 gdm-welcome.pam |   12 +
 gdm.install |   56 +++---
 gdm.pam |   20 +-
 12 files changed, 378 insertions(+), 309 deletions(-)

Deleted: extra-x86_64/2.91_fix_external_program_directories.patch
===
--- extra-x86_64/2.91_fix_external_program_directories.patch2011-10-01 
18:57:07 UTC (rev 139270)
+++ extra-x86_64/2.91_fix_external_program_directories.patch2011-10-01 
18:57:09 UTC (rev 139271)
@@ -1,48 +0,0 @@
-diff -Nur gdm-2.91.91.orig/daemon/gdm-server.c gdm-2.91.91/daemon/gdm-server.c
 gdm-2.91.91.orig/daemon/gdm-server.c   2011-02-17 19:27:53.0 
-0800
-+++ gdm-2.91.91/daemon/gdm-server.c2011-02-27 16:56:51.283347074 -0800
-@@ -131,7 +131,7 @@
- g_return_val_if_fail (GDM_IS_SERVER (server), NULL);
- 
- error = NULL;
--command = g_strdup_printf (LIBEXECDIR /ck-get-x11-display-device 
--display %s,
-+command = g_strdup_printf 
(/usr/lib/ConsoleKit/ck-get-x11-display-device --display %s,
-server-priv-display_name);
- 
- g_debug (GdmServer: Running helper %s, command);
-diff -Nur 
gdm-2.91.91.orig/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
gdm-2.91.91/data/greeter-autostart/gnome-settings-daemon.desktop.in.in
 
gdm-2.91.91.orig/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
   2011-02-17 19:27:53.0 -0800
-+++ gdm-2.91.91/data/greeter-autostart/gnome-settings-daemon.desktop.in.in 
2011-02-26 08:43:28.79251 -0800
-@@ -1,8 +1,8 @@
- [Desktop Entry]
- Type=Application
- _Name=GNOME Settings Daemon
--TryExec=@LIBEXECDIR@/gnome-settings-daemon
--Exec=@LIBEXECDIR@/gnome-settings-daemon
-+TryExec=/usr/bin/gnome-settings-daemon
-+Exec=/usr/bin/gnome-settings-daemon
- OnlyShowIn=GNOME;
- X-GNOME-Autostart-Phase=Initialization
- X-GNOME-Autostart-Notify=true
-diff -Nur 
gdm-2.91.91.orig/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
 
gdm-2.91.91/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
 
gdm-2.91.91.orig/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
  2011-02-17 19:27:53.0 -0800
-+++ 
gdm-2.91.91/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in.in
   2011-02-26 08:44:06.810009153 -0800
-@@ -1,5 +1,5 @@
- [Desktop Entry]
- Type=Application
- _Name=PolicyKit Authentication Agent
--Exec=@LIBEXECDIR@/polkit-gnome-authentication-agent-1
-+Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
- OnlyShowIn=GNOME;
-diff -Nur gdm-2.91.91.orig/gui/simple-chooser/gdm-chooser-session.c 

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:13
  Author: ibiru
Revision: 139274

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

Added:
  gjs/repos/extra-i686/PKGBUILD
(from rev 139207, gjs/repos/testing-i686/PKGBUILD)
Deleted:
  gjs/repos/extra-i686/PKGBUILD
  gjs/repos/extra-i686/gjs-0.7.14-js185-backport.patch
  gjs/repos/testing-i686/

-+
 PKGBUILD|   54 ++--
 gjs-0.7.14-js185-backport.patch |  436 --
 2 files changed, 25 insertions(+), 465 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:57:12 UTC (rev 139273)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:13 UTC (rev 139274)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gjs
-pkgver=0.7.14
-pkgrel=2
-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}/0.7/${pkgname}-${pkgver}.tar.bz2
-gjs-0.7.14-js185-backport.patch)
-sha256sums=('3af6f449a505c419d4a0e5938737da8d1b9b09b33710cc1ac1edee2eaa86e348'
-'b1fd3b8aa5978c5b60bfe39ce4298e67b9baa190d9cbf1a0ebe47af356197335')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|python|python2|' scripts/make-tests
-  patch -Np1 -i ${srcdir}/gjs-0.7.14-js185-backport.patch
-  autoreconf -fi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 139207, 
gjs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:13 UTC (rev 139274)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gjs
+pkgver=1.30.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}/1.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ffe01980dd183abd96b2cc861d2e86ef12751d0a1af86daa4c491b82c74ac7b9')
+
+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
+}

Deleted: extra-i686/gjs-0.7.14-js185-backport.patch
===
--- extra-i686/gjs-0.7.14-js185-backport.patch  2011-10-01 18:57:12 UTC (rev 
139273)
+++ extra-i686/gjs-0.7.14-js185-backport.patch  2011-10-01 18:57:13 UTC (rev 
139274)
@@ -1,436 +0,0 @@
-From cef9c0835bfd8be105ff8905083d6b51d9010b8f Mon Sep 17 00:00:00 2001
-From: Marc-Antoine Perennou marc-anto...@perennou.com
-Date: Fri, 1 Apr 2011 21:04:57 +0200
-Subject: [PATCH 1/4] Conditionally adapt to JS_DestroyScript removal
-
-Upstream changed the behaviour of several things about JSScripts in
-http://hg.mozilla.org/mozilla-central/rev/c919a7271ac1
-
-We now have to use a JSObject instead of a JSScript in certain circumstances,
-and we no longer have to call JS_DestroyScript which no longer exists
-
-https://bugzilla.gnome.org/show_bug.cgi?id=646471
-
-Conflicts:
-
-   configure.ac

- configure.ac  |1 +
- modules/console.c |6 ++
- 2 files changed, 7 insertions(+), 0 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 715f2c3..f81704b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -160,6 +160,7 @@ AC_CHECK_LIB([mozjs], [JS_GetFunctionName], 
AC_DEFINE([HAVE_JS_GETFUNCTIONNAME],
- AC_CHECK_LIB([mozjs], [JS_GetStringChars], 
AC_DEFINE([HAVE_JS_GETSTRINGCHARS], [1], [Define if we still have 
JS_GetStringChars]),, [$JS_LIBS])
- AC_CHECK_LIB([mozjs], [JS_StrictPropertyStub], 
AC_DEFINE([HAVE_JS_STRICTPROPERTYSTUB], [1], [Define if we have 
JS_StrictPropertyStub]),, [$JS_LIBS])
- AC_CHECK_LIB([mozjs], [JS_GetGlobalForScopeChain], 
AC_DEFINE([HAVE_JS_GETGLOBALFORSCOPECHAIN], [1], [Define if we have 
JS_GetGlobalForScopeChain]),, [$JS_LIBS])
-+AC_CHECK_LIB([mozjs], [JS_DestroyScript], AC_DEFINE([HAVE_JS_DESTROYSCRIPT], 
[1], [Define if we still have JS_DestroyScript]),, [$JS_LIBS])
- 
- AC_MSG_CHECKING([for mozilla-js = 2 ])
- if `$PKG_CONFIG --exists $JS_PACKAGE '=' 2`; then
-diff --git a/modules/console.c b/modules/console.c
-index 49f891b..e6945be 100644
 a/modules/console.c
-+++ b/modules/console.c
-@@ -161,7 +161,11 @@ gjs_console_interact(JSContext *context,
- {
- JSObject *object = JS_THIS_OBJECT(context, vp);
- gboolean eof = FALSE;
-+#ifdef HAVE_JS_DESTROYSCRIPT
- JSScript *script = NULL;
-+#else

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:14
  Author: ibiru
Revision: 139275

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

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 139207, gjs/repos/testing-x86_64/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD
  gjs/repos/extra-x86_64/gjs-0.7.14-js185-backport.patch
  gjs/repos/testing-x86_64/

-+
 PKGBUILD|   54 ++--
 gjs-0.7.14-js185-backport.patch |  436 --
 2 files changed, 25 insertions(+), 465 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:57:13 UTC (rev 139274)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:14 UTC (rev 139275)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gjs
-pkgver=0.7.14
-pkgrel=2
-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}/0.7/${pkgname}-${pkgver}.tar.bz2
-gjs-0.7.14-js185-backport.patch)
-sha256sums=('3af6f449a505c419d4a0e5938737da8d1b9b09b33710cc1ac1edee2eaa86e348'
-'b1fd3b8aa5978c5b60bfe39ce4298e67b9baa190d9cbf1a0ebe47af356197335')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|python|python2|' scripts/make-tests
-  patch -Np1 -i ${srcdir}/gjs-0.7.14-js185-backport.patch
-  autoreconf -fi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 139207, 
gjs/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:14 UTC (rev 139275)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gjs
+pkgver=1.30.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}/1.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ffe01980dd183abd96b2cc861d2e86ef12751d0a1af86daa4c491b82c74ac7b9')
+
+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
+}

Deleted: extra-x86_64/gjs-0.7.14-js185-backport.patch
===
--- extra-x86_64/gjs-0.7.14-js185-backport.patch2011-10-01 18:57:13 UTC 
(rev 139274)
+++ extra-x86_64/gjs-0.7.14-js185-backport.patch2011-10-01 18:57:14 UTC 
(rev 139275)
@@ -1,436 +0,0 @@
-From cef9c0835bfd8be105ff8905083d6b51d9010b8f Mon Sep 17 00:00:00 2001
-From: Marc-Antoine Perennou marc-anto...@perennou.com
-Date: Fri, 1 Apr 2011 21:04:57 +0200
-Subject: [PATCH 1/4] Conditionally adapt to JS_DestroyScript removal
-
-Upstream changed the behaviour of several things about JSScripts in
-http://hg.mozilla.org/mozilla-central/rev/c919a7271ac1
-
-We now have to use a JSObject instead of a JSScript in certain circumstances,
-and we no longer have to call JS_DestroyScript which no longer exists
-
-https://bugzilla.gnome.org/show_bug.cgi?id=646471
-
-Conflicts:
-
-   configure.ac

- configure.ac  |1 +
- modules/console.c |6 ++
- 2 files changed, 7 insertions(+), 0 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 715f2c3..f81704b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -160,6 +160,7 @@ AC_CHECK_LIB([mozjs], [JS_GetFunctionName], 
AC_DEFINE([HAVE_JS_GETFUNCTIONNAME],
- AC_CHECK_LIB([mozjs], [JS_GetStringChars], 
AC_DEFINE([HAVE_JS_GETSTRINGCHARS], [1], [Define if we still have 
JS_GetStringChars]),, [$JS_LIBS])
- AC_CHECK_LIB([mozjs], [JS_StrictPropertyStub], 
AC_DEFINE([HAVE_JS_STRICTPROPERTYSTUB], [1], [Define if we have 
JS_StrictPropertyStub]),, [$JS_LIBS])
- AC_CHECK_LIB([mozjs], [JS_GetGlobalForScopeChain], 
AC_DEFINE([HAVE_JS_GETGLOBALFORSCOPECHAIN], [1], [Define if we have 
JS_GetGlobalForScopeChain]),, [$JS_LIBS])
-+AC_CHECK_LIB([mozjs], [JS_DestroyScript], AC_DEFINE([HAVE_JS_DESTROYSCRIPT], 
[1], [Define if we still have JS_DestroyScript]),, [$JS_LIBS])
- 
- AC_MSG_CHECKING([for mozilla-js = 2 ])
- if `$PKG_CONFIG --exists $JS_PACKAGE '=' 2`; then
-diff --git a/modules/console.c b/modules/console.c
-index 49f891b..e6945be 100644
 a/modules/console.c
-+++ b/modules/console.c
-@@ -161,7 +161,11 @@ gjs_console_interact(JSContext *context,
- {
- JSObject *object = JS_THIS_OBJECT(context, vp);
- gboolean eof = FALSE;

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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:11
  Author: ibiru
Revision: 139272

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

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

---+
 PKGBUILD  |   64 
 gedit.install |   36 +++
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-01 18:57:09 UTC (rev 139271)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:11 UTC (rev 139272)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.0.6
-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' 'pygobject' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool')
-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=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-scrollkeeper \
-  --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 139207, 
gedit/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:57:11 UTC (rev 139272)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.2.0
+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' 'python2-gobject' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+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=('a3f62b20816a3f902bb811cc14ae0e27ce266e49d39f5854fd45b2895348')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-scrollkeeper \
+  --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2011-10-01 18:57:09 UTC (rev 139271)
+++ extra-i686/gedit.install2011-10-01 18:57:11 UTC (rev 139272)
@@ -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
-usr/sbin/gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 139207, 
gedit/repos/testing-i686/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2011-10-01 18:57:11 UTC (rev 139272)
@@ -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
+usr/sbin/gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



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

2011-10-01 Thread Ionut Biru
Date: Saturday, October 1, 2011 @ 14:57:12
  Author: ibiru
Revision: 139273

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

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

---+
 PKGBUILD  |   64 
 gedit.install |   36 +++
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-01 18:57:11 UTC (rev 139272)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:12 UTC (rev 139273)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.0.6
-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' 'pygobject' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool')
-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=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-scrollkeeper \
-  --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 139207, 
gedit/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-01 18:57:12 UTC (rev 139273)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.2.0
+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' 'python2-gobject' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+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=('a3f62b20816a3f902bb811cc14ae0e27ce266e49d39f5854fd45b2895348')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-scrollkeeper \
+  --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/gedit.install
===
--- extra-x86_64/gedit.install  2011-10-01 18:57:11 UTC (rev 139272)
+++ extra-x86_64/gedit.install  2011-10-01 18:57:12 UTC (rev 139273)
@@ -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
-usr/sbin/gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-x86_64/gedit.install (from rev 139207, 
gedit/repos/testing-x86_64/gedit.install)
===
--- extra-x86_64/gedit.install  (rev 0)
+++ extra-x86_64/gedit.install  2011-10-01 18:57:12 UTC (rev 139273)
@@ -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
+usr/sbin/gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



  1   2   3   4   >