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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 02:35:42
  Author: tpowa
Revision: 141104

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

Added:
  kbd/repos/core-i686/PKGBUILD
(from rev 141103, kbd/repos/testing-i686/PKGBUILD)
  kbd/repos/core-i686/fix-es.po.patch
(from rev 141103, kbd/repos/testing-i686/fix-es.po.patch)
Deleted:
  kbd/repos/core-i686/PKGBUILD
  kbd/repos/core-i686/fix-es.po.patch
  kbd/repos/testing-i686/

-+
 PKGBUILD|   88 +++---
 fix-es.po.patch |   22 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-24 00:41:06 UTC (rev 141103)
+++ core-i686/PKGBUILD  2011-10-24 06:35:42 UTC (rev 141104)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kbd
-pkgver=1.15.3
-pkgrel=1
-pkgdesc=Keytable files and keyboard utilities
-arch=('i686' 'x86_64')
-url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-fix-es.po.patch)
-md5sums=('8143e179a0f3c25646ce5085e8777200')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-es.po.patch
-  # rename keymap files with the same names
-  # this is needed because when only name of keymap is specified
-  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
-  # this should be removed when upstream adopts the change
-  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
-  mv data/keymaps/i386/olpc/es{,-olpc}.map
-  mv data/keymaps/i386/olpc/pt{,-olpc}.map
-  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
-  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
-
-  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
-
-  # this is needed because initscripts call /bin/loadkeys
-  # remove this when next versions of kbd
-  # and initscripts with /usr/bin/loadkeys usage will be released
-  mkdir ${pkgdir}/bin
-  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
-}
-md5sums=('8143e179a0f3c25646ce5085e8777200'
- '4ded3edb50fb7a3277bae6a870cee812')

Copied: kbd/repos/core-i686/PKGBUILD (from rev 141103, 
kbd/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-24 06:35:42 UTC (rev 141104)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=1.15.3
+pkgrel=2
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+fix-es.po.patch)
+md5sums=('8143e179a0f3c25646ce5085e8777200'
+ '4ded3edb50fb7a3277bae6a870cee812')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-es.po.patch
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+
+  # this is needed because initscripts call /bin/loadkeys
+  # remove this when next versions of kbd
+  # and initscripts with /usr/bin/loadkeys usage will be released
+  mkdir ${pkgdir}/bin
+  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
+}

Deleted: core-i686/fix-es.po.patch
===
--- core-i686/fix-es.po.patch   2011-10-24 00:41:06 UTC (rev 141103)
+++ core-i686/fix-es.po.patch   2011-10-24 06:35:42 UTC (rev 141104)
@@ -1,11 +0,0 @@
 kbd-1.15.3/po/es.old   2011-05-14 23:12:49.0 +0200
-+++ kbd-1.15.3/po/es.po2011-05-15 21:07:02.120669404 +0200
-@@ -1363,7 +1363,7 @@
- #: src/setfont.c:682
- #, c-format
- msgid Saved %d-char %dx%d font file on %s\n
--msgstr Se ha guardado el fichero de tipos %2$dx%3$d de %1$d caracteres en 
%s\n
-+msgstr Se ha guardado el fichero de tipos %dx%d de %d caracteres en %s\n
- 
- #: src/setkeycodes.c:21
- 

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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 02:35:43
  Author: tpowa
Revision: 141105

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

Added:
  kbd/repos/core-x86_64/PKGBUILD
(from rev 141103, kbd/repos/testing-x86_64/PKGBUILD)
  kbd/repos/core-x86_64/fix-es.po.patch
(from rev 141103, kbd/repos/testing-x86_64/fix-es.po.patch)
Deleted:
  kbd/repos/core-x86_64/PKGBUILD
  kbd/repos/core-x86_64/fix-es.po.patch
  kbd/repos/testing-x86_64/

-+
 PKGBUILD|   88 +++---
 fix-es.po.patch |   22 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-24 06:35:42 UTC (rev 141104)
+++ core-x86_64/PKGBUILD2011-10-24 06:35:43 UTC (rev 141105)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kbd
-pkgver=1.15.3
-pkgrel=1
-pkgdesc=Keytable files and keyboard utilities
-arch=('i686' 'x86_64')
-url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-fix-es.po.patch)
-md5sums=('8143e179a0f3c25646ce5085e8777200')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-es.po.patch
-  # rename keymap files with the same names
-  # this is needed because when only name of keymap is specified
-  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
-  # this should be removed when upstream adopts the change
-  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
-  mv data/keymaps/i386/olpc/es{,-olpc}.map
-  mv data/keymaps/i386/olpc/pt{,-olpc}.map
-  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
-  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
-
-  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
-
-  # this is needed because initscripts call /bin/loadkeys
-  # remove this when next versions of kbd
-  # and initscripts with /usr/bin/loadkeys usage will be released
-  mkdir ${pkgdir}/bin
-  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
-}
-md5sums=('8143e179a0f3c25646ce5085e8777200'
- '4ded3edb50fb7a3277bae6a870cee812')

Copied: kbd/repos/core-x86_64/PKGBUILD (from rev 141103, 
kbd/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-24 06:35:43 UTC (rev 141105)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=1.15.3
+pkgrel=2
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+fix-es.po.patch)
+md5sums=('8143e179a0f3c25646ce5085e8777200'
+ '4ded3edb50fb7a3277bae6a870cee812')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-es.po.patch
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+
+  # this is needed because initscripts call /bin/loadkeys
+  # remove this when next versions of kbd
+  # and initscripts with /usr/bin/loadkeys usage will be released
+  mkdir ${pkgdir}/bin
+  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
+}

Deleted: core-x86_64/fix-es.po.patch
===
--- core-x86_64/fix-es.po.patch 2011-10-24 06:35:42 UTC (rev 141104)
+++ core-x86_64/fix-es.po.patch 2011-10-24 06:35:43 UTC (rev 141105)
@@ -1,11 +0,0 @@
 kbd-1.15.3/po/es.old   2011-05-14 23:12:49.0 +0200
-+++ kbd-1.15.3/po/es.po2011-05-15 21:07:02.120669404 +0200
-@@ -1363,7 +1363,7 @@
- #: src/setfont.c:682
- #, c-format
- msgid Saved %d-char %dx%d font file on %s\n
--msgstr Se ha guardado el fichero de tipos %2$dx%3$d de %1$d caracteres en 
%s\n
-+msgstr Se ha guardado el fichero de tipos %dx%d 

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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 04:03:07
  Author: jgc
Revision: 141106

upgpkg: freetype2 2.4.7-1

Update to 2.4.7

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 06:35:43 UTC (rev 141105)
+++ PKGBUILD2011-10-24 08:03:07 UTC (rev 141106)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=freetype2
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc=TrueType font rendering library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.3.0-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('5e6510613f612809d2d7862592b92ab7'
+md5sums=('dbadce8f0c5e70a0b7c51eadf2dd9394'
  '816dc8619a6904a7385769433c0a8653'
  '214119610444c9b02766ccee5e220680')
 



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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 04:04:06
  Author: jgc
Revision: 141107

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

Added:
  freetype2/repos/extra-i686/PKGBUILD
(from rev 141106, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-i686/freetype-2.2.1-enable-valid.patch
(from rev 141106, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/extra-i686/freetype-2.3.0-enable-spr.patch
(from rev 141106, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
  freetype2/repos/extra-x86_64/PKGBUILD
(from rev 141106, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 141106, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/extra-x86_64/freetype-2.3.0-enable-spr.patch
(from rev 141106, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
Deleted:
  freetype2/repos/extra-i686/PKGBUILD
  freetype2/repos/extra-i686/freetype-2.2.1-enable-valid.patch
  freetype2/repos/extra-i686/freetype-2.3.0-enable-spr.patch
  freetype2/repos/extra-x86_64/PKGBUILD
  freetype2/repos/extra-x86_64/freetype-2.2.1-enable-valid.patch
  freetype2/repos/extra-x86_64/freetype-2.3.0-enable-spr.patch

+
 extra-i686/PKGBUILD|   64 +++
 extra-i686/freetype-2.2.1-enable-valid.patch   |   40 +++---
 extra-i686/freetype-2.3.0-enable-spr.patch |   22 +++
 extra-x86_64/PKGBUILD  |   64 +++
 extra-x86_64/freetype-2.2.1-enable-valid.patch |   40 +++---
 extra-x86_64/freetype-2.3.0-enable-spr.patch   |   22 +++
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 08:03:07 UTC (rev 141106)
+++ extra-i686/PKGBUILD 2011-10-24 08:04:06 UTC (rev 141107)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=freetype2
-pkgver=2.4.6
-pkgrel=1
-pkgdesc=TrueType font rendering library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://freetype.sourceforge.net;
-depends=('zlib')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
-freetype-2.3.0-enable-spr.patch
-freetype-2.2.1-enable-valid.patch)
-md5sums=('5e6510613f612809d2d7862592b92ab7'
- '816dc8619a6904a7385769433c0a8653'
- '214119610444c9b02766ccee5e220680')
-
-build() {
-  cd ${srcdir}/freetype-${pkgver}
-  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
-  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/freetype-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freetype2/repos/extra-i686/PKGBUILD (from rev 141106, 
freetype2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 08:04:06 UTC (rev 141107)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=freetype2
+pkgver=2.4.7
+pkgrel=1
+pkgdesc=TrueType font rendering library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://freetype.sourceforge.net;
+depends=('zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.3.0-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('dbadce8f0c5e70a0b7c51eadf2dd9394'
+ '816dc8619a6904a7385769433c0a8653'
+ '214119610444c9b02766ccee5e220680')
+
+build() {
+  cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/freetype-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/freetype-2.2.1-enable-valid.patch
===
--- extra-i686/freetype-2.2.1-enable-valid.patch2011-10-24 08:03:07 UTC 
(rev 141106)
+++ extra-i686/freetype-2.2.1-enable-valid.patch2011-10-24 08:04:06 UTC 
(rev 141107)
@@ -1,20 +0,0 @@
 freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
-+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
-@@ -110,7 +110,7 @@
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -124,7 +124,7 @@
- 
- # OpenType table validation.  Needs ftotval.c below.
- #
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #

Copied: freetype2/repos/extra-i686/freetype-2.2.1-enable-valid.patch (from rev 
141106, 

[arch-commits] Commit in icedtea-web-java7/repos (4 files)

2011-10-24 Thread andyrtr
Date: Monday, October 24, 2011 @ 05:11:55
  Author: andyrtr
Revision: 141108

db-move: moved icedtea-web-java7 from [testing] to [extra] (i686)

Added:
  icedtea-web-java7/repos/extra-i686/
  icedtea-web-java7/repos/extra-i686/PKGBUILD
(from rev 141107, icedtea-web-java7/repos/testing-i686/PKGBUILD)
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
(from rev 141107, 
icedtea-web-java7/repos/testing-i686/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/testing-i686/

---+
 PKGBUILD  |   97 
 icedtea-web-java7.install |   11 
 2 files changed, 108 insertions(+)

Copied: icedtea-web-java7/repos/extra-i686/PKGBUILD (from rev 141107, 
icedtea-web-java7/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 09:11:55 UTC (rev 141108)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=icedtea-web-java7
+pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
+pkgver=1.1.3
+#_date=20110925
+#pkgrel=0.${_date}.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://icedtea.classpath.org/wiki/IcedTea-Web;
+license=('GPL2')
+makedepends=('jdk7-openjdk' 'zip' 'xulrunner')
+source=(#ftp://ftp.archlinux.org/other/$pkgname/${pkgbase}-${_date}.tar.xz
+   
http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
+   
#http://icedtea.classpath.org/download/source/${pkgname}-${pkgver}.tar.gz
+md5sums=('0e2e653c7436d81edcbc1d4255571ab6')
+sha1sums=('5c8d8fbbdc9db0b7113a6cced751c428b4d3ea37')
+
+_javaver=7
+_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
+
+mksource() {
+  mkdir /tmp/${pkgbase}-${_date}
+  pushd /tmp/${pkgbase}-${_date}
+  hg clone http://icedtea.classpath.org/hg/icedtea-web ${pkgbase}-${_date}
+  rm -rf ${pkgbase}-${_date}/.hg*
+  tar -cvJf /tmp/${pkgbase}-${_date}/${pkgbase}-${_date}.tar.xz *
+  popd
+}
+
+build() {
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+
+  #. /etc/profile.d/jre.sh
+  . /etc/profile.d/jre7-openjdk.sh
+  #. /etc/profile.d/jdk.sh
+  . /etc/profile.d/jdk7-openjdk.sh
+  
+  autoreconf --force --install
+  
+  ./configure --prefix=${_jvmdir} \
+  --datarootdir=/usr/share \
+  --with-jdk-home=${_jvmdir}
+  make
+}
+
+check() {
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+  make -k check
+}
+
+
+package_icedtea-web-java7() {
+
+  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
+  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
+  install=${pkgname}.install
+
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
+  make DESTDIR=${pkgdir} install-exec-local install-data-local
+
+  # Install desktop files.
+  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
+  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
+  # remove splitted doc files
+  rm -rf ${pkgdir}/usr/share/doc
+
+  # link binaries into /usr/bin + jre/bin
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
+  pushd ${pkgdir}/${_jvmdir}/bin
+  for file in *; do
+ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
+ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
+  done
+  popd
+
+  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
+  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
+  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
+}
+
+package_icedtea-web-java7-doc() {
+
+  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
+
+  cd ${srcdir}/icedtea-web* #${pkgbase}-${_date}
+#  install -m755 -d ${pkgdir}/${_jvmdir}/jre/lib
+  make DESTDIR=${pkgdir} install-data-local
+  # remove javaws about and man page
+  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
+}

Copied: icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install (from rev 
141107, icedtea-web-java7/repos/testing-i686/icedtea-web-java7.install)
===
--- extra-i686/icedtea-web-java7.install(rev 0)
+++ extra-i686/icedtea-web-java7.install2011-10-24 09:11:55 UTC (rev 
141108)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in icedtea-web-java7/repos (4 files)

2011-10-24 Thread andyrtr
Date: Monday, October 24, 2011 @ 05:11:56
  Author: andyrtr
Revision: 141109

db-move: moved icedtea-web-java7 from [testing] to [extra] (x86_64)

Added:
  icedtea-web-java7/repos/extra-x86_64/
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
(from rev 141107, icedtea-web-java7/repos/testing-x86_64/PKGBUILD)
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install
(from rev 141107, 
icedtea-web-java7/repos/testing-x86_64/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/testing-x86_64/

---+
 PKGBUILD  |   97 
 icedtea-web-java7.install |   11 
 2 files changed, 108 insertions(+)

Copied: icedtea-web-java7/repos/extra-x86_64/PKGBUILD (from rev 141107, 
icedtea-web-java7/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-24 09:11:56 UTC (rev 141109)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=icedtea-web-java7
+pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
+pkgver=1.1.3
+#_date=20110925
+#pkgrel=0.${_date}.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://icedtea.classpath.org/wiki/IcedTea-Web;
+license=('GPL2')
+makedepends=('jdk7-openjdk' 'zip' 'xulrunner')
+source=(#ftp://ftp.archlinux.org/other/$pkgname/${pkgbase}-${_date}.tar.xz
+   
http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
+   
#http://icedtea.classpath.org/download/source/${pkgname}-${pkgver}.tar.gz
+md5sums=('0e2e653c7436d81edcbc1d4255571ab6')
+sha1sums=('5c8d8fbbdc9db0b7113a6cced751c428b4d3ea37')
+
+_javaver=7
+_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
+
+mksource() {
+  mkdir /tmp/${pkgbase}-${_date}
+  pushd /tmp/${pkgbase}-${_date}
+  hg clone http://icedtea.classpath.org/hg/icedtea-web ${pkgbase}-${_date}
+  rm -rf ${pkgbase}-${_date}/.hg*
+  tar -cvJf /tmp/${pkgbase}-${_date}/${pkgbase}-${_date}.tar.xz *
+  popd
+}
+
+build() {
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+
+  #. /etc/profile.d/jre.sh
+  . /etc/profile.d/jre7-openjdk.sh
+  #. /etc/profile.d/jdk.sh
+  . /etc/profile.d/jdk7-openjdk.sh
+  
+  autoreconf --force --install
+  
+  ./configure --prefix=${_jvmdir} \
+  --datarootdir=/usr/share \
+  --with-jdk-home=${_jvmdir}
+  make
+}
+
+check() {
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+  make -k check
+}
+
+
+package_icedtea-web-java7() {
+
+  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
+  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
+  install=${pkgname}.install
+
+  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
+  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
+  make DESTDIR=${pkgdir} install-exec-local install-data-local
+
+  # Install desktop files.
+  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
+  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
+  # remove splitted doc files
+  rm -rf ${pkgdir}/usr/share/doc
+
+  # link binaries into /usr/bin + jre/bin
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
+  pushd ${pkgdir}/${_jvmdir}/bin
+  for file in *; do
+ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
+ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
+  done
+  popd
+
+  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
+  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
+  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
+}
+
+package_icedtea-web-java7-doc() {
+
+  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
+
+  cd ${srcdir}/icedtea-web* #${pkgbase}-${_date}
+#  install -m755 -d ${pkgdir}/${_jvmdir}/jre/lib
+  make DESTDIR=${pkgdir} install-data-local
+  # remove javaws about and man page
+  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
+}

Copied: icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install (from 
rev 141107, icedtea-web-java7/repos/testing-x86_64/icedtea-web-java7.install)
===
--- extra-x86_64/icedtea-web-java7.install  (rev 0)
+++ extra-x86_64/icedtea-web-java7.install  2011-10-24 09:11:56 UTC (rev 
141109)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2011-10-24 Thread Dave Reisner
Date: Monday, October 24, 2011 @ 05:59:19
  Author: dreisner
Revision: 141110

db-move: moved mkinitcpio from [testing] to [core] (any)

Added:
  mkinitcpio/repos/core-any/PKGBUILD
(from rev 141109, mkinitcpio/repos/testing-any/PKGBUILD)
Deleted:
  mkinitcpio/repos/core-any/PKGBUILD
  mkinitcpio/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-10-24 09:11:56 UTC (rev 141109)
+++ core-any/PKGBUILD   2011-10-24 09:59:19 UTC (rev 141110)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=0.7.4
-pkgrel=1
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=http://www.archlinux.org/;
-license=('GPL')
-depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=171-2' 
'file' 'gzip')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
-  'klibc-module-init-tools' 'klibc-udev')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-backup=(etc/mkinitcpio.conf)
-sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: mkinitcpio/repos/core-any/PKGBUILD (from rev 141109, 
mkinitcpio/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-10-24 09:59:19 UTC (rev 141110)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+backup=(etc/mkinitcpio.conf)
+sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



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

2011-10-24 Thread Dave Reisner
Date: Monday, October 24, 2011 @ 05:59:20
  Author: dreisner
Revision: 14

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

Added:
  mkinitcpio-busybox/repos/core-i686/PKGBUILD
(from rev 141109, mkinitcpio-busybox/repos/testing-i686/PKGBUILD)
  mkinitcpio-busybox/repos/core-i686/config
(from rev 141109, mkinitcpio-busybox/repos/testing-i686/config)
Deleted:
  mkinitcpio-busybox/repos/core-i686/PKGBUILD
  mkinitcpio-busybox/repos/core-i686/config
  mkinitcpio-busybox/repos/testing-i686/

--+
 PKGBUILD |   65 +
 config   | 2003 ++---
 2 files changed, 1047 insertions(+), 1021 deletions(-)

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


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

2011-10-24 Thread Dave Reisner
Date: Monday, October 24, 2011 @ 05:59:21
  Author: dreisner
Revision: 141112

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

Added:
  mkinitcpio-busybox/repos/core-x86_64/PKGBUILD
(from rev 141109, mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD)
  mkinitcpio-busybox/repos/core-x86_64/config
(from rev 141109, mkinitcpio-busybox/repos/testing-x86_64/config)
Deleted:
  mkinitcpio-busybox/repos/core-x86_64/PKGBUILD
  mkinitcpio-busybox/repos/core-x86_64/config
  mkinitcpio-busybox/repos/testing-x86_64/

--+
 PKGBUILD |   65 +
 config   | 2003 ++---
 2 files changed, 1047 insertions(+), 1021 deletions(-)

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


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

2011-10-24 Thread Dave Reisner
Date: Monday, October 24, 2011 @ 05:59:24
  Author: dreisner
Revision: 141114

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

Added:
  udev/repos/core-x86_64/81-arch.rules
(from rev 141109, udev/repos/testing-x86_64/81-arch.rules)
  udev/repos/core-x86_64/PKGBUILD
(from rev 141109, udev/repos/testing-x86_64/PKGBUILD)
  udev/repos/core-x86_64/udev.install
(from rev 141109, udev/repos/testing-x86_64/udev.install)
Deleted:
  udev/repos/core-x86_64/81-arch.rules
  udev/repos/core-x86_64/PKGBUILD
  udev/repos/core-x86_64/bluetooth.patch
  udev/repos/core-x86_64/udev.install
  udev/repos/testing-x86_64/

-+
 81-arch.rules   |   80 ++---
 PKGBUILD|  202 +++---
 bluetooth.patch |   36 -
 udev.install|  134 ---
 4 files changed, 172 insertions(+), 280 deletions(-)

Deleted: core-x86_64/81-arch.rules
===
--- core-x86_64/81-arch.rules   2011-10-24 09:59:23 UTC (rev 141113)
+++ core-x86_64/81-arch.rules   2011-10-24 09:59:24 UTC (rev 141114)
@@ -1,71 +0,0 @@
-# Udev rules for Archlinux by Tobias Powalowski tp...@archlinux.org
-# do not edit this file, it will be overwritten on update
-#
-# There are a number of modifiers that are allowed to be used in some
-# of the different fields. They provide the following subsitutions:
-#
-# %n the kernel number of the device.
-#For example, 'sda3' has a kernel number of '3'
-# %k the kernel name for the device.
-# %M the kernel major number for the device
-# %m the kernel minor number for the device
-# %b the bus id for the device
-# %c the string returned by the PROGRAM
-# %s{filename} the content of a sysfs attribute.
-# %% the '%' char itself.
-#
-# There are a number of modifiers that are allowed to be used in some of the
-# fields.  See the udev man page for a full description of them.
-# global stuff
-#
-
-# permission for sg devices
-KERNEL==sg[0-9]*, ATTRS{type}!=3|6, GROUP=disk, MODE=0660
-
-# permissions for IDE CD devices
-SUBSYSTEMS==ide, KERNEL==hd[a-z], ATTR{removable}==1, 
ATTRS{media}==cdrom*, GROUP=optical
-
-# permissions for SCSI CD devices
-SUBSYSTEMS==scsi, KERNEL==s[rg][0-9]*, ATTRS{type}==5, GROUP=optical
-
-# permissions for removable devices like cardreaders or sticks
-KERNEL==sd*, ATTRS{scsi_level}==3, ATTRS{type}==0, GROUP=storage
-
-# permissions for firewire external drives
-KERNEL==sd*, ATTRS{scsi_level}==5, GROUP=storage
-
-# permissions for usb to scsi external adapters
-KERNEL==sd*, ATTRS{scsi_level}==3, ATTRS{type}==7, GROUP=storage
-
-# permissions for ide storage like pcmcia card readers
-ACTION!=add, GOTO=pcmcia_end
-SUBSYSTEM!=block, GOTO=pcmcia_end
-KERNEL==hd*[!0-9], IMPORT{program}=ata_id --export $tempnode
-KERNEL==hd*, IMPORT{parent}==ID_*
-KERNEL==hd*, ENV{ID_TYPE}==generic, GROUP=storage
-LABEL=pcmcia_end
-
-# permissions for SCSI scanners
-SUBSYSTEMS==scsi, KERNEL==sg[0-9]*, ATTRS{type}==6, GROUP=scanner
-
-# mem
-KERNEL==ram0, SYMLINK+=ramdisk
-KERNEL==ram1, SYMLINK+=ram
-
-# video4linux
-
-KERNEL==vbi0,SYMLINK+=vbi
-KERNEL==radio0,  SYMLINK+=radio
-KERNEL==radio[0-9]*, GROUP=video
-KERNEL==video0,  SYMLINK+=video
-KERNEL==vtx0,SYMLINK+=vtx
-
-# misc
-KERNEL==sgi_fetchop, MODE=0666
-KERNEL==sonypi,  MODE=0666
-
-# USB devices
-KERNEL==legousbtower*, MODE=0666
-###
-# Permissions and Symlinks - end
-###

Copied: udev/repos/core-x86_64/81-arch.rules (from rev 141109, 
udev/repos/testing-x86_64/81-arch.rules)
===
--- core-x86_64/81-arch.rules   (rev 0)
+++ core-x86_64/81-arch.rules   2011-10-24 09:59:24 UTC (rev 141114)
@@ -0,0 +1,9 @@
+# do not edit this file, it will be overwritten on update
+# this file is going away in the near future
+
+# this might belong in http://aur.archlinux.org/packages.php?ID=22698
+# see also /usr/src/*/Documentation/laptops/sonypi.txt
+KERNEL==sonypi,  MODE=0666
+
+# this might belong in https://aur.archlinux.org/packages.php?ID=18393
+KERNEL==legousbtower*, MODE=0666

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-24 09:59:23 UTC (rev 141113)
+++ core-x86_64/PKGBUILD2011-10-24 09:59:24 UTC (rev 141114)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgbase=udev
-pkgname=('udev' 'udev-compat')
-pkgver=173
-pkgrel=3
-arch=(i686 x86_64)
-url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
-license=('GPL')
-groups=('base')
-# older initscripts versions required start_udev
-options=(!makeflags 

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

2011-10-24 Thread Dave Reisner
Date: Monday, October 24, 2011 @ 05:59:23
  Author: dreisner
Revision: 141113

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

Added:
  udev/repos/core-i686/81-arch.rules
(from rev 141109, udev/repos/testing-i686/81-arch.rules)
  udev/repos/core-i686/PKGBUILD
(from rev 141109, udev/repos/testing-i686/PKGBUILD)
  udev/repos/core-i686/udev.install
(from rev 141109, udev/repos/testing-i686/udev.install)
Deleted:
  udev/repos/core-i686/81-arch.rules
  udev/repos/core-i686/PKGBUILD
  udev/repos/core-i686/bluetooth.patch
  udev/repos/core-i686/udev.install
  udev/repos/testing-i686/

-+
 81-arch.rules   |   80 ++---
 PKGBUILD|  202 +++---
 bluetooth.patch |   36 -
 udev.install|  134 ---
 4 files changed, 172 insertions(+), 280 deletions(-)

Deleted: core-i686/81-arch.rules
===
--- core-i686/81-arch.rules 2011-10-24 09:59:21 UTC (rev 141112)
+++ core-i686/81-arch.rules 2011-10-24 09:59:23 UTC (rev 141113)
@@ -1,71 +0,0 @@
-# Udev rules for Archlinux by Tobias Powalowski tp...@archlinux.org
-# do not edit this file, it will be overwritten on update
-#
-# There are a number of modifiers that are allowed to be used in some
-# of the different fields. They provide the following subsitutions:
-#
-# %n the kernel number of the device.
-#For example, 'sda3' has a kernel number of '3'
-# %k the kernel name for the device.
-# %M the kernel major number for the device
-# %m the kernel minor number for the device
-# %b the bus id for the device
-# %c the string returned by the PROGRAM
-# %s{filename} the content of a sysfs attribute.
-# %% the '%' char itself.
-#
-# There are a number of modifiers that are allowed to be used in some of the
-# fields.  See the udev man page for a full description of them.
-# global stuff
-#
-
-# permission for sg devices
-KERNEL==sg[0-9]*, ATTRS{type}!=3|6, GROUP=disk, MODE=0660
-
-# permissions for IDE CD devices
-SUBSYSTEMS==ide, KERNEL==hd[a-z], ATTR{removable}==1, 
ATTRS{media}==cdrom*, GROUP=optical
-
-# permissions for SCSI CD devices
-SUBSYSTEMS==scsi, KERNEL==s[rg][0-9]*, ATTRS{type}==5, GROUP=optical
-
-# permissions for removable devices like cardreaders or sticks
-KERNEL==sd*, ATTRS{scsi_level}==3, ATTRS{type}==0, GROUP=storage
-
-# permissions for firewire external drives
-KERNEL==sd*, ATTRS{scsi_level}==5, GROUP=storage
-
-# permissions for usb to scsi external adapters
-KERNEL==sd*, ATTRS{scsi_level}==3, ATTRS{type}==7, GROUP=storage
-
-# permissions for ide storage like pcmcia card readers
-ACTION!=add, GOTO=pcmcia_end
-SUBSYSTEM!=block, GOTO=pcmcia_end
-KERNEL==hd*[!0-9], IMPORT{program}=ata_id --export $tempnode
-KERNEL==hd*, IMPORT{parent}==ID_*
-KERNEL==hd*, ENV{ID_TYPE}==generic, GROUP=storage
-LABEL=pcmcia_end
-
-# permissions for SCSI scanners
-SUBSYSTEMS==scsi, KERNEL==sg[0-9]*, ATTRS{type}==6, GROUP=scanner
-
-# mem
-KERNEL==ram0, SYMLINK+=ramdisk
-KERNEL==ram1, SYMLINK+=ram
-
-# video4linux
-
-KERNEL==vbi0,SYMLINK+=vbi
-KERNEL==radio0,  SYMLINK+=radio
-KERNEL==radio[0-9]*, GROUP=video
-KERNEL==video0,  SYMLINK+=video
-KERNEL==vtx0,SYMLINK+=vtx
-
-# misc
-KERNEL==sgi_fetchop, MODE=0666
-KERNEL==sonypi,  MODE=0666
-
-# USB devices
-KERNEL==legousbtower*, MODE=0666
-###
-# Permissions and Symlinks - end
-###

Copied: udev/repos/core-i686/81-arch.rules (from rev 141109, 
udev/repos/testing-i686/81-arch.rules)
===
--- core-i686/81-arch.rules (rev 0)
+++ core-i686/81-arch.rules 2011-10-24 09:59:23 UTC (rev 141113)
@@ -0,0 +1,9 @@
+# do not edit this file, it will be overwritten on update
+# this file is going away in the near future
+
+# this might belong in http://aur.archlinux.org/packages.php?ID=22698
+# see also /usr/src/*/Documentation/laptops/sonypi.txt
+KERNEL==sonypi,  MODE=0666
+
+# this might belong in https://aur.archlinux.org/packages.php?ID=18393
+KERNEL==legousbtower*, MODE=0666

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-24 09:59:21 UTC (rev 141112)
+++ core-i686/PKGBUILD  2011-10-24 09:59:23 UTC (rev 141113)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgbase=udev
-pkgname=('udev' 'udev-compat')
-pkgver=173
-pkgrel=3
-arch=(i686 x86_64)
-url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
-license=('GPL')
-groups=('base')
-# older initscripts versions required start_udev
-options=(!makeflags !libtool)
-makedepends=('glibc' 'coreutils' 

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

2011-10-24 Thread Jan Steffens
Date: Monday, October 24, 2011 @ 06:41:22
  Author: heftig
Revision: 141115

quvi rebuild

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 09:59:24 UTC (rev 141114)
+++ PKGBUILD2011-10-24 10:41:22 UTC (rev 141115)
@@ -3,16 +3,17 @@
 
 pkgname=grilo-plugins
 pkgver=0.1.17
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'quvi' 'sqlite3' 'gmime' 'libgcrypt' 'rest' 
'libtracker-sparql')
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+ 'rest' 'libtracker-sparql')
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
-'quvi: Youtube plugin'
+'libquvi: Youtube plugin'
 'sqlite3: Podcasts plugin'
 'gmime: Podcasts plugin'
 'sqlite3: Bookmarks plugin'



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

2011-10-24 Thread Jan Steffens
Date: Monday, October 24, 2011 @ 06:42:39
  Author: heftig
Revision: 141116

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 141115, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 141115, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   83 
 extra-x86_64/PKGBUILD |   83 
 2 files changed, 84 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 10:41:22 UTC (rev 141115)
+++ extra-i686/PKGBUILD 2011-10-24 10:42:39 UTC (rev 141116)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.1.17
-pkgrel=2
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'quvi' 'sqlite3' 'gmime' 'libgcrypt' 'rest' 
'libtracker-sparql')
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'quvi: Youtube plugin'
-'sqlite3: Podcasts plugin'
-'gmime: Podcasts plugin'
-'sqlite3: Bookmarks plugin'
-'sqlite3: Metadata store plugin'
-'libgcrypt: Vimeo plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c77f70c02ab8a9abb7cddc909f90853d13e2a18d4b69db65a411082c3ef79b0a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # support tracker 0.12, already fixed in git master.
-  sed -i 's/sparql-0.11/sparql-0.12/g' configure
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 141115, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 10:42:39 UTC (rev 141116)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.1.17
+pkgrel=3
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+ 'rest' 'libtracker-sparql')
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite3: Podcasts plugin'
+'gmime: Podcasts plugin'
+'sqlite3: Bookmarks plugin'
+'sqlite3: Metadata store plugin'
+'libgcrypt: Vimeo plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c77f70c02ab8a9abb7cddc909f90853d13e2a18d4b69db65a411082c3ef79b0a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # support tracker 0.12, already fixed in git master.
+  sed -i 's/sparql-0.11/sparql-0.12/g' configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 10:41:22 UTC (rev 141115)
+++ extra-x86_64/PKGBUILD   2011-10-24 10:42:39 UTC (rev 141116)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.1.17
-pkgrel=2
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'quvi' 'sqlite3' 'gmime' 'libgcrypt' 'rest' 
'libtracker-sparql')
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'quvi: Youtube plugin'
-'sqlite3: Podcasts plugin'
-'gmime: Podcasts plugin'
-'sqlite3: Bookmarks plugin'
-'sqlite3: Metadata store plugin'
-'libgcrypt: Vimeo plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 08:15:00
  Author: jgc
Revision: 141117

upgpkg: xorg-xdpyinfo 1.3.0-1

Update to 1.3.0

Modified:
  xorg-xdpyinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 10:42:39 UTC (rev 141116)
+++ PKGBUILD2011-10-24 12:15:00 UTC (rev 141117)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xdpyinfo
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=Display information utility for X
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-${pkgver}.tar.bz2)
-sha1sums=('5d53cd31afd40bdc4575b5347f2cda67f135f5f2')
+sha256sums=('23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f')
 
 build() {
   cd ${srcdir}/xdpyinfo-${pkgver}



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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 08:15:25
  Author: jgc
Revision: 141118

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

Added:
  xorg-xdpyinfo/repos/extra-i686/PKGBUILD
(from rev 141117, xorg-xdpyinfo/trunk/PKGBUILD)
  xorg-xdpyinfo/repos/extra-x86_64/PKGBUILD
(from rev 141117, xorg-xdpyinfo/trunk/PKGBUILD)
Deleted:
  xorg-xdpyinfo/repos/extra-i686/PKGBUILD
  xorg-xdpyinfo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 12:15:00 UTC (rev 141117)
+++ extra-i686/PKGBUILD 2011-10-24 12:15:25 UTC (rev 141118)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xdpyinfo
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Display information utility for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxext' 'libxtst' 'libxxf86vm' 'libxxf86dga' 'libxrender' 
'libxcomposite' 'libxinerama' 'libdmx')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-${pkgver}.tar.bz2)
-sha1sums=('5d53cd31afd40bdc4575b5347f2cda67f135f5f2')
-
-build() {
-  cd ${srcdir}/xdpyinfo-${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}/
-}

Copied: xorg-xdpyinfo/repos/extra-i686/PKGBUILD (from rev 141117, 
xorg-xdpyinfo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 12:15:25 UTC (rev 141118)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xdpyinfo
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Display information utility for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxext' 'libxtst' 'libxxf86vm' 'libxxf86dga' 'libxrender' 
'libxcomposite' 'libxinerama' 'libdmx')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-${pkgver}.tar.bz2)
+sha256sums=('23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f')
+
+build() {
+  cd ${srcdir}/xdpyinfo-${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}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 12:15:00 UTC (rev 141117)
+++ extra-x86_64/PKGBUILD   2011-10-24 12:15:25 UTC (rev 141118)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xdpyinfo
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Display information utility for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxext' 'libxtst' 'libxxf86vm' 'libxxf86dga' 'libxrender' 
'libxcomposite' 'libxinerama' 'libdmx')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-${pkgver}.tar.bz2)
-sha1sums=('5d53cd31afd40bdc4575b5347f2cda67f135f5f2')
-
-build() {
-  cd ${srcdir}/xdpyinfo-${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}/
-}

Copied: xorg-xdpyinfo/repos/extra-x86_64/PKGBUILD (from rev 141117, 
xorg-xdpyinfo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-24 12:15:25 UTC (rev 141118)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xdpyinfo
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Display information utility for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxext' 'libxtst' 'libxxf86vm' 'libxxf86dga' 'libxrender' 
'libxcomposite' 'libxinerama' 'libdmx')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xdpyinfo-${pkgver}.tar.bz2)
+sha256sums=('23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f')
+
+build() {
+  cd ${srcdir}/xdpyinfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 08:17:07
  Author: jgc
Revision: 141119

upgpkg: xorg-sessreg 1.0.7-1

Update to 1.0.7

Modified:
  xorg-sessreg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 12:15:25 UTC (rev 141118)
+++ PKGBUILD2011-10-24 12:17:07 UTC (rev 141119)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-sessreg
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=Register X sessions in system utmp/utmpx databases
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/sessreg-${pkgver}.tar.bz2)
-sha1sums=('6f260f1ddc366da070a6d60301b9fb64a99c119a')
+sha256sums=('8734ee580264ab92e984d8f84611dada89906d6b548334a5e7d4b0ddba7c2e52')
 
 build() {
   cd ${srcdir}/sessreg-${pkgver}



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

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 08:17:34
  Author: jgc
Revision: 141120

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

Added:
  xorg-sessreg/repos/extra-i686/PKGBUILD
(from rev 141119, xorg-sessreg/trunk/PKGBUILD)
  xorg-sessreg/repos/extra-x86_64/PKGBUILD
(from rev 141119, xorg-sessreg/trunk/PKGBUILD)
Deleted:
  xorg-sessreg/repos/extra-i686/PKGBUILD
  xorg-sessreg/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 12:17:07 UTC (rev 141119)
+++ extra-i686/PKGBUILD 2011-10-24 12:17:34 UTC (rev 141120)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-sessreg
-pkgver=1.0.6
-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')
-
-build() {
-  cd ${srcdir}/sessreg-${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}/
-}

Copied: xorg-sessreg/repos/extra-i686/PKGBUILD (from rev 141119, 
xorg-sessreg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 12:17:34 UTC (rev 141120)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-sessreg
+pkgver=1.0.7
+pkgrel=1
+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)
+sha256sums=('8734ee580264ab92e984d8f84611dada89906d6b548334a5e7d4b0ddba7c2e52')
+
+build() {
+  cd ${srcdir}/sessreg-${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}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 12:17:07 UTC (rev 141119)
+++ extra-x86_64/PKGBUILD   2011-10-24 12:17:34 UTC (rev 141120)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-sessreg
-pkgver=1.0.6
-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')
-
-build() {
-  cd ${srcdir}/sessreg-${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}/
-}

Copied: xorg-sessreg/repos/extra-x86_64/PKGBUILD (from rev 141119, 
xorg-sessreg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-24 12:17:34 UTC (rev 141120)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-sessreg
+pkgver=1.0.7
+pkgrel=1
+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)
+sha256sums=('8734ee580264ab92e984d8f84611dada89906d6b548334a5e7d4b0ddba7c2e52')
+
+build() {
+  cd ${srcdir}/sessreg-${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-server/trunk (PKGBUILD git-fixes.patch)

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 09:15:53
  Author: jgc
Revision: 141121

upgpkg: xorg-server 1.11.1.901-1

Update to 1.12 RC1, include post-release security fixes from git

Modified:
  xorg-server/trunk/PKGBUILD
  xorg-server/trunk/git-fixes.patch

-+
 PKGBUILD|   10 -
 git-fixes.patch |  322 +++---
 2 files changed, 50 insertions(+), 282 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 12:17:34 UTC (rev 141120)
+++ PKGBUILD2011-10-24 13:15:53 UTC (rev 141121)
@@ -3,8 +3,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.11.1.901
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -18,11 +18,11 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-sha1sums=('ed0358b61294f1283aad42cf1e609752ceeffafd'
+sha1sums=('bc72d860c34868aa6b1823230cb7f13136ceb092'
   '0249b892f27243d8fe6fe6d226bf4c2391cedf49'
   '962fecc159c128728f14e8ba231c5b00391ff4ac'
   'd9f7d9553e772c2682c15079019d30c658a4f83b'
-  'd73125bf93aea09b0beb55e75c510b9f72f5d21a'
+  'cd9291fe1fa1b497aa74675afeeb025fe6b23b95'
   'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
   '6838fc00ef4618c924a77e0fb03c05346080908a'
   '993798f3d22ad672d769dae5f48d1fa068d5578f')
@@ -42,7 +42,7 @@
   # Add post-release patches from 1.11 branch
   patch -Np1 -i ${srcdir}/git-fixes.patch
 
-  autoreconf
+  autoreconf -fi
   ./configure --prefix=/usr \
   --enable-ipv6 \
   --enable-dri \

Modified: git-fixes.patch
===
--- git-fixes.patch 2011-10-24 12:17:34 UTC (rev 141120)
+++ git-fixes.patch 2011-10-24 13:15:53 UTC (rev 141121)
@@ -1,288 +1,56 @@
-From bd6ea85209e5ab80375d4ec9994d10a89fd1374a Mon Sep 17 00:00:00 2001
-From: Jamey Sharp ja...@minilop.net
-Date: Wed, 15 Sep 2010 01:35:21 +
-Subject: Fix pixmap double-frees on error paths.
+From f80d23357874db19bc124dee70239fb182977883 Mon Sep 17 00:00:00 2001
+From: Matthieu Herrb matthieu.he...@laas.fr
+Date: Mon, 17 Oct 2011 20:26:12 +
+Subject: Fix CVE-2011-4028: File disclosure vulnerability.
 
-If AddResource fails, it will automatically free the object that was
-passed to it by calling the appropriate deleteFunc; and of course
-FreeResource also calls the deleteFunc. In both cases it's wrong to call
-the destroy hook manually.
+use O_NOFOLLOW to open the existing lock file, so symbolic links
+aren't followed, thus avoid revealing if it point to an existing
+file.
 
-Commit by Jamey Sharp and Josh Triplett.
-
-Signed-off-by: Jamey Sharp ja...@minilop.net
-Signed-off-by: Josh Triplett j...@joshtriplett.org
-Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
-Reviewed-by: Aaron Plattner aplatt...@nvidia.com
-(cherry picked from commit 0f380a5005f800572773cd4667ce43c7459cc467)
+Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+(cherry picked from commit 6ba44b91e37622ef8c146d8f2ac92d708a18ed34)
 ---
-diff --git a/Xext/shm.c b/Xext/shm.c
-index b08af82..4141a8f 100644
 a/Xext/shm.c
-+++ b/Xext/shm.c
-@@ -991,7 +991,6 @@ CreatePmap:
-   pMap-drawable.serialNumber = NEXT_SERIAL_NUMBER;
-   pMap-drawable.id = newPix-info[j].id;
-   if (!AddResource(newPix-info[j].id, RT_PIXMAP, (pointer)pMap)) {
--  (*pScreen-DestroyPixmap)(pMap);
-   result = BadAlloc;
-   break;
-   }
-@@ -1002,10 +1001,8 @@ CreatePmap:
- }
- 
- if(result == BadAlloc) {
--  while(j--) {
--  (*pScreen-DestroyPixmap)(pMap);
-+  while(j--)
-   FreeResource(newPix-info[j].id, RT_NONE);
--  }
-   free(newPix);
- } else 
-   AddResource(stuff-pid, XRT_PIXMAP, newPix);
-@@ -1110,7 +1107,6 @@ CreatePmap:
-   {
-   return Success;
-   }
--  pDraw-pScreen-DestroyPixmap(pMap);
- }
- return BadAlloc;
- }
-diff --git a/dix/dispatch.c b/dix/dispatch.c
-index 192c8c3..f8200b1 100644
 a/dix/dispatch.c
-+++ b/dix/dispatch.c
-@@ -1419,7 +1419,6 @@ CreatePmap:
-   }
-   if (AddResource(stuff-pid, RT_PIXMAP, (pointer)pMap))
-   return Success;
--  (*pDraw-pScreen-DestroyPixmap)(pMap);
- }
- return BadAlloc;
- }
+diff --git a/os/utils.c b/os/utils.c
+index 36cb46f..9e0acb6 100644
+--- a/os/utils.c
 b/os/utils.c
+@@ -316,7 +316,7 @@ LockServer(void)
+   /*
+* Read the pid from the existing file
+*/
+-  lfd = open(LockFile, O_RDONLY);
++  lfd = open(LockFile, O_RDONLY|O_NOFOLLOW);
+   if (lfd  0) {
+ unlink(tmp);
+ FatalError(Can't read lock file %s\n, LockFile);
 --
 cgit 

[arch-commits] Commit in xorg-server/repos (32 files)

2011-10-24 Thread Jan de Groot
Date: Monday, October 24, 2011 @ 09:18:15
  Author: jgc
Revision: 141122

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 141121, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 141121, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 141121, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 141121, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 141121, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-i686/revert-trapezoids.patch
(from rev 141121, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 141121, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 141121, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 141121, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 141121, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 141121, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 141121, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 141121, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-x86_64/revert-trapezoids.patch
(from rev 141121, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 141121, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 141121, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/revert-trapezoids.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/revert-trapezoids.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

--+
 extra-i686/10-quirks.conf|   20 -
 extra-i686/PKGBUILD  |  386 +++---
 extra-i686/autoconfig-nvidia.patch   |   58 +--
 extra-i686/autoconfig-sis.patch  |   38 +-
 extra-i686/git-fixes.patch   |  344 +++-
 extra-i686/revert-trapezoids.patch   |  358 ++--
 extra-i686/xvfb-run  |  360 ++---
 extra-i686/xvfb-run.1|  564 -
 extra-x86_64/10-quirks.conf  |   20 -
 extra-x86_64/PKGBUILD|  386 +++---
 extra-x86_64/autoconfig-nvidia.patch |   58 +--
 extra-x86_64/autoconfig-sis.patch|   38 +-
 extra-x86_64/git-fixes.patch |  344 +++-
 extra-x86_64/revert-trapezoids.patch |  358 ++--
 extra-x86_64/xvfb-run|  360 ++---
 extra-x86_64/xvfb-run.1  |  564 -
 16 files changed, 1896 insertions(+), 2360 deletions(-)

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


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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 09:19:05
  Author: tpowa
Revision: 141123

upgpkg: qemu-kvm 0.15.1-1

bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:18:15 UTC (rev 141122)
+++ PKGBUILD2011-10-24 13:19:05 UTC (rev 141123)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu-kvm
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
@@ -54,5 +54,5 @@
   esac
 done
 }
-md5sums=('b45b0deebba4ce47dcaaab3807f6ed47'
+md5sums=('8800a7d6b3aa4a168ea7f78dc66c0320'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 09:19:43
  Author: tpowa
Revision: 141124

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

Added:
  qemu-kvm/repos/testing-i686/
  qemu-kvm/repos/testing-i686/65-kvm.rules
(from rev 141123, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/testing-i686/PKGBUILD
(from rev 141123, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/testing-i686/qemu-kvm.install
(from rev 141123, qemu-kvm/trunk/qemu-kvm.install)
  qemu-kvm/repos/testing-x86_64/
  qemu-kvm/repos/testing-x86_64/65-kvm.rules
(from rev 141123, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/testing-x86_64/PKGBUILD
(from rev 141123, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/testing-x86_64/qemu-kvm.install
(from rev 141123, qemu-kvm/trunk/qemu-kvm.install)

-+
 testing-i686/65-kvm.rules   |1 
 testing-i686/PKGBUILD   |   58 ++
 testing-i686/qemu-kvm.install   |   16 ++
 testing-x86_64/65-kvm.rules |1 
 testing-x86_64/PKGBUILD |   58 ++
 testing-x86_64/qemu-kvm.install |   16 ++
 6 files changed, 150 insertions(+)

Copied: qemu-kvm/repos/testing-i686/65-kvm.rules (from rev 141123, 
qemu-kvm/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2011-10-24 13:19:43 UTC (rev 141124)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu-kvm/repos/testing-i686/PKGBUILD (from rev 141123, 
qemu-kvm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 13:19:43 UTC (rev 141124)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu-kvm
+pkgver=0.15.1
+pkgrel=1
+pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
+arch=(i686 x86_64)
+license=('GPL2' 'LGPL2.1')
+url=http://www.linux-kvm.org;
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
+makedepends=('texi2html' 'perl' 'python2')
+backup=('etc/qemu/target-x86_64.conf')
+install=qemu-kvm.install
+conflicts=('qemu')
+provides=('qemu')
+replaces=('kvm')
+source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
+65-kvm.rules)
+options=(!strip)
+
+build()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+# fix esound building
+./configure --prefix=/usr \
+--python=/usr/bin/python2 \
+--sysconfdir=/etc \
+--audio-drv-list=alsa,sdl,oss \
+--audio-card-list=ac97,sb16,es1370,hda \
+--enable-docs
+make
+}
+package()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+# symbolic link for backwards compatibility
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
+# symbolic link for to qemu binary for emulator apps
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
+# symbolic link for to qemu binary for emulator apps
+ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
+# fix man page
+mv ${pkgdir}/usr/share/man/man1/qemu.1 \
+ ${pkgdir}/usr/share/man/man1/qemu-kvm.1
+# install udev rules
+install -D -m644 ${srcdir}/65-kvm.rules \
+ ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+# strip scripts directory
+find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read binary 
; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+}
+md5sums=('8800a7d6b3aa4a168ea7f78dc66c0320'
+ 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu-kvm/repos/testing-i686/qemu-kvm.install (from rev 141123, 
qemu-kvm/trunk/qemu-kvm.install)
===
--- testing-i686/qemu-kvm.install   (rev 0)
+++ testing-i686/qemu-kvm.install   2011-10-24 13:19:43 UTC (rev 141124)
@@ -0,0 +1,16 @@
+post_install() {
+  groupadd kvm -f -g 78
+  echo  PLEASE READ FOR KVM USAGE!
+  echo   Load the correct KVM module, you will need a KVM capable CPU!
+  echo   Add yourself to the group 'kvm'.
+  echo   Use 'qemu-kvm -enable-kvm' to use KVM.
+  echo 
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  groupdel kvm
+}

Copied: qemu-kvm/repos/testing-x86_64/65-kvm.rules (from rev 141123, 
qemu-kvm/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2011-10-24 13:19:43 UTC (rev 141124)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660


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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 09:20:13
  Author: tpowa
Revision: 141125

upgpkg: samba 3.6.1-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:19:43 UTC (rev 141124)
+++ PKGBUILD2011-10-24 13:20:13 UTC (rev 141125)
@@ -3,12 +3,12 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=3.6.0
+pkgver=3.6.1
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.0
-pkgrel=8
+_realver=3.6.1
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -137,7 +137,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('e297e0ea7923c7de8d7c1d8fd0ec0a05'
+md5sums=('5291717be0734e07dc07b6110e162e87'
  'a3da19515a234c703876cf850c44e996'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



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

2011-10-24 Thread Tobias Powalowski
Date: Monday, October 24, 2011 @ 09:21:17
  Author: tpowa
Revision: 141126

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 141125, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/fix-ipv6-mount.patch
(from rev 141125, samba/trunk/fix-ipv6-mount.patch)
  samba/repos/testing-i686/samba
(from rev 141125, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf.d
(from rev 141125, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.logrotate
(from rev 141125, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 141125, samba/trunk/samba.pam)
  samba/repos/testing-i686/swat.xinetd
(from rev 141125, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 141125, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/fix-ipv6-mount.patch
(from rev 141125, samba/trunk/fix-ipv6-mount.patch)
  samba/repos/testing-x86_64/samba
(from rev 141125, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 141125, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 141125, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 141125, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 141125, samba/trunk/swat.xinetd)

-+
 testing-i686/PKGBUILD   |  146 ++
 testing-i686/fix-ipv6-mount.patch   |   11 ++
 testing-i686/samba  |   57 +
 testing-i686/samba.conf.d   |7 +
 testing-i686/samba.logrotate|9 ++
 testing-i686/samba.pam  |3 
 testing-i686/swat.xinetd|   10 ++
 testing-x86_64/PKGBUILD |  146 ++
 testing-x86_64/fix-ipv6-mount.patch |   11 ++
 testing-x86_64/samba|   57 +
 testing-x86_64/samba.conf.d |7 +
 testing-x86_64/samba.logrotate  |9 ++
 testing-x86_64/samba.pam|3 
 testing-x86_64/swat.xinetd  |   10 ++
 14 files changed, 486 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 141125, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 13:21:17 UTC (rev 141126)
@@ -0,0 +1,146 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('smbclient' 'samba')
+pkgver=3.6.1
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to append 'a','b',etc to their subsequent releases, which pamcan
+# misconstrues as alpha, beta, etc.  Bad samba!
+_realver=3.6.1
+pkgrel=1
+arch=(i686 x86_64)
+url=http://www.samba.org;
+license=('GPL3')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+samba samba.logrotate
+swat.xinetd
+samba.pam
+samba.conf.d
+fix-ipv6-mount.patch)
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib/ \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-piddir=/var/run/samba \
+  --with-fhs \
+  --with-pam \
+  --with-pam_smbpass \
+  --with-pammodulesdir=/lib/security \
+  --with-dnsupdate \
+  --with-automount \
+  --with-quotas \
+  --with-ads \
+  --with-acl-support \
+  --with-cifsmount \
+  --with-libsmbclient \
+  --with-syslog \
+  --enable-external-libtalloc \
+  --disable-dnssd \
+  --disable-avahi \
+  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
+  --enable-external-libtdb
+  make
+}
+
+package_smbclient () {
+pkgdesc=Tools to access a server's filespace and printers via SMB
+depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc')
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
+  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
+  for i in libnetapi* libwbclient* libsmbclient*;do
+  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
+  done
+  install -m755 script/smbtar ${pkgdir}/usr/bin/
+  mkdir -p ${pkgdir}/usr/lib/cups/backend
+  ln -sf /usr/bin/smbspool 

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

2011-10-24 Thread Giovanni Scafora
Date: Monday, October 24, 2011 @ 09:34:59
  Author: giovanni
Revision: 141127

upgpkg: smb4k 0.10.90-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:21:17 UTC (rev 141126)
+++ PKGBUILD2011-10-24 13:34:59 UTC (rev 141127)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=0.10.73
+pkgver=0.10.90
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 install=smb4k.install
-source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8f161a1b1146dc44217826901deb35c8')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6e166eead700e0a21d4f324be4471e11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-24 Thread Giovanni Scafora
Date: Monday, October 24, 2011 @ 09:35:44
  Author: giovanni
Revision: 141128

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

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

+
 extra-i686/PKGBUILD|   58 +--
 extra-i686/smb4k.install   |   24 +++--
 extra-x86_64/PKGBUILD  |   58 +--
 extra-x86_64/smb4k.install |   24 +++--
 4 files changed, 78 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/PKGBUILD 2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=0.10.73
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')
-url=http://smb4k.berlios.de/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-install=smb4k.install
-source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8f161a1b1146dc44217826901deb35c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 141127, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
+
+pkgname=smb4k
+pkgver=0.10.90
+pkgrel=1
+pkgdesc=A KDE program that browses samba shares
+arch=('i686' 'x86_64')
+url=http://smb4k.berlios.de/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+install=smb4k.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6e166eead700e0a21d4f324be4471e11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/smb4k.install2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,14 +0,0 @@
-# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
-# arg 1:  the new package version
-post_install() {
-echo == Note: To enable mounting and unmounting of smb/cifs shares as
-echo == user, you will need to issue the following command as root:
-echo # chmod +s \$(which mount.cifs) \$(which umount.cifs)
-echo == These command will need to be re-run every upgrade of smbclient
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-post_install $1 
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 141127, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,10 @@
+post_install() {
+echo == Note: To enable mounting and unmounting of smb/cifs shares as
+echo == user, you will need to issue the following command as root:
+echo # chmod +s \$(which mount.cifs)
+echo == These command will need to be re-run every upgrade of smbclient
+}
+
+post_upgrade() {
+post_install $1 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-x86_64/PKGBUILD   2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
-
-pkgname=smb4k
-pkgver=0.10.73
-pkgrel=1
-pkgdesc=A KDE program that browses samba shares
-arch=('i686' 'x86_64')

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

2011-10-24 Thread Gaetan Bisson
Date: Monday, October 24, 2011 @ 09:48:32
  Author: bisson
Revision: 141129

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:35:44 UTC (rev 141128)
+++ PKGBUILD2011-10-24 13:48:32 UTC (rev 141129)
@@ -1,21 +1,21 @@
 # $Id$
 # Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
 # Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=postfix
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
-pkgdesc='Secure, fast, easy to administer alternative to Sendmail'
+pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
+license=('custom')
 arch=('i686' 'x86_64')
-license=('custom')
 depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \
 'rc.d')
-sha1sums=('49ef711c80b5a3434258ab24ae00940932503e80'
+sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
@@ -60,5 +60,5 @@
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
cd ${pkgdir}
-   patch -p0  ${srcdir}/aliases.patch
+   patch -p0 -i ${srcdir}/aliases.patch
 }



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

2011-10-24 Thread Gaetan Bisson
Date: Monday, October 24, 2011 @ 09:49:51
  Author: bisson
Revision: 141130

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

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 141129, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 141129, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 141129, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 141129, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 141129, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 141129, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 141129, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 141129, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   64 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   34 +
 testing-i686/rc.d|   36 +++
 testing-x86_64/PKGBUILD  |   64 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   34 +
 testing-x86_64/rc.d  |   36 +++
 8 files changed, 304 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 141129, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 13:49:51 UTC (rev 141130)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 141129, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2011-10-24 13:49:51 UTC (rev 141130)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: 

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

2011-10-24 Thread Ionut Biru
Date: Monday, October 24, 2011 @ 12:16:52
  Author: ibiru
Revision: 141131

update to 3.2.1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 13:49:51 UTC (rev 141130)
+++ PKGBUILD2011-10-24 16:16:52 UTC (rev 141131)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
 gettext-not-xml.patch)
-sha256sums=('7fdae4aad787759ed0d0124d66991311a24c8c9a3c9a46c56f62e4cc4575aea9'
+sha256sums=('495f6d0f79947d6e601db3220360b1fcd6ae43608cd1571be5bcd5c05b7388d5'
 '5b6bf182294b8974a89492237d98b60678b83efcf31de8a0ca1bebd90f3356a3')
 
 build() {



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

2011-10-24 Thread Ionut Biru
Date: Monday, October 24, 2011 @ 12:18:24
  Author: ibiru
Revision: 141132

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 141131, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-i686/gettext-not-xml.patch
(from rev 141131, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-i686/libgweather.install
(from rev 141131, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 141131, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
(from rev 141131, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-x86_64/libgweather.install
(from rev 141131, libgweather/trunk/libgweather.install)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-i686/gettext-not-xml.patch
  libgweather/repos/extra-i686/libgweather.install
  libgweather/repos/extra-x86_64/PKGBUILD
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
  libgweather/repos/extra-x86_64/libgweather.install

+
 extra-i686/PKGBUILD|   80 +-
 extra-i686/gettext-not-xml.patch   | 1064 +--
 extra-i686/libgweather.install |   44 -
 extra-x86_64/PKGBUILD  |   80 +-
 extra-x86_64/gettext-not-xml.patch | 1064 +--
 extra-x86_64/libgweather.install   |   44 -
 6 files changed, 1188 insertions(+), 1188 deletions(-)

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


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

2011-10-24 Thread Ionut Biru
Date: Monday, October 24, 2011 @ 12:34:29
  Author: ibiru
Revision: 141133

update to 3.2.1.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 16:18:24 UTC (rev 141132)
+++ PKGBUILD2011-10-24 16:34:29 UTC (rev 141133)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.1
+pkgver=3.2.1.1
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
+sha256sums=('2b4ce3184fcd8c2260654f925e4055a7e02513c5eefa4745bcdf82c9039b7681')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-24 Thread Ionut Biru
Date: Monday, October 24, 2011 @ 12:36:03
  Author: ibiru
Revision: 141134

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

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

--+
 extra-i686/PKGBUILD  |   82 -
 extra-i686/empathy.install   |   36 +-
 extra-x86_64/PKGBUILD|   82 -
 extra-x86_64/empathy.install |   36 +-
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 16:34:29 UTC (rev 141133)
+++ extra-i686/PKGBUILD 2011-10-24 16:36:03 UTC (rev 141134)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=empathy
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
-'libcanberra' 'iso-codes' 'networkmanager')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-butterfly: MSN support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-scrollkeeper \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 141133, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 16:36:03 UTC (rev 141134)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.1.1
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2b4ce3184fcd8c2260654f925e4055a7e02513c5eefa4745bcdf82c9039b7681')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2011-10-24 16:34:29 UTC (rev 141133)
+++ extra-i686/empathy.install  2011-10-24 16:36:03 UTC (rev 141134)
@@ -1,18 +0,0 @@
-post_install() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-echo To use Empathy you need to install 

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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 13:17:32
  Author: andrea
Revision: 141135

upgpkg: soprano 2.7.2-1

upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 16:36:03 UTC (rev 141134)
+++ PKGBUILD2011-10-24 17:17:32 UTC (rev 141135)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.0
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('52f216c82e731499bb25bf3b4cf0eecb')
+md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
 
 build() {
   cd ${srcdir}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 13:18:00
  Author: andrea
Revision: 141136

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-24 17:17:32 UTC (rev 141135)
+++ extra-i686/PKGBUILD 2011-10-24 17:18:00 UTC (rev 141136)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('52f216c82e731499bb25bf3b4cf0eecb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-i686/PKGBUILD (from rev 141135, 
soprano/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-24 17:18:00 UTC (rev 141136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  . /etc/profile.d/openjdk6.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-24 17:17:32 UTC (rev 141135)
+++ extra-x86_64/PKGBUILD   2011-10-24 17:18:00 UTC (rev 141136)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('52f216c82e731499bb25bf3b4cf0eecb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-x86_64/PKGBUILD (from rev 141135, 
soprano/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-24 17:18:00 UTC (rev 141136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')

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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:13:41
  Author: andrea
Revision: 141137

upgpkg: qt-doc 4.8.0rc1-1

upstream release

Modified:
  qt-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 17:18:00 UTC (rev 141136)
+++ PKGBUILD2011-10-24 20:13:41 UTC (rev 141137)
@@ -3,8 +3,9 @@
 # Contributor: Vinay S Shastry vinayshas...@gmail.com
 
 pkgname=qt-doc
-pkgver=4.7.4
-pkgrel=2
+pkgver=4.8.0rc1
+_pkgver=4.8.0-rc1
+pkgrel=1
 pkgdesc='The Qt gui toolkit documentation'
 arch=('any')
 url='http://qt.nokia.com/'
@@ -14,9 +15,9 @@
 replaces=('qt4-doc')
 provides=(qt4-doc=${pkgver})
 conflicts=(qt4-doc=${pkgver})
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;)
-md5sums=('9831cf1dfa8d0689a06c2c54c5c65aaf')
+_pkgfqn=qt-everywhere-opensource-src-4.8.0
+source=(http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${_pkgver}.tar.gz;)
+md5sums=('3e003b671384df8d1cb77dd6cc804934')
 
 package() {
   cd ${srcdir}/${_pkgfqn}



[arch-commits] Commit in qt-doc/repos (staging-any staging-any/PKGBUILD)

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:13:55
  Author: andrea
Revision: 141138

archrelease: copy trunk to staging-any

Added:
  qt-doc/repos/staging-any/
  qt-doc/repos/staging-any/PKGBUILD
(from rev 141137, qt-doc/trunk/PKGBUILD)

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

Copied: qt-doc/repos/staging-any/PKGBUILD (from rev 141137, 
qt-doc/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2011-10-24 20:13:55 UTC (rev 141138)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=qt-doc
+pkgver=4.8.0rc1
+_pkgver=4.8.0-rc1
+pkgrel=1
+pkgdesc='The Qt gui toolkit documentation'
+arch=('any')
+url='http://qt.nokia.com/'
+license=('GPL3' 'LGPL')
+options=('docs')
+depends=('qt')
+replaces=('qt4-doc')
+provides=(qt4-doc=${pkgver})
+conflicts=(qt4-doc=${pkgver})
+_pkgfqn=qt-everywhere-opensource-src-4.8.0
+source=(http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${_pkgver}.tar.gz;)
+md5sums=('3e003b671384df8d1cb77dd6cc804934')
+
+package() {
+  cd ${srcdir}/${_pkgfqn}
+  install -d ${pkgdir}/usr/share/doc/qt
+  cp -r doc/* ${pkgdir}/usr/share/doc/qt
+  cp -r demos ${pkgdir}/usr/share/doc/qt
+  cp -r examples ${pkgdir}/usr/share/doc/qt
+}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:49
  Author: andrea
Revision: 141139

db-move: moved qt from [staging] to [testing] (i686)

Added:
  qt/repos/testing-i686/
  qt/repos/testing-i686/PKGBUILD
(from rev 141138, qt/repos/staging-i686/PKGBUILD)
  qt/repos/testing-i686/assistant.desktop
(from rev 141138, qt/repos/staging-i686/assistant.desktop)
  qt/repos/testing-i686/designer.desktop
(from rev 141138, qt/repos/staging-i686/designer.desktop)
  qt/repos/testing-i686/linguist.desktop
(from rev 141138, qt/repos/staging-i686/linguist.desktop)
  qt/repos/testing-i686/qt.install
(from rev 141138, qt/repos/staging-i686/qt.install)
  qt/repos/testing-i686/qtconfig.desktop
(from rev 141138, qt/repos/staging-i686/qtconfig.desktop)
Deleted:
  qt/repos/staging-i686/

---+
 PKGBUILD  |  128 
 assistant.desktop |9 +++
 designer.desktop  |   11 
 linguist.desktop  |   10 
 qt.install|   12 
 qtconfig.desktop  |   10 
 6 files changed, 180 insertions(+)

Copied: qt/repos/testing-i686/PKGBUILD (from rev 141138, 
qt/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 20:29:49 UTC (rev 141139)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=qt
+pkgname=('qt' 'qt-private-headers')
+pkgver=4.8.0rc1
+_pkgver=4.8.0-rc1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
+'mysql' 'unixodbc' 'cups' 'gtk2')
+options=('!libtool')
+_pkgfqn=${pkgbase}-everywhere-opensource-src-4.8.0
+source=(http://get.qt.nokia.com/qt/source/${pkgbase}-everywhere-opensource-src-${_pkgver}.tar.gz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'qtconfig.desktop')
+md5sums=('3e003b671384df8d1cb77dd6cc804934'
+ 'fc211414130ab2764132e7370f8e5caa'
+ '85179f5e0437514f8639957e1d8baf62'
+ 'f11852b97583610f3dbb669ebc3e21bc'
+ '6b771c8a81dd90b45e8a79afa0e5bbfd')
+
+build() {
+  cd ${srcdir}/${_pkgfqn}
+
+  export QT4DIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/g++-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-plugindir /usr/lib/qt/plugins \
+-importdir /usr/lib/qt/imports \
+-datadir /usr/share/qt \
+-translationdir /usr/share/qt/translations \
+-sysconfdir /etc \
+-examplesdir /usr/share/doc/qt/examples \
+-demosdir /usr/share/doc/qt/demos \
+-plugin-sql-{psql,mysql,sqlite,odbc} \
+-system-sqlite \
+-no-phonon \
+-no-phonon-backend \
+-no-webkit \
+-no-declarative-debug \
+-graphicssystem raster \
+-openssl-linked \
+-nomake demos \
+-nomake examples \
+-nomake docs \
+-silent \
+-no-rpath \
+-optimized-qmake \
+-reduce-relocations \
+-dbus-linked \
+-no-openvg
+  make
+}
+
+package_qt() {
+pkgdesc='A cross-platform application and UI framework'
+depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+  'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+  'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('postgresql-libs: PostgreSQL driver'
+'libmysqlclient: MySQL driver'
+'unixodbc: ODBC driver'
+'libxinerama: Xinerama support'
+'libxcursor: Xcursor support'
+'libxfixes: Xfixes support')
+install='qt.install'
+
+cd ${srcdir}/${_pkgfqn}
+make INSTALL_ROOT=${pkgdir} install
+
+# install missing icons and desktop files
+for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
+  size=$(echo $(basename ${icon}) | cut -d- -f2)
+  install -p -D -m644 ${icon} \
+${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
+done
+install -p -D -m644 src/gui/dialogs/images/qtlogo-64.png \
+  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qtlogo.png
+install -p -D -m644 tools/assistant/tools/assistant/images/assistant.png \
+  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
+install -p -D -m644 tools/designer/src/designer/images/designer.png \
+  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer.png
+ 

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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:50
  Author: andrea
Revision: 141140

db-move: moved qt from [staging] to [testing] (x86_64)

Added:
  qt/repos/testing-x86_64/
  qt/repos/testing-x86_64/PKGBUILD
(from rev 141138, qt/repos/staging-x86_64/PKGBUILD)
  qt/repos/testing-x86_64/assistant.desktop
(from rev 141138, qt/repos/staging-x86_64/assistant.desktop)
  qt/repos/testing-x86_64/designer.desktop
(from rev 141138, qt/repos/staging-x86_64/designer.desktop)
  qt/repos/testing-x86_64/linguist.desktop
(from rev 141138, qt/repos/staging-x86_64/linguist.desktop)
  qt/repos/testing-x86_64/qt.install
(from rev 141138, qt/repos/staging-x86_64/qt.install)
  qt/repos/testing-x86_64/qtconfig.desktop
(from rev 141138, qt/repos/staging-x86_64/qtconfig.desktop)
Deleted:
  qt/repos/staging-x86_64/

---+
 PKGBUILD  |  128 
 assistant.desktop |9 +++
 designer.desktop  |   11 
 linguist.desktop  |   10 
 qt.install|   12 
 qtconfig.desktop  |   10 
 6 files changed, 180 insertions(+)

Copied: qt/repos/testing-x86_64/PKGBUILD (from rev 141138, 
qt/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-24 20:29:50 UTC (rev 141140)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=qt
+pkgname=('qt' 'qt-private-headers')
+pkgver=4.8.0rc1
+_pkgver=4.8.0-rc1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
+'mysql' 'unixodbc' 'cups' 'gtk2')
+options=('!libtool')
+_pkgfqn=${pkgbase}-everywhere-opensource-src-4.8.0
+source=(http://get.qt.nokia.com/qt/source/${pkgbase}-everywhere-opensource-src-${_pkgver}.tar.gz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'qtconfig.desktop')
+md5sums=('3e003b671384df8d1cb77dd6cc804934'
+ 'fc211414130ab2764132e7370f8e5caa'
+ '85179f5e0437514f8639957e1d8baf62'
+ 'f11852b97583610f3dbb669ebc3e21bc'
+ '6b771c8a81dd90b45e8a79afa0e5bbfd')
+
+build() {
+  cd ${srcdir}/${_pkgfqn}
+
+  export QT4DIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/g++-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-plugindir /usr/lib/qt/plugins \
+-importdir /usr/lib/qt/imports \
+-datadir /usr/share/qt \
+-translationdir /usr/share/qt/translations \
+-sysconfdir /etc \
+-examplesdir /usr/share/doc/qt/examples \
+-demosdir /usr/share/doc/qt/demos \
+-plugin-sql-{psql,mysql,sqlite,odbc} \
+-system-sqlite \
+-no-phonon \
+-no-phonon-backend \
+-no-webkit \
+-no-declarative-debug \
+-graphicssystem raster \
+-openssl-linked \
+-nomake demos \
+-nomake examples \
+-nomake docs \
+-silent \
+-no-rpath \
+-optimized-qmake \
+-reduce-relocations \
+-dbus-linked \
+-no-openvg
+  make
+}
+
+package_qt() {
+pkgdesc='A cross-platform application and UI framework'
+depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+  'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+  'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('postgresql-libs: PostgreSQL driver'
+'libmysqlclient: MySQL driver'
+'unixodbc: ODBC driver'
+'libxinerama: Xinerama support'
+'libxcursor: Xcursor support'
+'libxfixes: Xfixes support')
+install='qt.install'
+
+cd ${srcdir}/${_pkgfqn}
+make INSTALL_ROOT=${pkgdir} install
+
+# install missing icons and desktop files
+for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
+  size=$(echo $(basename ${icon}) | cut -d- -f2)
+  install -p -D -m644 ${icon} \
+${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
+done
+install -p -D -m644 src/gui/dialogs/images/qtlogo-64.png \
+  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qtlogo.png
+install -p -D -m644 tools/assistant/tools/assistant/images/assistant.png \
+  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
+install -p -D -m644 tools/designer/src/designer/images/designer.png \
+  

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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:52
  Author: andrea
Revision: 141141

db-move: moved qtwebkit from [staging] to [testing] (i686)

Added:
  qtwebkit/repos/testing-i686/
  qtwebkit/repos/testing-i686/PKGBUILD
(from rev 141138, qtwebkit/repos/staging-i686/PKGBUILD)
  qtwebkit/repos/testing-i686/python2-path.patch
(from rev 141138, qtwebkit/repos/staging-i686/python2-path.patch)
Deleted:
  qtwebkit/repos/staging-i686/

+
 PKGBUILD   |   36 
 python2-path.patch |   29 +
 2 files changed, 65 insertions(+)

Copied: qtwebkit/repos/testing-i686/PKGBUILD (from rev 141138, 
qtwebkit/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 20:29:52 UTC (rev 141141)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt' 'gperf' 'bison' 'phonon')
+makedepends=('python2' 'mesa' 'chrpath')
+source=(http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz;
+'python2-path.patch')
+sha1sums=('3582f3a8b593140af004a19479f5ec19693b3df7'
+  'b0ef3d5596171e3900a685df9bcfac3068ad6330')
+
+build() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+
+  patch -p1 -i ${srcdir}/python2-path.patch
+
+  cd Tools/Scripts
+  ./build-webkit --qt \
+--prefix=/usr \
+--makeargs=${MAKEFLAGS} \
+--release
+}
+
+package() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  # Fix RPATH
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
+}

Copied: qtwebkit/repos/testing-i686/python2-path.patch (from rev 141138, 
qtwebkit/repos/staging-i686/python2-path.patch)
===
--- testing-i686/python2-path.patch (rev 0)
+++ testing-i686/python2-path.patch 2011-10-24 20:29:52 UTC (rev 141141)
@@ -0,0 +1,29 @@
+--- QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro~   2011-10-20 
22:39:56.044519075 +
 QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro2011-10-20 
22:41:21.302047082 +
+@@ -88,5 +88,5 @@
+ retgen.output = $$JSC_GENERATED_SOURCES_DIR/RegExpJitTables.h
+ retgen.wkScript = $$PWD/create_regex_tables 
+ retgen.input = retgen.wkScript
+-retgen.commands = python $$retgen.wkScript  ${QMAKE_FILE_OUT}
++retgen.commands = python2 $$retgen.wkScript  ${QMAKE_FILE_OUT}
+ addExtraCompiler(retgen)
+--- QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri~  2011-10-20 
22:44:23.827225580 +
 QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri   2011-10-20 
22:44:38.550707819 +
+@@ -640,7 +640,7 @@
+ inspectorJSON.output = $${WC_GENERATED_SOURCES_DIR}/Inspector.idl
+ inspectorJSON.input = INSPECTOR_JSON
+ inspectorJSON.wkScript = $$PWD/inspector/generate-inspector-idl
+-inspectorJSON.commands = python $$inspectorJSON.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/Inspector.idl $$PWD/inspector/Inspector.json
++inspectorJSON.commands = python2 $$inspectorJSON.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/Inspector.idl $$PWD/inspector/Inspector.json
+ inspectorJSON.depends = $$PWD/inspector/generate-inspector-idl
+ inspectorJSON.wkAddOutputToSources = false
+ addExtraCompiler(inspectorJSON)
+@@ -723,7 +723,7 @@
+ entities.output = $${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp
+ entities.input = HTML_ENTITIES
+ entities.wkScript = $$PWD/html/parser/create-html-entity-table
+-entities.commands = python $$entities.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp $$HTML_ENTITIES
++entities.commands = python2 $$entities.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp $$HTML_ENTITIES
+ entities.clean = ${QMAKE_FILE_OUT}
+ entities.depends = $$PWD/html/parser/create-html-entity-table
+ addExtraCompiler(entities)



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:54
  Author: andrea
Revision: 141142

db-move: moved qtwebkit from [staging] to [testing] (x86_64)

Added:
  qtwebkit/repos/testing-x86_64/
  qtwebkit/repos/testing-x86_64/PKGBUILD
(from rev 141138, qtwebkit/repos/staging-x86_64/PKGBUILD)
  qtwebkit/repos/testing-x86_64/python2-path.patch
(from rev 141138, qtwebkit/repos/staging-x86_64/python2-path.patch)
Deleted:
  qtwebkit/repos/staging-x86_64/

+
 PKGBUILD   |   36 
 python2-path.patch |   29 +
 2 files changed, 65 insertions(+)

Copied: qtwebkit/repos/testing-x86_64/PKGBUILD (from rev 141138, 
qtwebkit/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-24 20:29:54 UTC (rev 141142)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt' 'gperf' 'bison' 'phonon')
+makedepends=('python2' 'mesa' 'chrpath')
+source=(http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz;
+'python2-path.patch')
+sha1sums=('3582f3a8b593140af004a19479f5ec19693b3df7'
+  'b0ef3d5596171e3900a685df9bcfac3068ad6330')
+
+build() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+
+  patch -p1 -i ${srcdir}/python2-path.patch
+
+  cd Tools/Scripts
+  ./build-webkit --qt \
+--prefix=/usr \
+--makeargs=${MAKEFLAGS} \
+--release
+}
+
+package() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  # Fix RPATH
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
+}

Copied: qtwebkit/repos/testing-x86_64/python2-path.patch (from rev 141138, 
qtwebkit/repos/staging-x86_64/python2-path.patch)
===
--- testing-x86_64/python2-path.patch   (rev 0)
+++ testing-x86_64/python2-path.patch   2011-10-24 20:29:54 UTC (rev 141142)
@@ -0,0 +1,29 @@
+--- QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro~   2011-10-20 
22:39:56.044519075 +
 QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro2011-10-20 
22:41:21.302047082 +
+@@ -88,5 +88,5 @@
+ retgen.output = $$JSC_GENERATED_SOURCES_DIR/RegExpJitTables.h
+ retgen.wkScript = $$PWD/create_regex_tables 
+ retgen.input = retgen.wkScript
+-retgen.commands = python $$retgen.wkScript  ${QMAKE_FILE_OUT}
++retgen.commands = python2 $$retgen.wkScript  ${QMAKE_FILE_OUT}
+ addExtraCompiler(retgen)
+--- QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri~  2011-10-20 
22:44:23.827225580 +
 QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri   2011-10-20 
22:44:38.550707819 +
+@@ -640,7 +640,7 @@
+ inspectorJSON.output = $${WC_GENERATED_SOURCES_DIR}/Inspector.idl
+ inspectorJSON.input = INSPECTOR_JSON
+ inspectorJSON.wkScript = $$PWD/inspector/generate-inspector-idl
+-inspectorJSON.commands = python $$inspectorJSON.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/Inspector.idl $$PWD/inspector/Inspector.json
++inspectorJSON.commands = python2 $$inspectorJSON.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/Inspector.idl $$PWD/inspector/Inspector.json
+ inspectorJSON.depends = $$PWD/inspector/generate-inspector-idl
+ inspectorJSON.wkAddOutputToSources = false
+ addExtraCompiler(inspectorJSON)
+@@ -723,7 +723,7 @@
+ entities.output = $${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp
+ entities.input = HTML_ENTITIES
+ entities.wkScript = $$PWD/html/parser/create-html-entity-table
+-entities.commands = python $$entities.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp $$HTML_ENTITIES
++entities.commands = python2 $$entities.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp $$HTML_ENTITIES
+ entities.clean = ${QMAKE_FILE_OUT}
+ entities.depends = $$PWD/html/parser/create-html-entity-table
+ addExtraCompiler(entities)



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:55
  Author: andrea
Revision: 141143

db-move: moved arora from [staging] to [testing] (i686)

Added:
  arora/repos/testing-i686/
  arora/repos/testing-i686/PKGBUILD
(from rev 141138, arora/repos/staging-i686/PKGBUILD)
  arora/repos/testing-i686/install
(from rev 141138, arora/repos/staging-i686/install)
Deleted:
  arora/repos/staging-i686/

--+
 PKGBUILD |   28 
 install  |   12 
 2 files changed, 40 insertions(+)

Copied: arora/repos/testing-i686/PKGBUILD (from rev 141138, 
arora/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 20:29:55 UTC (rev 141143)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=arora
+pkgver=0.11.0
+pkgrel=3
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   qmake PREFIX=/usr CONFIG-=debug -r
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Copied: arora/repos/testing-i686/install (from rev 141138, 
arora/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2011-10-24 20:29:55 UTC (rev 141143)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:56
  Author: andrea
Revision: 141144

db-move: moved arora from [staging] to [testing] (x86_64)

Added:
  arora/repos/testing-x86_64/
  arora/repos/testing-x86_64/PKGBUILD
(from rev 141138, arora/repos/staging-x86_64/PKGBUILD)
  arora/repos/testing-x86_64/install
(from rev 141138, arora/repos/staging-x86_64/install)
Deleted:
  arora/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 install  |   12 
 2 files changed, 40 insertions(+)

Copied: arora/repos/testing-x86_64/PKGBUILD (from rev 141138, 
arora/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-24 20:29:56 UTC (rev 141144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=arora
+pkgver=0.11.0
+pkgrel=3
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   qmake PREFIX=/usr CONFIG-=debug -r
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Copied: arora/repos/testing-x86_64/install (from rev 141138, 
arora/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2011-10-24 20:29:56 UTC (rev 141144)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:57
  Author: andrea
Revision: 141145

db-move: moved kdelibs from [staging] to [testing] (i686)

Added:
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 141138, kdelibs/repos/staging-i686/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 141138, kdelibs/repos/staging-i686/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 141138, kdelibs/repos/staging-i686/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs-nepomuk-unicode.diff
(from rev 141138, kdelibs/repos/staging-i686/kdelibs-nepomuk-unicode.diff)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 141138, kdelibs/repos/staging-i686/kdelibs.install)
Deleted:
  kdelibs/repos/staging-i686/

--+
 PKGBUILD |   62 +++
 archlinux-menu.patch |   22 +
 kde-applications-menu.patch  |   22 +
 kdelibs-nepomuk-unicode.diff |   65 +
 kdelibs.install  |   13 
 5 files changed, 184 insertions(+)

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 141138, 
kdelibs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 20:29:57 UTC (rev 141145)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.7.2
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
+'docbook-xsl' 'qtwebkit')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl'
+'hspell')
+replaces=('kdelibs-experimental')
+install='kdelibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+   'kdelibs-nepomuk-unicode.diff')
+sha1sums=('4b074633cbf69752fda96018514ee771efe8f18b'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'e24aae17ef0d83085199ad7c7623afef9919b8ff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # nepomuk unicode character fix 
+   patch -p1 -i ${srcdir}/kdelibs-nepomuk-unicode.diff
+
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-i686/archlinux-menu.patch (from rev 141138, 
kdelibs/repos/staging-i686/archlinux-menu.patch)
===
--- testing-i686/archlinux-menu.patch   (rev 0)
+++ testing-i686/archlinux-menu.patch   2011-10-24 20:29:57 UTC (rev 141145)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   /DefaultLayout
+   Layout
+   Merge type=menus/
++  MenunameArch Linux/Menuname
+   MenunameApplications/Menuname
+   Merge type=files/
+   /Layout
+ 
+   Menu
++  NameArch Linux/Name 
  
++  DirectoryArchlinux.directory/Directory  
 
++  Include   

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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:29:59
  Author: andrea
Revision: 141146

db-move: moved kdelibs from [staging] to [testing] (x86_64)

Added:
  kdelibs/repos/testing-x86_64/
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 141138, kdelibs/repos/staging-x86_64/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 141138, kdelibs/repos/staging-x86_64/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 141138, kdelibs/repos/staging-x86_64/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs-nepomuk-unicode.diff
(from rev 141138, kdelibs/repos/staging-x86_64/kdelibs-nepomuk-unicode.diff)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 141138, kdelibs/repos/staging-x86_64/kdelibs.install)
Deleted:
  kdelibs/repos/staging-x86_64/

--+
 PKGBUILD |   62 +++
 archlinux-menu.patch |   22 +
 kde-applications-menu.patch  |   22 +
 kdelibs-nepomuk-unicode.diff |   65 +
 kdelibs.install  |   13 
 5 files changed, 184 insertions(+)

Copied: kdelibs/repos/testing-x86_64/PKGBUILD (from rev 141138, 
kdelibs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-24 20:29:59 UTC (rev 141146)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.7.2
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
+'docbook-xsl' 'qtwebkit')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl'
+'hspell')
+replaces=('kdelibs-experimental')
+install='kdelibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+   'kdelibs-nepomuk-unicode.diff')
+sha1sums=('4b074633cbf69752fda96018514ee771efe8f18b'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'e24aae17ef0d83085199ad7c7623afef9919b8ff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # nepomuk unicode character fix 
+   patch -p1 -i ${srcdir}/kdelibs-nepomuk-unicode.diff
+
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-x86_64/archlinux-menu.patch (from rev 141138, 
kdelibs/repos/staging-x86_64/archlinux-menu.patch)
===
--- testing-x86_64/archlinux-menu.patch (rev 0)
+++ testing-x86_64/archlinux-menu.patch 2011-10-24 20:29:59 UTC (rev 141146)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   /DefaultLayout
+   Layout
+   Merge type=menus/
++  MenunameArch Linux/Menuname
+   MenunameApplications/Menuname
+   Merge type=files/
+   /Layout
+ 
+   Menu
++  NameArch Linux/Name 
  
++  DirectoryArchlinux.directory/Directory  
 
++  Include   
  

[arch-commits] Commit in pyqt/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:30:00
  Author: andrea
Revision: 141147

db-move: moved pyqt from [staging] to [testing] (i686)

Added:
  pyqt/repos/testing-i686/
  pyqt/repos/testing-i686/PKGBUILD
(from rev 141138, pyqt/repos/staging-i686/PKGBUILD)
Deleted:
  pyqt/repos/staging-i686/

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

Copied: pyqt/repos/testing-i686/PKGBUILD (from rev 141138, 
pyqt/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 20:30:00 UTC (rev 141147)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt
+pkgname=('pyqt' 'python2-pyqt')
+pkgver=4.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
+ 'python-opengl' 'qt-assistant-compat' 'qtwebkit')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('0e4264bb912edfbda319bb236ac84407')
+
+build() {
+  cd ${srcdir}
+  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  python configure.py \
+--confirm-license \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  python2 configure.py \
+--confirm-license \
+-v /usr/share/sip \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt(){
+  pkgdesc=A set of Python bindings for the Qt toolkit
+  depends=('qt' 'python-sip' 'qtwebkit')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python-qt')
+  provides=('python-qt')
+  
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+}
+
+package_python2-pyqt(){
+  pkgdesc=PyQt: A set of Python2 bindings for the Qt toolkit
+  depends=('pyqt' 'python2-sip' 'dbus-python')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python2-qt')
+  provides=('python2-qt')
+
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+  # Provided by pyqt
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4,pyuic4}
+  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
+}



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

2011-10-24 Thread Andrea Scarpino
Date: Monday, October 24, 2011 @ 16:30:01
  Author: andrea
Revision: 141148

db-move: moved pyqt from [staging] to [testing] (x86_64)

Added:
  pyqt/repos/testing-x86_64/
  pyqt/repos/testing-x86_64/PKGBUILD
(from rev 141138, pyqt/repos/staging-x86_64/PKGBUILD)
Deleted:
  pyqt/repos/staging-x86_64/

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

Copied: pyqt/repos/testing-x86_64/PKGBUILD (from rev 141138, 
pyqt/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-24 20:30:01 UTC (rev 141148)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt
+pkgname=('pyqt' 'python2-pyqt')
+pkgver=4.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
+ 'python-opengl' 'qt-assistant-compat' 'qtwebkit')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('0e4264bb912edfbda319bb236ac84407')
+
+build() {
+  cd ${srcdir}
+  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  python configure.py \
+--confirm-license \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  python2 configure.py \
+--confirm-license \
+-v /usr/share/sip \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt(){
+  pkgdesc=A set of Python bindings for the Qt toolkit
+  depends=('qt' 'python-sip' 'qtwebkit')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python-qt')
+  provides=('python-qt')
+  
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+}
+
+package_python2-pyqt(){
+  pkgdesc=PyQt: A set of Python2 bindings for the Qt toolkit
+  depends=('pyqt' 'python2-sip' 'dbus-python')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python2-qt')
+  provides=('python2-qt')
+
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+  # Provided by pyqt
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4,pyuic4}
+  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
+}



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

2011-10-24 Thread Dan McGee
Date: Monday, October 24, 2011 @ 17:49:15
  Author: dan
Revision: 141149

upgpkg: git 1.7.7.1-1

verbump 1.7.7.1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 20:30:01 UTC (rev 141148)
+++ PKGBUILD2011-10-24 21:49:15 UTC (rev 141149)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.7
+pkgver=1.7.7.1
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -80,11 +80,11 @@
   install -D -m644 $srcdir/git-daemon.conf 
$pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('5d645884e688921e773186783b65ce33'
- '2ee47bd79dfd391bc7d1b466539b9734'
+md5sums=('7cfb3e7ea585037272a7ad8e35f4ac0a'
+ 'b6ec6c3a08855b7393284675643be95c'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78')
-sha256sums=('5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6'
-'dde1ffaee0d90cce80f98126c5d9013c6687dc6f0b26bd12d61e229346701ecb'
+sha256sums=('6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f'
+'28904942a0e91d601d731a9fe0bf26c2fe595d8a69a9c2a4da3ec66286c50db5'
 '2e0a50bdaf8f387a499895e1c204bff78244eaa72b78187c8a84ef40c0b82598'
 'e8bfe29d8393d2b87517c4dd56ea834b213aa00bf3d7fcde4ead3457cadbbc68')



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

2011-10-24 Thread Dan McGee
Date: Monday, October 24, 2011 @ 17:49:40
  Author: dan
Revision: 141150

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

Added:
  git/repos/extra-i686/ChangeLog
(from rev 141149, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 141149, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 141149, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 141149, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 141149, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 141149, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 141149, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 141149, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-24 21:49:15 UTC (rev 141149)
+++ extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@archlinux.org
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 141149, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-10-24 Thread Dan McGee
Date: Monday, October 24, 2011 @ 18:00:23
  Author: dan
Revision: 141151

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

Added:
  git/repos/extra-i686/ChangeLog
(from rev 141150, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 141150, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 141150, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 141150, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 141150, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 141150, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 141150, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 141150, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
+++ extra-i686/ChangeLog2011-10-24 22:00:23 UTC (rev 141151)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@archlinux.org
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 141150, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-24 22:00:23 UTC (rev 141151)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

[arch-commits] Commit in linux/trunk (PKGBUILD fix-i915.patch)

2011-10-24 Thread Thomas Bächler
Date: Monday, October 24, 2011 @ 18:22:19
  Author: thomas
Revision: 141152

Some preparation for 3.1

- Drop old patch that is not accepted upstream
- Change version number number to be the full kernel version + pkgrel + -ARCH
- Add a new folder for external modules that work cross-version (requires 
CONFIG_MODVERSION)

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/fix-i915.patch

+
 PKGBUILD   |   36 +---
 fix-i915.patch |   26 --
 2 files changed, 17 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 22:00:23 UTC (rev 141151)
+++ PKGBUILD2011-10-24 22:22:19 UTC (rev 141152)
@@ -6,42 +6,36 @@
 pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
-_basekernel=3.0
-pkgver=${_basekernel}.7
+_basekernel=3.1
+pkgver=${_basekernel}
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.bz2;
-#ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.gz;
-ftp://ftp.archlinux.org/other/linux/patch-${pkgver}.gz;
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset
-'fix-i915.patch'
 'change-default-console-loglevel.patch')
-md5sums=('398e95866794def22b12dfbc15ce89c0'
- '9d003f28c02ed5625693693cd9f6004b'
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
  'f62665b212eb32309e0fd11b9b1c5b67'
  '272092c6fb09dd503a4d70d26dbcd214'
  'eb14dcfd80c00852ef81ded6e826826a'
- '263725f20c0b9eb9c353040792d644e5'
  '9d3c56a4b999c8bfbd4018089a62f662')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
 
-  patch -p1 -i ${srcdir}/patch-${pkgver}
+  # add upstream patch
+  #patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # fix #19234 i1915 display size
-  patch -Np1 -i ${srcdir}/fix-i915.patch
-
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
@@ -57,11 +51,8 @@
 sed -i s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\${_kernelname}\|g 
./.config
   fi
 
-  # remove the sublevel from Makefile
-  # this ensures our kernel version is always 3.X-ARCH
-  # this way, minor kernel updates will not break external modules
-  # we need to change this soon, see FS#16702
-  sed -ri 's|^(SUBLEVEL =).*|\1|' Makefile
+  # set extraversion to pkgrel
+  sed -ri s|^(EXTRAVERSION =).*|\1 -${pkgrel}| Makefile
 
   # get kernel version
   make prepare
@@ -130,8 +121,11 @@
   rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
   # remove the firmware
   rm -rf ${pkgdir}/lib/firmware
-  # gzip -9 all modules to safe 100MB of space
+  # gzip -9 all modules to save 100MB of space
   find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
+  # make room for external modules
+  mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}
+  ln -s ../extramodules-${_basekernel}-${_kernelname:-ARCH} 
${pkgdir}/lib/modules/${_kernver}/extramodules
 }
 
 package_linux-headers() {
@@ -263,6 +257,10 @@
 
   # remove unneeded architectures
   rm -rf 
${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
+
+  # add real version for building the kernel
+  mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}
+  echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}/version
 }
 
 package_linux-docs() {

Deleted: fix-i915.patch
===
--- fix-i915.patch  2011-10-24 22:00:23 UTC (rev 141151)
+++ fix-i915.patch  2011-10-24 22:22:19 UTC (rev 141152)
@@ -1,26 +0,0 @@
-Signed-off-by: Zhao Yakui yakui.z...@intel.com
-Tested-by: Santi sa...@agolina.net

- drivers/gpu/drm/i915/intel_tv.c |9 +
- 1 files changed, 9 insertions(+), 0 deletions(-)
-
-diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c
-index dc83b7a..c8f67bf 100644
 a/drivers/gpu/drm/i915/intel_tv.c
-+++ b/drivers/gpu/drm/i915/intel_tv.c
-@@ -1267,6 +1267,15 @@
-  DAC_B_0_7_V |
-  

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

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:04:59
  Author: allan
Revision: 141153

upgpkg: glibc 2.14.1-1

upstream update, enable multi-arch, remove patch included upstream, move back 
to crappy workaround for crappy DNS servers...

Added:
  glibc/trunk/glibc-2.14-revert-4768ae77.patch
Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/glibc-2.14-libdl-crash.patch
Deleted:
  glibc/trunk/glibc-2.13-dlclose-search-reset.patch
  glibc/trunk/glibc-2.14-avoid-assertion-on-empty-dns-answer.patch

--+
 PKGBUILD |   29 +-
 glibc-2.13-dlclose-search-reset.patch|  196 -
 glibc-2.14-avoid-assertion-on-empty-dns-answer.patch |   26 --
 glibc-2.14-libdl-crash.patch |2 
 glibc-2.14-revert-4768ae77.patch |   37 +++
 5 files changed, 51 insertions(+), 239 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-24 22:22:19 UTC (rev 141152)
+++ PKGBUILD2011-10-25 05:04:59 UTC (rev 141153)
@@ -2,12 +2,12 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-# NOTE: valgrind requires rebuilt with each new glibc version
+# NOTE: valgrind requires rebuilt with each major glibc version
 
 pkgname=glibc
-pkgver=2.14
-pkgrel=6
-_glibcdate=20110908
+pkgver=2.14.1
+pkgrel=1
+_glibcdate=20111025
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -27,24 +27,22 @@
 glibc-2.12.1-static-shared-getpagesize.patch
 glibc-2.12.2-ignore-origin-of-privileged-program.patch
 glibc-2.13-futex.patch
-glibc-2.13-dlclose-search-reset.patch
 glibc-2.14-libdl-crash.patch
-glibc-2.14-avoid-assertion-on-empty-dns-answer.patch
+glibc-2.14-revert-4768ae77.patch
 glibc-2.14-reexport-rpc-interface.patch
 glibc-2.14-reinstall-nis-rpc-headers.patch
 nscd
 locale.gen.txt
 locale-gen)
-md5sums=('069069eb9100cc7affd7ad884cb3c3e9'
+md5sums=('c52a15134dfa9f2c94f2ccd4cb155cf1'
  '4dadb9203b69a3210d53514bb46f41c3'
  '0c5540efc51c0b93996c51b57a8540ae'
  '40cd342e21f71f5e49e32622b25acc52'
  'a3ac6f318d680347bb6e2805d42b73b2'
  'b042647ea7d6f22ad319e12e796bd13e'
  '7d0154b7e17ea218c9fa953599d24cc4'
- '22d09c58718fb3d1d31c3a6c14ca6886'
- 'cea62cc6b903d222c5f26e05a3c0e0e6'
- '13728807283f111e5d9d38cf38e0a461'
+ '6970bcfeb3bf88913436d5112d16f588'
+ '7da8c554a3b591c7401d7023b1928afc'
  'c5de2a946215d647c8af5432ec4b0da0'
  '55febbb72139ac7b65757df085024b83'
  'b587ee3a70c9b3713099295609afde49'
@@ -84,17 +82,16 @@
   # http://sourceware.org/bugzilla/show_bug.cgi?id=12403
   patch -Np1 -i ${srcdir}/glibc-2.13-futex.patch
 
-  # https://bugzilla.redhat.com/show_bug.cgi?id=593675
-  # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=2f811bf8 (only 
fedora branch...)
-  patch -Np1 -i ${srcdir}/glibc-2.13-dlclose-search-reset.patch
-
   # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=675155e9 (only 
fedora branch...)
   # http://sourceware.org/ml/libc-alpha/2011-06/msg6.html
   patch -Np1 -i ${srcdir}/glibc-2.14-libdl-crash.patch
 
+  # Revert commit causing issues with crappy DNS servers...
+  # Will be removed when workaround becomes annoying to maintain - USE A 
BETTER DNS SERVER!
+  # Note that both these patches do not fix the issue completely:
   # http://sourceware.org/bugzilla/show_bug.cgi?id=13013
   # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=032c0ee3 (only 
fedora branch...)
-  patch -Np1 -i ${srcdir}/glibc-2.14-avoid-assertion-on-empty-dns-answer.patch
+  patch -Np1 -i ${srcdir}/glibc-2.14-revert-4768ae77.patch
 
   # re-export RPC interface until libtirpc is ready as a replacement
   # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=acee4873 (only 
fedora branch...)
@@ -128,7 +125,7 @@
   --with-tls --with-__thread \
   --enable-bind-now --without-gd \
   --without-cvs --disable-profile \
-  --disable-multi-arch
+  --enable-multi-arch
 
   # build libraries with hardening disabled
   echo build-programs=no  configparms

Deleted: glibc-2.13-dlclose-search-reset.patch
===
--- glibc-2.13-dlclose-search-reset.patch   2011-10-24 22:22:19 UTC (rev 
141152)
+++ glibc-2.13-dlclose-search-reset.patch   2011-10-25 05:04:59 UTC (rev 
141153)
@@ -1,196 +0,0 @@
-From 2f811bf88bed4a6c0dec8778847ba441736d509d Mon Sep 17 00:00:00 2001
-From: Andreas Schwab sch...@redhat.com
-Date: Wed, 26 May 2010 18:28:59 +0200
-Subject: [PATCH] Fix scope handling during dl_close
-

- ChangeLog  |   12 
- elf/Makefile   |   10 +-
- elf/dl-close.c |7 +++
- elf/unload8.c 

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

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:06:52
  Author: allan
Revision: 141154

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

Added:
  sudo/repos/core-i686/PKGBUILD
(from rev 141153, sudo/repos/testing-i686/PKGBUILD)
  sudo/repos/core-i686/sudo.pam
(from rev 141153, sudo/repos/testing-i686/sudo.pam)
Deleted:
  sudo/repos/core-i686/PKGBUILD
  sudo/repos/core-i686/sudo.pam
  sudo/repos/testing-i686/

--+
 PKGBUILD |   75 ++---
 sudo.pam |6 ++--
 2 files changed, 41 insertions(+), 40 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-25 05:04:59 UTC (rev 141153)
+++ core-i686/PKGBUILD  2011-10-25 05:06:52 UTC (rev 141154)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_ver=1.8.2
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz
-sudo.pam)
-md5sums=('000f458e7391be9fdf459a9ad6a4912a'
- '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
-
-build() {
-  cd $srcdir/$pkgname-$_ver
-
-  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
---with-env-editor --with-all-insults --with-logfac=auth
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_ver
-  install -dm755 $pkgdir/var/lib
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
-}

Copied: sudo/repos/core-i686/PKGBUILD (from rev 141153, 
sudo/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-25 05:06:52 UTC (rev 141154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.3
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('9e5517bbf3aee420b38c2d1d7a71bcad'
+ '9320510b4fde1c98a1846d9a21c5442a'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  install -dm755 $pkgdir/var/lib
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Deleted: core-i686/sudo.pam
===
--- core-i686/sudo.pam  2011-10-25 05:04:59 UTC (rev 141153)
+++ core-i686/sudo.pam  2011-10-25 05:06:52 UTC (rev 141154)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so

Copied: sudo/repos/core-i686/sudo.pam (from rev 141153, 
sudo/repos/testing-i686/sudo.pam)
===
--- core-i686/sudo.pam  (rev 0)
+++ core-i686/sudo.pam  2011-10-25 05:06:52 UTC (rev 141154)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



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

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:06:53
  Author: allan
Revision: 141155

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

Added:
  sudo/repos/core-x86_64/PKGBUILD
(from rev 141153, sudo/repos/testing-x86_64/PKGBUILD)
  sudo/repos/core-x86_64/sudo.pam
(from rev 141153, sudo/repos/testing-x86_64/sudo.pam)
Deleted:
  sudo/repos/core-x86_64/PKGBUILD
  sudo/repos/core-x86_64/sudo.pam
  sudo/repos/testing-x86_64/

--+
 PKGBUILD |   75 ++---
 sudo.pam |6 ++--
 2 files changed, 41 insertions(+), 40 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-25 05:06:52 UTC (rev 141154)
+++ core-x86_64/PKGBUILD2011-10-25 05:06:53 UTC (rev 141155)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_ver=1.8.2
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz
-sudo.pam)
-md5sums=('000f458e7391be9fdf459a9ad6a4912a'
- '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
-
-build() {
-  cd $srcdir/$pkgname-$_ver
-
-  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
---with-env-editor --with-all-insults --with-logfac=auth
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_ver
-  install -dm755 $pkgdir/var/lib
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
-}

Copied: sudo/repos/core-x86_64/PKGBUILD (from rev 141153, 
sudo/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-25 05:06:53 UTC (rev 141155)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.3
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('9e5517bbf3aee420b38c2d1d7a71bcad'
+ '9320510b4fde1c98a1846d9a21c5442a'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  install -dm755 $pkgdir/var/lib
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Deleted: core-x86_64/sudo.pam
===
--- core-x86_64/sudo.pam2011-10-25 05:06:52 UTC (rev 141154)
+++ core-x86_64/sudo.pam2011-10-25 05:06:53 UTC (rev 141155)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so

Copied: sudo/repos/core-x86_64/sudo.pam (from rev 141153, 
sudo/repos/testing-x86_64/sudo.pam)
===
--- core-x86_64/sudo.pam(rev 0)
+++ core-x86_64/sudo.pam2011-10-25 05:06:53 UTC (rev 141155)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



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

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:06:54
  Author: allan
Revision: 141156

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

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 141153, pcre/repos/testing-i686/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-i686/r661.diff
  pcre/repos/testing-i686/

---+
 PKGBUILD  |   90 
 r661.diff |   26 -
 2 files changed, 43 insertions(+), 73 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-25 05:06:53 UTC (rev 141155)
+++ core-i686/PKGBUILD  2011-10-25 05:06:54 UTC (rev 141156)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.13
-pkgrel=2
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2
-r661.diff)
-md5sums=('5e595edbcded141813fa1a10dbce05cb'
- '70e2725b46ff6f3f114ce5067fd03405')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # http://bugs.exim.org/show_bug.cgi?id=1136
-  patch -Np2 -i ${srcdir}/r661.diff
-  sed -i '12140d' testdata/testoutput2
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # grep uses pcre, so we need the libs in /lib
-  install -dm755 ${pkgdir}/lib
-  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
-  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-i686/PKGBUILD (from rev 141153, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-25 05:06:54 UTC (rev 141156)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.20
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('a1931c70e1273e3450d5036fe273d25c'
+ '41c2dceac25c6ebf192ec128021be339')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+  ./configure --prefix=/usr --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # grep uses pcre, so we need the libs in /lib
+  install -dm755 ${pkgdir}/lib
+  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
+  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-i686/r661.diff
===
--- core-i686/r661.diff 2011-10-25 05:06:53 UTC (rev 141155)
+++ core-i686/r661.diff 2011-10-25 05:06:54 UTC (rev 141156)
@@ -1,26 +0,0 @@
 code/trunk/pcre_compile.c  2011/08/02 11:00:40 654
-+++ code/trunk/pcre_compile.c  2011/08/21 09:00:54 661
-@@ -2295,8 +2295,13 @@
- A user pointed out that PCRE was rejecting [:a[:digit:]] whereas Perl was not.
- It seems that the appearance of a nested POSIX class supersedes an apparent
- external class. For example, [:a[:digit:]b:] matches a, b, :, or
--a digit. Also, unescaped square brackets may also appear as part of class
--names. For example, [:a[:abc]b:] gives unknown class [:abc]b:]in Perl.
-+a digit. 
-+
-+In Perl, unescaped square brackets may also appear as part of class names. For
-+example, [:a[:abc]b:] gives unknown POSIX class [:abc]b:]. However, for
-+[:a[:abc]b][b:] it gives unknown POSIX class [:abc]b][b:], which does not
-+seem right at all. PCRE does not allow closing square brackets in POSIX class 
-+names.
- 
- Arguments:
-   ptr  pointer to the initial [
-@@ -2314,6 +2319,7 @@
-   {
-   if (*ptr == CHAR_BACKSLASH  ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
- ptr++;
-+  else if (*ptr == CHAR_RIGHT_SQUARE_BRACKET) return FALSE;   
-   else
- {
- if (*ptr == terminator  ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)



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

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:06:55
  Author: allan
Revision: 141157

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

Added:
  pcre/repos/core-x86_64/PKGBUILD
(from rev 141153, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/core-x86_64/r661.diff
  pcre/repos/testing-x86_64/

---+
 PKGBUILD  |   90 
 r661.diff |   26 -
 2 files changed, 43 insertions(+), 73 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-25 05:06:54 UTC (rev 141156)
+++ core-x86_64/PKGBUILD2011-10-25 05:06:55 UTC (rev 141157)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.13
-pkgrel=2
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2
-r661.diff)
-md5sums=('5e595edbcded141813fa1a10dbce05cb'
- '70e2725b46ff6f3f114ce5067fd03405')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # http://bugs.exim.org/show_bug.cgi?id=1136
-  patch -Np2 -i ${srcdir}/r661.diff
-  sed -i '12140d' testdata/testoutput2
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # grep uses pcre, so we need the libs in /lib
-  install -dm755 ${pkgdir}/lib
-  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
-  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 141153, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-25 05:06:55 UTC (rev 141157)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.20
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('a1931c70e1273e3450d5036fe273d25c'
+ '41c2dceac25c6ebf192ec128021be339')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+  ./configure --prefix=/usr --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # grep uses pcre, so we need the libs in /lib
+  install -dm755 ${pkgdir}/lib
+  mv ${pkgdir}/usr/lib/libpcre.so.* ${pkgdir}/lib/
+  ln -sf /lib/libpcre.so.0 ${pkgdir}/usr/lib/libpcre.so
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-x86_64/r661.diff
===
--- core-x86_64/r661.diff   2011-10-25 05:06:54 UTC (rev 141156)
+++ core-x86_64/r661.diff   2011-10-25 05:06:55 UTC (rev 141157)
@@ -1,26 +0,0 @@
 code/trunk/pcre_compile.c  2011/08/02 11:00:40 654
-+++ code/trunk/pcre_compile.c  2011/08/21 09:00:54 661
-@@ -2295,8 +2295,13 @@
- A user pointed out that PCRE was rejecting [:a[:digit:]] whereas Perl was not.
- It seems that the appearance of a nested POSIX class supersedes an apparent
- external class. For example, [:a[:digit:]b:] matches a, b, :, or
--a digit. Also, unescaped square brackets may also appear as part of class
--names. For example, [:a[:abc]b:] gives unknown class [:abc]b:]in Perl.
-+a digit. 
-+
-+In Perl, unescaped square brackets may also appear as part of class names. For
-+example, [:a[:abc]b:] gives unknown POSIX class [:abc]b:]. However, for
-+[:a[:abc]b][b:] it gives unknown POSIX class [:abc]b][b:], which does not
-+seem right at all. PCRE does not allow closing square brackets in POSIX class 
-+names.
- 
- Arguments:
-   ptr  pointer to the initial [
-@@ -2314,6 +2319,7 @@
-   {
-   if (*ptr == CHAR_BACKSLASH  ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
- ptr++;
-+  else if (*ptr == CHAR_RIGHT_SQUARE_BRACKET) return FALSE;   
-   else
- {
- if (*ptr == terminator  

[arch-commits] Commit in glibc/repos (32 files)

2011-10-24 Thread Allan McRae
Date: Tuesday, October 25, 2011 @ 01:08:15
  Author: allan
Revision: 141158

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 141153, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.10-bz4781.patch
(from rev 141153, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch
(from rev 141153, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-i686/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 141153, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 141153, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-i686/glibc-2.13-futex.patch
(from rev 141153, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch
(from rev 141153, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 141153, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 141153, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch
(from rev 141153, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-i686/glibc-__i686.patch
(from rev 141153, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 141153, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 141153, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 141153, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd
(from rev 141153, glibc/trunk/nscd)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 141157, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch
(from rev 141157, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 141157, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 141157, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 141157, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-x86_64/glibc-2.13-futex.patch
(from rev 141157, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch
(from rev 141157, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 141157, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 141157, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 141157, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-x86_64/glibc-__i686.patch
(from rev 141157, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 141157, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 141157, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 141157, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd
(from rev 141157, glibc/trunk/nscd)

---+
 testing-i686/PKGBUILD |  204 
++
 testing-i686/glibc-2.10-bz4781.patch  |   42 ++
 testing-i686/glibc-2.10-dont-build-timezone.patch |   13 
 testing-i686/glibc-2.12.1-static-shared-getpagesize.patch |   11 
 testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch   |   26 +
 testing-i686/glibc-2.13-futex.patch   |   31 +
 testing-i686/glibc-2.14-libdl-crash.patch |  132 
++
 testing-i686/glibc-2.14-reexport-rpc-interface.patch  |   26 +
 testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch   |   28 +
 testing-i686/glibc-2.14-revert-4768ae77.patch |   37 +
 testing-i686/glibc-__i686.patch   |   13 
 testing-i686/glibc.install|   20 
 testing-i686/locale-gen   |   42 ++
 testing-i686/locale.gen.txt   |   23 +
 testing-i686/nscd |   40 +
 

[arch-commits] Commit in linux/trunk (config config.x86_64)

2011-10-24 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 01:25:18
  Author: tpowa
Revision: 141159

bump configs to 3.1

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|  181 
 config.x86_64 |  178 ---
 2 files changed, 264 insertions(+), 95 deletions(-)

Modified: config
===
--- config  2011-10-25 05:08:15 UTC (rev 141158)
+++ config  2011-10-25 05:25:18 UTC (rev 141159)
@@ -1,6 +1,6 @@
 #
-# Automatically generated make config: don't edit
-# Linux/i386 3.0 Kernel Configuration
+# Automatically generated file; DO NOT EDIT.
+# Linux/i386 3.1.0-rc3 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -164,6 +164,7 @@
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_PCSPKR_PLATFORM=y
+CONFIG_HAVE_PCSPKR_PLATFORM=y
 CONFIG_BASE_FULL=y
 CONFIG_FUTEX=y
 CONFIG_EPOLL=y
@@ -210,6 +211,7 @@
 CONFIG_HAVE_USER_RETURN_NOTIFIER=y
 CONFIG_HAVE_PERF_EVENTS_NMI=y
 CONFIG_HAVE_ARCH_JUMP_LABEL=y
+CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
 
 #
 # GCOV-based kernel profiling
@@ -229,6 +231,7 @@
 CONFIG_BLOCK=y
 CONFIG_LBDAF=y
 CONFIG_BLK_DEV_BSG=y
+# CONFIG_BLK_DEV_BSGLIB is not set
 # CONFIG_BLK_DEV_INTEGRITY is not set
 CONFIG_BLK_DEV_THROTTLING=y
 
@@ -291,6 +294,7 @@
 CONFIG_X86_32_IRIS=m
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
 CONFIG_PARAVIRT_GUEST=y
+# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
 # CONFIG_XEN_PRIVILEGED_GUEST is not set
 CONFIG_KVM_CLOCK=y
 CONFIG_KVM_GUEST=y
@@ -330,6 +334,7 @@
 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
 CONFIG_X86_CMPXCHG=y
 CONFIG_CMPXCHG_LOCAL=y
+CONFIG_CMPXCHG_DOUBLE=y
 CONFIG_X86_L1_CACHE_SHIFT=6
 CONFIG_X86_XADD=y
 # CONFIG_X86_PPRO_FENCE is not set
@@ -354,7 +359,6 @@
 CONFIG_HPET_EMULATE_RTC=y
 CONFIG_DMI=y
 # CONFIG_IOMMU_HELPER is not set
-CONFIG_IOMMU_API=y
 CONFIG_NR_CPUS=8
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
@@ -362,6 +366,7 @@
 # CONFIG_PREEMPT_NONE is not set
 # CONFIG_PREEMPT_VOLUNTARY is not set
 CONFIG_PREEMPT=y
+CONFIG_PREEMPT_COUNT=y
 CONFIG_X86_LOCAL_APIC=y
 CONFIG_X86_IO_APIC=y
 CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
@@ -494,8 +499,9 @@
 CONFIG_ACPI_HED=m
 CONFIG_ACPI_CUSTOM_METHOD=m
 CONFIG_ACPI_APEI=y
-CONFIG_ACPI_APEI_GHES=m
+CONFIG_ACPI_APEI_GHES=y
 CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
 CONFIG_ACPI_APEI_EINJ=m
 CONFIG_ACPI_APEI_ERST_DEBUG=m
 CONFIG_SFI=y
@@ -568,9 +574,6 @@
 CONFIG_PCI_OLPC=y
 CONFIG_PCI_DOMAINS=y
 # CONFIG_PCI_CNB20LE_QUIRK is not set
-CONFIG_DMAR=y
-# CONFIG_DMAR_DEFAULT_ON is not set
-CONFIG_DMAR_FLOPPY_WA=y
 CONFIG_PCIEPORTBUS=y
 CONFIG_HOTPLUG_PCI_PCIE=m
 CONFIG_PCIEAER=y
@@ -593,7 +596,10 @@
 # CONFIG_MCA is not set
 # CONFIG_SCx200 is not set
 CONFIG_OLPC=y
-CONFIG_OLPC_XO1=m
+CONFIG_OLPC_XO1_PM=y
+CONFIG_OLPC_XO1_RTC=y
+CONFIG_OLPC_XO1_SCI=y
+CONFIG_OLPC_XO15_SCI=y
 CONFIG_AMD_NB=y
 CONFIG_PCCARD=m
 CONFIG_PCMCIA=m
@@ -854,6 +860,7 @@
 CONFIG_IP_SET_HASH_IPPORTNET=m
 CONFIG_IP_SET_HASH_NET=m
 CONFIG_IP_SET_HASH_NETPORT=m
+CONFIG_IP_SET_HASH_NETIFACE=m
 CONFIG_IP_SET_LIST_SET=m
 CONFIG_IP_VS=m
 # CONFIG_IP_VS_IPV6 is not set
@@ -1245,8 +1252,15 @@
 CONFIG_CAIF_NETDEV=m
 CONFIG_CEPH_LIB=m
 # CONFIG_CEPH_LIB_PRETTYDEBUG is not set
+CONFIG_NFC=m
 
 #
+# Near Field Communication (NFC) devices
+#
+CONFIG_PN544_NFC=m
+CONFIG_NFC_PN533=m
+
+#
 # Device Drivers
 #
 
@@ -1264,6 +1278,8 @@
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_SYS_HYPERVISOR is not set
+CONFIG_REGMAP=y
+CONFIG_REGMAP_I2C=m
 CONFIG_CONNECTOR=m
 CONFIG_MTD=m
 # CONFIG_MTD_DEBUG is not set
@@ -1410,6 +1426,7 @@
 CONFIG_OF_SPI=y
 CONFIG_OF_MDIO=m
 CONFIG_OF_PCI=y
+CONFIG_OF_PCI_IRQ=y
 CONFIG_PARPORT=m
 CONFIG_PARPORT_PC=m
 CONFIG_PARPORT_SERIAL=m
@@ -1440,6 +1457,7 @@
 # CONFIG_BLK_DEV_UMEM is not set
 # CONFIG_BLK_DEV_COW_COMMON is not set
 CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
 CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_DRBD=m
 # CONFIG_DRBD_FAULT_INJECTION is not set
@@ -1488,6 +1506,7 @@
 CONFIG_VMWARE_BALLOON=m
 CONFIG_BMP085=m
 # CONFIG_PCH_PHUB is not set
+CONFIG_USB_SWITCH_FSA9480=m
 CONFIG_C2PORT=m
 CONFIG_C2PORT_DURAMAR_2150=m
 
@@ -1499,6 +1518,7 @@
 CONFIG_EEPROM_LEGACY=m
 CONFIG_EEPROM_MAX6875=m
 CONFIG_EEPROM_93CX6=m
+CONFIG_EEPROM_93XX46=m
 CONFIG_CB710_CORE=m
 # CONFIG_CB710_DEBUG is not set
 CONFIG_CB710_DEBUG_ASSUMPTIONS=y
@@ -1671,6 +1691,7 @@
 # CONFIG_AIC94XX_DEBUG is not set
 CONFIG_SCSI_MVSAS=m
 # CONFIG_SCSI_MVSAS_DEBUG is not set
+CONFIG_SCSI_MVSAS_TASKLET=y
 CONFIG_SCSI_DPT_I2O=m
 CONFIG_SCSI_ADVANSYS=m
 CONFIG_SCSI_IN2000=m
@@ -1888,8 +1909,8 @@
 CONFIG_TCM_FILEIO=m
 CONFIG_TCM_PSCSI=m
 CONFIG_LOOPBACK_TARGET=m
-# CONFIG_LOOPBACK_TARGET_CDB_DEBUG is not set
 CONFIG_TCM_FC=m
+CONFIG_ISCSI_TARGET=m
 CONFIG_FUSION=y
 CONFIG_FUSION_SPI=m
 CONFIG_FUSION_FC=m
@@ -2067,6 +2088,7 @@
 CONFIG_SIS190=m
 CONFIG_SKGE=m
 # CONFIG_SKGE_DEBUG is not set
+CONFIG_SKGE_GENESIS=y