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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:09:56
  Author: pierre
Revision: 96831

upgpkg: libarchive 2.8.4-2
xz 5.0.0 rebuild

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 05:57:53 UTC (rev 96830)
+++ PKGBUILD2010-10-25 06:09:56 UTC (rev 96831)
@@ -3,12 +3,12 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 pkgname=libarchive
 pkgver=2.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=library that can create and read several streaming archive formats
 arch=('i686' 'x86_64')
 url=http://libarchive.googlecode.com/;
 license=('BSD')
-depends=('zlib' 'bzip2' 'xz' 'acl' 'openssl=1.0.0' 'expat')
+depends=('zlib' 'bzip2' 'xz=5.0.0' 'acl' 'openssl=1.0.0' 'expat')
 source=(http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz;)
 md5sums=('83b237a542f27969a8d68ac217dc3796')
 sha256sums=('86cffa3eaa28d3116f5d0b20284026c3762cf4a2b52b9844df2b494d4a89f688')
@@ -24,7 +24,7 @@
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --without-xml2
 
-  make || return 1
+  make
 }
 
 package() {



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:10:19
  Author: pierre
Revision: 96832

archrelease: copy trunk to staging-i686

Added:
  libarchive/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:10:43
  Author: pierre
Revision: 96833

archrelease: copy trunk to staging-x86_64

Added:
  libarchive/repos/staging-x86_64/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:15:37
  Author: pierre
Revision: 96834

upgpkg: elfutils 0.149-2
xz 5.0.0 rebuild

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 06:10:43 UTC (rev 96833)
+++ PKGBUILD2010-10-25 06:15:37 UTC (rev 96834)
@@ -4,7 +4,7 @@
 
 pkgname=elfutils
 pkgver=0.149
-pkgrel=1
+pkgrel=2
 pkgdesc=Collection of libraries and utilities for working with ELF object 
files and DWARF debugging information
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/elfutils/;



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:16:00
  Author: pierre
Revision: 96835

archrelease: copy trunk to staging-i686

Added:
  elfutils/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 02:16:22
  Author: pierre
Revision: 96836

archrelease: copy trunk to staging-x86_64

Added:
  elfutils/repos/staging-x86_64/



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

2010-10-25 Thread Allan McRae
Date: Monday, October 25, 2010 @ 02:51:35
  Author: allan
Revision: 96837

upgpkg: glibc 2.12.1-3
fix some expoits and other bugs

Added:
  glibc/trunk/glibc-2.12.1-fix-IPTOS_CLASS-definition.patch
  glibc/trunk/glibc-2.12.1-never-expand-origin-when-privileged.patch
  glibc/trunk/glibc-2.12.1-require-suid-on-audit.patch
Modified:
  glibc/trunk/PKGBUILD

+
 PKGBUILD   |   23 +
 glibc-2.12.1-fix-IPTOS_CLASS-definition.patch  |   34 ++
 glibc-2.12.1-never-expand-origin-when-privileged.patch |   85 +
 glibc-2.12.1-require-suid-on-audit.patch   |  218 +++
 4 files changed, 357 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 06:16:22 UTC (rev 96836)
+++ PKGBUILD2010-10-25 06:51:35 UTC (rev 96837)
@@ -7,8 +7,8 @@
 
 pkgname=glibc
 pkgver=2.12.1
-pkgrel=2
-_glibcdate=20101007
+pkgrel=3
+_glibcdate=20101025
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -28,16 +28,22 @@
 glibc-2.12.1-make-3.82-compatibility.patch
 glibc-2.12.1-static-shared-getpagesize.patch
 glibc-2.12.1-but-I-am-an-i686.patch
+glibc-2.12.1-fix-IPTOS_CLASS-definition.patch
+glibc-2.12.1-never-expand-origin-when-privileged.patch
+glibc-2.12.1-require-suid-on-audit.patch
 nscd
 locale.gen.txt
 locale-gen)
-md5sums=('17189b123cebeb71cf7b7e7416b601a6'
+md5sums=('b12192eff7306f2a6e919641b847e7cf'
  '4dadb9203b69a3210d53514bb46f41c3'
  '0c5540efc51c0b93996c51b57a8540ae'
  '40cd342e21f71f5e49e32622b25acc52'
  '1deecaa78c0909f7175732da2af796b5'
  '3215ed6996e7ecdd35bc105937c6e0dc'
  'de17165e3fa721c4e056dacfc9ee1e52'
+ 'fdc0908c9971fcf9b32e1185954b6eeb'
+ 'e154dbe21d4e24968ab257ffd9c106f2'
+ 'bbc99319ad78fe9eb1ac217efc770ac6'
  'b587ee3a70c9b3713099295609afde49'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
@@ -73,6 +79,17 @@
   # proper fix will be in binutils-2.21
   patch -Np1 -i ${srcdir}/glibc-2.12.1-but-I-am-an-i686.patch
 
+  # http://www.exploit-db.com/exploits/15274/
+  # http://sourceware.org/git/?p=glibc.git;a=patch;h=2232b90f (only fedora 
branch...)
+  patch -Np1 -i 
${srcdir}/glibc-2.12.1-never-expand-origin-when-privileged.patch
+
+  # http://www.exploit-db.com/exploits/15304/
+  # http://sourceware.org/git/?p=glibc.git;a=patch;h=8e9f92e9
+  patch -Np1 -i ${srcdir}/glibc-2.12.1-require-suid-on-audit.patch
+
+  # http://sources.redhat.com/git/?p=glibc.git;a=patch;h=15bac72b
+  patch -Np1 -i ${srcdir}/glibc-2.12.1-fix-IPTOS_CLASS-definition.patch
+
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
 

Added: glibc-2.12.1-fix-IPTOS_CLASS-definition.patch
===
--- glibc-2.12.1-fix-IPTOS_CLASS-definition.patch   
(rev 0)
+++ glibc-2.12.1-fix-IPTOS_CLASS-definition.patch   2010-10-25 06:51:35 UTC 
(rev 96837)
@@ -0,0 +1,34 @@
+From 15bac72bac03faeb3b725b1d208c62160f0c3ad7 Mon Sep 17 00:00:00 2001
+From: Ulrich Drepper drep...@redhat.com
+Date: Wed, 11 Aug 2010 07:44:03 -0700
+Subject: [PATCH] Fix IPTOS_CLASS definition.
+
+---
+ ChangeLog|4 
+ NEWS |4 ++--
+ sysdeps/generic/netinet/ip.h |5 ++---
+ 3 files changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/sysdeps/generic/netinet/ip.h b/sysdeps/generic/netinet/ip.h
+index a837b98..4955fee 100644
+--- a/sysdeps/generic/netinet/ip.h
 b/sysdeps/generic/netinet/ip.h
+@@ -1,5 +1,4 @@
+-/* Copyright (C) 1991,92,93,95,96,97,98,99,2000,2009 Free Software
+-   Foundation, Inc.
++/* Copyright (C) 1991-1993,1995-2000,2009,2010 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+The GNU C Library is free software; you can redistribute it and/or
+@@ -194,7 +193,7 @@ struct ip_timestamp
+  */
+ 
+ #define   IPTOS_CLASS_MASK0xe0
+-#define   IPTOS_CLASS(class)  ((tos)  IPTOS_CLASS_MASK)
++#define   IPTOS_CLASS(class)  ((class)  IPTOS_CLASS_MASK)
+ #define   IPTOS_CLASS_CS0 0x00
+ #define   IPTOS_CLASS_CS1 0x20
+ #define   IPTOS_CLASS_CS2 0x40
+-- 
+1.7.2
+

Added: glibc-2.12.1-never-expand-origin-when-privileged.patch
===
--- glibc-2.12.1-never-expand-origin-when-privileged.patch  
(rev 0)
+++ glibc-2.12.1-never-expand-origin-when-privileged.patch  2010-10-25 
06:51:35 UTC (rev 96837)
@@ -0,0 +1,85 @@
+From 2232b90f0bd3a41b4d63cac98a5b60abbfaccd46 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab sch...@redhat.com
+Date: Mon, 18

[arch-commits] Commit in glibc/repos (testing-i686)

2010-10-25 Thread Allan McRae
Date: Monday, October 25, 2010 @ 02:52:16
  Author: allan
Revision: 96838

archrelease: copy trunk to testing-i686

Added:
  glibc/repos/testing-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 03:46:23
  Author: pierre
Revision: 96840

upgpkg: kdelibs 4.5.2-2
xz 5.0.0 rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 06:53:01 UTC (rev 96839)
+++ PKGBUILD2010-10-25 07:46:23 UTC (rev 96840)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 03:48:46
  Author: pierre
Revision: 96841

archrelease: copy trunk to staging-i686

Added:
  kdelibs/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 03:51:14
  Author: pierre
Revision: 96842

archrelease: copy trunk to staging-x86_64

Added:
  kdelibs/repos/staging-x86_64/



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 03:57:41
  Author: jgc
Revision: 96843

Add bdftopcf app

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

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

Added: xorg-bdftopcf/trunk/PKGBUILD
===
--- xorg-bdftopcf/trunk/PKGBUILD(rev 0)
+++ xorg-bdftopcf/trunk/PKGBUILD2010-10-25 07:57:41 UTC (rev 96843)
@@ -0,0 +1,22 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-bdftopcf
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Convert X font from Bitmap Distribution Format to Portable Compiled 
Format
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/bdftopcf-${pkgver}.tar.bz2)
+sha1sums=('245778068b5e5ccde07151635ded50da90333524')
+
+build() {
+  cd ${srcdir}/bdftopcf-${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-bdftopcf/trunk (PKGBUILD)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:00:16
  Author: jgc
Revision: 96844

upgpkg: xorg-bdftopcf 1.0.2-1
Add some (make)depends

Modified:
  xorg-bdftopcf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 07:57:41 UTC (rev 96843)
+++ PKGBUILD2010-10-25 08:00:16 UTC (rev 96844)
@@ -8,7 +8,8 @@
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
-makedepends=('xorg-util-macros')
+depends=('libxfont')
+makedepends=('xorg-util-macros' 'xproto')
 
source=(http://xorg.freedesktop.org/archive/individual/app/bdftopcf-${pkgver}.tar.bz2)
 sha1sums=('245778068b5e5ccde07151635ded50da90333524')
 



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:00:23
  Author: jgc
Revision: 96845

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:00:30
  Author: jgc
Revision: 96846

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:13:28
  Author: jgc
Revision: 96847

Add mkfontscale utility

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

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

Added: xorg-mkfontscale/trunk/PKGBUILD
===
--- xorg-mkfontscale/trunk/PKGBUILD (rev 0)
+++ xorg-mkfontscale/trunk/PKGBUILD 2010-10-25 08:13:28 UTC (rev 96847)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-mkfontscale
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=Create an index of scalable font files for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc')
+makedepends=('xorg-util-macros' 'xproto')
+source=(http://xorg.freedesktop.org/archive/individual/app/mkfontscale-${pkgver}.tar.bz2)
+sha1sums=('0a0c25da68c87380e2c013c808a6e0cc0983fae9')
+
+build() {
+  cd ${srcdir}/mkfontscale-${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-mkfontscale/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:13:41
  Author: jgc
Revision: 96848

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:13:49
  Author: jgc
Revision: 96849

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:16:27
  Author: jgc
Revision: 96850

Add mkfontdir utility

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

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

Added: xorg-mkfontdir/trunk/PKGBUILD
===
--- xorg-mkfontdir/trunk/PKGBUILD   (rev 0)
+++ xorg-mkfontdir/trunk/PKGBUILD   2010-10-25 08:16:27 UTC (rev 96850)
@@ -0,0 +1,22 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-mkfontdir
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Create an index of X font files in a directory
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sh' 'xorg-mkfontscale')
+source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2)
+sha1sums=('971728b0f453ea5df028aa5d54fe3fbdb8e99a7d')
+
+build() {
+  cd ${srcdir}/mkfontdir-${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-mkfontdir/repos (extra-any)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:16:40
  Author: jgc
Revision: 96851

archrelease: copy trunk to extra-any

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:24:59
  Author: jgc
Revision: 96852

db-remove: libxtrap removed by jgc

Deleted:
  libxtrap/repos/extra-i686/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:25:08
  Author: jgc
Revision: 96853

db-remove: libxtrap removed by jgc

Deleted:
  libxtrap/repos/extra-x86_64/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:25:26
  Author: jgc
Revision: 96854

db-remove: trapproto removed by jgc

Deleted:
  trapproto/repos/extra-any/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:34:51
  Author: jgc
Revision: 96855

upgpkg: libxfont 1.4.2-2
Adjust dependencies

Modified:
  libxfont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 08:25:26 UTC (rev 96854)
+++ PKGBUILD2010-10-25 08:34:51 UTC (rev 96855)
@@ -3,13 +3,13 @@
 
 pkgname=libxfont
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 font rasterisation library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libfontenc=1.0.5' 'freetype2=2.3.12' 'fontsproto=2.1.0')
-makedepends=('pkgconfig' 'xtrans' 'fontcacheproto' 'xproto')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
 options=('!libtool')
 source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
 sha1sums=('79c2089fec014da4b7976e6762f1e9e447fd5767')



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:34:55
  Author: jgc
Revision: 96856

archrelease: remove extra-i686

Deleted:
  libxfont/repos/extra-i686/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:35:01
  Author: jgc
Revision: 96857

archrelease: copy trunk to extra-i686

Added:
  libxfont/repos/extra-i686/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:35:05
  Author: jgc
Revision: 96858

archrelease: remove extra-x86_64

Deleted:
  libxfont/repos/extra-x86_64/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 04:35:17
  Author: jgc
Revision: 96859

archrelease: copy trunk to extra-x86_64

Added:
  libxfont/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:02:30
  Author: jgc
Revision: 96860

Add xwud app

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

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

Added: xorg-xwud/trunk/PKGBUILD
===
--- xorg-xwud/trunk/PKGBUILD(rev 0)
+++ xorg-xwud/trunk/PKGBUILD2010-10-25 09:02:30 UTC (rev 96860)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwud
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=X Window System image undumping utility
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2)
+sha1sums=('15a6c5e3ffc03b7e8e597947061940fee6c0a9fc')
+
+build() {
+  cd ${srcdir}/xwud-${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-xwud/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:02:43
  Author: jgc
Revision: 96861

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:02:50
  Author: jgc
Revision: 96862

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:07:22
  Author: jgc
Revision: 96863

Add xwininfo app

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

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

Added: xorg-xwininfo/trunk/PKGBUILD
===
--- xorg-xwininfo/trunk/PKGBUILD(rev 0)
+++ xorg-xwininfo/trunk/PKGBUILD2010-10-25 09:07:22 UTC (rev 96863)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwininfo
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Command-line utility to print information about windows on an X 
server
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'libx11')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2)
+sha1sums=('517b6dab665968742111772e8f7e0b8587aadc18')
+
+build() {
+  cd ${srcdir}/xwininfo-${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-xwininfo/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:07:34
  Author: jgc
Revision: 96864

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:07:41
  Author: jgc
Revision: 96865

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:15:53
  Author: jgc
Revision: 96866

Add xwd app

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

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

Added: xorg-xwd/trunk/PKGBUILD
===
--- xorg-xwd/trunk/PKGBUILD (rev 0)
+++ xorg-xwd/trunk/PKGBUILD 2010-10-25 09:15:53 UTC (rev 96866)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwd
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=X Window System image dumping utility
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
+sha1sums=('f6708d14040630d1d3255987c28efcbf7aee05aa')
+
+build() {
+  cd ${srcdir}/xwd-${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-xwd/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:16:05
  Author: jgc
Revision: 96867

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:16:11
  Author: jgc
Revision: 96868

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:21:16
  Author: jgc
Revision: 96869

Add xvinfo app

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

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

Added: xorg-xvinfo/trunk/PKGBUILD
===
--- xorg-xvinfo/trunk/PKGBUILD  (rev 0)
+++ xorg-xvinfo/trunk/PKGBUILD  2010-10-25 09:21:16 UTC (rev 96869)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xvinfo
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
+sha1sums=('8695bfb597dbf3ed8e3277fddda4722da21baaa3')
+
+build() {
+  cd ${srcdir}/xvinfo-${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-xvinfo/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:22:16
  Author: jgc
Revision: 96870

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:22:23
  Author: jgc
Revision: 96871

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:48:13
  Author: jgc
Revision: 96872

Add xsetroot app

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

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

Added: xorg-xsetroot/trunk/PKGBUILD
===
--- xorg-xsetroot/trunk/PKGBUILD(rev 0)
+++ xorg-xsetroot/trunk/PKGBUILD2010-10-25 09:48:13 UTC (rev 96872)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xsetroot
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Classic X utility to set your root window background to a given 
pattern or color
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxmu' 'libx11')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(http://xorg.freedesktop.org/archive/individual/app/xsetroot-${pkgver}.tar.bz2)
+sha1sums=('56ed1df9834627a107550475629df51275cd0c44')
+
+build() {
+  cd ${srcdir}/xsetroot-${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-xsetroot/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 05:48:28
  Author: jgc
Revision: 96873

archrelease: copy trunk to extra-i686

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 06:25:24
  Author: jgc
Revision: 96875

Add xset app

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

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

Added: xorg-xset/trunk/PKGBUILD
===
--- xorg-xset/trunk/PKGBUILD(rev 0)
+++ xorg-xset/trunk/PKGBUILD2010-10-25 10:25:24 UTC (rev 96875)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xset
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=User preference utility for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
+sha1sums=('0aa0fa0b7620a7bee846e5cd7847c20095a7d654')
+
+build() {
+  cd ${srcdir}/xset-${pkgver}
+  ./configure --prefix=/usr --without-fontcache --without-xf86misc
+  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-xset/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 06:26:26
  Author: jgc
Revision: 96876

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 06:26:32
  Author: jgc
Revision: 96877

archrelease: copy trunk to extra-x86_64

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



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

2010-10-25 Thread Andrea Scarpino
Date: Monday, October 25, 2010 @ 07:13:31
  Author: andrea
Revision: 96878

fix python2 path

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 10:26:32 UTC (rev 96877)
+++ PKGBUILD2010-10-25 11:13:31 UTC (rev 96878)
@@ -106,7 +106,11 @@
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/kajongg
make DESTDIR=$pkgdir install
+
+   # Use the python2 executable
+   find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
 }
+
 package_kdegames-kapman() {
pkgdesc='Eat pills escaping ghosts'
depends=('kdebase-runtime' 'kdegames-libkdegames')



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:25:07
  Author: jgc
Revision: 96879

Add xrdb app

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

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

Added: xorg-xrdb/trunk/PKGBUILD
===
--- xorg-xrdb/trunk/PKGBUILD(rev 0)
+++ xorg-xrdb/trunk/PKGBUILD2010-10-25 12:25:07 UTC (rev 96879)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrdb
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=X server resource database utility
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'mcpp')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha1sums=('e4faff5e02b3027298dc589e318a6dc7eb30a6d5')
+
+build() {
+  cd ${srcdir}/xrdb-${pkgver}
+  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
+  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-xrdb/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:25:22
  Author: jgc
Revision: 96880

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:25:29
  Author: jgc
Revision: 96881

archrelease: copy trunk to extra-x86_64

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:54:27
  Author: jgc
Revision: 96882

Add nickle package, needed for keystone app included in xorg-xrandr

Added:
  nickle/
  nickle/repos/
  nickle/trunk/
  nickle/trunk/PKGBUILD

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

Added: nickle/trunk/PKGBUILD
===
--- nickle/trunk/PKGBUILD   (rev 0)
+++ nickle/trunk/PKGBUILD   2010-10-25 12:54:27 UTC (rev 96882)
@@ -0,0 +1,22 @@
+#$Id: $
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=nickle
+pkgver=2.70
+pkgrel=1
+pkgdesc=A programming language based prototyping environment with powerful 
programming and scripting capabilities
+arch=('i686' 'x86_64')
+url=http://nickle.org;
+license=('custom')
+depends=('readline')
+source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
+
+build() {
+  cd ${srcdir}/${pkgname}-${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 nickle/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:54:40
  Author: jgc
Revision: 96883

archrelease: copy trunk to extra-i686

Added:
  nickle/repos/extra-i686/



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:54:48
  Author: jgc
Revision: 96884

archrelease: copy trunk to extra-x86_64

Added:
  nickle/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:58:34
  Author: jgc
Revision: 96885

Add xrandr app

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

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

Added: xorg-xrandr/trunk/PKGBUILD
===
--- xorg-xrandr/trunk/PKGBUILD  (rev 0)
+++ xorg-xrandr/trunk/PKGBUILD  2010-10-25 12:58:34 UTC (rev 96885)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrandr
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Primitive command line interface to RandR extension
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxrandr' 'libx11' 'nickle')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2)
+sha1sums=('dada3eb30fead3334d954dc4dad9f0ffd7a8ff95')
+
+build() {
+  cd ${srcdir}/xrandr-${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-xrandr/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:58:45
  Author: jgc
Revision: 96886

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 08:58:52
  Author: jgc
Revision: 96887

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:04:51
  Author: jgc
Revision: 96888

Add xprop app

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

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

Added: xorg-xprop/trunk/PKGBUILD
===
--- xorg-xprop/trunk/PKGBUILD   (rev 0)
+++ xorg-xprop/trunk/PKGBUILD   2010-10-25 13:04:51 UTC (rev 96888)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xprop
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Property displayer for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
+sha1sums=('16b377c76a4a010200063a056e7a5e244ab6ff00')
+
+build() {
+  cd ${srcdir}/xprop-${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-xprop/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:05:02
  Author: jgc
Revision: 96889

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:05:12
  Author: jgc
Revision: 96890

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in xorg-xprop/trunk (PKGBUILD copyright.patch)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:10:05
  Author: jgc
Revision: 96891

upgpkg: xorg-xprop 1.1.0-1
Fix copyright

Added:
  xorg-xprop/trunk/copyright.patch
Modified:
  xorg-xprop/trunk/PKGBUILD

-+
 PKGBUILD|7 +++--
 copyright.patch |   71 ++
 2 files changed, 76 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 13:05:12 UTC (rev 96890)
+++ PKGBUILD2010-10-25 13:10:05 UTC (rev 96891)
@@ -10,11 +10,14 @@
 license=('custom')
 depends=('libx11')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
-sha1sums=('16b377c76a4a010200063a056e7a5e244ab6ff00')
+source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2
+copyright.patch)
+sha1sums=('16b377c76a4a010200063a056e7a5e244ab6ff00'
+  '09680d134640d6fc55be3213625d6d6b4f5aa9ca')
 
 build() {
   cd ${srcdir}/xprop-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
   ./configure --prefix=/usr
   make
   make DESTDIR=${pkgdir} install

Added: copyright.patch
===
--- copyright.patch (rev 0)
+++ copyright.patch 2010-10-25 13:10:05 UTC (rev 96891)
@@ -0,0 +1,71 @@
+From 64045bdb44d0e026a76ce1ebb00671e622b74ae6 Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon mems...@videotron.ca
+Date: Fri, 08 Jan 2010 03:10:50 +
+Subject: COPYING: replace stub with copyright notices
+
+Refer to xprop.c clientwin.h
+Copyright 1990, 1998  The Open Group
+Copyright (c) 2000  The XFree86 Project, Inc.
+Copyright 2007 Kim woelders
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+---
+diff --git a/COPYING b/COPYING
+index 7f33cbf..bdcb847 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,44 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++Copyright 1990, 1998  The Open Group
++Copyright (c) 2000  The XFree86 Project, Inc.
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++Permission to use, copy, modify, distribute, and sell this software and its
++documentation for any purpose is hereby granted without fee, provided that
++the above copyright notice appear in all copies and that both that
++copyright notice and this permission notice appear in supporting
++documentation.
++  
++The above copyright notice and this permission notice shall be included
++in all copies or substantial portions of the Software.
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
++OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
++IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
++OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
++ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
++OTHER DEALINGS IN THE SOFTWARE.
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++Except as contained in this notice, the name of The Open Group shall
++not be used in advertising or otherwise to promote the sale, use or
++other dealings in this Software without prior written authorization
++from The Open Group.
+ 
+-http://lists.freedesktop.org/mailman/listinfo/xorg
++Copyright 2007 Kim woelders
++
++Permission to use, copy, modify, distribute, and sell this software and its
++documentation for any purpose is hereby granted without fee, 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 the copyright holders not be used in advertising or
++publicity pertaining to distribution of the software without specific,
++written prior permission.  The copyright holders make no representations
++about the suitability of this software for any purpose.  It is provided as
++is without express or implied warranty.
++
++THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
++INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
++EVENT SHALL THE COPYRIGHT HOLDERS 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.
+--
+cgit v0.8.3-6-g21f6



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:10:11
  Author: jgc
Revision: 96892

archrelease: remove extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:10:23
  Author: jgc
Revision: 96893

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:10:29
  Author: jgc
Revision: 96894

archrelease: remove extra-x86_64

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:10:36
  Author: jgc
Revision: 96895

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (5 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:45:25
  Author: jgc
Revision: 96896

Add xpr app

Added:
  xorg-xpr/
  xorg-xpr/repos/
  xorg-xpr/trunk/
  xorg-xpr/trunk/PKGBUILD
  xorg-xpr/trunk/copyright.patch

-+
 PKGBUILD|   26 ++
 copyright.patch |   75 ++
 2 files changed, 101 insertions(+)

Added: xorg-xpr/trunk/PKGBUILD
===
--- xorg-xpr/trunk/PKGBUILD (rev 0)
+++ xorg-xpr/trunk/PKGBUILD 2010-10-25 13:45:25 UTC (rev 96896)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xpr
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Print an X window dump from xwd
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2
+copyright.patch)
+sha1sums=('9dbd0ff136b612285e00d92d0c7675a4207b1c4a'
+  'd2649781330400b83cf3553d9cfd6e02dd93a2bd')
+
+build() {
+  cd ${srcdir}/xpr-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Added: xorg-xpr/trunk/copyright.patch
===
--- xorg-xpr/trunk/copyright.patch  (rev 0)
+++ xorg-xpr/trunk/copyright.patch  2010-10-25 13:45:25 UTC (rev 96896)
@@ -0,0 +1,75 @@
+From 11569289123fb178e23fd1aa284e9fa10e6c1e8c Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith alan.coopersm...@oracle.com
+Date: Fri, 06 Aug 2010 22:09:48 +
+Subject: Fill in COPYING file with copyright notices from source code
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+---
+diff --git a/COPYING b/COPYING
+index 7f33cbf..0f9d8e0 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,53 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++Copyright (c) 1985, 1988  X Consortium
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++Permission is hereby granted, free of charge, to any person obtaining
++a copy of this software and associated documentation files (the
++Software), to deal in the Software without restriction, including
++without limitation the rights to use, copy, modify, merge, publish,
++distribute, sublicense, and/or sell copies of the Software, and to
++permit persons to whom the Software is furnished to do so, subject to
++the following conditions:
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++The above copyright notice and this permission notice shall be included
++in all copies or substantial portions of the Software.
+ 
+-http://lists.freedesktop.org/mailman/listinfo/xorg
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
++OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
++IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
++OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
++ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
++OTHER DEALINGS IN THE SOFTWARE.
++
++Except as contained in this notice, the name of the X Consortium shall
++not be used in advertising or otherwise to promote the sale, use or
++other dealings in this Software without prior written authorization
++from the X Consortium.
++
++Copyright 1986 by Marvin Solomon and the University of Wisconsin
++
++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 names of Marvin Solomon and
++the University of Wisconsin not be used in
++advertising or publicity pertaining to distribution of the
++software without specific, written prior permission.
++Neither Marvin Solomon nor the University of Wisconsin
++makes any representations about the suitability of
++this software for any purpose.  It is provided as is
++without express or implied warranty.
++
++Copyright (c) 1988 by Hewlett-Packard Company
++
++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

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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:45:36
  Author: jgc
Revision: 96897

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:45:45
  Author: jgc
Revision: 96898

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:58:23
  Author: jgc
Revision: 96899

Add xmodmap app

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

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

Added: xorg-xmodmap/trunk/PKGBUILD
===
--- xorg-xmodmap/trunk/PKGBUILD (rev 0)
+++ xorg-xmodmap/trunk/PKGBUILD 2010-10-25 13:58:23 UTC (rev 96899)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xmodmap
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Utility for modifying keymaps and button mappings
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
+sha1sums=('c97fb42f40b094868f6ef445f25c600f326b1942')
+
+build() {
+  cd ${srcdir}/xmodmap-${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-xmodmap/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:59:16
  Author: jgc
Revision: 96900

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 09:59:24
  Author: jgc
Revision: 96901

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:03:29
  Author: jgc
Revision: 96902

Add xlsclients app

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

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

Added: xorg-xlsclients/trunk/PKGBUILD
===
--- xorg-xlsclients/trunk/PKGBUILD  (rev 0)
+++ xorg-xlsclients/trunk/PKGBUILD  2010-10-25 14:03:29 UTC (rev 96902)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsclients
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=List client applications running on a display
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb' 'xcb-util')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
+sha1sums=('67bfdcb089e8669df7ec5bc7a137e037047f2535')
+
+build() {
+  cd ${srcdir}/xlsclients-${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-xlsclients/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:07:35
  Author: jgc
Revision: 96903

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:07:43
  Author: jgc
Revision: 96904

archrelease: copy trunk to extra-x86_64

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



[arch-commits] Commit in (4 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:22:55
  Author: jgc
Revision: 96905

Add xlsatoms app

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

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

Added: xorg-xlsatoms/trunk/PKGBUILD
===
--- xorg-xlsatoms/trunk/PKGBUILD(rev 0)
+++ xorg-xlsatoms/trunk/PKGBUILD2010-10-25 14:22:55 UTC (rev 96905)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsatoms
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=List interned atoms defined on server
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
+sha1sums=('2982df6844d60cd12a09208808ab6baa767fe35f')
+
+build() {
+  cd ${srcdir}/xlsatoms-${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-xlsatoms/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:26:56
  Author: jgc
Revision: 96906

archrelease: copy trunk to extra-i686

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



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

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 10:27:03
  Author: jgc
Revision: 96907

archrelease: copy trunk to extra-x86_64

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



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

2010-10-25 Thread Andrea Scarpino
Date: Monday, October 25, 2010 @ 11:06:51
  Author: andrea
Revision: 96908

upgpkg: fsarchiver 0.6.10-2
xz rebuild

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 14:27:03 UTC (rev 96907)
+++ PKGBUILD2010-10-25 15:06:51 UTC (rev 96908)
@@ -5,23 +5,23 @@
 
 pkgname=fsarchiver
 pkgver=0.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
 url=http://www.fsarchiver.org/;
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('71fb8e06dfb07a28f94ea7e62c619229')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-10-25 Thread Andrea Scarpino
Date: Monday, October 25, 2010 @ 11:07:12
  Author: andrea
Revision: 96909

archrelease: copy trunk to staging-i686

Added:
  fsarchiver/repos/staging-i686/



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

2010-10-25 Thread Andrea Scarpino
Date: Monday, October 25, 2010 @ 11:07:34
  Author: andrea
Revision: 96910

archrelease: copy trunk to staging-x86_64

Added:
  fsarchiver/repos/staging-x86_64/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:25:09
  Author: pierre
Revision: 96911

upgpkg: kexec-tools 2.0.2-2
xz 5.0.0 rebuild

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 15:07:34 UTC (rev 96910)
+++ PKGBUILD2010-10-25 15:25:09 UTC (rev 96911)
@@ -4,28 +4,32 @@
 
 pkgname=kexec-tools
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Load another kernel from the currently executing Linux kernel
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.2.tar.bz2
-kexec kexec.conf.d)
+source=(http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2;
+'kexec' 'kexec.conf.d')
 depends=('zlib' 'gawk' 'xz')
 backup=('etc/conf.d/kexec')
 license=('GPL2')
+md5sums=('35d05fed1c97008ac34c5bfb929295eb'
+ '15599234f174ddc4d2611f32effec6ab'
+ 'b9ddfb9fbcc7e4e7e7294fe94fa60aeb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make 
-  make DESTDIR=$pkgdir install 
-  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
   mv $pkgdir/usr/sbin $pkgdir/sbin
 
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
   install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
   install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
 }
-md5sums=('35d05fed1c97008ac34c5bfb929295eb'
- '15599234f174ddc4d2611f32effec6ab'
- 'b9ddfb9fbcc7e4e7e7294fe94fa60aeb')



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:25:27
  Author: pierre
Revision: 96912

archrelease: copy trunk to staging-i686

Added:
  kexec-tools/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:25:45
  Author: pierre
Revision: 96913

archrelease: copy trunk to staging-x86_64

Added:
  kexec-tools/repos/staging-x86_64/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:28:14
  Author: pierre
Revision: 96914

upgpkg: squashfs-tools 4.1-2
xz 5.0.0 rebuild

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 15:25:45 UTC (rev 96913)
+++ PKGBUILD2010-10-25 15:28:14 UTC (rev 96914)
@@ -5,13 +5,13 @@
 
 pkgname=squashfs-tools
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
 url=http://squashfs.sourceforge.net;
 license=(GPL)
 arch=('i686' 'x86_64')
 depends=('zlib' 'glibc' 'lzo2' 'xz')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
 md5sums=('8e1b2b96f5d5f3fe48fef226ae8cd341')
 
 build() {



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:28:34
  Author: pierre
Revision: 96915

archrelease: copy trunk to staging-i686

Added:
  squashfs-tools/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:28:52
  Author: pierre
Revision: 96916

archrelease: copy trunk to staging-x86_64

Added:
  squashfs-tools/repos/staging-x86_64/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 11:34:52
  Author: pierre
Revision: 96917

xz 5.0.0 rebuild

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 15:28:52 UTC (rev 96916)
+++ PKGBUILD2010-10-25 15:34:52 UTC (rev 96917)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=2.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc=R is a language and environment for statistical computing and 
graphics
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,9 +15,9 @@
  'tk' 'libxt' 'libxmu' 'pango')
 makedepends=('openjdk6' 'gcc-fortran')
 options=('!makeflags')
-source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz
-   r.desktop
-   r.png)
+source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png')
 
 md5sums=('7421108ade3e9223263394b9bbe277ce'
  'f6d54d32e510d90c748a0d16d2abcbdc'
@@ -43,9 +43,13 @@
--with-blas \
 F77=gfortran \
LIBnn=lib
-   make || return 1
-   make -j1 DESTDIR=${pkgdir} install || return 1
+   make
+}
 
+package() {
+   cd ${srcdir}/R-${pkgver}
+   make -j1 DESTDIR=${pkgdir} install
+
#  Fixup R wrapper scripts.
sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
rm ${pkgdir}/usr/lib/R/bin/R
@@ -54,7 +58,7 @@
 
   # install some freedesktop.org compatibility
   install -Dm644 ${srcdir}/r.desktop \
-   ${pkgdir}/usr/share/applications/r.desktop || return 1
+   ${pkgdir}/usr/share/applications/r.desktop
   install -Dm644 ${srcdir}/r.png \
-   ${pkgdir}/usr/share/pixmaps/r.png || return 1
+   ${pkgdir}/usr/share/pixmaps/r.png
  }



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 12:02:40
  Author: pierre
Revision: 96918

archrelease: copy trunk to staging-i686

Added:
  r/repos/staging-i686/



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

2010-10-25 Thread Pierre Schmitz
Date: Monday, October 25, 2010 @ 12:06:24
  Author: pierre
Revision: 96919

archrelease: copy trunk to staging-x86_64

Added:
  r/repos/staging-x86_64/



[arch-commits] Commit in xf86-video-radeonhd/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:08:49
  Author: jgc
Revision: 96920

db-remove: xf86-video-radeonhd removed by jgc

Deleted:
  xf86-video-radeonhd/repos/extra-i686/



[arch-commits] Commit in xf86-video-radeonhd/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:09:17
  Author: jgc
Revision: 96921

db-remove: xf86-video-radeonhd removed by jgc

Deleted:
  xf86-video-radeonhd/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-elographics/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:17
  Author: jgc
Revision: 96922

db-remove: xf86-input-elographics removed by jgc

Deleted:
  xf86-input-elographics/repos/extra-i686/



[arch-commits] Commit in xf86-input-elographics/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:25
  Author: jgc
Revision: 96923

db-remove: xf86-input-elographics removed by jgc

Deleted:
  xf86-input-elographics/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-fpit/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:29
  Author: jgc
Revision: 96924

db-remove: xf86-input-fpit removed by jgc

Deleted:
  xf86-input-fpit/repos/extra-i686/



[arch-commits] Commit in xf86-input-fpit/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:35
  Author: jgc
Revision: 96925

db-remove: xf86-input-fpit removed by jgc

Deleted:
  xf86-input-fpit/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-hyperpen/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:43
  Author: jgc
Revision: 96926

db-remove: xf86-input-hyperpen removed by jgc

Deleted:
  xf86-input-hyperpen/repos/extra-i686/



[arch-commits] Commit in xf86-input-hyperpen/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:49
  Author: jgc
Revision: 96927

db-remove: xf86-input-hyperpen removed by jgc

Deleted:
  xf86-input-hyperpen/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-mutouch/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:53
  Author: jgc
Revision: 96928

db-remove: xf86-input-mutouch removed by jgc

Deleted:
  xf86-input-mutouch/repos/extra-i686/



[arch-commits] Commit in xf86-input-mutouch/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:10:58
  Author: jgc
Revision: 96929

db-remove: xf86-input-mutouch removed by jgc

Deleted:
  xf86-input-mutouch/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-penmount/repos (extra-i686)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:11:02
  Author: jgc
Revision: 96930

db-remove: xf86-input-penmount removed by jgc

Deleted:
  xf86-input-penmount/repos/extra-i686/



[arch-commits] Commit in xf86-input-penmount/repos (extra-x86_64)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:11:08
  Author: jgc
Revision: 96931

db-remove: xf86-input-penmount removed by jgc

Deleted:
  xf86-input-penmount/repos/extra-x86_64/



[arch-commits] Commit in (6 files)

2010-10-25 Thread Jan de Groot
Date: Monday, October 25, 2010 @ 13:19:02
  Author: jgc
Revision: 96932

Remove, no longer supported or developed upstream

Deleted:
  xf86-input-elographics/
  xf86-input-fpit/
  xf86-input-hyperpen/
  xf86-input-mutouch/
  xf86-input-penmount/
  xf86-video-radeonhd/



  1   2   3   >