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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:35:31
  Author: jgc
Revision: 113609

upgpkg: xorg-util-macros 1.12.0-1
Update to 1.12

Modified:
  xorg-util-macros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 00:09:25 UTC (rev 113608)
+++ PKGBUILD2011-03-10 09:35:31 UTC (rev 113609)
@@ -2,14 +2,14 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-util-macros
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=X.Org Autotools macros
 arch=(any)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha1sums=('646188eeca4fa319d95aba7a271149bcbf9ee49e')
+sha1sums=('07e817b8808b67279a0f0e34dcd57c79ac4d081f')
 
 build() {
   cd ${srcdir}/util-macros-${pkgver}



[arch-commits] Commit in xorg-util-macros/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:35:37
  Author: jgc
Revision: 113610

archrelease: remove extra-any

Deleted:
  xorg-util-macros/repos/extra-any/



[arch-commits] Commit in xorg-util-macros/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:35:50
  Author: jgc
Revision: 113611

archrelease: copy trunk to extra-any

Added:
  xorg-util-macros/repos/extra-any/



[arch-commits] Commit in (4 files)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:46:53
  Author: jgc
Revision: 113612

Add standalone xkbcomp package

Added:
  xorg-xkbcomp/
  xorg-xkbcomp/repos/
  xorg-xkbcomp/trunk/
  xorg-xkbcomp/trunk/PKGBUILD

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

Added: xorg-xkbcomp/trunk/PKGBUILD
===
--- xorg-xkbcomp/trunk/PKGBUILD (rev 0)
+++ xorg-xkbcomp/trunk/PKGBUILD 2011-03-10 09:46:53 UTC (rev 113612)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 61599 2009-12-19 21:29:48Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xkbcomp
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=X Keyboard description compiler
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
+sha1sums=('02d7e7b67a6ef3035f92f9e541252bf85e3f0385')
+
+build() {
+  cd ${srcdir}/xkbcomp-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:47:12
  Author: jgc
Revision: 113613

archrelease: copy trunk to extra-i686

Added:
  xorg-xkbcomp/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:47:27
  Author: jgc
Revision: 113614

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xkbcomp/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:51:27
  Author: jgc
Revision: 113615

Add standalone setxkbmap utility

Added:
  xorg-setxkbmap/
  xorg-setxkbmap/repos/
  xorg-setxkbmap/trunk/
  xorg-setxkbmap/trunk/PKGBUILD

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

Added: xorg-setxkbmap/trunk/PKGBUILD
===
--- xorg-setxkbmap/trunk/PKGBUILD   (rev 0)
+++ xorg-setxkbmap/trunk/PKGBUILD   2011-03-10 09:51:27 UTC (rev 113615)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 61599 2009-12-19 21:29:48Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-setxkbmap
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Set the keyboard using the X Keyboard Extension
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
+sha1sums=('860785e16313d30792fe62604f65d84281812322')
+
+build() {
+  cd ${srcdir}/setxkbmap-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:51:58
  Author: jgc
Revision: 113616

archrelease: copy trunk to extra-i686

Added:
  xorg-setxkbmap/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:52:12
  Author: jgc
Revision: 113617

archrelease: copy trunk to extra-x86_64

Added:
  xorg-setxkbmap/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:55:14
  Author: jgc
Revision: 113618

Add standalone xkbevd package

Added:
  xorg-xkbevd/
  xorg-xkbevd/repos/
  xorg-xkbevd/trunk/
  xorg-xkbevd/trunk/PKGBUILD

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

Added: xorg-xkbevd/trunk/PKGBUILD
===
--- xorg-xkbevd/trunk/PKGBUILD  (rev 0)
+++ xorg-xkbevd/trunk/PKGBUILD  2011-03-10 09:55:14 UTC (rev 113618)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xkbevd
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=XKB event daemon
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/xkbevd-${pkgver}.tar.bz2)
+sha1sums=('f7d4eb5485c2b450266e4e467106f4d8560f4edd')
+
+build() {
+  cd ${srcdir}/xkbevd-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:56:24
  Author: jgc
Revision: 113619

Add Id

Modified:
  xorg-xkbcomp/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 09:55:14 UTC (rev 113618)
+++ PKGBUILD2011-03-10 09:56:24 UTC (rev 113619)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61599 2009-12-19 21:29:48Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xkbcomp


Property changes on: xorg-xkbcomp/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:56:44
  Author: jgc
Revision: 113620

Add Id

Modified:
  xorg-xkbevd/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 09:56:24 UTC (rev 113619)
+++ PKGBUILD2011-03-10 09:56:44 UTC (rev 113620)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xkbevd


Property changes on: xorg-xkbevd/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:57:29
  Author: jgc
Revision: 113621

Add Id

Modified:
  xorg-setxkbmap/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 09:56:44 UTC (rev 113620)
+++ PKGBUILD2011-03-10 09:57:29 UTC (rev 113621)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61599 2009-12-19 21:29:48Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-setxkbmap


Property changes on: xorg-setxkbmap/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:58:00
  Author: jgc
Revision: 113622

archrelease: copy trunk to extra-i686

Added:
  xorg-xkbevd/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 04:58:15
  Author: jgc
Revision: 113623

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xkbevd/repos/extra-x86_64/



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

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 05:03:11
  Author: ibiru
Revision: 113624

upgpkg: gnome-video-effects 0.3.0-1
update to 0.3.0

Modified:
  gnome-video-effects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 09:58:15 UTC (rev 113623)
+++ PKGBUILD2011-03-10 10:03:11 UTC (rev 113624)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-video-effects
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc=A collection of GStreamer effects
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('gstreamer0.10')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1247e8dbaf5c062ad19d84a40dba285d7ad9d4142cee00a4c13bccde0093bc16')
+sha256sums=('c637f81f5da65846247c6f28d139a7ac0ef294c737cd0da5288b4d2e36b08e7d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnome-video-effects/repos (gnome-unstable-any)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 05:03:17
  Author: ibiru
Revision: 113625

archrelease: remove gnome-unstable-any

Deleted:
  gnome-video-effects/repos/gnome-unstable-any/



[arch-commits] Commit in gnome-video-effects/repos (gnome-unstable-any)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 05:03:30
  Author: ibiru
Revision: 113626

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-video-effects/repos/gnome-unstable-any/



[arch-commits] Commit in archlinux-themes-kde/repos (extra-any)

2011-03-10 Thread Andrea Scarpino
Date: Thursday, March 10, 2011 @ 05:13:37
  Author: andrea
Revision: 113627

db-remove: archlinux-themes-kde removed by andrea

Deleted:
  archlinux-themes-kde/repos/extra-any/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:15:05
  Author: jgc
Revision: 113628

Add Id

Modified:
  xorg-xkbutils/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 10:13:37 UTC (rev 113627)
+++ PKGBUILD2011-03-10 10:15:05 UTC (rev 113628)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xkbutils


Property changes on: xorg-xkbutils/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



[arch-commits] Commit in (archlinux-themes-kde)

2011-03-10 Thread Andrea Scarpino
Date: Thursday, March 10, 2011 @ 05:15:12
  Author: andrea
Revision: 113629

This is useless since kickoff (and classic) has a conf option to specific the 
icon menu

Deleted:
  archlinux-themes-kde/



[arch-commits] Commit in xorg-xkb-utils/trunk (4 files)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:20:43
  Author: jgc
Revision: 113630

upgpkg: xorg-xkb-utils 7.6-1
Replace with transition package

Modified:
  xorg-xkb-utils/trunk/PKGBUILD
Deleted:
  xorg-xkb-utils/trunk/LICENSE.setxkbmap
  xorg-xkb-utils/trunk/LICENSE.xkbevd
  xorg-xkb-utils/trunk/LICENSE.xkbutils

---+
 LICENSE.setxkbmap |   22 --
 LICENSE.xkbevd|   22 --
 LICENSE.xkbutils  |   22 --
 PKGBUILD  |   39 ++-
 4 files changed, 6 insertions(+), 99 deletions(-)

Deleted: LICENSE.setxkbmap
===
--- LICENSE.setxkbmap   2011-03-10 10:15:12 UTC (rev 113629)
+++ LICENSE.setxkbmap   2011-03-10 10:20:43 UTC (rev 113630)
@@ -1,22 +0,0 @@
-   Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
-  
-   Permission to use, copy, modify, and distribute this
-   software and its documentation for any purpose and without
-   fee is hereby granted, provided that the above copyright
-   notice appear in all copies and that both that copyright
-   notice and this permission notice appear in supporting
-   documentation, and that the name of Silicon Graphics not be 
-   used in advertising or publicity pertaining to distribution 
-   of the software without specific prior written permission.
-   Silicon Graphics makes no representation about the suitability 
-   of this software for any purpose. It is provided as is
-   without any express or implied warranty.
-   
-   SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
-   SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
-   AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
-   GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
-   DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
-   DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
-   OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
-   THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: LICENSE.xkbevd
===
--- LICENSE.xkbevd  2011-03-10 10:15:12 UTC (rev 113629)
+++ LICENSE.xkbevd  2011-03-10 10:20:43 UTC (rev 113630)
@@ -1,22 +0,0 @@
-  Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
- 
-  Permission to use, copy, modify, and distribute this
-  software and its documentation for any purpose and without
-  fee is hereby granted, provided that the above copyright
-  notice appear in all copies and that both that copyright
-  notice and this permission notice appear in supporting
-  documentation, and that the name of Silicon Graphics not be 
-  used in advertising or publicity pertaining to distribution 
-  of the software without specific prior written permission.
-  Silicon Graphics makes no representation about the suitability 
-  of this software for any purpose. It is provided as is
-  without any express or implied warranty.
-  
-  SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
-  SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
-  AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
-  GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
-  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
-  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
-  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
-  THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: LICENSE.xkbutils
===
--- LICENSE.xkbutils2011-03-10 10:15:12 UTC (rev 113629)
+++ LICENSE.xkbutils2011-03-10 10:20:43 UTC (rev 113630)
@@ -1,22 +0,0 @@
-  Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
- 
-  Permission to use, copy, modify, and distribute this
-  software and its documentation for any purpose and without
-  fee is hereby granted, provided that the above copyright
-  notice appear in all copies and that both that copyright
-  notice and this permission notice appear in supporting
-  documentation, and that the name of Silicon Graphics not be 
-  used in advertising or publicity pertaining to distribution 
-  of the software without specific prior written permission.
-  Silicon Graphics makes no representation about the suitability 
-  of this software for any purpose. It is provided as is
-  without any express or implied warranty.
-  
-  SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
-  SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
-  AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
-  GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
-  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
-  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
-  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
-  THE USE OR 

[arch-commits] Commit in xorg-xkb-utils/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:20:59
  Author: jgc
Revision: 113631

archrelease: copy trunk to extra-any

Added:
  xorg-xkb-utils/repos/extra-any/



[arch-commits] Commit in xorg-xkb-utils/repos (extra-i686 extra-x86_64)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:21:02
  Author: jgc
Revision: 113632

removed extra-i686 and extra-x86_64 for xorg-xkb-utils

Deleted:
  xorg-xkb-utils/repos/extra-i686/
  xorg-xkb-utils/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:24:07
  Author: jgc
Revision: 113633

upgpkg: libxt 1.1.0-1
Update to 1.1.0

Modified:
  libxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 10:21:02 UTC (rev 113632)
+++ PKGBUILD2011-03-10 10:24:07 UTC (rev 113633)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxt
-pkgver=1.0.9
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=X11 toolkit intrinsics library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
-sha1sums=('3222c028b37e70a1d0d88feba5e52c2408e6bd5c')
+sha1sums=('3adea813644fb8a5a2de8c21583188641be150b9')
 
 build() {
   cd ${srcdir}/libXt-${pkgver}



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:24:14
  Author: jgc
Revision: 113634

archrelease: remove extra-i686

Deleted:
  libxt/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:24:26
  Author: jgc
Revision: 113635

archrelease: copy trunk to extra-i686

Added:
  libxt/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:24:32
  Author: jgc
Revision: 113636

archrelease: remove extra-x86_64

Deleted:
  libxt/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:24:46
  Author: jgc
Revision: 113637

archrelease: copy trunk to extra-x86_64

Added:
  libxt/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:35:20
  Author: jgc
Revision: 113638

upgpkg: xkeyboard-config 2.1-1
Update to 2.1, change dependencies

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 10:24:46 UTC (rev 113637)
+++ PKGBUILD2011-03-10 10:35:20 UTC (rev 113638)
@@ -1,19 +1,19 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=xkeyboard-config
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc=X keyboard configuration files
 arch=(any)
 license=('custom')
 url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkb-utils')
-makedepends=('intltool' 'pkgconfig')
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(http://people.freedesktop.org/~svu/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bb8a98ee61cdc4bd835fdfd2b5cee3e6')
+source=(http://xorg.freedesktop.org/releases/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4e96e0704b2a17b291f98b2240611390e7a99f9e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:35:29
  Author: jgc
Revision: 113639

archrelease: remove extra-any

Deleted:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:35:41
  Author: jgc
Revision: 113640

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/



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

2011-03-10 Thread Juergen Hoetzel
Date: Thursday, March 10, 2011 @ 06:31:08
  Author: juergen
Revision: 113641

update to 23.3.1

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 10:35:41 UTC (rev 113640)
+++ PKGBUILD2011-03-10 11:31:08 UTC (rev 113641)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 # Contributor: Renchi Raju ren...@green.tam.uiuc.edu
 pkgname=emacs
-pkgver=23.2
+pkgver=23.3
 pkgrel=1
 pkgdesc=The Emacs Editor
 arch=(i686 x86_64)
@@ -12,7 +12,8 @@
 replaces=(cedet)
 depends=('dbus-core' 'librsvg' 'gpm'  'giflib' 'libtiff'  'libxpm' 'libjpeg' 
'gtk2' 'texinfo' 'hicolor-icon-theme' 'gconf')
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop)
-md5sums=('b6691852dae0bc142b3c12749f6b7ade' '8af038d2ba4561271e935bb444ceb4e3')
+md5sums=('bf07c01ef473d8540c9c39f94506b1e6'
+ '8af038d2ba4561271e935bb444ceb4e3')
 install=emacs.install
 
 build() {



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

2011-03-10 Thread Juergen Hoetzel
Date: Thursday, March 10, 2011 @ 06:31:46
  Author: juergen
Revision: 113642

archrelease: remove extra-x86_64

Deleted:
  emacs/repos/extra-x86_64/



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

2011-03-10 Thread Juergen Hoetzel
Date: Thursday, March 10, 2011 @ 06:31:56
  Author: juergen
Revision: 113643

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/



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

2011-03-10 Thread Juergen Hoetzel
Date: Thursday, March 10, 2011 @ 06:53:28
  Author: juergen
Revision: 113644

archrelease: remove extra-i686

Deleted:
  emacs/repos/extra-i686/



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

2011-03-10 Thread Juergen Hoetzel
Date: Thursday, March 10, 2011 @ 06:53:39
  Author: juergen
Revision: 113645

archrelease: copy trunk to extra-i686

Added:
  emacs/repos/extra-i686/



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

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:13:45
  Author: ibiru
Revision: 113646

upgpkg: cheese 2.91.91-1
update to 2.91.91

Added:
  cheese/trunk/wrong_requirements.patch
Modified:
  cheese/trunk/PKGBUILD
  cheese/trunk/cheese.install

--+
 PKGBUILD |   22 +-
 cheese.install   |   12 +---
 wrong_requirements.patch |   29 +
 3 files changed, 47 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 11:53:39 UTC (rev 113645)
+++ PKGBUILD2011-03-10 12:13:45 UTC (rev 113646)
@@ -2,29 +2,33 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.32.0
+pkgver=2.91.91
 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=2.32.0' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.32.0' 
'gnome-icon-theme=2.31.0' 'libcanberra=0.25')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'clutter-gst' 
'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool' 'gtk-doc' 
'gnome-common')
 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}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8debc47113d9889247f411d256a8eca0d8da49e5ab5909c200923945b8d5e087')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2
+wrong_requirements.patch)
+sha256sums=('8f34469cb9cd09d9edb163a0f014c8ed9764645698e3c07f75534c20bc7c70df'
+'58ecf6764585619d9708bf4bd3cb47f3a1caab3fbd7437905aba0407ac65b877')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/wrong_requirements.patch
+  gnome-autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib \
   --disable-scrollkeeper --disable-static
   make
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain cheese ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }

Modified: cheese.install
===
--- cheese.install  2011-03-10 11:53:39 UTC (rev 113645)
+++ cheese.install  2011-03-10 12:13:45 UTC (rev 113646)
@@ -1,22 +1,20 @@
 pkgname=cheese
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove $1
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall gedit
+   fi
 }
 
 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
+  post_install $1
 }

Added: wrong_requirements.patch
===
--- wrong_requirements.patch(rev 0)
+++ wrong_requirements.patch2011-03-10 12:13:45 UTC (rev 113646)
@@ -0,0 +1,29 @@
+diff -Nur cheese-2.91.91.old//configure.ac cheese-2.91.91/configure.ac
+--- cheese-2.91.91.old//configure.ac   2011-03-09 14:11:23.0 -0800
 cheese-2.91.91/configure.ac2011-03-10 03:58:36.946700755 -0800
+@@ -81,18 +81,18 @@
+ 
#***
+ 
+ 
+-GLIB_REQUIRED=2.29.0
+-GOBJECT_REQUIRED=2.29.0
+-GIO_REQUIRED=2.29.0
++GLIB_REQUIRED=2.28.0
++GOBJECT_REQUIRED=2.28.0
++GIO_REQUIRED=2.28.0
+ GTK_REQUIRED=2.99.4
+ GDK_REQUIRED=2.99.4
+ LIBGNOMEDESKTOP_REQUIRED=2.91.6
+-GSTREAMER_REQUIRED=0.10.32.1
++GSTREAMER_REQUIRED=0.10.32
+ CAIRO_REQUIRED=1.10.0
+-PANGOCAIRO_REQUIRED=1.29.0
+-LIBRSVG_REQUIRED=2.33.0
++PANGOCAIRO_REQUIRED=1.28.0
++LIBRSVG_REQUIRED=2.32.0
+ CLUTTER_REQUIRED=1.6.1
+-CLUTTERGTK_REQUIRED=0.91.9
++CLUTTERGTK_REQUIRED=0.91.8
+ CLUTTERGST_REQUIRED=1.0.0
+ GEE_REQUIRED=0.6.0
+ LIBCANBERRA_REQUIRED=0.26



[arch-commits] Commit in cheese/repos (gnome-unstable-i686)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:14:06
  Author: ibiru
Revision: 113647

archrelease: copy trunk to gnome-unstable-i686

Added:
  cheese/repos/gnome-unstable-i686/



[arch-commits] Commit in cheese/repos (gnome-unstable-x86_64)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:14:28
  Author: ibiru
Revision: 113648

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-x86_64/



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

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:21:36
  Author: ibiru
Revision: 113649

upgpkg: cheese 2.91.91-2
fix removing schemas

Modified:
  cheese/trunk/PKGBUILD
  cheese/trunk/cheese.install

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 12:14:28 UTC (rev 113648)
+++ PKGBUILD2011-03-10 12:21:36 UTC (rev 113649)
@@ -3,7 +3,7 @@
 
 pkgname=cheese
 pkgver=2.91.91
-pkgrel=1
+pkgrel=2
 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')

Modified: cheese.install
===
--- cheese.install  2011-03-10 12:14:28 UTC (rev 113648)
+++ cheese.install  2011-03-10 12:21:36 UTC (rev 113649)
@@ -7,7 +7,7 @@
 
 pre_upgrade() {
if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-   usr/sbin/gconfpkg --uninstall gedit
+   usr/sbin/gconfpkg --uninstall $pkgname
fi
 }
 



[arch-commits] Commit in cheese/repos (gnome-unstable-i686)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:21:45
  Author: ibiru
Revision: 113650

archrelease: remove gnome-unstable-i686

Deleted:
  cheese/repos/gnome-unstable-i686/



[arch-commits] Commit in cheese/repos (gnome-unstable-i686)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:21:57
  Author: ibiru
Revision: 113651

archrelease: copy trunk to gnome-unstable-i686

Added:
  cheese/repos/gnome-unstable-i686/



[arch-commits] Commit in cheese/repos (gnome-unstable-x86_64)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:22:06
  Author: ibiru
Revision: 113652

archrelease: remove gnome-unstable-x86_64

Deleted:
  cheese/repos/gnome-unstable-x86_64/



[arch-commits] Commit in cheese/repos (gnome-unstable-x86_64)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:22:19
  Author: ibiru
Revision: 113653

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-x86_64/



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

2011-03-10 Thread Stéphane Gaudreault
Date: Thursday, March 10, 2011 @ 08:48:40
  Author: stephane
Revision: 113654

heimdal not needed, ignore makeflags as it does not build with MAKEFLAGS=-jX, 
X1, optdepends on postfix for sending mails

Modified:
  heirloom-mailx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 12:22:19 UTC (rev 113653)
+++ PKGBUILD2011-03-10 13:48:40 UTC (rev 113654)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
 
 pkgname=heirloom-mailx
 pkgver=12.5
 pkgrel=1
-pkgdesc=A commandline utility for sending email
+pkgdesc=A commandline utility for sending and receiving email
 arch=('i686' 'x86_64')
 url=http://heirloom.sourceforge.net/mailx.html;
 license=('custom')
-depends=('heimdal' 'openssl')
+depends=('openssl')
+optdepends=('postfix: mail transport agent')
 replaces=('mailx' 'mailx-heirloom')
 provides=('mailx' 'mailx-heirloom')
 conflicts=('mailx' 'mailx-heirloom')
 backup=(etc/mail.rc)
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('1998dd6168a68400e533712ae7163c72b6a7c056')
+options=('!makeflags') # Does not build with MAKEFLAGS=-jX, X1
 
 # source PKGBUILD  mksource
 mksource() {



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:27:34
  Author: jgc
Revision: 113655

upgpkg: xorg-bdftopcf 1.0.3-1
Update to 1.0.3, add to xorg and xorg-apps groups

Modified:
  xorg-bdftopcf/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 13:48:40 UTC (rev 113654)
+++ PKGBUILD2011-03-10 14:27:34 UTC (rev 113655)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-bdftopcf
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc=Convert X font from Bitmap Distribution Format to Portable Compiled 
Format
 arch=(i686 x86_64)
@@ -10,8 +10,9 @@
 license=('custom')
 depends=('libxfont')
 makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg' 'xorg-apps')
 
source=(http://xorg.freedesktop.org/archive/individual/app/bdftopcf-${pkgver}.tar.bz2)
-sha1sums=('245778068b5e5ccde07151635ded50da90333524')
+sha1sums=('146b4ece2867479045c3b4593b22c9f1d21da14a')
 
 build() {
   cd ${srcdir}/bdftopcf-${pkgver}


Property changes on: xorg-bdftopcf/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:27:40
  Author: jgc
Revision: 113656

archrelease: remove extra-i686

Deleted:
  xorg-bdftopcf/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:27:53
  Author: jgc
Revision: 113657

archrelease: copy trunk to extra-i686

Added:
  xorg-bdftopcf/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:27:58
  Author: jgc
Revision: 113658

archrelease: remove extra-x86_64

Deleted:
  xorg-bdftopcf/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:28:10
  Author: jgc
Revision: 113659

archrelease: copy trunk to extra-x86_64

Added:
  xorg-bdftopcf/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:29:50
  Author: jgc
Revision: 113660

upgpkg: xorg-iceauth 1.0.4-2
Add to xorg groups

Modified:
  xorg-iceauth/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:28:10 UTC (rev 113659)
+++ PKGBUILD2011-03-10 14:29:50 UTC (rev 113660)
@@ -1,15 +1,16 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-iceauth
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=ICE authority file utility
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libice')
 makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2)
 sha1sums=('9b446c0d1815dce48bdea32db7dea7e429f6a310')
 


Property changes on: xorg-iceauth/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:29:56
  Author: jgc
Revision: 113661

archrelease: remove extra-i686

Deleted:
  xorg-iceauth/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:30:09
  Author: jgc
Revision: 113662

archrelease: copy trunk to extra-i686

Added:
  xorg-iceauth/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:30:14
  Author: jgc
Revision: 113663

archrelease: remove extra-x86_64

Deleted:
  xorg-iceauth/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:30:26
  Author: jgc
Revision: 113664

archrelease: copy trunk to extra-x86_64

Added:
  xorg-iceauth/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:31:25
  Author: jgc
Revision: 113665

upgpkg: xorg-luit 1.1.0-2
Add to xorg groups

Modified:
  xorg-luit/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:30:26 UTC (rev 113664)
+++ PKGBUILD2011-03-10 14:31:25 UTC (rev 113665)
@@ -1,15 +1,16 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-luit
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Filter that can be run between an arbitrary application and
 a UTF-8 terminal emulator
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libfontenc')
+groups=('xorg' 'xorg-apps')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/luit-${pkgver}.tar.bz2)
 sha1sums=('fa974b417f6b65c241398d8d011207c6facb0766')


Property changes on: xorg-luit/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:31:30
  Author: jgc
Revision: 113666

archrelease: remove extra-i686

Deleted:
  xorg-luit/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:31:42
  Author: jgc
Revision: 113667

archrelease: copy trunk to extra-i686

Added:
  xorg-luit/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:31:48
  Author: jgc
Revision: 113668

archrelease: remove extra-x86_64

Deleted:
  xorg-luit/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:32:00
  Author: jgc
Revision: 113669

archrelease: copy trunk to extra-x86_64

Added:
  xorg-luit/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:33:50
  Author: jgc
Revision: 113670

upgpkg: xorg-mkfontdir 1.0.6-2
Add to xorg groups

Modified:
  xorg-mkfontdir/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:32:00 UTC (rev 113669)
+++ PKGBUILD2011-03-10 14:33:50 UTC (rev 113670)
@@ -1,15 +1,16 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontdir
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Create an index of X font files in a directory
 arch=(any)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sh' 'xorg-mkfontscale')
 makedepends=('xorg-util-macros')
+groups=('xorg' 'xorg-apps')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2)
 sha1sums=('c2b504f5a019777f2f0d3c2fc635b114c7924804')
 


Property changes on: xorg-mkfontdir/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



[arch-commits] Commit in xorg-mkfontdir/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:33:55
  Author: jgc
Revision: 113671

archrelease: remove extra-any

Deleted:
  xorg-mkfontdir/repos/extra-any/



[arch-commits] Commit in xorg-mkfontdir/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:34:08
  Author: jgc
Revision: 113672

archrelease: copy trunk to extra-any

Added:
  xorg-mkfontdir/repos/extra-any/



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

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:40:42
  Author: heftig
Revision: 113673

upgpkg: networkmanager 0.8.996-1
Update to 0.8.996

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:34:08 UTC (rev 113672)
+++ PKGBUILD2011-03-10 14:40:42 UTC (rev 113673)
@@ -6,8 +6,8 @@
 # Contributor: Valentine Sinitsyn e_...@inbox.ru
 
 pkgname=networkmanager
-pkgver=0.8.995
-pkgrel=3
+pkgver=0.8.996
+pkgrel=1
 pkgdesc=Network Management daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,17 +24,15 @@
 install=networkmanager.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.8/NetworkManager-${pkgver}.tar.bz2
 
#source=(http://mirrors.kernel.org/archlinux/other/networkmanager/NetworkManager-$pkgver-$pkgrel.tar.bz2
-NetworkManager.conf disable_set_hostname.patch settings-crash.patch)
-sha256sums=('821d37ac75c5327c432a855e26687065459f2b42139f82feebfa6696750ad88a'
+NetworkManager.conf disable_set_hostname.patch)
+sha256sums=('3ccca66610a4896c5bc17e653dcde70320ed7c8278aa4419507e7221131d8550'
 '44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21'
-'1e4586991bc96ef004dc520c794047a336c54433e0bd4edc3879fb6e7ab0e553'
-'dae39fce92329ea1ef34c8c7c1ec5dedd1e2a58c6c94dcbb073de623710757b9')
+'1e4586991bc96ef004dc520c794047a336c54433e0bd4edc3879fb6e7ab0e553')
 
 build() {
   cd ${srcdir}/NetworkManager-${pkgver}
 
   patch -Np1 -i ${srcdir}/disable_set_hostname.patch
-  patch -Np1 -i ${srcdir}/settings-crash.patch
 
   ./configure \
 --prefix=/usr \



[arch-commits] Commit in networkmanager/repos (gnome-unstable-i686)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:40:50
  Author: heftig
Revision: 113674

archrelease: remove gnome-unstable-i686

Deleted:
  networkmanager/repos/gnome-unstable-i686/



[arch-commits] Commit in networkmanager/repos (gnome-unstable-i686)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:41:03
  Author: heftig
Revision: 113675

archrelease: copy trunk to gnome-unstable-i686

Added:
  networkmanager/repos/gnome-unstable-i686/



[arch-commits] Commit in networkmanager/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:41:09
  Author: heftig
Revision: 113676

archrelease: remove gnome-unstable-x86_64

Deleted:
  networkmanager/repos/gnome-unstable-x86_64/



[arch-commits] Commit in networkmanager/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:41:23
  Author: heftig
Revision: 113677

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  networkmanager/repos/gnome-unstable-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:41:30
  Author: jgc
Revision: 113678

upgpkg: xorg-mkfontscale 1.0.8-1
Add to xorg groups

Modified:
  xorg-mkfontscale/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:41:23 UTC (rev 113677)
+++ PKGBUILD2011-03-10 14:41:30 UTC (rev 113678)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-mkfontscale
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=Create an index of scalable font files for X
 arch=(i686 x86_64)
@@ -10,8 +10,9 @@
 license=('custom')
 depends=('freetype2' 'libfontenc')
 makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
-sha1sums=('0a0c25da68c87380e2c013c808a6e0cc0983fae9')
+sha1sums=('accfb12751bf3b7ae7b28c1b0b863d5be871398f')
 
 build() {
   cd ${srcdir}/mkfontscale-${pkgver}


Property changes on: xorg-mkfontscale/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:41:35
  Author: jgc
Revision: 113679

archrelease: remove extra-i686

Deleted:
  xorg-mkfontscale/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:41:49
  Author: jgc
Revision: 113680

archrelease: copy trunk to extra-i686

Added:
  xorg-mkfontscale/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:41:55
  Author: jgc
Revision: 113681

archrelease: remove extra-x86_64

Deleted:
  xorg-mkfontscale/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:42:07
  Author: jgc
Revision: 113682

archrelease: copy trunk to extra-x86_64

Added:
  xorg-mkfontscale/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:43:23
  Author: jgc
Revision: 113683

upgpkg: xorg-sessreg 1.0.6-2
Add to xorg groups

Modified:
  xorg-sessreg/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:42:07 UTC (rev 113682)
+++ PKGBUILD2011-03-10 14:43:23 UTC (rev 113683)
@@ -1,15 +1,16 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-sessreg
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Register X sessions in system utmp/utmpx databases
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
 makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/sessreg-${pkgver}.tar.bz2)
 sha1sums=('6f260f1ddc366da070a6d60301b9fb64a99c119a')
 


Property changes on: xorg-sessreg/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:43:29
  Author: jgc
Revision: 113684

archrelease: remove extra-i686

Deleted:
  xorg-sessreg/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:43:42
  Author: jgc
Revision: 113685

archrelease: copy trunk to extra-i686

Added:
  xorg-sessreg/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:43:50
  Author: jgc
Revision: 113686

archrelease: remove extra-x86_64

Deleted:
  xorg-sessreg/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:44:03
  Author: jgc
Revision: 113687

archrelease: copy trunk to extra-x86_64

Added:
  xorg-sessreg/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:45:16
  Author: jgc
Revision: 113688

upgpkg: xorg-setxkbmap 1.2.0-2
Add to xorg groups

Modified:
  xorg-setxkbmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:44:03 UTC (rev 113687)
+++ PKGBUILD2011-03-10 14:45:16 UTC (rev 113688)
@@ -3,13 +3,14 @@
 
 pkgname=xorg-setxkbmap
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Set the keyboard using the X Keyboard Extension
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libxkbfile')
 makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
 source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
 sha1sums=('860785e16313d30792fe62604f65d84281812322')
 



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:45:22
  Author: jgc
Revision: 113689

archrelease: remove extra-i686

Deleted:
  xorg-setxkbmap/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:45:35
  Author: jgc
Revision: 113690

archrelease: copy trunk to extra-i686

Added:
  xorg-setxkbmap/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:45:40
  Author: jgc
Revision: 113691

archrelease: remove extra-x86_64

Deleted:
  xorg-setxkbmap/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:45:54
  Author: jgc
Revision: 113692

archrelease: copy trunk to extra-x86_64

Added:
  xorg-setxkbmap/repos/extra-x86_64/



[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:45:56
  Author: heftig
Revision: 113693

upgpkg: network-manager-applet 0.8.996-1
Update to 0.8.996

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:45:54 UTC (rev 113692)
+++ PKGBUILD2011-03-10 14:45:56 UTC (rev 113693)
@@ -6,8 +6,8 @@
 # Contributor: Will Rea sillywi...@gmail.com
 
 pkgname=network-manager-applet
-pkgver=0.8.995
-pkgrel=3
+pkgver=0.8.996
+pkgrel=1
 pkgdesc=GNOME frontends to NetWorkmanager
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=network-manager-applet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c7ae6464c2a7af262837c07348573a7db7e0f129cab523857e7be9204f5be892')
+sha256sums=('c08092daef67310e17344614e6e57491adf6b4b635ddae8c30713483caff4e80')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in network-manager-applet/repos (gnome-unstable-i686)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:46:03
  Author: heftig
Revision: 113694

archrelease: remove gnome-unstable-i686

Deleted:
  network-manager-applet/repos/gnome-unstable-i686/



[arch-commits] Commit in network-manager-applet/repos (gnome-unstable-i686)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:46:17
  Author: heftig
Revision: 113695

archrelease: copy trunk to gnome-unstable-i686

Added:
  network-manager-applet/repos/gnome-unstable-i686/


Property changes on: network-manager-applet/repos/gnome-unstable-i686
___
Added: svn:mergeinfo
   + 



[arch-commits] Commit in network-manager-applet/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:46:23
  Author: heftig
Revision: 113696

archrelease: remove gnome-unstable-x86_64

Deleted:
  network-manager-applet/repos/gnome-unstable-x86_64/



[arch-commits] Commit in network-manager-applet/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:46:37
  Author: heftig
Revision: 113697

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  network-manager-applet/repos/gnome-unstable-x86_64/


Property changes on: network-manager-applet/repos/gnome-unstable-x86_64
___
Added: svn:mergeinfo
   + 



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:47:23
  Author: jgc
Revision: 113699

archrelease: remove extra-i686

Deleted:
  xorg-smproxy/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:47:17
  Author: jgc
Revision: 113698

upgpkg: xorg-smproxy 1.0.4-2
Add to xorg groups

Modified:
  xorg-smproxy/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:46:37 UTC (rev 113697)
+++ PKGBUILD2011-03-10 14:47:17 UTC (rev 113698)
@@ -1,15 +1,16 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-smproxy
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Allows X applications that do not support X11R6 session management to 
participate in an X11R6 session
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libsm' 'libxt' 'libxmu')
 makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/smproxy-${pkgver}.tar.bz2)
 sha1sums=('ea9639b6d0669f157ac62b807cdba64f509b25ed')
 


Property changes on: xorg-smproxy/trunk/PKGBUILD
___
Added: svn:keywords
   + Id Revision



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:47:44
  Author: jgc
Revision: 113701

archrelease: remove extra-x86_64

Deleted:
  xorg-smproxy/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:47:37
  Author: jgc
Revision: 113700

archrelease: copy trunk to extra-i686

Added:
  xorg-smproxy/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:47:56
  Author: jgc
Revision: 113702

archrelease: copy trunk to extra-x86_64

Added:
  xorg-smproxy/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:49:36
  Author: jgc
Revision: 113703

upgpkg: xorg-x11perf 1.5.3-2
Add to xorg groups

Modified:
  xorg-x11perf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:47:56 UTC (rev 113702)
+++ PKGBUILD2011-03-10 14:49:36 UTC (rev 113703)
@@ -3,13 +3,14 @@
 
 pkgname=xorg-x11perf
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple X server performance benchmarker
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libx11' 'libxmu' 'libxrender' 'libxft' 'libxext')
 makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/x11perf-${pkgver}.tar.bz2)
 sha1sums=('2fd00ba38c36c569751bbe3d60917df2a39e10ba')
 



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:49:43
  Author: jgc
Revision: 113704

archrelease: remove extra-i686

Deleted:
  xorg-x11perf/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:49:58
  Author: jgc
Revision: 113705

archrelease: copy trunk to extra-i686

Added:
  xorg-x11perf/repos/extra-i686/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:50:03
  Author: jgc
Revision: 113706

archrelease: remove extra-x86_64

Deleted:
  xorg-x11perf/repos/extra-x86_64/



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

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 09:50:18
  Author: jgc
Revision: 113707

archrelease: copy trunk to extra-x86_64

Added:
  xorg-x11perf/repos/extra-x86_64/



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

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 09:51:14
  Author: heftig
Revision: 113708

upgpkg: libpeas 0.7.4-1
Update to 0.7.4

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 14:50:18 UTC (rev 113707)
+++ PKGBUILD2011-03-10 14:51:14 UTC (rev 113708)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=libpeas
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc=A GObject-based plugins engine
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool')
 install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('09951523086f34e156fdc4c13818bf3dd0ddea21e17ac01372089363bbf45fbe')
+sha256sums=('a954b495630132bfff20c8eedc8aa04e91989a76ce51ca3b77afd5956cab9f84')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



  1   2   3   4   5   6   >