[arch-commits] Commit in gtk2/trunk (PKGBUILD gtk2-dont-ellipsize-filters.diff)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 02:13:14
  Author: ibiru
Revision: 140693

update to 2.24.7

Modified:
  gtk2/trunk/PKGBUILD
Deleted:
  gtk2/trunk/gtk2-dont-ellipsize-filters.diff

--+
 PKGBUILD |   14 +-
 gtk2-dont-ellipsize-filters.diff |   28 
 2 files changed, 5 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:46:14 UTC (rev 140692)
+++ PKGBUILD2011-10-18 06:13:14 UTC (rev 140693)
@@ -3,8 +3,8 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.6
-pkgrel=2
+pkgver=2.24.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
@@ -12,17 +12,13 @@
 options=('!libtool' '!docs')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch
-gtk2-dont-ellipsize-filters.diff)
-sha256sums=('8a026b545dc1fa0c1a69b395232ad7c8ee8fa260be5f7d9a2f2ffcd799efefca'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'90a9d50c1407ab87f6fa9ae131c2663477540419955b0ba39520a18882afceb8')
+xid-collision-debug.patch)
+sha256sums=('1fdc7605501bd2932ef9a3c4c3c9a406e505f18667aea9e73af650da28fff994'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 build() {
 cd ${srcdir}/gtk+-${pkgver}
 patch -Np1 -i ${srcdir}/xid-collision-debug.patch
-#https://bugzilla.gnome.org/show_bug.cgi?id=657949
-patch -Np1 -i ${srcdir}/gtk2-dont-ellipsize-filters.diff
 
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \

Deleted: gtk2-dont-ellipsize-filters.diff
===
--- gtk2-dont-ellipsize-filters.diff2011-10-18 03:46:14 UTC (rev 140692)
+++ gtk2-dont-ellipsize-filters.diff2011-10-18 06:13:14 UTC (rev 140693)
@@ -1,28 +0,0 @@
-diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
-index 2ee7903..37d9e8d 100644
 a/gtk/gtkfilechooserdefault.c
-+++ b/gtk/gtkfilechooserdefault.c
-@@ -2322,23 +2322,9 @@ renderer_editing_canceled_cb (GtkCellRendererText   
*cell_renderer_text,
- static GtkWidget *
- filter_create (GtkFileChooserDefault *impl)
- {
--  GtkCellRenderer *cell;
--  GList   *cells;
--
-   impl-filter_combo = gtk_combo_box_text_new ();
-   gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (impl-filter_combo), 
FALSE);
- 
--  /* Get the combo's text renderer and set ellipsize parameters */
--  cells = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (impl-filter_combo));
--  g_assert (cells);
--  cell = cells-data;
--
--  g_object_set (G_OBJECT (cell),
--  ellipsize, PANGO_ELLIPSIZE_END,
--  NULL);
--
--  g_list_free (cells);
--
-   g_signal_connect (impl-filter_combo, changed,
-   G_CALLBACK (filter_combo_changed), impl);
- 



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 02:32:41
  Author: ibiru
Revision: 140694

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

Added:
  gtk2/repos/testing-i686/
  gtk2/repos/testing-i686/PKGBUILD
(from rev 140693, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-i686/gtk2.install
(from rev 140693, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-i686/xid-collision-debug.patch
(from rev 140693, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/testing-x86_64/
  gtk2/repos/testing-x86_64/PKGBUILD
(from rev 140693, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-x86_64/gtk2.install
(from rev 140693, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-x86_64/xid-collision-debug.patch
(from rev 140693, gtk2/trunk/xid-collision-debug.patch)

--+
 testing-i686/PKGBUILD|   55 +
 testing-i686/gtk2.install|   16 
 testing-i686/xid-collision-debug.patch   |   15 +++
 testing-x86_64/PKGBUILD  |   55 +
 testing-x86_64/gtk2.install  |   16 
 testing-x86_64/xid-collision-debug.patch |   15 +++
 6 files changed, 172 insertions(+)

Copied: gtk2/repos/testing-i686/PKGBUILD (from rev 140693, gtk2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 06:32:41 UTC (rev 140694)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.7
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool' '!docs')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
+xid-collision-debug.patch)
+sha256sums=('1fdc7605501bd2932ef9a3c4c3c9a406e505f18667aea9e73af650da28fff994'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+build() {
+cd ${srcdir}/gtk+-${pkgver}
+patch -Np1 -i ${srcdir}/xid-collision-debug.patch
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_gtk2() {
+pkgdesc=GTK+ is a multi-platform toolkit (v2)
+install=gtk2.install
+depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
+backup=(etc/gtk-2.0/gtkrc)
+
+cd ${srcdir}/gtk+-${pkgver}
+
+make DESTDIR=${pkgdir} install
+sed -i s#env python#env python2# $pkgdir/usr/bin/gtk-builder-convert
+echo 'gtk-fallback-icon-theme = gnome'  ${pkgdir}/etc/gtk-2.0/gtkrc
+#split this out to use with gtk3 too
+rm ${pkgdir}/usr/bin/gtk-update-icon-cache
+}
+package_gtk-update-icon-cache() {
+pkgdesc=The GTK+ update icon cache tool
+depends=('gdk-pixbuf2')
+
+cd ${srcdir}/gtk+-${pkgver}/gtk
+
+install -D -m755 gtk-update-icon-cache 
${pkgdir}/usr/bin/gtk-update-icon-cache
+}

Copied: gtk2/repos/testing-i686/gtk2.install (from rev 140693, 
gtk2/trunk/gtk2.install)
===
--- testing-i686/gtk2.install   (rev 0)
+++ testing-i686/gtk2.install   2011-10-18 06:32:41 UTC (rev 140694)
@@ -0,0 +1,16 @@
+post_install() {
+  usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  rm -f etc/gtk-2.0/gtk.immodules /dev/null
+  rm -f etc/gtk-2.0/gdk-pixbuf.loaders /dev/null
+}

Copied: gtk2/repos/testing-i686/xid-collision-debug.patch (from rev 140693, 
gtk2/trunk/xid-collision-debug.patch)
===
--- testing-i686/xid-collision-debug.patch  (rev 0)
+++ testing-i686/xid-collision-debug.patch  2011-10-18 06:32:41 UTC (rev 
140694)
@@ -0,0 +1,15 @@
+--- gtk+-2.18.3/gdk/x11/gdkxid.c   2009-06-19 04:59:18.0 +0200
 gtk+-2.18.3/gdk/x11/gdkxid.c.new   2009-07-22 11:30:12.0 +0200
+@@ -56,10 +56,10 @@
+   if (!display_x11-xid_ht)
+ display_x11-xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
+   (GEqualFunc) gdk_xid_equal);
+-
++/*
+   if (g_hash_table_lookup (display_x11-xid_ht, xid))
+ g_warning (XID collision, trouble ahead);
+-
++*/
+   g_hash_table_insert (display_x11-xid_ht, xid, data);
+ }
+ 

Copied: gtk2/repos/testing-x86_64/PKGBUILD (from rev 140693, 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 04:09:29
  Author: ibiru
Revision: 140695

update to 3.2.1

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 06:32:41 UTC (rev 140694)
+++ PKGBUILD2011-10-18 08:09:29 UTC (rev 140695)
@@ -4,8 +4,8 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=vinagre
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,7 +18,7 @@
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9ba0d13000d81d0e47f456b138f52ef2cb7a603c71381993952acc87c25e2e61')
+sha256sums=('077dc011d048e9ed7a683ed74dc027c5c7e47d0b95b99acb493bf99fff22369c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Tom Gundersen
Date: Tuesday, October 18, 2011 @ 04:16:34
  Author: tomegun
Revision: 140696

upgpkg: initscripts 2011.10.1-1

fix locale.sh and add manpage about rc.conf

Modified:
  initscripts/trunk/PKGBUILD
  initscripts/trunk/initscripts.install

-+
 PKGBUILD|5 +++--
 initscripts.install |4 
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 08:09:29 UTC (rev 140695)
+++ PKGBUILD2011-10-18 08:16:34 UTC (rev 140696)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=initscripts
-pkgver=2011.09.2
+pkgver=2011.10.1
 pkgrel=1
 pkgdesc=System initialization/bootup scripts
 arch=('i686' 'x86_64')
@@ -18,6 +18,7 @@
 'dhcpcd: DHCP network configuration'
 'net-tools: legacy network support'
 'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
 install=initscripts.install
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
 'wireless.conf.d')
@@ -27,5 +28,5 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
-md5sums=('1708288ca9c2997f5ecdf685ff337c39'
+md5sums=('aa7a8176ac34f989490c0e7321361b5b'
  '027576534885b8d5dded9be546057b12')

Modified: initscripts.install
===
--- initscripts.install 2011-10-18 08:09:29 UTC (rev 140695)
+++ initscripts.install 2011-10-18 08:16:34 UTC (rev 140696)
@@ -12,4 +12,8 @@
 echo VERBOSE= in rc.conf no longer has any effect.
 echo Please append 'quiet' to your kernel command line.
   fi
+  if [ $(vercmp $2 2011.10.1) -lt 0 ]; then
+echo If using non-bash-compatible shell, please set LANG in 
/etc/locale.conf,
+echo as LOCALE in /etc/rc.conf no longer works.
+  fi
 }



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

2011-10-18 Thread Tom Gundersen
Date: Tuesday, October 18, 2011 @ 04:17:36
  Author: tomegun
Revision: 140697

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

Added:
  initscripts/repos/testing-i686/PKGBUILD
(from rev 140696, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-i686/initscripts.install
(from rev 140696, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-i686/wireless.conf.d
(from rev 140696, initscripts/trunk/wireless.conf.d)
  initscripts/repos/testing-x86_64/PKGBUILD
(from rev 140696, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-x86_64/initscripts.install
(from rev 140696, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-x86_64/wireless.conf.d
(from rev 140696, initscripts/trunk/wireless.conf.d)
Deleted:
  initscripts/repos/testing-i686/PKGBUILD
  initscripts/repos/testing-i686/initscripts.install
  initscripts/repos/testing-i686/wireless.conf.d
  initscripts/repos/testing-x86_64/PKGBUILD
  initscripts/repos/testing-x86_64/initscripts.install
  initscripts/repos/testing-x86_64/wireless.conf.d

+
 testing-i686/PKGBUILD  |   63 +--
 testing-i686/initscripts.install   |   34 ++
 testing-i686/wireless.conf.d   |   24 ++---
 testing-x86_64/PKGBUILD|   63 +--
 testing-x86_64/initscripts.install |   34 ++
 testing-x86_64/wireless.conf.d |   24 ++---
 6 files changed, 126 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-18 08:16:34 UTC (rev 140696)
+++ testing-i686/PKGBUILD   2011-10-18 08:17:36 UTC (rev 140697)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=initscripts
-pkgver=2011.09.2
-pkgrel=1
-pkgdesc=System initialization/bootup scripts
-arch=('i686' 'x86_64')
-url=http://www.archlinux.org;
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=173' 'iproute2'
- 'ncurses' 'kbd' 'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-'dhcpcd: DHCP network configuration'
-'net-tools: legacy network support'
-'wireless_tools: Wireless networking')
-install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
-'wireless.conf.d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-}
-md5sums=('1708288ca9c2997f5ecdf685ff337c39'
- '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-i686/PKGBUILD (from rev 140696, 
initscripts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 08:17:36 UTC (rev 140697)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Thomas Bächler tho...@archlinux.org
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2011.10.1
+pkgrel=1
+pkgdesc=System initialization/bootup scripts
+arch=('i686' 'x86_64')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=173' 'iproute2'
+ 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
+'wireless.conf.d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('aa7a8176ac34f989490c0e7321361b5b'
+ '027576534885b8d5dded9be546057b12')

Deleted: testing-i686/initscripts.install
===
--- testing-i686/initscripts.install2011-10-18 08:16:34 UTC (rev 140696)
+++ testing-i686/initscripts.install2011-10-18 08:17:36 UTC (rev 140697)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 2009.07) -lt 0 ]; then
-echo == Adjusting /etc/inittab for transition to /dev/tty standard.
-echo == Original file saved as /etc/inittab.pacsave
-sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
-  fi
-  if [ $(vercmp 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 04:19:26
  Author: ibiru
Revision: 140698

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

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

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/vinagre.install   |   20 
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/vinagre.install |   20 
 4 files changed, 114 insertions(+)

Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 140697, 
vinagre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 08:19:26 UTC (rev 140698)
@@ -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.1
+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' '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=('077dc011d048e9ed7a683ed74dc027c5c7e47d0b95b99acb493bf99fff22369c')
+
+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
+}

Copied: vinagre/repos/testing-i686/vinagre.install (from rev 140697, 
vinagre/trunk/vinagre.install)
===
--- testing-i686/vinagre.install(rev 0)
+++ testing-i686/vinagre.install2011-10-18 08:19:26 UTC (rev 140698)
@@ -0,0 +1,20 @@
+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-x86_64/PKGBUILD (from rev 140697, 
vinagre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 08:19:26 UTC (rev 140698)
@@ -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.1
+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' '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=('077dc011d048e9ed7a683ed74dc027c5c7e47d0b95b99acb493bf99fff22369c')
+
+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
+}

Copied: vinagre/repos/testing-x86_64/vinagre.install (from rev 140697, 
vinagre/trunk/vinagre.install)

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

2011-10-18 Thread Daniel Isenmann
Date: Tuesday, October 18, 2011 @ 05:00:24
  Author: daniel
Revision: 140699

upgpkg: wicd 1.7.0-12

Add inetutils to depends array (FS#26385).

Modified:
  wicd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 08:19:26 UTC (rev 140698)
+++ PKGBUILD2011-10-18 09:00:24 UTC (rev 140699)
@@ -5,7 +5,7 @@
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
 pkgver=1.7.0
-pkgrel=11
+pkgrel=12
 arch=(any)
 url=http://wicd.sourceforge.net/;
 license=('GPL2')
@@ -44,7 +44,7 @@
 package_wicd() {
   pkgdesc=Wired and wireless network manager for Linux
   depends=('python2' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
-   'net-tools' 'ethtool' 'shared-mime-info' 'python-urwid' 'pygobject')
+   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 'python-urwid' 
'pygobject')
   optdepends=('python-wpactrl: needed if you want to use the new experimental 
ioctrl backend'
'python-iwscan: needed if you want to use the new experimental 
ioctrl backend'
 'wicd-gtk: needed if you want the GTK interface')



[arch-commits] Commit in wicd/repos/extra-any (20 files)

2011-10-18 Thread Daniel Isenmann
Date: Tuesday, October 18, 2011 @ 05:01:51
  Author: daniel
Revision: 140700

archrelease: copy trunk to extra-any

Added:
  wicd/repos/extra-any/ChangeLog
(from rev 140699, wicd/trunk/ChangeLog)
  wicd/repos/extra-any/PKGBUILD
(from rev 140699, wicd/trunk/PKGBUILD)
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
(from rev 140699, wicd/trunk/deepcopy+python27-fixes.patch)
  wicd/repos/extra-any/net-tools.patch
(from rev 140699, wicd/trunk/net-tools.patch)
  wicd/repos/extra-any/wicd-daemon
(from rev 140699, wicd/trunk/wicd-daemon)
  wicd/repos/extra-any/wicd-locale.patch
(from rev 140699, wicd/trunk/wicd-locale.patch)
  wicd/repos/extra-any/wicd-scripts-execution.patch
(from rev 140699, wicd/trunk/wicd-scripts-execution.patch)
  wicd/repos/extra-any/wicd.desktop
(from rev 140699, wicd/trunk/wicd.desktop)
  wicd/repos/extra-any/wicd.install
(from rev 140699, wicd/trunk/wicd.install)
  wicd/repos/extra-any/wicd_in_usr.patch
(from rev 140699, wicd/trunk/wicd_in_usr.patch)
Deleted:
  wicd/repos/extra-any/ChangeLog
  wicd/repos/extra-any/PKGBUILD
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
  wicd/repos/extra-any/net-tools.patch
  wicd/repos/extra-any/wicd-daemon
  wicd/repos/extra-any/wicd-locale.patch
  wicd/repos/extra-any/wicd-scripts-execution.patch
  wicd/repos/extra-any/wicd.desktop
  wicd/repos/extra-any/wicd.install
  wicd/repos/extra-any/wicd_in_usr.patch

---+
 ChangeLog |   80 +++
 PKGBUILD  |  202 +--
 deepcopy+python27-fixes.patch |  144 ++---
 net-tools.patch   |   22 +-
 wicd-daemon   |   54 ++---
 wicd-locale.patch |   24 +-
 wicd-scripts-execution.patch  |   48 ++--
 wicd.desktop  |   22 +-
 wicd.install  |   46 ++--
 wicd_in_usr.patch |  416 
 10 files changed, 529 insertions(+), 529 deletions(-)

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


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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:13:44
  Author: ibiru
Revision: 140701

update to 3.2.1

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 09:01:51 UTC (rev 140700)
+++ PKGBUILD2011-10-18 13:13:44 UTC (rev 140701)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b22737aa84c15b07815d47392f9a6ef4cf6f9410cf7024bbae538496e2eda37')
+sha256sums=('b8c5a59914886b8676fb512da380114adb896264c46a36d3f123cf459ba799df')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:14:38
  Author: ibiru
Revision: 140702

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/vino.install   |   18 ++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/vino.install |   18 ++
 4 files changed, 102 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 140701, vino/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:14:38 UTC (rev 140702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8c5a59914886b8676fb512da380114adb896264c46a36d3f123cf459ba799df')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 140701, 
vino/trunk/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2011-10-18 13:14:38 UTC (rev 140702)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 140701, 
vino/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:14:38 UTC (rev 140702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8c5a59914886b8676fb512da380114adb896264c46a36d3f123cf459ba799df')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 140701, 
vino/trunk/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2011-10-18 13:14:38 UTC (rev 140702)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-18 Thread Allan McRae
Date: Tuesday, October 18, 2011 @ 09:18:52
  Author: allan
Revision: 140703

upgpkg: libtool 2.4.2-1

upstream update

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:14:38 UTC (rev 140702)
+++ PKGBUILD2011-10-18 13:18:52 UTC (rev 140703)
@@ -5,15 +5,16 @@
 # NOTE: requires rebuilt with each new gcc version
 
 pkgname=('libtool' 'libltdl')
-pkgver=2.4
-pkgrel=5
+pkgver=2.4.2
+pkgrel=1
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;
 license=('GPL')
 options=('!libtool')
-source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz)
-md5sums=('4e6144439d95d7332dc50ace6dd24c55')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2011-10-18 Thread Allan McRae
Date: Tuesday, October 18, 2011 @ 09:20:12
  Author: allan
Revision: 140704

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

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

+
 testing-i686/PKGBUILD  |   49 +++
 testing-i686/libtool.install   |   20 +++
 testing-x86_64/PKGBUILD|   49 +++
 testing-x86_64/libtool.install |   20 +++
 4 files changed, 138 insertions(+)

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 140703, 
libtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:20:12 UTC (rev 140704)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.6.1')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Copied: libtool/repos/testing-i686/libtool.install (from rev 140703, 
libtool/trunk/libtool.install)
===
--- testing-i686/libtool.install(rev 0)
+++ testing-i686/libtool.install2011-10-18 13:20:12 UTC (rev 140704)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 140703, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:20:12 UTC (rev 140704)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.6.1')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:22:35
  Author: ibiru
Revision: 140705

update to 3.2.1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:20:12 UTC (rev 140704)
+++ PKGBUILD2011-10-18 13:22:35 UTC (rev 140705)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs' '!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79184d0cf420d4b8c1d1de92c30f1d95afc7cd686876e07b20cb82a2ec20d8e3')
+sha256sums=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:24:03
  Author: ibiru
Revision: 140706

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

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

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/eog.install   |   19 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/eog.install |   19 +++
 4 files changed, 102 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 140705, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.1
+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=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
+
+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/testing-i686/eog.install (from rev 140705, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2011-10-18 13:24:03 UTC (rev 140706)
@@ -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
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 140705, eog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.1
+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=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
+
+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/testing-x86_64/eog.install (from rev 140705, 
eog/trunk/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2011-10-18 13:24:03 UTC (rev 140706)
@@ -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 gnome-applets/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:28:56
  Author: ibiru
Revision: 140707

update to 3.2.1

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:24:03 UTC (rev 140706)
+++ PKGBUILD2011-10-18 13:28:56 UTC (rev 140707)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-applets
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=GNOME Applets
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome)
 install=gnome-applets.install
 
source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('18e41753d98644689126c3f237f4bf2e1b973cac15544166cef299ba6faa95ef')
+sha256sums=('cba1dff05bf2aad57f0df2ea746a9bf1c3483a0388a70bf501f61d95b1017dc1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:30:12
  Author: ibiru
Revision: 140708

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

Added:
  gnome-applets/repos/testing-i686/
  gnome-applets/repos/testing-i686/PKGBUILD
(from rev 140707, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/testing-i686/gnome-applets.install
(from rev 140707, gnome-applets/trunk/gnome-applets.install)
  gnome-applets/repos/testing-x86_64/
  gnome-applets/repos/testing-x86_64/PKGBUILD
(from rev 140707, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/testing-x86_64/gnome-applets.install
(from rev 140707, gnome-applets/trunk/gnome-applets.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/gnome-applets.install   |   22 
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/gnome-applets.install |   22 
 4 files changed, 116 insertions(+)

Copied: gnome-applets/repos/testing-i686/PKGBUILD (from rev 140707, 
gnome-applets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:30:12 UTC (rev 140708)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-applets
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME Applets
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify' 'cpufrequtils')
+makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 
'networkmanager' 'gnome-common')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=(gnome)
+install=gnome-applets.install
+source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('cba1dff05bf2aad57f0df2ea746a9bf1c3483a0388a70bf501f61d95b1017dc1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --libexecdir=/usr/lib/gnome-applets \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-install \
+  --without-hal
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-applets-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-applets/repos/testing-i686/gnome-applets.install (from rev 
140707, gnome-applets/trunk/gnome-applets.install)
===
--- testing-i686/gnome-applets.install  (rev 0)
+++ testing-i686/gnome-applets.install  2011-10-18 13:30:12 UTC (rev 140708)
@@ -0,0 +1,22 @@
+pkgname=gnome-applets
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnome-applets/repos/testing-x86_64/PKGBUILD (from rev 140707, 
gnome-applets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:30:12 UTC (rev 140708)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-applets
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME Applets
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify' 'cpufrequtils')
+makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 
'networkmanager' 'gnome-common')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=(gnome)
+install=gnome-applets.install
+source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('cba1dff05bf2aad57f0df2ea746a9bf1c3483a0388a70bf501f61d95b1017dc1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --libexecdir=/usr/lib/gnome-applets \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-install \
+  --without-hal
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-applets-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:34:04
  Author: ibiru
Revision: 140709

update to 3.2.1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:30:12 UTC (rev 140708)
+++ PKGBUILD2011-10-18 13:34:04 UTC (rev 140709)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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')
+sha256sums=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:35:55
  Author: ibiru
Revision: 140710

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

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

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/cheese.install   |   20 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/cheese.install |   20 
 4 files changed, 104 insertions(+)

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 140709, 
cheese/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:35:55 UTC (rev 140710)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('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=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
+
+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/testing-i686/cheese.install (from rev 140709, 
cheese/trunk/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2011-10-18 13:35:55 UTC (rev 140710)
@@ -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
+}

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 140709, 
cheese/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:35:55 UTC (rev 140710)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('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=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
+
+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/testing-x86_64/cheese.install (from rev 140709, 
cheese/trunk/cheese.install)
===
--- testing-x86_64/cheese.install   (rev 0)
+++ testing-x86_64/cheese.install   2011-10-18 13:35:55 UTC (rev 140710)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:38:47
  Author: ibiru
Revision: 140711

update to 3.2.1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:35:55 UTC (rev 140710)
+++ PKGBUILD2011-10-18 13:38:47 UTC (rev 140711)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5bd7dbe18f983aae237517d1eb4b070295c7b848d16c2a9d0a8a6046ea0801bc')
+sha256sums=('49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:40:22
  Author: ibiru
Revision: 140712

update to 2.30.1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:38:47 UTC (rev 140711)
+++ PKGBUILD2011-10-18 13:40:22 UTC (rev 140712)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=glib-networking
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc=Network-related giomodules for glib
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('e28ca1e354d6519efb5c9c01c1f10e8a1a196710dfbcc5ea8f8aade3244e108c')
+sha256sums=('5acc7e76cb66734379d9ad983985c671af12591b84e93cd698fe8ea25d29f7d3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:40:35
  Author: ibiru
Revision: 140713

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

Added:
  gnome-keyring/repos/testing-i686/
  gnome-keyring/repos/testing-i686/PKGBUILD
(from rev 140711, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
(from rev 140711, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/
  gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 140712, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 140712, gnome-keyring/trunk/gnome-keyring.install)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-keyring.install   |   15 +++
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-keyring.install |   15 +++
 4 files changed, 94 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 140711, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:40:35 UTC (rev 140713)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'libcap-ng' 'p11-kit' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile --disable-update-mime
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
140711, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2011-10-18 13:40:35 UTC (rev 140713)
@@ -0,0 +1,15 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-mime-database usr/share/mime 1 /dev/null
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 140712, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:40:35 UTC (rev 140713)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'libcap-ng' 'p11-kit' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile --disable-update-mime
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 
140712, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-x86_64/gnome-keyring.install(rev 0)
+++ testing-x86_64/gnome-keyring.install2011-10-18 13:40:35 UTC (rev 
140713)
@@ -0,0 +1,15 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-mime-database usr/share/mime 1 /dev/null
+gtk-update-icon-cache -q 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:43:46
  Author: ibiru
Revision: 140714

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

Added:
  glib-networking/repos/testing-i686/
  glib-networking/repos/testing-i686/PKGBUILD
(from rev 140713, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/testing-i686/glib-networking.install
(from rev 140713, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/testing-x86_64/
  glib-networking/repos/testing-x86_64/PKGBUILD
(from rev 140713, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/testing-x86_64/glib-networking.install
(from rev 140713, glib-networking/trunk/glib-networking.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/glib-networking.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/glib-networking.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 140713, 
glib-networking/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:43:46 UTC (rev 140714)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.30.1
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libproxy' 'gnutls' 'libgcrypt' 'ca-certificates' 
'gsettings-desktop-schemas')
+makedepends=('intltool')
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5acc7e76cb66734379d9ad983985c671af12591b84e93cd698fe8ea25d29f7d3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/glib-networking --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 
140713, glib-networking/trunk/glib-networking.install)
===
--- testing-i686/glib-networking.install(rev 0)
+++ testing-i686/glib-networking.install2011-10-18 13:43:46 UTC (rev 
140714)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/gio-querymodules usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glib-networking/repos/testing-x86_64/PKGBUILD (from rev 140713, 
glib-networking/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:43:46 UTC (rev 140714)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.30.1
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libproxy' 'gnutls' 'libgcrypt' 'ca-certificates' 
'gsettings-desktop-schemas')
+makedepends=('intltool')
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5acc7e76cb66734379d9ad983985c671af12591b84e93cd698fe8ea25d29f7d3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/glib-networking --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-x86_64/glib-networking.install (from rev 
140713, glib-networking/trunk/glib-networking.install)
===
--- testing-x86_64/glib-networking.install  (rev 0)
+++ testing-x86_64/glib-networking.install  2011-10-18 13:43:46 UTC (rev 
140714)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/gio-querymodules usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:21:14
  Author: ibiru
Revision: 140715

update to 2.36.1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:43:46 UTC (rev 140714)
+++ PKGBUILD2011-10-18 14:21:14 UTC (rev 140715)
@@ -3,7 +3,7 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.36.0
+pkgver=2.36.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
 options=('!libtool' '!emptydirs')
-sha256sums=('db06af0f8c887abde427e5418e0e74bd39837a0f48a4161ff29607dfcd6b36ca')
+sha256sums=('73722407ff5fa7fcff2dae384aa04d85e7900c0e3fed46389f1289a1409e1f65')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:22:05
  Author: ibiru
Revision: 140716

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

Added:
  libsoup/repos/testing-i686/
  libsoup/repos/testing-i686/PKGBUILD
(from rev 140715, libsoup/trunk/PKGBUILD)
  libsoup/repos/testing-x86_64/
  libsoup/repos/testing-x86_64/PKGBUILD
(from rev 140715, libsoup/trunk/PKGBUILD)

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

Copied: libsoup/repos/testing-i686/PKGBUILD (from rev 140715, 
libsoup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:22:05 UTC (rev 140716)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libsoup
+pkgname=('libsoup' 'libsoup-gnome')
+pkgver=2.36.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('73722407ff5fa7fcff2dae384aa04d85e7900c0e3fed46389f1289a1409e1f65')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libsoup() {
+  pkgdesc=GNOME HTTP Library - base library
+  depends=('glib2' 'libxml2' 'glib-networking')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libsoup-gnome-2.4.*
+  rm -f ${pkgdir}/usr/lib/pkgconfig/libsoup-gnome-2.4.pc
+  rm -rf ${pkgdir}/usr/include/libsoup-gnome-2.4
+  rm -f ${pkgdir}/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib
+}
+
+package_libsoup-gnome() {
+  pkgdesc=GNOME HTTP Library - GNOME libraries
+  depends=(libsoup=${pkgver} 'libgnome-keyring')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libsoup-2.4.*
+  rm -f ${pkgdir}/usr/lib/pkgconfig/libsoup-2.4.pc
+  rm -rf ${pkgdir}/usr/include/libsoup-2.4
+  rm -rf ${pkgdir}/usr/share
+  rm -f ${pkgdir}/usr/lib/girepository-1.0/Soup-2.4.typelib
+}

Copied: libsoup/repos/testing-x86_64/PKGBUILD (from rev 140715, 
libsoup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:22:05 UTC (rev 140716)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libsoup
+pkgname=('libsoup' 'libsoup-gnome')
+pkgver=2.36.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('73722407ff5fa7fcff2dae384aa04d85e7900c0e3fed46389f1289a1409e1f65')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libsoup() {
+  pkgdesc=GNOME HTTP Library - base library
+  depends=('glib2' 'libxml2' 'glib-networking')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libsoup-gnome-2.4.*
+  rm -f ${pkgdir}/usr/lib/pkgconfig/libsoup-gnome-2.4.pc
+  rm -rf ${pkgdir}/usr/include/libsoup-gnome-2.4
+  rm -f ${pkgdir}/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib
+}
+
+package_libsoup-gnome() {
+  pkgdesc=GNOME HTTP Library - GNOME libraries
+  depends=(libsoup=${pkgver} 'libgnome-keyring')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libsoup-2.4.*
+  rm -f ${pkgdir}/usr/lib/pkgconfig/libsoup-2.4.pc
+  rm -rf ${pkgdir}/usr/include/libsoup-2.4
+  rm -rf ${pkgdir}/usr/share
+  rm -f ${pkgdir}/usr/lib/girepository-1.0/Soup-2.4.typelib
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:24:17
  Author: ibiru
Revision: 140717

update to 3.2.1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:22:05 UTC (rev 140716)
+++ PKGBUILD2011-10-18 14:24:17 UTC (rev 140717)
@@ -3,8 +3,8 @@
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7'
+sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
 '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
 
 build() {



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:25:36
  Author: ibiru
Revision: 140718

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

Added:
  seahorse/repos/testing-i686/
  seahorse/repos/testing-i686/PKGBUILD
(from rev 140717, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 140717, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 140717, seahorse/trunk/seahorse.install)
  seahorse/repos/testing-x86_64/
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 140717, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 140717, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 140717, seahorse/trunk/seahorse.install)

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   21 
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   21 
 6 files changed, 128 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 140717, 
seahorse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:25:36 UTC (rev 140718)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://projects.gnome.org/seahorse/;
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
+optdepends=('openssh: SSH support')
+provides=('x11-ssh-askpass')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
+'1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-scrollkeeper \
+  --disable-update-mime-database \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 140717, 
seahorse/trunk/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2011-10-18 14:25:36 UTC (rev 
140718)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 140717, 
seahorse/trunk/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2011-10-18 14:25:36 UTC (rev 140718)
@@ -0,0 +1,21 @@
+pkgname=seahorse
+
+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
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 140717, 
seahorse/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:25:36 UTC (rev 140718)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://projects.gnome.org/seahorse/;
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('gettext' 'libldap' 'intltool' 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:35:54
  Author: ibiru
Revision: 140719

update to 3.2.1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:25:36 UTC (rev 140718)
+++ PKGBUILD2011-10-18 14:35:54 UTC (rev 140719)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nautilus
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=GNOME file manager
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify')
 makedepends=('intltool' 'gobject-introspection')
 url=http://www.gnome.org;
 groups=('gnome')
 options=('!libtool' '!emptydirs')
 install=nautilus.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0eefea717d0b8fa360a50c493875cd146de05cc61b67b426d770ab5ba57541cd')
+sha256sums=('c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:36:58
  Author: ibiru
Revision: 140720

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/nautilus.install   |   20 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/nautilus.install |   20 
 4 files changed, 108 insertions(+)

Copied: nautilus/repos/testing-i686/PKGBUILD (from rev 140719, 
nautilus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=nautilus
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=nautilus.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-nst-extension \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: nautilus/repos/testing-i686/nautilus.install (from rev 140719, 
nautilus/trunk/nautilus.install)
===
--- testing-i686/nautilus.install   (rev 0)
+++ testing-i686/nautilus.install   2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,20 @@
+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.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall nautilus
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nautilus/repos/testing-x86_64/PKGBUILD (from rev 140719, 
nautilus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=nautilus
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=nautilus.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-nst-extension \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: nautilus/repos/testing-x86_64/nautilus.install (from rev 140719, 
nautilus/trunk/nautilus.install)
===
--- testing-x86_64/nautilus.install (rev 0)
+++ testing-x86_64/nautilus.install 2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,20 @@
+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 (( 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:38:18
  Author: ibiru
Revision: 140721

update to 3.2.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:36:58 UTC (rev 140720)
+++ PKGBUILD2011-10-18 14:38:18 UTC (rev 140721)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.2.0.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
-sha256sums=('49b8177fcc6693690eceef207f78173f0ca34bdef873a6c1fed90bef28791bc1')
+sha256sums=('ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:39:05
  Author: ibiru
Revision: 140722

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

Added:
  gnome-themes-standard/repos/testing-i686/
  gnome-themes-standard/repos/testing-i686/PKGBUILD
(from rev 140721, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/testing-x86_64/
  gnome-themes-standard/repos/testing-x86_64/PKGBUILD
(from rev 140721, gnome-themes-standard/trunk/PKGBUILD)

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

Copied: gnome-themes-standard/repos/testing-i686/PKGBUILD (from rev 140721, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:39:05 UTC (rev 140722)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('cantarell-fonts' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3')
+
+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: gnome-themes-standard/repos/testing-x86_64/PKGBUILD (from rev 140721, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:39:05 UTC (rev 140722)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('cantarell-fonts' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3')
+
+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 at-spi2-core/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:40:39
  Author: ibiru
Revision: 140723

update to 2.2.1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:39:05 UTC (rev 140722)
+++ PKGBUILD2011-10-18 14:40:39 UTC (rev 140723)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-core
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=Protocol definitions and daemon for D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9b3f645560749067ea250c26b281248e3eb912316323a02d358fc2be5dea3848')
+sha256sums=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:42:00
  Author: ibiru
Revision: 140724

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

Added:
  at-spi2-core/repos/testing-i686/
  at-spi2-core/repos/testing-i686/PKGBUILD
(from rev 140723, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/testing-x86_64/
  at-spi2-core/repos/testing-x86_64/PKGBUILD
(from rev 140723, at-spi2-core/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 140723, 
at-spi2-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:42:00 UTC (rev 140724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.2.1
+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=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
+
+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/testing-x86_64/PKGBUILD (from rev 140723, 
at-spi2-core/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:42:00 UTC (rev 140724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.2.1
+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=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
+
+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-atk/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:44:27
  Author: ibiru
Revision: 140725

update to 2.2.1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:42:00 UTC (rev 140724)
+++ PKGBUILD2011-10-18 14:44:27 UTC (rev 140725)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,9 +12,8 @@
 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')
+sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:45:19
  Author: ibiru
Revision: 140726

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

Added:
  at-spi2-atk/repos/testing-i686/
  at-spi2-atk/repos/testing-i686/PKGBUILD
(from rev 140725, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/testing-i686/at-spi2-atk.install
(from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install)
  at-spi2-atk/repos/testing-x86_64/
  at-spi2-atk/repos/testing-x86_64/PKGBUILD
(from rev 140725, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install
(from rev 140725, at-spi2-atk/trunk/at-spi2-atk.install)

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/at-spi2-atk.install   |   11 +++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/at-spi2-atk.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 140725, 
at-spi2-atk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:45:19 UTC (rev 140726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
+
+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/testing-i686/at-spi2-atk.install (from rev 140725, 
at-spi2-atk/trunk/at-spi2-atk.install)
===
--- testing-i686/at-spi2-atk.install(rev 0)
+++ testing-i686/at-spi2-atk.install2011-10-18 14:45:19 UTC (rev 140726)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 140725, 
at-spi2-atk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:45:19 UTC (rev 140726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
+
+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/testing-x86_64/at-spi2-atk.install (from rev 140725, 
at-spi2-atk/trunk/at-spi2-atk.install)
===
--- testing-x86_64/at-spi2-atk.install  (rev 0)
+++ testing-x86_64/at-spi2-atk.install  2011-10-18 14:45:19 UTC (rev 140726)
@@ -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 pyatspi/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:46:04
  Author: ibiru
Revision: 140727

update to 2.2.1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:45:19 UTC (rev 140726)
+++ PKGBUILD2011-10-18 14:46:04 UTC (rev 140727)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=pyatspi
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=Python bindings for at-spi
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('python2-gobject' 'at-spi2-core')
 
source=(http://download.gnome.org/sources/${pkgname}/2.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1880ddc8d8a1bcf87bab48e7227065f51925eee3d557b0b446ba84c3ca85b740')
+sha256sums=('814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in pyatspi/repos (testing-any testing-any/PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:46:48
  Author: ibiru
Revision: 140728

archrelease: copy trunk to testing-any

Added:
  pyatspi/repos/testing-any/
  pyatspi/repos/testing-any/PKGBUILD
(from rev 140727, pyatspi/trunk/PKGBUILD)

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

Copied: pyatspi/repos/testing-any/PKGBUILD (from rev 140727, 
pyatspi/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 14:46:48 UTC (rev 140728)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=pyatspi
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=Python bindings for at-spi
+arch=(any)
+url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=('GPL2')
+depends=('python2-gobject' 'at-spi2-core')
+source=(http://download.gnome.org/sources/${pkgname}/2.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:49:46
  Author: ibiru
Revision: 140729

update to 3.2.1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:46:48 UTC (rev 140728)
+++ PKGBUILD2011-10-18 14:49:46 UTC (rev 140729)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=epiphany
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 install=epiphany.install
 pkgdesc=A GNOME web browser based on the WebKit rendering engine.
@@ -14,14 +14,11 @@
 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')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix_crash
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-scrollkeeper \



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:50:34
  Author: ibiru
Revision: 140730

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

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

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/epiphany.install   |   20 
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/epiphany.install |   20 
 4 files changed, 104 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 140729, 
epiphany/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.2.1
+pkgrel=1
+install=epiphany.install
+pkgdesc=A GNOME web browser based on the WebKit rendering engine.
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' '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)
+sha256sums=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: epiphany/repos/testing-i686/epiphany.install (from rev 140729, 
epiphany/trunk/epiphany.install)
===
--- testing-i686/epiphany.install   (rev 0)
+++ testing-i686/epiphany.install   2011-10-18 14:50:34 UTC (rev 140730)
@@ -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
+}

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 140729, 
epiphany/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.2.1
+pkgrel=1
+install=epiphany.install
+pkgdesc=A GNOME web browser based on the WebKit rendering engine.
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' '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)
+sha256sums=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: epiphany/repos/testing-x86_64/epiphany.install (from rev 140729, 
epiphany/trunk/epiphany.install)
===
--- testing-x86_64/epiphany.install (rev 0)
+++ testing-x86_64/epiphany.install 2011-10-18 14:50:34 UTC (rev 140730)
@@ -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

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:53:21
  Author: ibiru
Revision: 140731

update to 3.2.1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:50:34 UTC (rev 140730)
+++ PKGBUILD2011-10-18 14:53:21 UTC (rev 140731)
@@ -3,8 +3,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=orca
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=Screen reader for individuals who are blind or visually impaired
 arch=(any)
 license=('LGPL')
@@ -14,17 +14,11 @@
 depends=('gtk3' 'python2-gobject' 'at-spi2-atk' 'dbus-python' 'pyatspi' 
'pyxdg' 'speech-dispatcher' 'liblouis' 'brltty' 'xorg-xmodmap' 
'hicolor-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils')
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-
fix-edit.patch::http://git.gnome.org/browse/orca/patch/?id=866b743e6b7d6dfa8f00bc810d7d7f5de4c20e30
-
fix-hu.patch::http://git.gnome.org/browse/orca/patch/?id=81ded18fa56174730ad79f686c28952a0df48ef1)
-sha256sums=('1bb6e5564ae2750cebbed4fe5283fef26e4c85ff22f99def8b334b41af3f2479'
-'0ef92b01fe927b8a0daa715c4f9d1a84c47d43af71b433b35ec05e9c28388744'
-'43110ec68df37681e6859cc223319f8b780fed9e96108a9328cbf4546f10d25e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('962e658a16793b6df1e03a697a428906f7d124bf84f12a5506c98b59ba76c5b6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-edit.patch
-  patch -Np1 -i ${srcdir}/fix-hu.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var
   make



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:53:55
  Author: ibiru
Revision: 140732

archrelease: copy trunk to testing-any

Added:
  orca/repos/testing-any/
  orca/repos/testing-any/PKGBUILD
(from rev 140731, orca/trunk/PKGBUILD)
  orca/repos/testing-any/orca.install
(from rev 140731, orca/trunk/orca.install)

--+
 PKGBUILD |   30 ++
 orca.install |   11 +++
 2 files changed, 41 insertions(+)

Copied: orca/repos/testing-any/PKGBUILD (from rev 140731, orca/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 14:53:55 UTC (rev 140732)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=orca
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Screen reader for individuals who are blind or visually impaired
+arch=(any)
+license=('LGPL')
+url=http://www.gnome.org/projects/orca;
+install=orca.install
+options=('!libtool')
+depends=('gtk3' 'python2-gobject' 'at-spi2-atk' 'dbus-python' 'pyatspi' 
'pyxdg' 'speech-dispatcher' 'liblouis' 'brltty' 'xorg-xmodmap' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('962e658a16793b6df1e03a697a428906f7d124bf84f12a5506c98b59ba76c5b6')
+
+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
+}

Copied: orca/repos/testing-any/orca.install (from rev 140731, 
orca/trunk/orca.install)
===
--- testing-any/orca.install(rev 0)
+++ testing-any/orca.install2011-10-18 14:53:55 UTC (rev 140732)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:15:25
  Author: ibiru
Revision: 140733

update to 0.4.1

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:53:55 UTC (rev 140732)
+++ PKGBUILD2011-10-18 15:15:25 UTC (rev 140733)
@@ -3,18 +3,18 @@
 # Contributor: Adam Hani Schakaki k...@krzd.net
 
 pkgname=caribou
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Caribou;
 license=('LGPL')
 depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool') 
+makedepends=('gnome-doc-utils' 'intltool')
 install=caribou.install
 options=(!libtool !emptydirs)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d9aeab26956371e9a8e807e2554be5ca08e32f6a27632598065cf2e85e66d16')
+sha256sums=('d4d2328e0eadbf037f7e0ec146e835097fe56cb2b940985655e649c5556e4ed1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:16:20
  Author: ibiru
Revision: 140734

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

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

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/caribou.install   |   13 +
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/caribou.install |   13 +
 4 files changed, 98 insertions(+)

Copied: caribou/repos/testing-i686/PKGBUILD (from rev 140733, 
caribou/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 15:16:20 UTC (rev 140734)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('d4d2328e0eadbf037f7e0ec146e835097fe56cb2b940985655e649c5556e4ed1')
+
+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/testing-i686/caribou.install (from rev 140733, 
caribou/trunk/caribou.install)
===
--- testing-i686/caribou.install(rev 0)
+++ testing-i686/caribou.install2011-10-18 15:16:20 UTC (rev 140734)
@@ -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
+}

Copied: caribou/repos/testing-x86_64/PKGBUILD (from rev 140733, 
caribou/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 15:16:20 UTC (rev 140734)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('d4d2328e0eadbf037f7e0ec146e835097fe56cb2b940985655e649c5556e4ed1')
+
+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/testing-x86_64/caribou.install (from rev 140733, 
caribou/trunk/caribou.install)
===
--- testing-x86_64/caribou.install  (rev 0)
+++ testing-x86_64/caribou.install  2011-10-18 15:16:20 UTC (rev 140734)
@@ -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 gnome-system-monitor/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:18:22
  Author: ibiru
Revision: 140735

update to 3.2.1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:16:20 UTC (rev 140734)
+++ PKGBUILD2011-10-18 15:18:22 UTC (rev 140735)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-system-monitor
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=A system monitor for GNOME
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=('gnome-extra')
 install=gnome-system-monitor.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('169c82bd1744adba1a4e3f384c06d9ff48aefac5d0f56e8ac4ad48b6f7f5810c')
+sha256sums=('f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:19:34
  Author: ibiru
Revision: 140736

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

Added:
  gnome-system-monitor/repos/testing-i686/
  gnome-system-monitor/repos/testing-i686/PKGBUILD
(from rev 140735, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
(from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/testing-x86_64/
  gnome-system-monitor/repos/testing-x86_64/PKGBUILD
(from rev 140735, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
(from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)

-+
 testing-i686/PKGBUILD   |   29 ++
 testing-i686/gnome-system-monitor.install   |   19 +
 testing-x86_64/PKGBUILD |   29 ++
 testing-x86_64/gnome-system-monitor.install |   19 +
 4 files changed, 96 insertions(+)

Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 140735, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 15:19:34 UTC (rev 140736)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install 
(from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- testing-i686/gnome-system-monitor.install   (rev 0)
+++ testing-i686/gnome-system-monitor.install   2011-10-18 15:19:34 UTC (rev 
140736)
@@ -0,0 +1,19 @@
+pkgname=gnome-system-monitor
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+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: gnome-system-monitor/repos/testing-x86_64/PKGBUILD (from rev 140735, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 15:19:34 UTC (rev 140736)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install 
(from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- testing-x86_64/gnome-system-monitor.install (rev 0)
+++ testing-x86_64/gnome-system-monitor.install 2011-10-18 15:19:34 UTC (rev 
140736)
@@ -0,0 +1,19 @@
+pkgname=gnome-system-monitor
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+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 cantarell-fonts/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:20:02
  Author: ibiru
Revision: 140737

update to 0.0.7

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:19:34 UTC (rev 140736)
+++ PKGBUILD2011-10-18 15:20:02 UTC (rev 140737)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=cantarell-fonts
-pkgver=0.0.6
+pkgver=0.0.7
 pkgrel=1
 pkgdesc=Cantarell font family for the GNOME desktop
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL2')
 depends=('fontconfig')
 install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('bf2cce939aeea3244f6786cd6b09dd40e63d65fadd5f3e37f354baf68d4d91df')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6a21f841d28de444deee201a25e5cbc129fde14d633c547a7d36941437f72090')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:20:48
  Author: ibiru
Revision: 140738

archrelease: copy trunk to testing-any

Added:
  cantarell-fonts/repos/testing-any/
  cantarell-fonts/repos/testing-any/PKGBUILD
(from rev 140737, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/testing-any/cantarell-fonts.install
(from rev 140737, cantarell-fonts/trunk/cantarell-fonts.install)

-+
 PKGBUILD|   32 
 cantarell-fonts.install |   13 +
 2 files changed, 45 insertions(+)

Copied: cantarell-fonts/repos/testing-any/PKGBUILD (from rev 140737, 
cantarell-fonts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 15:20:48 UTC (rev 140738)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=cantarell-fonts
+pkgver=0.0.7
+pkgrel=1
+pkgdesc=Cantarell font family for the GNOME desktop
+arch=('any')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('6a21f841d28de444deee201a25e5cbc129fde14d633c547a7d36941437f72090')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p $pkgdir/etc/fonts/conf.d
+  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
+  rmdir $pkgdir/usr/share/fontconfig
+  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/testing-any/cantarell-fonts.install (from rev 
140737, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- testing-any/cantarell-fonts.install (rev 0)
+++ testing-any/cantarell-fonts.install 2011-10-18 15:20:48 UTC (rev 140738)
@@ -0,0 +1,13 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:24:09
  Author: ibiru
Revision: 140739

update to 3.2.1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:20:48 UTC (rev 140738)
+++ PKGBUILD2011-10-18 15:24:09 UTC (rev 140739)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('225edd0dd1cdcc44e3220075728a07de7bafb8aa7e798583aa7602dcd45237c3')
+sha256sums=('d6135d5e6c0852f7dc996798e9455fc2e9cbe6d2672f3750fc9b8d27ab141294')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:24:55
  Author: ibiru
Revision: 140740

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

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

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/mutter.install   |   17 +
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/mutter.install |   17 +
 4 files changed, 106 insertions(+)

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 140739, 
mutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 15:24:55 UTC (rev 140740)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('startup-notification' 'gconf' 'zenity' 'libcanberra' 'clutter' 
'gobject-introspection')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d6135d5e6c0852f7dc996798e9455fc2e9cbe6d2672f3750fc9b8d27ab141294')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mutter ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: mutter/repos/testing-i686/mutter.install (from rev 140739, 
mutter/trunk/mutter.install)
===
--- testing-i686/mutter.install (rev 0)
+++ testing-i686/mutter.install 2011-10-18 15:24:55 UTC (rev 140740)
@@ -0,0 +1,17 @@
+pkgname=mutter
+
+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: mutter/repos/testing-x86_64/PKGBUILD (from rev 140739, 
mutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 15:24:55 UTC (rev 140740)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('startup-notification' 'gconf' 'zenity' 'libcanberra' 'clutter' 
'gobject-introspection')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d6135d5e6c0852f7dc996798e9455fc2e9cbe6d2672f3750fc9b8d27ab141294')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain mutter ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 140739, 
mutter/trunk/mutter.install)
===
--- testing-x86_64/mutter.install   (rev 0)
+++ testing-x86_64/mutter.install   2011-10-18 15:24:55 UTC (rev 140740)
@@ -0,0 +1,17 @@
+pkgname=mutter
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:33:02
  Author: ibiru
Revision: 140741

update to 3.2.1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:24:55 UTC (rev 140740)
+++ PKGBUILD2011-10-18 15:33:02 UTC (rev 140741)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=The next generation GNOME Shell
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeShell;
@@ -16,7 +16,7 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f8237f4ca517bcfa02bbf88fbcb9afcdc9b252fb9612b84a65409a1f144324')
+sha256sums=('ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:33:56
  Author: ibiru
Revision: 140742

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

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 140741, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 140741, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 140741, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 140741, gnome-shell/trunk/gnome-shell.install)

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/gnome-shell.install   |   22 
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/gnome-shell.install |   22 
 4 files changed, 120 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 140741, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 15:33:56 UTC (rev 140742)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-shell ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-shell/repos/testing-i686/gnome-shell.install (from rev 140741, 
gnome-shell/trunk/gnome-shell.install)
===
--- testing-i686/gnome-shell.install(rev 0)
+++ testing-i686/gnome-shell.install2011-10-18 15:33:56 UTC (rev 140742)
@@ -0,0 +1,22 @@
+pkgname=gnome-shell
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 140741, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 15:33:56 UTC (rev 140742)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+

[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:34:24
  Author: ibiru
Revision: 140743

update to 3.2.1

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:33:56 UTC (rev 140742)
+++ PKGBUILD2011-10-18 15:34:24 UTC (rev 140743)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=GNOME icon theme, symbolic icons
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme-symbolic.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ed7db7887260176774ecfafab4ce45c7441347e48783ef9f93dbaee66ec7b58f')
+sha256sums=('a558af2f87f761f00421f49c1addd2149b70228158e09327fa861219ac1a63cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-icon-theme-symbolic/repos (3 files)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:34:59
  Author: ibiru
Revision: 140744

archrelease: copy trunk to testing-any

Added:
  gnome-icon-theme-symbolic/repos/testing-any/
  gnome-icon-theme-symbolic/repos/testing-any/PKGBUILD
(from rev 140743, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  gnome-icon-theme-symbolic/repos/testing-any/gnome-icon-theme-symbolic.install
(from rev 140743, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)

---+
 PKGBUILD  |   28 
 gnome-icon-theme-symbolic.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: gnome-icon-theme-symbolic/repos/testing-any/PKGBUILD (from rev 140743, 
gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 15:34:59 UTC (rev 140744)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a558af2f87f761f00421f49c1addd2149b70228158e09327fa861219ac1a63cb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
gnome-icon-theme-symbolic/repos/testing-any/gnome-icon-theme-symbolic.install 
(from rev 140743, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- testing-any/gnome-icon-theme-symbolic.install   
(rev 0)
+++ testing-any/gnome-icon-theme-symbolic.install   2011-10-18 15:34:59 UTC 
(rev 140744)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:36:28
  Author: ibiru
Revision: 140745

update to 3.2.1

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:34:59 UTC (rev 140744)
+++ PKGBUILD2011-10-18 15:36:28 UTC (rev 140745)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-icon-theme
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=GNOME icon theme
 arch=(any)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=gnome-icon-theme.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e622748d6d9f96edbccad3f44acbba9b4583db7df69e076067c80489c593328')
+sha256sums=('a7f0a8b17e91ac338fdbc01ac59a8738e9c1e201de492c070d43aacf291a8959')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:37:12
  Author: ibiru
Revision: 140746

archrelease: copy trunk to testing-any

Added:
  gnome-icon-theme/repos/testing-any/
  gnome-icon-theme/repos/testing-any/PKGBUILD
(from rev 140745, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/testing-any/gnome-icon-theme.install
(from rev 140745, gnome-icon-theme/trunk/gnome-icon-theme.install)

--+
 PKGBUILD |   29 +
 gnome-icon-theme.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gnome-icon-theme/repos/testing-any/PKGBUILD (from rev 140745, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 15:37:12 UTC (rev 140746)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-icon-theme
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GNOME icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=gnome-icon-theme.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a7f0a8b17e91ac338fdbc01ac59a8738e9c1e201de492c070d43aacf291a8959')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+#don't include icon cache
+rm -f  ${pkgdir}/usr/share/icons/gnome/icon-theme.cache
+}

Copied: gnome-icon-theme/repos/testing-any/gnome-icon-theme.install (from rev 
140745, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- testing-any/gnome-icon-theme.install(rev 0)
+++ testing-any/gnome-icon-theme.install2011-10-18 15:37:12 UTC (rev 
140746)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:39:15
  Author: ibiru
Revision: 140747

update to 3.2.1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:37:12 UTC (rev 140746)
+++ PKGBUILD2011-10-18 15:39:15 UTC (rev 140747)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-contacts
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Contacts Manager for GNOME
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala')
 install=
 source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d8e2a325ecc661805f6e7c6339b3876e766c1e227ff084dc02a7535e5983641')
+sha256sums=('31c277a3db145c2353fffe33e613fb634e76fa5caf382e8f307a05e74a6a6eb9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 11:40:08
  Author: ibiru
Revision: 140748

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

Added:
  gnome-contacts/repos/testing-i686/
  gnome-contacts/repos/testing-i686/PKGBUILD
(from rev 140747, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/testing-x86_64/
  gnome-contacts/repos/testing-x86_64/PKGBUILD
(from rev 140747, gnome-contacts/trunk/PKGBUILD)

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

Copied: gnome-contacts/repos/testing-i686/PKGBUILD (from rev 140747, 
gnome-contacts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 15:40:08 UTC (rev 140748)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('31c277a3db145c2353fffe33e613fb634e76fa5caf382e8f307a05e74a6a6eb9')
+
+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: gnome-contacts/repos/testing-x86_64/PKGBUILD (from rev 140747, 
gnome-contacts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 15:40:08 UTC (rev 140748)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('31c277a3db145c2353fffe33e613fb634e76fa5caf382e8f307a05e74a6a6eb9')
+
+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 gnome-games/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 12:32:09
  Author: ibiru
Revision: 140749

uodate to 3.2.1

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 15:40:08 UTC (rev 140748)
+++ PKGBUILD2011-10-18 16:32:09 UTC (rev 140749)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-games
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=Some Games for GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d8595b09ecbb3c94cd4a655f5fb56cd585fd9441038ad334cba29b92d592279d')
+sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 12:34:31
  Author: ibiru
Revision: 140750

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

Added:
  gnome-games/repos/testing-i686/
  gnome-games/repos/testing-i686/PKGBUILD
(from rev 140749, gnome-games/trunk/PKGBUILD)
  gnome-games/repos/testing-i686/gnome-games.install
(from rev 140749, gnome-games/trunk/gnome-games.install)
  gnome-games/repos/testing-x86_64/
  gnome-games/repos/testing-x86_64/PKGBUILD
(from rev 140749, gnome-games/trunk/PKGBUILD)
  gnome-games/repos/testing-x86_64/gnome-games.install
(from rev 140749, gnome-games/trunk/gnome-games.install)

+
 testing-i686/PKGBUILD  |   41 +
 testing-i686/gnome-games.install   |  153 +++
 testing-x86_64/PKGBUILD|   41 +
 testing-x86_64/gnome-games.install |  153 +++
 4 files changed, 388 insertions(+)

Copied: gnome-games/repos/testing-i686/PKGBUILD (from rev 140749, 
gnome-games/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 16:34:31 UTC (rev 140750)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'gconf' 'desktop-file-utils' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf ${pkgdir}/var
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
+}

Copied: gnome-games/repos/testing-i686/gnome-games.install (from rev 140749, 
gnome-games/trunk/gnome-games.install)
===
--- testing-i686/gnome-games.install(rev 0)
+++ testing-i686/gnome-games.install2011-10-18 16:34:31 UTC (rev 140750)
@@ -0,0 +1,153 @@
+pkgname=gnome-games
+scores=(glines.Large.scores
+   glines.Medium.scores
+   glines.Small.scores
+   gnibbles.1.0.scores
+   gnibbles.1.1.scores
+   gnibbles.2.0.scores
+   gnibbles.2.1.scores
+   gnibbles.3.0.scores
+   gnibbles.3.1.scores
+   gnibbles.4.0.scores
+   gnibbles.4.1.scores
+   gnobots2.classic_robots-safe.scores
+   gnobots2.classic_robots-super-safe.scores
+   gnobots2.classic_robots.scores
+   gnobots2.nightmare-safe.scores
+   gnobots2.nightmare-super-safe.scores
+   gnobots2.nightmare.scores
+   gnobots2.robots2-safe.scores
+   gnobots2.robots2-super-safe.scores
+   gnobots2.robots2.scores
+   gnobots2.robots2_easy-safe.scores
+   gnobots2.robots2_easy-super-safe.scores
+   gnobots2.robots2_easy.scores
+   gnobots2.robots_with_safe_teleport-safe.scores
+   gnobots2.robots_with_safe_teleport-super-safe.scores
+   gnobots2.robots_with_safe_teleport.scores
+   gnomine.Custom.scores
+   gnomine.Large.scores
+   gnomine.Medium.scores
+   gnomine.Small.scores
+   gnotravex.2x2.scores
+   gnotravex.3x3.scores
+   gnotravex.4x4.scores
+   gnotravex.5x5.scores
+   gnotravex.6x6.scores
+   gnotski.1.scores
+   gnotski.10.scores
+   gnotski.11.scores
+   gnotski.12.scores
+   gnotski.13.scores
+   gnotski.14.scores
+   gnotski.15.scores
+   gnotski.16.scores
+   gnotski.17.scores
+   gnotski.18.scores
+   gnotski.19.scores
+   gnotski.2.scores
+   gnotski.20.scores
+   gnotski.21.scores
+   gnotski.22.scores
+   gnotski.23.scores
+   gnotski.24.scores
+   gnotski.25.scores
+   gnotski.26.scores
+   gnotski.27.scores
+   gnotski.28.scores
+   gnotski.29.scores
+   

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

2011-10-18 Thread Tom Gundersen
Date: Tuesday, October 18, 2011 @ 12:38:38
  Author: tomegun
Revision: 140751

upgpkg: initscripts 2011.10.2-1

clear mtab locks on boot

Modified:
  initscripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 16:34:31 UTC (rev 140750)
+++ PKGBUILD2011-10-18 16:38:38 UTC (rev 140751)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=initscripts
-pkgver=2011.10.1
+pkgver=2011.10.2
 pkgrel=1
 pkgdesc=System initialization/bootup scripts
 arch=('i686' 'x86_64')
@@ -28,5 +28,5 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
-md5sums=('aa7a8176ac34f989490c0e7321361b5b'
+md5sums=('2bfaaf72039e8f9c7e6c636dbe1bc64d'
  '027576534885b8d5dded9be546057b12')



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

2011-10-18 Thread Tom Gundersen
Date: Tuesday, October 18, 2011 @ 12:40:01
  Author: tomegun
Revision: 140752

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

Added:
  initscripts/repos/testing-i686/PKGBUILD
(from rev 140751, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-i686/initscripts.install
(from rev 140751, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-i686/wireless.conf.d
(from rev 140751, initscripts/trunk/wireless.conf.d)
  initscripts/repos/testing-x86_64/PKGBUILD
(from rev 140751, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-x86_64/initscripts.install
(from rev 140751, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-x86_64/wireless.conf.d
(from rev 140751, initscripts/trunk/wireless.conf.d)
Deleted:
  initscripts/repos/testing-i686/PKGBUILD
  initscripts/repos/testing-i686/initscripts.install
  initscripts/repos/testing-i686/wireless.conf.d
  initscripts/repos/testing-x86_64/PKGBUILD
  initscripts/repos/testing-x86_64/initscripts.install
  initscripts/repos/testing-x86_64/wireless.conf.d

+
 testing-i686/PKGBUILD  |   64 +--
 testing-i686/initscripts.install   |   38 ++--
 testing-i686/wireless.conf.d   |   24 ++---
 testing-x86_64/PKGBUILD|   64 +--
 testing-x86_64/initscripts.install |   38 ++--
 testing-x86_64/wireless.conf.d |   24 ++---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-18 16:38:38 UTC (rev 140751)
+++ testing-i686/PKGBUILD   2011-10-18 16:40:01 UTC (rev 140752)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=initscripts
-pkgver=2011.10.1
-pkgrel=1
-pkgdesc=System initialization/bootup scripts
-arch=('i686' 'x86_64')
-url=http://www.archlinux.org;
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=173' 'iproute2'
- 'ncurses' 'kbd' 'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-'dhcpcd: DHCP network configuration'
-'net-tools: legacy network support'
-'wireless_tools: Wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
-'wireless.conf.d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-}
-md5sums=('aa7a8176ac34f989490c0e7321361b5b'
- '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-i686/PKGBUILD (from rev 140751, 
initscripts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 16:40:01 UTC (rev 140752)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Thomas Bächler tho...@archlinux.org
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2011.10.2
+pkgrel=1
+pkgdesc=System initialization/bootup scripts
+arch=('i686' 'x86_64')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=173' 'iproute2'
+ 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
+'wireless.conf.d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('2bfaaf72039e8f9c7e6c636dbe1bc64d'
+ '027576534885b8d5dded9be546057b12')

Deleted: testing-i686/initscripts.install
===
--- testing-i686/initscripts.install2011-10-18 16:38:38 UTC (rev 140751)
+++ testing-i686/initscripts.install2011-10-18 16:40:01 UTC (rev 140752)
@@ -1,19 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 2009.07) -lt 0 ]; then
-echo == Adjusting /etc/inittab for transition to /dev/tty standard.
-echo == Original file saved as /etc/inittab.pacsave
-sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' 

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 13:02:00
  Author: ibiru
Revision: 140753

update to 0.6.0

Modified:
  telepathy-salut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 16:40:01 UTC (rev 140752)
+++ PKGBUILD2011-10-18 17:02:00 UTC (rev 140753)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 
 pkgname=telepathy-salut
-pkgver=0.5.2
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=A link-local XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libxslt' 'python2' 'xmldiff')
 install=telepathy-salut.install
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7bbea8fde1168f4ebd73460491e7dbc')
+md5sums=('a0df48e6c2e137a928f8f39655b8dc26')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 13:03:04
  Author: ibiru
Revision: 140754

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

Added:
  telepathy-salut/repos/extra-i686/PKGBUILD
(from rev 140753, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/extra-i686/telepathy-salut.install
(from rev 140753, telepathy-salut/trunk/telepathy-salut.install)
  telepathy-salut/repos/extra-x86_64/PKGBUILD
(from rev 140753, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/extra-x86_64/telepathy-salut.install
(from rev 140753, telepathy-salut/trunk/telepathy-salut.install)
Deleted:
  telepathy-salut/repos/extra-i686/PKGBUILD
  telepathy-salut/repos/extra-i686/telepathy-salut.install
  telepathy-salut/repos/extra-x86_64/PKGBUILD
  telepathy-salut/repos/extra-x86_64/telepathy-salut.install

--+
 extra-i686/PKGBUILD  |   62 -
 extra-i686/telepathy-salut.install   |   26 ++---
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/telepathy-salut.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 17:02:00 UTC (rev 140753)
+++ extra-i686/PKGBUILD 2011-10-18 17:03:04 UTC (rev 140754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-
-pkgname=telepathy-salut
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=A link-local XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'avahi' 'libsoup')
-makedepends=('libxslt' 'python2' 'xmldiff')
-install=telepathy-salut.install
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7bbea8fde1168f4ebd73460491e7dbc')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
---disable-plugins --disable-Werror \
---with-tls=openssl
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-salut/repos/extra-i686/PKGBUILD (from rev 140753, 
telepathy-salut/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 17:03:04 UTC (rev 140754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+
+pkgname=telepathy-salut
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=A link-local XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'avahi' 'libsoup')
+makedepends=('libxslt' 'python2' 'xmldiff')
+install=telepathy-salut.install
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a0df48e6c2e137a928f8f39655b8dc26')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+--disable-plugins --disable-Werror \
+--with-tls=openssl
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-salut.install
===
--- extra-i686/telepathy-salut.install  2011-10-18 17:02:00 UTC (rev 140753)
+++ extra-i686/telepathy-salut.install  2011-10-18 17:03:04 UTC (rev 140754)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-salut/repos/extra-i686/telepathy-salut.install (from rev 
140753, telepathy-salut/trunk/telepathy-salut.install)
===
--- extra-i686/telepathy-salut.install  (rev 0)
+++ extra-i686/telepathy-salut.install  2011-10-18 17:03:04 UTC (rev 140754)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-18 17:02:00 UTC (rev 140753)
+++ extra-x86_64/PKGBUILD   2011-10-18 17:03:04 UTC (rev 140754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-
-pkgname=telepathy-salut
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=A link-local XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')

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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 13:56:14
  Author: ibiru
Revision: 140755

update to 0.6.4.1

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 17:03:04 UTC (rev 140754)
+++ PKGBUILD2011-10-18 17:56:14 UTC (rev 140755)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.6.3.2
+pkgver=0.6.4.1
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 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')
+sha256sums=('b6cd5e982f4496cbe6370ca31cc85dcdeb6efccc95c1d940e654f8226cd95578')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 13:59:10
  Author: ibiru
Revision: 140756

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

Added:
  folks/repos/testing-i686/
  folks/repos/testing-i686/PKGBUILD
(from rev 140755, folks/trunk/PKGBUILD)
  folks/repos/testing-x86_64/
  folks/repos/testing-x86_64/PKGBUILD
(from rev 140755, folks/trunk/PKGBUILD)

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

Copied: folks/repos/testing-i686/PKGBUILD (from rev 140755, 
folks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 17:59:10 UTC (rev 140756)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.4.1
+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=('b6cd5e982f4496cbe6370ca31cc85dcdeb6efccc95c1d940e654f8226cd95578')
+
+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/testing-x86_64/PKGBUILD (from rev 140755, 
folks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 17:59:10 UTC (rev 140756)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.4.1
+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=('b6cd5e982f4496cbe6370ca31cc85dcdeb6efccc95c1d940e654f8226cd95578')
+
+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 gnome-shell-extensions/trunk (PKGBUILD)

2011-10-18 Thread Jan Steffens
Date: Tuesday, October 18, 2011 @ 14:30:40
  Author: heftig
Revision: 140757

upgpkg: gnome-shell-extensions 3.2.1-0.20111018

3.2.1, from a git snapshot

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 17:59:10 UTC (rev 140756)
+++ PKGBUILD2011-10-18 18:30:40 UTC (rev 140757)
@@ -2,15 +2,16 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgbase=gnome-shell-extensions
-pkgver=3.2.0
-pkgrel=1
+pkgver=3.2.1
+pkgrel=0.20111018
 arch=(any)
 url=http://live.gnome.org/GnomeShell/Extensions;
 license=(GPL2)
 makedepends=(gnome-shell intltool)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('dfbd5b7baed71219c6855c1b15c323b6e66a2163af8f9a1c2431d6ce90784f98')
 groups=(gnome-shell-extensions)
+#source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver-$pkgrel.tar.xz)
+sha256sums=('bf96dcc904406dbf45ecc12f0e8c57e2e153271774dbf903d2669e631f53d6f7')
 
 pkgname=(gnome-shell-extensions-common
  gnome-shell-extension-alternate-tab



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

2011-10-18 Thread Jan Steffens
Date: Tuesday, October 18, 2011 @ 14:32:23
  Author: heftig
Revision: 140758

archrelease: copy trunk to testing-any

Added:
  gnome-shell-extensions/repos/testing-any/
  gnome-shell-extensions/repos/testing-any/PKGBUILD
(from rev 140757, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/testing-any/gnome-shell-extensions.install
(from rev 140757, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)

+
 PKGBUILD   |  169 +++
 gnome-shell-extensions.install |   11 ++
 2 files changed, 180 insertions(+)

Copied: gnome-shell-extensions/repos/testing-any/PKGBUILD (from rev 140757, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-18 18:32:23 UTC (rev 140758)
@@ -0,0 +1,169 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgbase=gnome-shell-extensions
+pkgver=3.2.1
+pkgrel=0.20111018
+arch=(any)
+url=http://live.gnome.org/GnomeShell/Extensions;
+license=(GPL2)
+makedepends=(gnome-shell intltool)
+groups=(gnome-shell-extensions)
+#source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver-$pkgrel.tar.xz)
+sha256sums=('bf96dcc904406dbf45ecc12f0e8c57e2e153271774dbf903d2669e631f53d6f7')
+
+pkgname=(gnome-shell-extensions-common
+ gnome-shell-extension-alternate-tab
+ gnome-shell-extension-windows-navigator
+ gnome-shell-extension-dock
+ gnome-shell-extension-auto-move-windows
+ gnome-shell-extension-user-theme
+ gnome-shell-extension-drive-menu
+ gnome-shell-extension-alternative-status-menu
+ gnome-shell-extension-places-menu
+ gnome-shell-extension-native-window-placement
+ gnome-shell-extension-system-monitor
+ gnome-shell-extension-apps-menu
+ gnome-shell-extension-workspace-indicator
+ gnome-shell-extension-xrandr-indicator
+ gnome-shell-extension-gajim)
+
+build() {
+  _extensions=(alternate-tab windowsNavigator dock auto-move-windows user-theme
+   drive-menu alternative-status-menu places-menu
+   native-window-placement systemMonitor apps-menu
+   workspace-indicator xrandr-indicator gajim)
+
+  cd $srcdir/$pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--enable-extensions=${_extensions[*]} \
+--disable-schemas-compile
+  make
+}
+
+package_gnome-shell-extensions-common() {
+  pkgdesc=Extensions for GNOME Shell - common files
+  depends=(gnome-shell)
+  groups=()
+
+  cd $srcdir/$pkgbase-$pkgver/po
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-alternate-tab() {
+  pkgdesc=Alternate Tab extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+  install=gnome-shell-extensions.install
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/alternate-tab
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-windows-navigator() {
+  pkgdesc=Windows Navigator extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/windowsNavigator
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-dock() {
+  pkgdesc=Dock extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+  install=gnome-shell-extensions.install
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/dock
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-auto-move-windows() {
+  pkgdesc=Auto Move Windows extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+  install=gnome-shell-extensions.install
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/auto-move-windows
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-user-theme() {
+  pkgdesc=User Theme extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+  install=gnome-shell-extensions.install
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/user-theme
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-drive-menu() {
+  pkgdesc=Drive Menu extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/drive-menu
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-alternative-status-menu() {
+  pkgdesc=Alternative Status Menu extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/alternative-status-menu
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-places-menu() {
+  pkgdesc=Places Menu extension for GNOME Shell
+  depends=(gnome-shell-extensions-common)
+
+  cd $srcdir/$pkgbase-$pkgver/extensions/places-menu
+  make DESTDIR=$pkgdir install
+}
+
+package_gnome-shell-extension-native-window-placement() {
+  pkgdesc=Native 

[arch-commits] Commit in qwtplot3d/repos (staging-i686)

2011-10-18 Thread Ronald van Haren
Date: Tuesday, October 18, 2011 @ 15:04:08
  Author: ronald
Revision: 140759

db-remove: qwtplot3d removed by ronald

Deleted:
  qwtplot3d/repos/staging-i686/



[arch-commits] Commit in strigi/trunk (PKGBUILD libstreamanalyzer_pdf.patch)

2011-10-18 Thread Andrea Scarpino
Date: Tuesday, October 18, 2011 @ 15:06:58
  Author: andrea
Revision: 140760

upgpkg: strigi 0.7.6-2

Fix kfilemetadatareader crash with PDF files (FS#26504)

Added:
  strigi/trunk/libstreamanalyzer_pdf.patch
Modified:
  strigi/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 libstreamanalyzer_pdf.patch |   27 +++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 19:04:08 UTC (rev 140759)
+++ PKGBUILD2011-10-18 19:06:58 UTC (rev 140760)
@@ -4,7 +4,7 @@
 
 pkgname=strigi
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast crawling desktop search engine with Qt4 GUI
 arch=('i686' 'x86_64')
 url=http://www.vandenoever.info/software/strigi/;
@@ -14,10 +14,15 @@
 optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
 'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
 
#source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('41cddd39e4ae3f590d82c859a14e9261')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'libstreamanalyzer_pdf.patch')
+md5sums=('41cddd39e4ae3f590d82c859a14e9261'
+ '3e722a93cf5c6238e625ca58463afac2')
 
 build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/libstreamanalyzer
+  patch -p1 -i ${srcdir}/libstreamanalyzer_pdf.patch
+
   cd ${srcdir}
   mkdir build
   cd build

Added: libstreamanalyzer_pdf.patch
===
--- libstreamanalyzer_pdf.patch (rev 0)
+++ libstreamanalyzer_pdf.patch 2011-10-18 19:06:58 UTC (rev 140760)
@@ -0,0 +1,27 @@
+commit 23d5ce636b7897dc3f233a5293f3164dac50566d
+Author: Jos van den Oever j...@vandenoever.info
+Date:   Sun Jul 31 12:32:44 2011 +0200
+
+Revert patch that breaks parsing of PDF files.
+The offending patch was 672c8b7b3cb4400bc505421f4cc70cf742ed9df0.
+
+diff --git a/lib/pdf/pdfparser.cpp b/lib/pdf/pdfparser.cpp
+index c27f691..df2f7e5 100644
+--- a/lib/pdf/pdfparser.cpp
 b/lib/pdf/pdfparser.cpp
+@@ -34,12 +34,13 @@ StreamStatus
+ PdfParser::read(int32_t min, int32_t max) {
+ int32_t off = (int32_t)(pos-start);
+ int32_t d = (int32_t)(stream-position() - bufferStart);
+-bufferStart += off;
++min += d;
++if (max  0) max += d;
+ stream-reset(bufferStart);
+ int32_t n = stream-read(start, min, max);
+ //printf(objstart %i %i\n, d, n);
+ if (n  min) return stream-status();
+-pos = start;
++pos = start + off;
+ end = start + n;
+ return Ok;
+ }



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

2011-10-18 Thread Andrea Scarpino
Date: Tuesday, October 18, 2011 @ 15:07:53
  Author: andrea
Revision: 140761

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

Added:
  strigi/repos/extra-i686/PKGBUILD
(from rev 140760, strigi/trunk/PKGBUILD)
  strigi/repos/extra-i686/libstreamanalyzer_pdf.patch
(from rev 140760, strigi/trunk/libstreamanalyzer_pdf.patch)
  strigi/repos/extra-x86_64/PKGBUILD
(from rev 140760, strigi/trunk/PKGBUILD)
  strigi/repos/extra-x86_64/libstreamanalyzer_pdf.patch
(from rev 140760, strigi/trunk/libstreamanalyzer_pdf.patch)
Deleted:
  strigi/repos/extra-i686/PKGBUILD
  strigi/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |  101 +++--
 extra-i686/libstreamanalyzer_pdf.patch   |   27 +++
 extra-x86_64/PKGBUILD|  101 +++--
 extra-x86_64/libstreamanalyzer_pdf.patch |   27 +++
 4 files changed, 160 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 19:06:58 UTC (rev 140760)
+++ extra-i686/PKGBUILD 2011-10-18 19:07:53 UTC (rev 140761)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=strigi
-pkgver=0.7.6
-pkgrel=1
-pkgdesc=Fast crawling desktop search engine with Qt4 GUI
-arch=('i686' 'x86_64')
-url=http://www.vandenoever.info/software/strigi/;
-license=('GPL2')
-depends=('bzip2' 'exiv2' 'libxml2' 'boost-libs')
-makedepends=('qt' 'cmake' 'pkg-config' 'boost')
-optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
-'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-#source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('41cddd39e4ae3f590d82c859a14e9261')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_INOTIFY=ON \
--DENABLE_LOG4CXX=OFF \
--DENABLE_FAM=OFF \
--DENABLE_CLUCENE=OFF \
--DENABLE_CLUCENE_NG=OFF \
--DENABLE_FFMPEG=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build/libstreams
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/libstreamanalyzer
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/strigiclient/lib/searchclient/qtdbus
-  make DESTDIR=${pkgdir} install
-  
-  cd ${srcdir}/build/strigiutils
-  make DESTDIR=${pkgdir} install
-}

Copied: strigi/repos/extra-i686/PKGBUILD (from rev 140760, 
strigi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 19:07:53 UTC (rev 140761)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.6
+pkgrel=2
+pkgdesc=Fast crawling desktop search engine with Qt4 GUI
+arch=('i686' 'x86_64')
+url=http://www.vandenoever.info/software/strigi/;
+license=('GPL2')
+depends=('bzip2' 'exiv2' 'libxml2' 'boost-libs')
+makedepends=('qt' 'cmake' 'pkg-config' 'boost')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
+#source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'libstreamanalyzer_pdf.patch')
+md5sums=('41cddd39e4ae3f590d82c859a14e9261'
+ '3e722a93cf5c6238e625ca58463afac2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/libstreamanalyzer
+  patch -p1 -i ${srcdir}/libstreamanalyzer_pdf.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build/libstreams
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/libstreamanalyzer
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/strigiclient/lib/searchclient/qtdbus
+  make DESTDIR=${pkgdir} install
+  
+  cd ${srcdir}/build/strigiutils
+  make DESTDIR=${pkgdir} install
+}

Copied: strigi/repos/extra-i686/libstreamanalyzer_pdf.patch (from rev 140760, 
strigi/trunk/libstreamanalyzer_pdf.patch)
===
--- extra-i686/libstreamanalyzer_pdf.patch  (rev 0)
+++ extra-i686/libstreamanalyzer_pdf.patch  2011-10-18 19:07:53 UTC (rev 
140761)
@@ -0,0 +1,27 @@
+commit 

[arch-commits] Commit in qwtplot3d/repos (staging-x86_64)

2011-10-18 Thread Ronald van Haren
Date: Tuesday, October 18, 2011 @ 15:16:06
  Author: ronald
Revision: 140762

remove leftover staging directory

Deleted:
  qwtplot3d/repos/staging-x86_64/



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

2011-10-18 Thread Andrea Scarpino
Date: Tuesday, October 18, 2011 @ 15:48:17
  Author: andrea
Revision: 140763

upgpkg: libvncserver 0.9.8.1-1

upstream release

Modified:
  libvncserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 19:16:06 UTC (rev 140762)
+++ PKGBUILD2011-10-18 19:48:17 UTC (rev 140763)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libvncserver
-pkgver=0.9.8
-pkgrel=4
+pkgver=0.9.8.1
+pkgrel=1
 pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
 arch=('i686' 'x86_64')
 url=http://libvncserver.sourceforge.net/;
@@ -12,7 +13,7 @@
 depends=('libjpeg' 'gnutls' 'libgcrypt')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3')
+md5sums=('51e972bd26c098b0b8d4687af6afbeb1')
 
 build() {
   cd ${srcdir}/LibVNCServer-${pkgver}



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

2011-10-18 Thread Andrea Scarpino
Date: Tuesday, October 18, 2011 @ 15:48:49
  Author: andrea
Revision: 140764

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 19:48:17 UTC (rev 140763)
+++ extra-i686/PKGBUILD 2011-10-18 19:48:49 UTC (rev 140764)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libvncserver
-pkgver=0.9.8
-pkgrel=4
-pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
-arch=('i686' 'x86_64')
-url=http://libvncserver.sourceforge.net/;
-license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3')
-
-build() {
-  cd ${srcdir}/LibVNCServer-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/LibVNCServer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libvncserver/repos/extra-i686/PKGBUILD (from rev 140763, 
libvncserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 19:48:49 UTC (rev 140764)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libvncserver
+pkgver=0.9.8.1
+pkgrel=1
+pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
+arch=('i686' 'x86_64')
+url=http://libvncserver.sourceforge.net/;
+license=('GPL')
+depends=('libjpeg' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
+md5sums=('51e972bd26c098b0b8d4687af6afbeb1')
+
+build() {
+  cd ${srcdir}/LibVNCServer-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibVNCServer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-18 19:48:17 UTC (rev 140763)
+++ extra-x86_64/PKGBUILD   2011-10-18 19:48:49 UTC (rev 140764)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libvncserver
-pkgver=0.9.8
-pkgrel=4
-pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
-arch=('i686' 'x86_64')
-url=http://libvncserver.sourceforge.net/;
-license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
-md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3')
-
-build() {
-  cd ${srcdir}/LibVNCServer-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/LibVNCServer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libvncserver/repos/extra-x86_64/PKGBUILD (from rev 140763, 
libvncserver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-18 19:48:49 UTC (rev 140764)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libvncserver
+pkgver=0.9.8.1
+pkgrel=1
+pkgdesc=A cross-platform C libraries that allow you to easily implement VNC 
server
+arch=('i686' 'x86_64')
+url=http://libvncserver.sourceforge.net/;
+license=('GPL')
+depends=('libjpeg' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz;)
+md5sums=('51e972bd26c098b0b8d4687af6afbeb1')
+
+build() {
+  cd ${srcdir}/LibVNCServer-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibVNCServer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 16:07:32
  Author: eric
Revision: 140765

upgpkg: libevent 2.0.15-1

Upstream update

Modified:
  libevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 19:48:49 UTC (rev 140764)
+++ PKGBUILD2011-10-18 20:07:32 UTC (rev 140765)
@@ -3,7 +3,7 @@
 # Contributor: Judd jvi...@zeroflux.org
 
 pkgname=libevent
-pkgver=2.0.13
+pkgver=2.0.15
 pkgrel=1
 pkgdesc=An event notification library
 arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@
 depends=('openssl')
 optdepends=('python2: to use event_rpcgen.py')
 options=('!libtool')
-source=(http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz;)
-md5sums=('af786b4b3f790c9d3279792edf7867fc')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+ '56e52e1b6bba54102d278da59af4495e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-stable



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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 16:07:58
  Author: eric
Revision: 140766

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

Added:
  libevent/repos/testing-i686/
  libevent/repos/testing-i686/PKGBUILD
(from rev 140765, libevent/trunk/PKGBUILD)
  libevent/repos/testing-x86_64/
  libevent/repos/testing-x86_64/PKGBUILD
(from rev 140765, libevent/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libevent/repos/testing-i686/PKGBUILD (from rev 140765, 
libevent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 20:07:58 UTC (rev 140766)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=libevent
+pkgver=2.0.15
+pkgrel=1
+pkgdesc=An event notification library
+arch=('i686' 'x86_64')
+url=http://www.monkey.org/~provos/libevent/;
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+ '56e52e1b6bba54102d278da59af4495e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make DESTDIR=${pkgdir} install
+}

Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 140765, 
libevent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 20:07:58 UTC (rev 140766)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=libevent
+pkgver=2.0.15
+pkgrel=1
+pkgdesc=An event notification library
+arch=('i686' 'x86_64')
+url=http://www.monkey.org/~provos/libevent/;
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+ '56e52e1b6bba54102d278da59af4495e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 19:19:53
  Author: eric
Revision: 140767

upgpkg: vim 7.3.338-1

Upstream update, Improve mksource function

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 20:07:58 UTC (rev 140766)
+++ PKGBUILD2011-10-18 23:19:53 UTC (rev 140767)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=322
-__hgrev=5e84f6567623
+_patchlevel=338
+__hgrev=f530aef0d959
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -18,15 +18,17 @@
 source=(ftp://ftp.archlinux.org/other/vim/${pkgname}-${pkgver}.tar.xz
 
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
 vimrc archlinux.vim gvim.desktop)
-md5sums=('67f5333d3ab35b705205dd3c95420b0b'
+md5sums=('fc83d6580fd8441793fccfd26487aadb'
  '6e7adfbd5d26c1d161030ec203a7f243'
  'e5374891063b9ca48a1fe392ac05'
  '10353a61aadc3f276692d0e17db1478e'
  'd90413bd21f400313a785bb4010120cd')
 
 # source PKGBUILD  mksource
-# mercurial is needed
 mksource() {
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
   __hgroot='http://vim.googlecode.com/hg/'
   __hgrepo='vim'
   __hgbranch='default'
@@ -44,6 +46,7 @@
   find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
   rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
   tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
 }
 
 build() {



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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 19:20:38
  Author: eric
Revision: 140768

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 140767, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 140767, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 140767, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 140767, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 140767, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 140767, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 140767, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 140767, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 140767, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 140767, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  396 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++---
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  396 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++---
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 622 insertions(+), 634 deletions(-)

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


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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 20:51:08
  Author: eric
Revision: 140769

upgpkg: linux_logo 5.11-1

Upstream update

Modified:
  linux_logo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 23:20:38 UTC (rev 140768)
+++ PKGBUILD2011-10-19 00:51:08 UTC (rev 140769)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer: Damir Perisa da...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=linux_logo
-pkgver=5.10
+pkgver=5.11
 pkgrel=1
 pkgdesc=Text-based logo and system information program
 arch=('i686' 'x86_64') 
@@ -11,8 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
-md5sums=('30d635841ba2cf630b040fadbf95377d')
-sha1sums=('0ba27d563b938fd802e424c8c116e1ea3c19aab4')
+sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-18 Thread Eric Bélanger
Date: Tuesday, October 18, 2011 @ 20:51:32
  Author: eric
Revision: 140770

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-19 00:51:08 UTC (rev 140769)
+++ extra-i686/PKGBUILD 2011-10-19 00:51:32 UTC (rev 140770)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Damir Perisa da...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=linux_logo
-pkgver=5.10
-pkgrel=1
-pkgdesc=Text-based logo and system information program
-arch=('i686' 'x86_64') 
-url=http://www.deater.net/weave/vmwprod/linux_logo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
-md5sums=('30d635841ba2cf630b040fadbf95377d')
-sha1sums=('0ba27d563b938fd802e424c8c116e1ea3c19aab4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: linux_logo/repos/extra-i686/PKGBUILD (from rev 140769, 
linux_logo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-19 00:51:32 UTC (rev 140770)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=linux_logo
+pkgver=5.11
+pkgrel=1
+pkgdesc=Text-based logo and system information program
+arch=('i686' 'x86_64') 
+url=http://www.deater.net/weave/vmwprod/linux_logo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-19 00:51:08 UTC (rev 140769)
+++ extra-x86_64/PKGBUILD   2011-10-19 00:51:32 UTC (rev 140770)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Damir Perisa da...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=linux_logo
-pkgver=5.10
-pkgrel=1
-pkgdesc=Text-based logo and system information program
-arch=('i686' 'x86_64') 
-url=http://www.deater.net/weave/vmwprod/linux_logo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
-md5sums=('30d635841ba2cf630b040fadbf95377d')
-sha1sums=('0ba27d563b938fd802e424c8c116e1ea3c19aab4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: linux_logo/repos/extra-x86_64/PKGBUILD (from rev 140769, 
linux_logo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-19 00:51:32 UTC (rev 140770)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=linux_logo
+pkgver=5.11
+pkgrel=1
+pkgdesc=Text-based logo and system information program
+arch=('i686' 'x86_64') 
+url=http://www.deater.net/weave/vmwprod/linux_logo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install
+}



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

2011-10-18 Thread Dave Reisner
Date: Tuesday, October 18, 2011 @ 21:14:13
  Author: dreisner
Revision: 140771

upgpkg: dnsmasq 2.59-1

upstream release 2.59

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-19 00:51:32 UTC (rev 140770)
+++ PKGBUILD2011-10-19 01:14:13 UTC (rev 140771)
@@ -4,13 +4,13 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.58
-pkgrel=2
+pkgver=2.59
+pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('glibc' 'bash' 'dbus-core')
+depends=('glibc' 'dbus-core')
 makedepends=('libcap=2.16')
 install=$pkgname.install
 backup=('etc/dnsmasq.conf'
@@ -19,7 +19,7 @@
 'dnsmasq.confd'
 'rc.dnsmasq'
 'dnsmasq.service')
-md5sums=('14c5c81debb324adc261db971730f4c6'
+md5sums=('29d43f182ecad06d64b3598c02380a80'
  '66479e99123faeab83ebaed709ef95b5'
  '818c122ea4d81868a75afad109411170'
  'f329d86f8ba1cd85f9b6ee59e0ce3791')
@@ -38,7 +38,6 @@
 
   make PREFIX=/usr DESTDIR=$pkgdir install
 
-  install -dm755 $pkgdir/var/{db,lib/misc}
   install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
   install -Dm644 $srcdir/dnsmasq.confd $pkgdir/etc/conf.d/dnsmasq
 



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

2011-10-18 Thread Dave Reisner
Date: Tuesday, October 18, 2011 @ 21:14:39
  Author: dreisner
Revision: 140772

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 140771, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.confd
(from rev 140771, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 140771, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 140771, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-i686/rc.dnsmasq
(from rev 140771, dnsmasq/trunk/rc.dnsmasq)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 140771, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
(from rev 140771, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 140771, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 140771, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/rc.dnsmasq
(from rev 140771, dnsmasq/trunk/rc.dnsmasq)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.confd
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-i686/rc.dnsmasq
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service
  dnsmasq/repos/extra-x86_64/rc.dnsmasq

--+
 extra-i686/PKGBUILD  |   99 ++
 extra-i686/dnsmasq.confd |   18 +++---
 extra-i686/dnsmasq.install   |   42 
 extra-i686/dnsmasq.service   |   26 +-
 extra-i686/rc.dnsmasq|  106 -
 extra-x86_64/PKGBUILD|   99 ++
 extra-x86_64/dnsmasq.confd   |   18 +++---
 extra-x86_64/dnsmasq.install |   42 
 extra-x86_64/dnsmasq.service |   26 +-
 extra-x86_64/rc.dnsmasq  |  106 -
 10 files changed, 290 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-19 01:14:13 UTC (rev 140771)
+++ extra-i686/PKGBUILD 2011-10-19 01:14:39 UTC (rev 140772)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.58
-pkgrel=2
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'bash' 'dbus-core')
-makedepends=('libcap=2.16')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
-'dnsmasq.confd'
-'rc.dnsmasq'
-'dnsmasq.service')
-md5sums=('14c5c81debb324adc261db971730f4c6'
- '66479e99123faeab83ebaed709ef95b5'
- '818c122ea4d81868a75afad109411170'
- 'f329d86f8ba1cd85f9b6ee59e0ce3791')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # link against dbus
-  echo '#define HAVE_DBUS'  src/config.h
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/{db,lib/misc}
-  install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
-  install -Dm644 $srcdir/dnsmasq.confd $pkgdir/etc/conf.d/dnsmasq
-
-  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/lib/systemd/system/dnsmasq.service
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 140771, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-19 01:14:39 UTC (rev 140772)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.59
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'dbus-core')
+makedepends=('libcap=2.16')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf'
+'etc/conf.d/dnsmasq')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
+'dnsmasq.confd'
+'rc.dnsmasq'
+'dnsmasq.service')
+md5sums=('29d43f182ecad06d64b3598c02380a80'
+ '66479e99123faeab83ebaed709ef95b5'
+ '818c122ea4d81868a75afad109411170'
+ 

[arch-commits] Commit in krb5/trunk (PKGBUILD krb5-1.9.1-2011-006.patch)

2011-10-18 Thread Stéphane Gaudreault
Date: Tuesday, October 18, 2011 @ 22:08:02
  Author: stephane
Revision: 140773

upgpkg: krb5 1.9.1-5

Fix KDC denial of service vulnerabilities

Added:
  krb5/trunk/krb5-1.9.1-2011-006.patch
Modified:
  krb5/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +--
 krb5-1.9.1-2011-006.patch |   75 
 2 files changed, 84 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-19 01:14:39 UTC (rev 140772)
+++ PKGBUILD2011-10-19 02:08:02 UTC (rev 140773)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -18,12 +18,14 @@
 krb5-kadmind
 krb5-kdc
 krb5-1.9.1-config-script.patch
-krb5-1.9.1-canonicalize-fallback.patch)
+krb5-1.9.1-canonicalize-fallback.patch
+krb5-1.9.1-2011-006.patch)
 sha1sums=('e23a1795a237521493da9cf3443ac8b98a90c066'
   '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
   '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
   '7342410760cf44bfa01bb99bb4c49e12496cb46f'
-  '238c268fa6cb42fc7324ab54db9abda5cd77f833')
+  '238c268fa6cb42fc7324ab54db9abda5cd77f833'
+  '0b0016b0e341dcf720f67925b0d451b328e02583')
 options=('!emptydirs')
 
 build() {
@@ -47,6 +49,10 @@
# FS#25384
sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
 
+   # KDC denial of service vulnerabilities
+   # http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-006.txt
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-2011-006.patch
+
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
export CPPFLAGS+= -I/usr/include/et
./configure --prefix=/usr \

Added: krb5-1.9.1-2011-006.patch
===
--- krb5-1.9.1-2011-006.patch   (rev 0)
+++ krb5-1.9.1-2011-006.patch   2011-10-19 02:08:02 UTC (rev 140773)
@@ -0,0 +1,75 @@
+diff --git a/src/plugins/kdb/db2/lockout.c b/src/plugins/kdb/db2/lockout.c
+index b473611..50c60b7 100644
+--- a/src/plugins/kdb/db2/lockout.c
 b/src/plugins/kdb/db2/lockout.c
+@@ -169,6 +169,9 @@ krb5_db2_lockout_audit(krb5_context context,
+ return 0;
+ }
+ 
++if (entry == NULL)
++return 0;
++
+ if (!db_ctx-disable_lockout) {
+ code = lookup_lockout_policy(context, entry, max_fail,
+  failcnt_interval, lockout_duration);
+@@ -176,6 +179,15 @@ krb5_db2_lockout_audit(krb5_context context,
+ return code;
+ }
+ 
++/*
++ * Don't continue to modify the DB for an already locked account.
++ * (In most cases, status will be KRB5KDC_ERR_CLIENT_REVOKED, and
++ * this check is unneeded, but in rare cases, we can fail with an
++ * integrity error or preauth failure before a policy check.)
++ */
++if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
++return 0;
++
+ /* Only mark the authentication as successful if the entry
+  * required preauthentication, otherwise we have no idea. */
+ if (status == 0  (entry-attributes  KRB5_KDB_REQUIRES_PRE_AUTH)) {
+diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 
b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
+index 552e39a..c2f44ab 100644
+--- a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
 b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
+@@ -105,6 +105,7 @@ krb5_ldap_get_principal(krb5_context context, 
krb5_const_principal searchfor,
+ CHECK_LDAP_HANDLE(ldap_context);
+ 
+ if (is_principal_in_realm(ldap_context, searchfor) != 0) {
++st = KRB5_KDB_NOENTRY;
+ krb5_set_error_message (context, st, Principal does not belong to 
realm);
+ goto cleanup;
+ }
+diff --git a/src/plugins/kdb/ldap/libkdb_ldap/lockout.c 
b/src/plugins/kdb/ldap/libkdb_ldap/lockout.c
+index a218dc7..fd164dd 100644
+--- a/src/plugins/kdb/ldap/libkdb_ldap/lockout.c
 b/src/plugins/kdb/ldap/libkdb_ldap/lockout.c
+@@ -165,6 +165,9 @@ krb5_ldap_lockout_audit(krb5_context context,
+ return 0;
+ }
+ 
++if (entry == NULL)
++return 0;
++
+ if (!ldap_context-disable_lockout) {
+ code = lookup_lockout_policy(context, entry, max_fail,
+  failcnt_interval,
+@@ -173,9 +176,16 @@ krb5_ldap_lockout_audit(krb5_context context,
+ return code;
+ }
+ 
+-entry-mask = 0;
++/*
++ * Don't continue to modify the DB for an already locked account.
++ * (In most cases, status will be KRB5KDC_ERR_CLIENT_REVOKED, and
++ * this check is unneeded, but in rare cases, we can fail with an
++ * integrity error or preauth failure before a policy check.)
++ */
++if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))

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

2011-10-18 Thread Stéphane Gaudreault
Date: Tuesday, October 18, 2011 @ 22:08:36
  Author: stephane
Revision: 140774

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

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

---+
 testing-i686/PKGBUILD |   91 
 testing-i686/krb5-1.9.1-2011-006.patch|   75 +
 testing-i686/krb5-1.9.1-canonicalize-fallback.patch   |   58 ++
 testing-i686/krb5-1.9.1-config-script.patch   |   27 
 testing-i686/krb5-kadmind |   40 +++
 testing-i686/krb5-kdc |   40 +++
 testing-x86_64/PKGBUILD   |   91 
 testing-x86_64/krb5-1.9.1-2011-006.patch  |   75 +
 testing-x86_64/krb5-1.9.1-canonicalize-fallback.patch |   58 ++
 testing-x86_64/krb5-1.9.1-config-script.patch |   27 
 testing-x86_64/krb5-kadmind   |   40 +++
 testing-x86_64/krb5-kdc   |   40 +++
 12 files changed, 662 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 140773, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-19 02:08:36 UTC (rev 140774)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.9.1
+pkgrel=5
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+provides=('heimdal')
+replaces=('heimdal')
+conflicts=('heimdal')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.9/${pkgname}-${pkgver}-signed.tar
+krb5-kadmind
+krb5-kdc
+krb5-1.9.1-config-script.patch
+krb5-1.9.1-canonicalize-fallback.patch
+krb5-1.9.1-2011-006.patch)
+sha1sums=('e23a1795a237521493da9cf3443ac8b98a90c066'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  '7342410760cf44bfa01bb99bb4c49e12496cb46f'
+  '238c268fa6cb42fc7324ab54db9abda5cd77f833'
+  '0b0016b0e341dcf720f67925b0d451b328e02583')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${pkgname}-${pkgver}.tar.gz
+   cd ${srcdir}/${pkgname}-${pkgver}/src
+
+   # - Make krb5-config suppress CFLAGS output when called with --libs
+   #   cf https://bugzilla.redhat.com/show_bug.cgi?id=544391
+   #
+   # - Omit extra libraries because their interfaces are not exposed to 
applications
+   #   by libkrb5, unless do_deps is set to 1, which indicates that the caller
+   #   wants the whole list.
+   #
+   #   Patch from upstream : 
+   #   
http://anonsvn.mit.edu/viewvc/krb5/trunk/src/krb5-config.in?r1=23662r2=25236
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-config-script.patch
+
+   # FS#25515
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-canonicalize-fallback.patch
+
+   # FS#25384
+   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
+
+   # KDC denial of service vulnerabilities
+   # http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-006.txt
+   patch -Np2 -i ${srcdir}/krb5-1.9.1-2011-006.patch
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   

[arch-commits] Commit in (5 files)

2011-10-18 Thread Gaetan Bisson
Date: Wednesday, October 19, 2011 @ 00:33:37
  Author: bisson
Revision: 140775

add x11-ssh-askpass

Added:
  x11-ssh-askpass/
  x11-ssh-askpass/repos/
  x11-ssh-askpass/trunk/
  x11-ssh-askpass/trunk/PKGBUILD
  x11-ssh-askpass/trunk/profile.d

---+
 PKGBUILD  |   44 
 profile.d |4 
 2 files changed, 48 insertions(+)

Added: x11-ssh-askpass/trunk/PKGBUILD
===
--- x11-ssh-askpass/trunk/PKGBUILD  (rev 0)
+++ x11-ssh-askpass/trunk/PKGBUILD  2011-10-19 04:33:37 UTC (rev 140775)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=(${url}${pkgname}-${pkgver}.tar.gz # httpd only sends half the bits
+source=(http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz;
+'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+  '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --mandir=/usr/share/man \
+   --libexecdir=/usr/lib/ssh \
+   --with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+   xmkmf
+   make includes
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install install.man
+   install -Dm755 ../profile.d ${pkgdir}/etc/profile.d/${pkgname}.sh
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   sed '109,174p;d' README  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: x11-ssh-askpass/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: x11-ssh-askpass/trunk/profile.d
===
--- x11-ssh-askpass/trunk/profile.d (rev 0)
+++ x11-ssh-askpass/trunk/profile.d 2011-10-19 04:33:37 UTC (rev 140775)
@@ -0,0 +1,4 @@
+if [ -f /usr/lib/ssh/x11-ssh-askpass ] ; then
+   SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass
+   export SSH_ASKPASS
+fi



[arch-commits] Commit in x11-ssh-askpass/repos (6 files)

2011-10-18 Thread Gaetan Bisson
Date: Wednesday, October 19, 2011 @ 00:35:16
  Author: bisson
Revision: 140776

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

Added:
  x11-ssh-askpass/repos/testing-i686/
  x11-ssh-askpass/repos/testing-i686/PKGBUILD
(from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
  x11-ssh-askpass/repos/testing-i686/profile.d
(from rev 140775, x11-ssh-askpass/trunk/profile.d)
  x11-ssh-askpass/repos/testing-x86_64/
  x11-ssh-askpass/repos/testing-x86_64/PKGBUILD
(from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
  x11-ssh-askpass/repos/testing-x86_64/profile.d
(from rev 140775, x11-ssh-askpass/trunk/profile.d)

--+
 testing-i686/PKGBUILD|   44 
 testing-i686/profile.d   |4 
 testing-x86_64/PKGBUILD  |   44 
 testing-x86_64/profile.d |4 
 4 files changed, 96 insertions(+)

Copied: x11-ssh-askpass/repos/testing-i686/PKGBUILD (from rev 140775, 
x11-ssh-askpass/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=(${url}${pkgname}-${pkgver}.tar.gz # httpd only sends half the bits
+source=(http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz;
+'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+  '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --mandir=/usr/share/man \
+   --libexecdir=/usr/lib/ssh \
+   --with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+   xmkmf
+   make includes
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install install.man
+   install -Dm755 ../profile.d ${pkgdir}/etc/profile.d/${pkgname}.sh
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   sed '109,174p;d' README  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: x11-ssh-askpass/repos/testing-i686/profile.d (from rev 140775, 
x11-ssh-askpass/trunk/profile.d)
===
--- testing-i686/profile.d  (rev 0)
+++ testing-i686/profile.d  2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,4 @@
+if [ -f /usr/lib/ssh/x11-ssh-askpass ] ; then
+   SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass
+   export SSH_ASKPASS
+fi

Copied: x11-ssh-askpass/repos/testing-x86_64/PKGBUILD (from rev 140775, 
x11-ssh-askpass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=(${url}${pkgname}-${pkgver}.tar.gz # httpd only sends half the bits
+source=(http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz;
+'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+  '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --mandir=/usr/share/man \
+   --libexecdir=/usr/lib/ssh \
+   --with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+   xmkmf
+   make includes
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install install.man
+   install -Dm755 ../profile.d ${pkgdir}/etc/profile.d/${pkgname}.sh
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   sed '109,174p;d' README  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: x11-ssh-askpass/repos/testing-x86_64/profile.d (from rev 140775,