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

2011-10-15 Thread Eric Bélanger
Date: Saturday, October 15, 2011 @ 03:51:02
  Author: eric
Revision: 140459

upgpkg: koffice 2.3.3-9

Rebuild against poppler 0.18, Add oxygen-icons depends, Clean up depends, Add 
several optdepends, Update .install file to run update-desktop-database, Add 
.install file to some packages

Modified:
  koffice/trunk/PKGBUILD
  koffice/trunk/koffice.install
  koffice/trunk/krita.install

-+
 PKGBUILD|   48 ++--
 koffice.install |1 +
 krita.install   |3 ++-
 3 files changed, 29 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-14 20:15:14 UTC (rev 140458)
+++ PKGBUILD2011-10-15 07:51:02 UTC (rev 140459)
@@ -37,13 +37,13 @@
 #  'koffice-kdgantt' # still an empty package
 )
 pkgver=2.3.3
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url='http://koffice.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' 'gsl' 'lcms'
  'glew' 'qimageblitz' 'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd'
- 'libwpg' 'opengtl' 'libkdcraw')
+ 'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons')
 groups=('koffice')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
 'kde4-koffice-libwpg02.patch' 'gcc46.patch')
@@ -55,7 +55,7 @@
cd ${srcdir}/${pkgbase}-${pkgver}
 
patch -p1 -i ${srcdir}/kde4-koffice-libwpg02.patch
-patch -p1 -i ${srcdir}/gcc46.patch
+   patch -p1 -i ${srcdir}/gcc46.patch
 
cd ${srcdir}
mkdir build
@@ -71,9 +71,12 @@
 
 package_koffice-filters(){
pkgdesc=Filters for the KDE office suite
-optdepends=('libgsf: Microsoft Word document importer' 'libwpd: 
WordPerfect document importer'
-'libwpg: Corel WordPerfect Graphics image importer' 'pstoedit: Karbon 
EPS import filter'
-'libkdcraw: support for raw images')
+   depends=('shared-mime-info')
+   optdepends=('libgsf: Microsoft Word document importer' 'libwpd: 
WordPerfect document importer'
+   'libwpg: Corel WordPerfect Graphics image importer' 
'pstoedit: Karbon EPS import filter'
+   'libkdcraw: support for raw images' 'poppler: support for 
pdf' 
+  'koffice-kspread: Kspread filters' 'koffice-karbon: Karbon 
filters'
+  'koffice-kplato: Kplato filters')
install=filters.install
 cd ${srcdir}/build/filters
 make DESTDIR=${pkgdir} install
@@ -81,14 +84,14 @@
 
 package_koffice-interfaces(){
pkgdesc=Interfaces for the KDE office suite
-   depends=('kdelibs' 'koffice-libs')
+   depends=('koffice-libs')
cd ${srcdir}/build/interfaces
make DESTDIR=${pkgdir} install
 }
 
 package_koffice-libs(){
pkgdesc=Libs for the KDE office suite
-   depends=('kdepimlibs' 'qca' 'lcms' 'koffice-servicetypes')
+   depends=('kdepimlibs' 'lcms' 'koffice-servicetypes')
 cd ${srcdir}/build/libs
 make DESTDIR=${pkgdir} install
 }
@@ -104,6 +107,7 @@
 
 package_koffice-pics(){
pkgdesc=Icons for the KDE office suite
+   depends=('desktop-file-utils' 'xdg-utils')
install=koffice.install
 cd ${srcdir}/build/pics
 make DESTDIR=${pkgdir} install
@@ -123,7 +127,7 @@
 
 package_koffice-tools(){
pkgdesc=Tools for the KDE office suite
-   depends=('koffice-libs')
+   depends=('koffice-libs' 'oxygen-icons')
 cd ${srcdir}/build/tools
 make DESTDIR=${pkgdir} install
 }
@@ -134,7 +138,7 @@
 
 package_koffice-karbon(){
pkgdesc=Vector drawing application for KDE
-   depends=('hicolor-icon-theme' 'koffice-libs' 'koffice-templates')
+   depends=('koffice-libs' 'koffice-templates' 'oxygen-icons')
 optdepends=('koffice-filters: import/export filters')
install=koffice.install
 cd ${srcdir}/build/karbon
@@ -149,7 +153,8 @@
 
 package_koffice-kexi(){
 pkgdesc=Integrated data management application for the KDE office 
suite
-depends=('kdelibs' 'koffice-libs' 'koffice-kspread' 'sqlite3')
+depends=('koffice-kspread' 'oxygen-icons')
+   install=koffice.install
 cd ${srcdir}/build/kexi
 make DESTDIR=${pkgdir} install
 }
@@ -162,7 +167,8 @@
 
 package_koffice-kformula(){
 pkgdesc=Formula editor for the KDE office suite
-   depends=('kdelibs' 'koffice-libs')
+   depends=('koffice-libs')
+   install=koffice.install
 cd ${srcdir}/build/kformula
 make DESTDIR=${pkgdir} install
 }
@@ -176,15 +182,14 @@
 
 package_koffice-kounavail(){
pkgdesc=Kounavail for the KDE office suite
-   depends=('kdelibs' 'koffice-libs')
+   depends=('koffice-libs')
 cd ${srcdir}/build/kounavail
 make DESTDIR=${pkgdir} install
 }
 
 package_koffice-kplato(){
pkgdesc=Project management application 

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

2011-10-15 Thread Eric Bélanger
Date: Saturday, October 15, 2011 @ 03:51:52
  Author: eric
Revision: 140460

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

Added:
  koffice/repos/staging-i686/
  koffice/repos/staging-i686/PKGBUILD
(from rev 140459, koffice/trunk/PKGBUILD)
  koffice/repos/staging-i686/filters.install
(from rev 140459, koffice/trunk/filters.install)
  koffice/repos/staging-i686/gcc46.patch
(from rev 140459, koffice/trunk/gcc46.patch)
  koffice/repos/staging-i686/kde4-koffice-libwpg02.patch
(from rev 140459, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/staging-i686/koffice.install
(from rev 140459, koffice/trunk/koffice.install)
  koffice/repos/staging-i686/krita.install
(from rev 140459, koffice/trunk/krita.install)
  koffice/repos/staging-x86_64/
  koffice/repos/staging-x86_64/PKGBUILD
(from rev 140459, koffice/trunk/PKGBUILD)
  koffice/repos/staging-x86_64/filters.install
(from rev 140459, koffice/trunk/filters.install)
  koffice/repos/staging-x86_64/gcc46.patch
(from rev 140459, koffice/trunk/gcc46.patch)
  koffice/repos/staging-x86_64/kde4-koffice-libwpg02.patch
(from rev 140459, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/staging-x86_64/koffice.install
(from rev 140459, koffice/trunk/koffice.install)
  koffice/repos/staging-x86_64/krita.install
(from rev 140459, koffice/trunk/krita.install)

+
 staging-i686/PKGBUILD  |  305 ++
 staging-i686/filters.install   |   11 
 staging-i686/gcc46.patch   |   23 
 staging-i686/kde4-koffice-libwpg02.patch   | 1323 +++
 staging-i686/koffice.install   |   12 
 staging-i686/krita.install |   13 
 staging-x86_64/PKGBUILD|  305 ++
 staging-x86_64/filters.install |   11 
 staging-x86_64/gcc46.patch |   23 
 staging-x86_64/kde4-koffice-libwpg02.patch | 1323 +++
 staging-x86_64/koffice.install |   12 
 staging-x86_64/krita.install   |   13 
 12 files changed, 3374 insertions(+)

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


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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 04:18:30
  Author: andyrtr
Revision: 140461

upgpkg: nettle 2.4-1

upstream update 2.4

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 07:51:52 UTC (rev 140460)
+++ PKGBUILD2011-10-15 08:18:30 UTC (rev 140461)
@@ -3,7 +3,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=nettle
-pkgver=2.2
+pkgver=2.4
 pkgrel=1
 pkgdesc=A low-level cryptographic library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 install=$pkgname.install
 depends=('gmp')
 source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
-md5sums=('9a9c6102eb9909019f8a13b67578cdfe')
+md5sums=(''450be8c4886d46c09f49f568ad6fa013'')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 04:19:09
  Author: andyrtr
Revision: 140462

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

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

-+
 extra-i686/PKGBUILD |   72 +-
 extra-i686/nettle.install   |   40 +++
 extra-x86_64/PKGBUILD   |   72 +-
 extra-x86_64/nettle.install |   40 +++
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 08:18:30 UTC (rev 140461)
+++ extra-i686/PKGBUILD 2011-10-15 08:19:09 UTC (rev 140462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=nettle
-pkgver=2.2
-pkgrel=1
-pkgdesc=A low-level cryptographic library
-arch=('i686' 'x86_64')
-url=http://www.lysator.liu.se/~nisse/nettle/;
-license=('GPL2')
-install=$pkgname.install
-depends=('gmp')
-source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
-md5sums=('9a9c6102eb9909019f8a13b67578cdfe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib \
-   --enable-shared \
-   --disable-static # -- seems not working now
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # remove static libs
-  rm -f ${pkgdir}/usr/lib/{libhogweed,libnettle}.a
-}

Copied: nettle/repos/extra-i686/PKGBUILD (from rev 140461, 
nettle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 08:19:09 UTC (rev 140462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=2.4
+pkgrel=1
+pkgdesc=A low-level cryptographic library
+arch=('i686' 'x86_64')
+url=http://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+install=$pkgname.install
+depends=('gmp')
+source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
+md5sums=(''450be8c4886d46c09f49f568ad6fa013'')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib \
+   --enable-shared \
+   --disable-static # -- seems not working now
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # remove static libs
+  rm -f ${pkgdir}/usr/lib/{libhogweed,libnettle}.a
+}

Deleted: extra-i686/nettle.install
===
--- extra-i686/nettle.install   2011-10-15 08:18:30 UTC (rev 140461)
+++ extra-i686/nettle.install   2011-10-15 08:19:09 UTC (rev 140462)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(nettle.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: nettle/repos/extra-i686/nettle.install (from rev 140461, 
nettle/trunk/nettle.install)
===
--- extra-i686/nettle.install   (rev 0)
+++ extra-i686/nettle.install   2011-10-15 08:19:09 UTC (rev 140462)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nettle.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 08:18:30 UTC (rev 140461)
+++ extra-x86_64/PKGBUILD   2011-10-15 08:19:09 UTC (rev 140462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# 

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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 04:30:28
  Author: andyrtr
Revision: 140463

upgpkg: gnutls 3.0.4-1

upstream update 3.0.4

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 08:19:09 UTC (rev 140462)
+++ PKGBUILD2011-10-15 08:30:28 UTC (rev 140463)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -10,11 +10,10 @@
 url=http://www.gnu.org/software/gnutls/;
 install=gnutls.install
 options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.2' 'p11-kit')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
 makedepends=('valgrind')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=('7b45b99cb6d314c452f8c0f1c7a736dd')
-sha1sums=('0e6c325ae12cf1a4bd7d25125b8d58d51472fc14')
+md5sums=(''748d537027978abcb7dd33ec396dc511'')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 04:31:05
  Author: andyrtr
Revision: 140464

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

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

-+
 extra-i686/PKGBUILD |   81 --
 extra-i686/gnutls.install   |   40 ++--
 extra-x86_64/PKGBUILD   |   81 --
 extra-x86_64/gnutls.install |   40 ++--
 4 files changed, 120 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 08:30:28 UTC (rev 140463)
+++ extra-i686/PKGBUILD 2011-10-15 08:31:05 UTC (rev 140464)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/gnutls/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.2' 'p11-kit')
-makedepends=('valgrind')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=('7b45b99cb6d314c452f8c0f1c7a736dd')
-sha1sums=('0e6c325ae12cf1a4bd7d25125b8d58d51472fc14')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check # passes all  || /bin/true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 140463, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 08:31:05 UTC (rev 140464)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/gnutls/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
+makedepends=('valgrind')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
+md5sums=(''748d537027978abcb7dd33ec396dc511'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check # passes all  || /bin/true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2011-10-15 08:30:28 UTC (rev 140463)
+++ extra-i686/gnutls.install   2011-10-15 08:31:05 UTC (rev 140464)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 140463, 
gnutls/trunk/gnutls.install)

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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 04:59:18
  Author: andyrtr
Revision: 140465

fix optdep for plugin; FS#26333

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 08:31:05 UTC (rev 140464)
+++ PKGBUILD2011-10-15 08:59:18 UTC (rev 140465)
@@ -146,7 +146,7 @@
   pkgdesc=Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing 
binary plugs - runtime environment
   depends=('gcc-libs' 'hicolor-icon-theme' 'ca-certificates-java' 'libxtst'
'libxt' 'nss' 'libjpeg' 'freetype2' 'libxrender' 'libpng')
-  optdepends=('icedtea-web: web browser plugin + Java Web Start'
+  optdepends=('icedtea-web-java7: web browser plugin + Java Web Start'
  'alsa-lib: for sound'
  'giflib: for gif format support')
   provides=('java-runtime=7')



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:27:40
  Author: andyrtr
Revision: 140466

upgpkg: libburn 1.1.6-1

upstream update 1.1.6

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 08:59:18 UTC (rev 140465)
+++ PKGBUILD2011-10-15 09:27:40 UTC (rev 140466)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.1.4 #.pl01
+pkgver=1.1.6 #.pl01
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool' '!emptydirs')
-md5sums=('a337cf8bf044a1bbc367ff35b9bc6a8b')
+md5sums=('741604c3d4064502f06bae20293c508c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:28:22
  Author: andyrtr
Revision: 140467

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 09:27:40 UTC (rev 140466)
+++ extra-i686/PKGBUILD 2011-10-15 09:28:22 UTC (rev 140467)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.1.4 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool' '!emptydirs')
-md5sums=('a337cf8bf044a1bbc367ff35b9bc6a8b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 140466, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 09:28:22 UTC (rev 140467)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.1.6 #.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool' '!emptydirs')
+md5sums=('741604c3d4064502f06bae20293c508c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 09:27:40 UTC (rev 140466)
+++ extra-x86_64/PKGBUILD   2011-10-15 09:28:22 UTC (rev 140467)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.1.4 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool' '!emptydirs')
-md5sums=('a337cf8bf044a1bbc367ff35b9bc6a8b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 140466, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-15 09:28:22 UTC (rev 140467)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.1.6 #.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool' '!emptydirs')
+md5sums=('741604c3d4064502f06bae20293c508c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  make DESTDIR=${pkgdir} install
+}
+



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:30:25
  Author: andyrtr
Revision: 140468

upgpkg: libisofs 1.1.6-1

upstream update 1.1.6

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:28:22 UTC (rev 140467)
+++ PKGBUILD2011-10-15 09:30:25 UTC (rev 140468)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.1.4
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('2bdfda5f47fc986230efe8d05c463d52')
+md5sums=('2f6088ba9ae7ed6cc91a51d2b6f2dfa0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:31:03
  Author: andyrtr
Revision: 140469

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 09:30:25 UTC (rev 140468)
+++ extra-i686/PKGBUILD 2011-10-15 09:31:03 UTC (rev 140469)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('2bdfda5f47fc986230efe8d05c463d52')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 140468, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 09:31:03 UTC (rev 140469)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('2f6088ba9ae7ed6cc91a51d2b6f2dfa0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 09:30:25 UTC (rev 140468)
+++ extra-x86_64/PKGBUILD   2011-10-15 09:31:03 UTC (rev 140469)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('2bdfda5f47fc986230efe8d05c463d52')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 140468, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-15 09:31:03 UTC (rev 140469)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('2f6088ba9ae7ed6cc91a51d2b6f2dfa0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:31:54
  Author: andyrtr
Revision: 140470

prepare next release

Modified:
  rhino/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:31:03 UTC (rev 140469)
+++ PKGBUILD2011-10-15 09:31:54 UTC (rev 140470)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
@@ -2,3 +3,3 @@
 pkgname=rhino
-pkgver=1.7R2
+pkgver=1.7R3
 pkgrel=1
@@ -8,15 +9,15 @@
 arch=('any')
 url=http://www.mozilla.org/rhino/;
 license=('MPL' 'GPL2')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R1.zip)
-md5sums=('613eed8201d37be201805e5048ebb0c3')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino${pkgver/./_}.zip)
+md5sums=('99d94103662a8d0b571e247a77432ac5')
 
 build() {
   /bin/true
 }
 
 package() {
-  cd ${srcdir}/rhino1_7R1
+  cd ${srcdir}/rhino${pkgver/./_}
   install -m755 -d ${pkgdir}/usr/share/java
   install -m644 js.jar ${pkgdir}/usr/share/java/
 }


Property changes on: rhino/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:34:28
  Author: andyrtr
Revision: 140471

upgpkg: libisoburn 1.1.6-1

upstream update 1.1.6

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:31:54 UTC (rev 140470)
+++ PKGBUILD2011-10-15 09:34:28 UTC (rev 140471)
@@ -3,7 +3,7 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.1.4
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('db79a0f0622077bb1a901f57cc1e2b67')
+md5sums=('132746d3662005fd4dd462fc5d80d588')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:35:02
  Author: andyrtr
Revision: 140472

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

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

-+
 extra-i686/PKGBUILD |   54 +++---
 extra-i686/libisoburn.install   |   40 ++--
 extra-x86_64/PKGBUILD   |   54 +++---
 extra-x86_64/libisoburn.install |   40 ++--
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 09:34:28 UTC (rev 140471)
+++ extra-i686/PKGBUILD 2011-10-15 09:35:02 UTC (rev 140472)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn' 'libisofs' 'readline')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('db79a0f0622077bb1a901f57cc1e2b67')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 140471, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 09:35:02 UTC (rev 140472)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia.pykix.org/wiki/Libisoburn;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn' 'libisofs' 'readline')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('132746d3662005fd4dd462fc5d80d588')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2011-10-15 09:34:28 UTC (rev 140471)
+++ extra-i686/libisoburn.install   2011-10-15 09:35:02 UTC (rev 140472)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 140471, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2011-10-15 09:35:02 UTC (rev 140472)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 09:34:28 UTC (rev 140471)
+++ extra-x86_64/PKGBUILD   2011-10-15 09:35:02 UTC (rev 140472)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=frontend for libraries 

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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:49:19
  Author: andyrtr
Revision: 140473

upgpkg: man-pages 3.35-1

upstream update 3.35

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:35:02 UTC (rev 140472)
+++ PKGBUILD2011-10-15 09:49:19 UTC (rev 140473)
@@ -2,18 +2,18 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.32
+pkgver=3.35
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
 arch=('any')
 license=('GPL')
-url=http://www.kernel.org/doc/man-pages/;
+url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+source=(http://man7.org/linux/man-pages/download/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('cc6c2d4d4eb364fd8da718c412db09d4'
+md5sums=('e41432ee35a49036bbaf8d4598506e9c'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:49:42
  Author: andyrtr
Revision: 140474

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 140473, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 140473, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-15 09:49:42 UTC (rev 140474)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.35
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://man7.org/linux/man-pages/download/$pkgname-$pkgver.tar.gz
+   
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('e41432ee35a49036bbaf8d4598506e9c'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:00:42
  Author: andyrtr
Revision: 140475

upgpkg: hyphen 2.8.3-1

upstream update 2.8.3

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:49:42 UTC (rev 140474)
+++ PKGBUILD2011-10-15 10:00:42 UTC (rev 140475)
@@ -3,8 +3,8 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.8.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://hunspell.sf.net;
 license=('GPL' 'LGPL' 'MPL')
@@ -12,7 +12,7 @@
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48a9f787f43a09c0a9b7b00cd1fddbbf')
+md5sums=('86261f06c097d3e425a2f6d0b0635380')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,7 +27,7 @@
  pkgdesc=library for high quality hyphenation and justification
  depends=('glibc' 'perl')
 
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgbase-$pkgver
   make DESTDIR=$pkgdir/ install-libLTLIBRARIES
   make DESTDIR=$pkgdir/ install-binSCRIPTS
   make DESTDIR=$pkgdir/ install-includeHEADERS
@@ -41,7 +41,7 @@
  # arch=('any')
  optdepends=('hyphen: offers hyphenation library functions')
 
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgbase-$pkgver
   make DESTDIR=$pkgdir/ install-hyphDATA
 
   pushd ${pkgdir}/usr/share/hyphen/



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:01:23
  Author: andyrtr
Revision: 140476

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 10:00:42 UTC (rev 140475)
+++ extra-i686/PKGBUILD 2011-10-15 10:01:23 UTC (rev 140476)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.7.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://hunspell.sf.net;
-license=('GPL' 'LGPL' 'MPL')
-groups=()
-makedepends=('glibc' 'perl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48a9f787f43a09c0a9b7b00cd1fddbbf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # libtool fix
-#  autoreconf -vfi
-  
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package_hyphen() {
- pkgdesc=library for high quality hyphenation and justification
- depends=('glibc' 'perl')
-
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
-  make DESTDIR=$pkgdir/ install-binSCRIPTS
-  make DESTDIR=$pkgdir/ install-includeHEADERS
-  
-  # license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_hyphen-en() {
- pkgdesc=English hyphenation rules
- # arch=('any')
- optdepends=('hyphen: offers hyphenation library functions')
-
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install-hyphDATA
-
-  pushd ${pkgdir}/usr/share/hyphen/
-   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
-   for lang in $en_US_aliases; do
-ln -s hyph_en_US.dic hyph_$lang.dic
-   done
-  popd
-  
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-}
\ No newline at end of file

Copied: hyphen/repos/extra-i686/PKGBUILD (from rev 140475, 
hyphen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 10:01:23 UTC (rev 140476)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=hyphen
+pkgname=('hyphen' 'hyphen-en')
+pkgver=2.8.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://hunspell.sf.net;
+license=('GPL' 'LGPL' 'MPL')
+groups=()
+makedepends=('glibc' 'perl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+md5sums=('86261f06c097d3e425a2f6d0b0635380')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # libtool fix
+#  autoreconf -vfi
+  
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_hyphen() {
+ pkgdesc=library for high quality hyphenation and justification
+ depends=('glibc' 'perl')
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
+  make DESTDIR=$pkgdir/ install-binSCRIPTS
+  make DESTDIR=$pkgdir/ install-includeHEADERS
+  
+  # license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_hyphen-en() {
+ pkgdesc=English hyphenation rules
+ # arch=('any')
+ optdepends=('hyphen: offers hyphenation library functions')
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-hyphDATA
+
+  pushd ${pkgdir}/usr/share/hyphen/
+   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
+   for lang in $en_US_aliases; do
+ln -s hyph_en_US.dic hyph_$lang.dic
+   done
+  popd
+  
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 10:00:42 UTC (rev 140475)
+++ extra-x86_64/PKGBUILD   2011-10-15 10:01:23 UTC (rev 140476)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.7.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://hunspell.sf.net;
-license=('GPL' 'LGPL' 'MPL')
-groups=()

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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:10:30
  Author: andyrtr
Revision: 140477

upgpkg: ristretto 0.1.1-1

upstream update 0.1.1

Modified:
  ristretto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 10:01:23 UTC (rev 140476)
+++ PKGBUILD2011-10-15 10:10:30 UTC (rev 140477)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren ronald.archlinux.org
 
 pkgname=ristretto
-pkgver=0.0.93
+pkgver=0.1.1
 pkgrel=1
 pkgdesc=Ristretto is a image viewer for Xfce
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 makedepends=('intltool')
 options=('!libtool')
 groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.0/$pkgname-$pkgver.tar.bz2)
+source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
 install=ristretto.install
-md5sums=('74dcdf0fcbf7039852b817732a91fb6c')
+md5sums=('4b0f58c00ef99f13ebf134979ee76980')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:11:04
  Author: andyrtr
Revision: 140478

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

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

+
 extra-i686/PKGBUILD|   64 +++
 extra-i686/ristretto.install   |   26 +++
 extra-x86_64/PKGBUILD  |   64 +++
 extra-x86_64/ristretto.install |   26 +++
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 10:10:30 UTC (rev 140477)
+++ extra-i686/PKGBUILD 2011-10-15 10:11:04 UTC (rev 140478)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=ristretto
-pkgver=0.0.93
-pkgrel=1
-pkgdesc=Ristretto is a image viewer for Xfce
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/ristretto;
-license=('GPL2')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.0/$pkgname-$pkgver.tar.bz2)
-install=ristretto.install
-md5sums=('74dcdf0fcbf7039852b817732a91fb6c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: ristretto/repos/extra-i686/PKGBUILD (from rev 140477, 
ristretto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 10:11:04 UTC (rev 140478)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
+
+pkgname=ristretto
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Ristretto is a image viewer for Xfce
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/ristretto;
+license=('GPL2')
+depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+groups=('xfce4-goodies')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
+install=ristretto.install
+md5sums=('4b0f58c00ef99f13ebf134979ee76980')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ristretto.install
===
--- extra-i686/ristretto.install2011-10-15 10:10:30 UTC (rev 140477)
+++ extra-i686/ristretto.install2011-10-15 10:11:04 UTC (rev 140478)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ristretto/repos/extra-i686/ristretto.install (from rev 140477, 
ristretto/trunk/ristretto.install)
===
--- extra-i686/ristretto.install(rev 0)
+++ extra-i686/ristretto.install2011-10-15 10:11:04 UTC (rev 140478)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 10:10:30 UTC (rev 140477)
+++ extra-x86_64/PKGBUILD   2011-10-15 10:11:04 UTC (rev 140478)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgname=ristretto
-pkgver=0.0.93
-pkgrel=1
-pkgdesc=Ristretto is a image viewer for Xfce
-arch=('i686' 'x86_64')

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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:32:03
  Author: andyrtr
Revision: 140479

upgpkg: midori 0.4.1-1

upstream update 0.4.1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 10:11:04 UTC (rev 140478)
+++ PKGBUILD2011-10-15 10:32:03 UTC (rev 140479)
@@ -4,8 +4,8 @@
 # Contributor: Johannes Krampf wuischke.at.amule.dot.org
 
 pkgname=midori
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc=A lightweight web browser based on Gtk WebKit
 arch=('i686' 'x86_64')
 url=http://www.twotoasts.de/index.php?/pages/midori_summary.html;
@@ -14,19 +14,12 @@
 depends=('libwebkit=1.3.13' 'libunique' 'hicolor-icon-theme' 
'desktop-file-utils' 'libnotify=0.7.1' 'libxss' 'sqlite3' 'glib2')
 makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2=2.7.1' 'vala') 
# 'git'
 optdepends=('vala: for use in extensions')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-   webkit_search.diff)
-md5sums=('14aa14ccabf3d003903f1584dab15d7a'
- '293c026e1875145e0df9584e1ff2a70e')
-sha1sums=('c6d1d41f4e3c97bd2839235bd9d7b2a8a408c585'
-  '82bba447bc1aaeabf0ec95f3ddaf5c24dd27474c')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.4/$pkgname-$pkgver.tar.bz2)
+md5sums=('33dde203cd71ae2b1d2adcc7f5739f65')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   
-  # FS#26207
-  patch -Np1 -i ${srcdir}/webkit_search.diff
-  
   # python2 
   export PYTHON=/usr/bin/python2
   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| wscript waf



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 06:32:49
  Author: andyrtr
Revision: 140480

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

Added:
  midori/repos/extra-i686/PKGBUILD
(from rev 140479, midori/trunk/PKGBUILD)
  midori/repos/extra-i686/midori.install
(from rev 140479, midori/trunk/midori.install)
  midori/repos/extra-i686/webkit_search.diff
(from rev 140479, midori/trunk/webkit_search.diff)
  midori/repos/extra-x86_64/PKGBUILD
(from rev 140479, midori/trunk/PKGBUILD)
  midori/repos/extra-x86_64/midori.install
(from rev 140479, midori/trunk/midori.install)
  midori/repos/extra-x86_64/webkit_search.diff
(from rev 140479, midori/trunk/webkit_search.diff)
Deleted:
  midori/repos/extra-i686/PKGBUILD
  midori/repos/extra-i686/midori.install
  midori/repos/extra-i686/webkit_search.diff
  midori/repos/extra-x86_64/PKGBUILD
  midori/repos/extra-x86_64/midori.install
  midori/repos/extra-x86_64/webkit_search.diff

-+
 extra-i686/PKGBUILD |   87 
 extra-i686/midori.install   |   28 -
 extra-i686/webkit_search.diff   |  118 +++---
 extra-x86_64/PKGBUILD   |   87 
 extra-x86_64/midori.install |   28 -
 extra-x86_64/webkit_search.diff |  118 +++---
 6 files changed, 226 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 10:32:03 UTC (rev 140479)
+++ extra-i686/PKGBUILD 2011-10-15 10:32:49 UTC (rev 140480)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-
-pkgname=midori
-pkgver=0.4.0
-pkgrel=2
-pkgdesc=A lightweight web browser based on Gtk WebKit
-arch=('i686' 'x86_64')
-url=http://www.twotoasts.de/index.php?/pages/midori_summary.html;
-license=('LGPL2.1')
-install=midori.install
-depends=('libwebkit=1.3.13' 'libunique' 'hicolor-icon-theme' 
'desktop-file-utils' 'libnotify=0.7.1' 'libxss' 'sqlite3' 'glib2')
-makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2=2.7.1' 'vala') 
# 'git'
-optdepends=('vala: for use in extensions')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-   webkit_search.diff)
-md5sums=('14aa14ccabf3d003903f1584dab15d7a'
- '293c026e1875145e0df9584e1ff2a70e')
-sha1sums=('c6d1d41f4e3c97bd2839235bd9d7b2a8a408c585'
-  '82bba447bc1aaeabf0ec95f3ddaf5c24dd27474c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # FS#26207
-  patch -Np1 -i ${srcdir}/webkit_search.diff
-  
-  # python2 
-  export PYTHON=/usr/bin/python2
-  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| wscript waf
-  
-  ./configure --prefix=/usr --jobs=${MAKEFLAGS/-j/} \
-   --enable-addons \
-   --disable-hildon \
-   --enable-unique \
-   --enable-nls \
-   --enable-docs \
-   --enable-apidocs
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: midori/repos/extra-i686/PKGBUILD (from rev 140479, 
midori/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 10:32:49 UTC (rev 140480)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+
+pkgname=midori
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A lightweight web browser based on Gtk WebKit
+arch=('i686' 'x86_64')
+url=http://www.twotoasts.de/index.php?/pages/midori_summary.html;
+license=('LGPL2.1')
+install=midori.install
+depends=('libwebkit=1.3.13' 'libunique' 'hicolor-icon-theme' 
'desktop-file-utils' 'libnotify=0.7.1' 'libxss' 'sqlite3' 'glib2')
+makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2=2.7.1' 'vala') 
# 'git'
+optdepends=('vala: for use in extensions')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.4/$pkgname-$pkgver.tar.bz2)
+md5sums=('33dde203cd71ae2b1d2adcc7f5739f65')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # python2 
+  export PYTHON=/usr/bin/python2
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| wscript waf
+  
+  ./configure --prefix=/usr --jobs=${MAKEFLAGS/-j/} \
+   --enable-addons \
+   --disable-hildon \
+   --enable-unique \
+   --enable-nls \
+   --enable-docs \
+   --enable-apidocs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/midori.install
===
--- extra-i686/midori.install   2011-10-15 10:32:03 UTC (rev 140479)
+++ extra-i686/midori.install   2011-10-15 10:32:49 UTC (rev 140480)

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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 09:56:43
  Author: ibiru
Revision: 140481

update to 2.30.1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 10:32:49 UTC (rev 140480)
+++ PKGBUILD2011-10-15 13:56:43 UTC (rev 140481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
@@ -15,7 +15,7 @@
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
 glib2.sh
 glib2.csh)
-sha256sums=('d64c00b43409eabb89aad78501fcb1a992b002b314a4414a9bd069585cb7cdc1'
+sha256sums=('82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9'
 '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
 '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 



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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 10:02:39
  Author: ibiru
Revision: 140482

drop backup. the config has references to a path that changes with every 
eclipse update

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 13:56:43 UTC (rev 140481)
+++ PKGBUILD2011-10-15 14:02:39 UTC (rev 140482)
@@ -16,7 +16,6 @@
 install=${pkgname}.install
 makedepends=('zip')
 license=(EPL/1.1)
-backup=('usr/share/eclipse/configuration/config.ini')
 
source=(ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk.tar.gz;
'eclipse.svg' 'eclipse.sh' 'eclipse.desktop'
'eclipse.ini.patch')



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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 10:04:54
  Author: ibiru
Revision: 140483

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 140482, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 140482, glib2/trunk/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 140482, glib2/trunk/glib2.sh)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 140482, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 140482, glib2/trunk/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 140482, glib2/trunk/glib2.sh)

--+
 testing-i686/PKGBUILD|   43 +++
 testing-i686/glib2.csh   |1 +
 testing-i686/glib2.sh|1 +
 testing-x86_64/PKGBUILD  |   43 +++
 testing-x86_64/glib2.csh |1 +
 testing-x86_64/glib2.sh  |1 +
 6 files changed, 90 insertions(+)

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

Copied: glib2/repos/testing-i686/glib2.csh (from rev 140482, 
glib2/trunk/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2011-10-15 14:04:54 UTC (rev 140483)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 140482, 
glib2/trunk/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2011-10-15 14:04:54 UTC (rev 140483)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

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

Copied: 

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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 10:31:01
  Author: ibiru
Revision: 140484

update to 3.2.1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 14:04:54 UTC (rev 140483)
+++ PKGBUILD2011-10-15 14:31:01 UTC (rev 140484)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gtk3
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=GTK+ is a multi-platform toolkit (v3)
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
@@ -14,15 +14,12 @@
 backup=(etc/gtk-3.0/settings.ini)
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-${pkgver}.tar.xz
-settings.ini
-
a11y.patch::http://git.gnome.org/browse/gtk+/patch/?id=e248c6812e8e33150d61074471ef0330668aed45)
-sha256sums=('bce3c1a9be6afd7552c795268656d8fdd09c299765a7faaf5a76498bb82ed44c'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'0ae5f9c3553f9fc6c515343de96046c17544654936b17c09330443ed44778cb2')
+settings.ini)
+sha256sums=('f1989f183700cd5f46681cfabc2253e2f526b19b56e4b631dcee2594dddb0ef3'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 
 build() {
 cd ${srcdir}/gtk+-${pkgver}
-patch -Np1 -i ${srcdir}/a11y.patch
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \



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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 10:42:15
  Author: ibiru
Revision: 140485

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

Added:
  gtk3/repos/testing-i686/
  gtk3/repos/testing-i686/PKGBUILD
(from rev 140484, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk3.install
(from rev 140484, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 140484, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 140484, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 140484, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 140484, gtk3/trunk/settings.ini)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/gtk3.install   |   15 +++
 testing-i686/settings.ini   |2 ++
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/gtk3.install |   15 +++
 testing-x86_64/settings.ini |2 ++
 6 files changed, 110 insertions(+)

Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 140484, gtk3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-15 14:42:15 UTC (rev 140485)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GTK+ is a multi-platform toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool' '!docs')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-${pkgver}.tar.xz
+settings.ini)
+sha256sums=('f1989f183700cd5f46681cfabc2253e2f526b19b56e4b631dcee2594dddb0ef3'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+cd ${srcdir}/gtk+-${pkgver}
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd ${srcdir}/gtk+-${pkgver}
+make DESTDIR=${pkgdir} install
+
+install -Dm644 ${srcdir}/settings.ini 
${pkgdir}/etc/gtk-3.0/settings.ini
+}

Copied: gtk3/repos/testing-i686/gtk3.install (from rev 140484, 
gtk3/trunk/gtk3.install)
===
--- testing-i686/gtk3.install   (rev 0)
+++ testing-i686/gtk3.install   2011-10-15 14:42:15 UTC (rev 140485)
@@ -0,0 +1,15 @@
+post_install() {
+usr/bin/gtk-query-immodules-3.0 --update-cache
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+post_remove() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: gtk3/repos/testing-i686/settings.ini (from rev 140484, 
gtk3/trunk/settings.ini)
===
--- testing-i686/settings.ini   (rev 0)
+++ testing-i686/settings.ini   2011-10-15 14:42:15 UTC (rev 140485)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome

Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 140484, 
gtk3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-15 14:42:15 UTC (rev 140485)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=GTK+ is a multi-platform toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool' '!docs')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-${pkgver}.tar.xz
+settings.ini)
+sha256sums=('f1989f183700cd5f46681cfabc2253e2f526b19b56e4b631dcee2594dddb0ef3'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+cd ${srcdir}/gtk+-${pkgver}
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+

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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 10:55:42
  Author: ibiru
Revision: 140486

update to 34203

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 14:42:15 UTC (rev 140485)
+++ PKGBUILD2011-10-15 14:55:42 UTC (rev 140486)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=34174
+pkgver=34203
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -14,7 +14,7 @@
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
-md5sums=('73225e0be6c5db51d7cbf2a0dd1d25a2'
+md5sums=('2dbff62a9af24bce8a6964a1ce949d10'
  'c0d6ef795cf6de48e3b87ff7c23f0319')
 
 build() {



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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 11:01:56
  Author: ibiru
Revision: 140487

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

Added:
  mplayer/repos/extra-i686/PKGBUILD
(from rev 140486, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-i686/mplayer.desktop
(from rev 140486, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-i686/mplayer.install
(from rev 140486, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-i686/mplayer.png
(from rev 140486, mplayer/trunk/mplayer.png)
  mplayer/repos/extra-x86_64/PKGBUILD
(from rev 140486, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-x86_64/mplayer.desktop
(from rev 140486, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-x86_64/mplayer.install
(from rev 140486, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-x86_64/mplayer.png
(from rev 140486, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/extra-i686/PKGBUILD
  mplayer/repos/extra-i686/mplayer.desktop
  mplayer/repos/extra-i686/mplayer.install
  mplayer/repos/extra-i686/mplayer.png
  mplayer/repos/extra-x86_64/PKGBUILD
  mplayer/repos/extra-x86_64/mplayer.desktop
  mplayer/repos/extra-x86_64/mplayer.install
  mplayer/repos/extra-x86_64/mplayer.png

--+
 extra-i686/PKGBUILD  |  142 -
 extra-i686/mplayer.desktop   |   42 ++--
 extra-i686/mplayer.install   |   22 +++---
 extra-x86_64/PKGBUILD|  142 -
 extra-x86_64/mplayer.desktop |   42 ++--
 extra-x86_64/mplayer.install |   22 +++---
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 14:55:42 UTC (rev 140486)
+++ extra-i686/PKGBUILD 2011-10-15 15:01:56 UTC (rev 140487)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=34174
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
-'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
-'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass')
-license=('GPL')
-url=http://www.mplayerhq.hu/;
-options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
-md5sums=('73225e0be6c5db51d7cbf2a0dd1d25a2'
- 'c0d6ef795cf6de48e3b87ff7c23f0319')
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---enable-xvmc \
---language=all \
---confdir=/etc/mplayer
-[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
-
-make
-}
-
-package_mplayer() {
-pkgdesc=A movie player for linux
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
-'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
-'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm')
-
-cd ${srcdir}/${pkgbase}
-
-make DESTDIR=${pkgdir} install-mplayer  install-mplayer-man
-install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
-install -dm755 ${pkgdir}/usr/share/mplayer/
-ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
-rm -rf ${pkgdir}/usr/share/mplayer/font
-#desktop file  FS#14770
-install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
-install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
-}
-
-package_mencoder() {
-pkgdesc=Free command line video decoding, encoding and filtering tool
-depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
-'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass')
-
-cd ${srcdir}/${pkgbase}
-make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
-find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 

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

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 11:13:59
  Author: ibiru
Revision: 140488

repackage it to drop the backup entry removed earlier

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 15:01:56 UTC (rev 140487)
+++ PKGBUILD2011-10-15 15:13:59 UTC (rev 140488)
@@ -7,7 +7,7 @@
 pkgname=eclipse
 pkgver=3.7.1
 _internal_pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 _date=201109091335
 pkgdesc=An IDE for Java and other languages
 arch=('i686' 'x86_64')



[arch-commits] Commit in eclipse/repos (24 files)

2011-10-15 Thread Ionut Biru
Date: Saturday, October 15, 2011 @ 11:29:09
  Author: ibiru
Revision: 140489

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 140488, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 140488, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.ini.patch
(from rev 140488, eclipse/trunk/eclipse.ini.patch)
  eclipse/repos/extra-i686/eclipse.install
(from rev 140488, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 140488, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-i686/eclipse.svg
(from rev 140488, eclipse/trunk/eclipse.svg)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 140488, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 140488, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.ini.patch
(from rev 140488, eclipse/trunk/eclipse.ini.patch)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 140488, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 140488, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/eclipse.svg
(from rev 140488, eclipse/trunk/eclipse.svg)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.ini.patch
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-i686/eclipse.svg
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.ini.patch
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh
  eclipse/repos/extra-x86_64/eclipse.svg

+
 extra-i686/PKGBUILD|  111 -
 extra-i686/eclipse.desktop |   18 
 extra-i686/eclipse.ini.patch   |   28 
 extra-i686/eclipse.install |   30 
 extra-i686/eclipse.sh  |8 
 extra-i686/eclipse.svg | 3246 +++
 extra-x86_64/PKGBUILD  |  111 -
 extra-x86_64/eclipse.desktop   |   18 
 extra-x86_64/eclipse.ini.patch |   28 
 extra-x86_64/eclipse.install   |   30 
 extra-x86_64/eclipse.sh|8 
 extra-x86_64/eclipse.svg   | 3246 +++
 12 files changed, 3440 insertions(+), 3442 deletions(-)

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


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

2011-10-15 Thread Jan Steffens
Date: Saturday, October 15, 2011 @ 13:53:02
  Author: heftig
Revision: 140490

add group

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 15:29:09 UTC (rev 140489)
+++ PKGBUILD2011-10-15 17:53:02 UTC (rev 140490)
@@ -10,6 +10,7 @@
 makedepends=(gnome-shell intltool)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 sha256sums=('dfbd5b7baed71219c6855c1b15c323b6e66a2163af8f9a1c2431d6ce90784f98')
+groups=(gnome-shell-extensions)
 
 pkgname=(gnome-shell-extensions-common
  gnome-shell-extension-alternate-tab



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

2011-10-15 Thread Jan Steffens
Date: Saturday, October 15, 2011 @ 13:53:39
  Author: heftig
Revision: 140491

don't put the common files into the group

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 17:53:02 UTC (rev 140490)
+++ PKGBUILD2011-10-15 17:53:39 UTC (rev 140491)
@@ -44,6 +44,7 @@
 package_gnome-shell-extensions-common() {
   pkgdesc=Extensions for GNOME Shell - common files
   depends=(gnome-shell)
+  groups=()
 
   cd $srcdir/$pkgbase-$pkgver/po
   make DESTDIR=$pkgdir install



[arch-commits] Commit in gnutls/trunk (PKGBUILD addGNU-stack.diff)

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 15:33:32
  Author: andyrtr
Revision: 140492

upgpkg: gnutls 3.0.4-2

add executable stack patch; FS#26457

Added:
  gnutls/trunk/addGNU-stack.diff
Modified:
  gnutls/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 addGNU-stack.diff |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 17:53:39 UTC (rev 140491)
+++ PKGBUILD2011-10-15 19:33:32 UTC (rev 140492)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
@@ -12,11 +12,14 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
 makedepends=('valgrind')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=(''748d537027978abcb7dd33ec396dc511'')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz
+   addGNU-stack.diff)
+md5sums=('748d537027978abcb7dd33ec396dc511'
+ '19b92429e8d1639cfc4dfad0883298cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/addGNU-stack.diff
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \

Added: addGNU-stack.diff
===
--- addGNU-stack.diff   (rev 0)
+++ addGNU-stack.diff   2011-10-15 19:33:32 UTC (rev 140492)
@@ -0,0 +1,13 @@
+Description: Prevent executable stack
+Author: Andreas Metzler ametz...@debian.org
+
+--- gnutls28-3.0.4.orig/lib/accelerated/x86/asm/padlock-common.s
 gnutls28-3.0.4/lib/accelerated/x86/asm/padlock-common.s
+@@ -38,3 +38,7 @@ is_padlock_nano:
+   xorl%eax,%eax
+ ret
+ .size is_padlock_nano,.-is_padlock_nano
++
++#if defined(__linux__)  defined(__ELF__)
++.section .note.GNU-stack,,%progbits
++#endif



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 15:34:21
  Author: andyrtr
Revision: 140493

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 140492, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/addGNU-stack.diff
(from rev 140492, gnutls/trunk/addGNU-stack.diff)
  gnutls/repos/extra-i686/gnutls.install
(from rev 140492, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 140492, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/addGNU-stack.diff
(from rev 140492, gnutls/trunk/addGNU-stack.diff)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 140492, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install

+
 extra-i686/PKGBUILD|   83 ---
 extra-i686/addGNU-stack.diff   |   13 ++
 extra-i686/gnutls.install  |   40 +-
 extra-x86_64/PKGBUILD  |   83 ---
 extra-x86_64/addGNU-stack.diff |   13 ++
 extra-x86_64/gnutls.install|   40 +-
 6 files changed, 152 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 19:33:32 UTC (rev 140492)
+++ extra-i686/PKGBUILD 2011-10-15 19:34:21 UTC (rev 140493)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/gnutls/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
-makedepends=('valgrind')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=(''748d537027978abcb7dd33ec396dc511'')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check # passes all  || /bin/true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 140492, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 19:34:21 UTC (rev 140493)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.0.4
+pkgrel=2
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/gnutls/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
+makedepends=('valgrind')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz
+   addGNU-stack.diff)
+md5sums=('748d537027978abcb7dd33ec396dc511'
+ '19b92429e8d1639cfc4dfad0883298cb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/addGNU-stack.diff
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check # passes all  || /bin/true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Copied: gnutls/repos/extra-i686/addGNU-stack.diff (from rev 140492, 
gnutls/trunk/addGNU-stack.diff)
===
--- extra-i686/addGNU-stack.diff(rev 0)
+++ extra-i686/addGNU-stack.diff2011-10-15 19:34:21 UTC (rev 140493)
@@ -0,0 +1,13 @@
+Description: Prevent executable stack
+Author: Andreas Metzler ametz...@debian.org
+
+--- gnutls28-3.0.4.orig/lib/accelerated/x86/asm/padlock-common.s
 

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

2011-10-15 Thread Kevin Piché
Date: Saturday, October 15, 2011 @ 15:54:58
  Author: kevin
Revision: 140494

upgpkg: zile 2.4.2-1

Updated to 2.4.2

Modified:
  zile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 19:34:21 UTC (rev 140493)
+++ PKGBUILD2011-10-15 19:54:58 UTC (rev 140494)
@@ -3,16 +3,16 @@
 # Maintainer: Kevin Piche ke...@archlinux.org
 
 pkgname=zile
-pkgver=2.3.24
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=A small, fast, and powerful Emacs clone
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/zile/;
 # Lua is not required, the author uses it to generate some source files.
-depends=('ncurses')
+depends=('gc' 'ncurses')
 license=('GPL')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe77d801ba69e0fb9b4914a04b9ff506')
+md5sums=('2a68ac77cebbeca1eacf170ba9072dbe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-15 Thread Kevin Piché
Date: Saturday, October 15, 2011 @ 15:55:13
  Author: kevin
Revision: 140495

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 19:54:58 UTC (rev 140494)
+++ extra-i686/PKGBUILD 2011-10-15 19:55:13 UTC (rev 140495)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=zile
-pkgver=2.3.24
-pkgrel=1
-pkgdesc=A small, fast, and powerful Emacs clone
-arch=(i686 x86_64)
-url=http://www.gnu.org/software/zile/;
-# Lua is not required, the author uses it to generate some source files.
-depends=('ncurses')
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe77d801ba69e0fb9b4914a04b9ff506')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: zile/repos/extra-i686/PKGBUILD (from rev 140494, zile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-15 19:55:13 UTC (rev 140495)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=zile
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A small, fast, and powerful Emacs clone
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/zile/;
+# Lua is not required, the author uses it to generate some source files.
+depends=('gc' 'ncurses')
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a68ac77cebbeca1eacf170ba9072dbe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-15 19:54:58 UTC (rev 140494)
+++ extra-x86_64/PKGBUILD   2011-10-15 19:55:13 UTC (rev 140495)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=zile
-pkgver=2.3.24
-pkgrel=1
-pkgdesc=A small, fast, and powerful Emacs clone
-arch=(i686 x86_64)
-url=http://www.gnu.org/software/zile/;
-# Lua is not required, the author uses it to generate some source files.
-depends=('ncurses')
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe77d801ba69e0fb9b4914a04b9ff506')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: zile/repos/extra-x86_64/PKGBUILD (from rev 140494, zile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-15 19:55:13 UTC (rev 140495)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=zile
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A small, fast, and powerful Emacs clone
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/zile/;
+# Lua is not required, the author uses it to generate some source files.
+depends=('gc' 'ncurses')
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a68ac77cebbeca1eacf170ba9072dbe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2011-10-15 Thread Kevin Piché
Date: Saturday, October 15, 2011 @ 15:55:36
  Author: kevin
Revision: 140496

upgpkg: squid 3.1.16-1

Updated to 3.1.16

Modified:
  squid/trunk/PKGBUILD
  squid/trunk/squid.install
Deleted:
  squid/trunk/squid-3.1.11-unused.patch

---+
 PKGBUILD  |   14 --
 squid-3.1.11-unused.patch |  296 
 squid.install |6 
 3 files changed, 8 insertions(+), 308 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 19:55:13 UTC (rev 140495)
+++ PKGBUILD2011-10-15 19:55:36 UTC (rev 140496)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=squid
-pkgver=3.1.14
-pkgrel=2
+pkgver=3.1.16
+pkgrel=1
 pkgdesc=A full-featured Web proxy cache server.
 arch=(i686 x86_64)
 url=http://www.squid-cache.org;
@@ -14,22 +14,18 @@
 backup=(etc/squid/squid.conf etc/squid/mime.conf etc/conf.d/squid)
 install=squid.install
 source=(http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2
-squid squid.conf.d squid.pam squid.cron squid-3.1.11-unused.patch)
-md5sums=('8f82a451b04c3bf3c29202c548d2f2dd'
+squid squid.conf.d squid.pam squid.cron)
+md5sums=('675aef4411d41f5b55b15a29ad6e5261'
  'd213b0cc1db72b749bb8c88716fdab39'
  '2383772ef94efddc7b920628bc7ac5b0'
  '270977cdd9b47ef44c0c427ab9034777'
- '5e17df989e2a74e869790c066f61225b'
- '8e59089e4a8556fc18df51979f1cfbff')
+ '5e17df989e2a74e869790c066f61225b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # gcc 4.6 doesn't support -fhuge-objects.
   sed '/^HUGE_OBJECT_FLAG=/ s/-fhuge-objects//' -i configure
-  # fix compile errors with gcc 4.6
-  # http://bugs.squid-cache.org/show_bug.cgi?id=3178
-  #patch -Np1 -i ${srcdir}/squid-3.1.11-unused.patch
 
   # fix cache_dir, cache_dir size, and effective group.
   sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in

Deleted: squid-3.1.11-unused.patch
===
--- squid-3.1.11-unused.patch   2011-10-15 19:55:13 UTC (rev 140495)
+++ squid-3.1.11-unused.patch   2011-10-15 19:55:36 UTC (rev 140496)
@@ -1,296 +0,0 @@
-diff -up 
squid-3.1.11/helpers/external_acl/ldap_group/squid_ldap_group.c.unused 
squid-3.1.11/helpers/external_acl/ldap_group/squid_ldap_group.c
 squid-3.1.11/helpers/external_acl/ldap_group/squid_ldap_group.c.unused 
2011-02-10 10:04:50.422205003 +0100
-+++ squid-3.1.11/helpers/external_acl/ldap_group/squid_ldap_group.c
2011-02-10 10:05:48.020204424 +0100
-@@ -219,7 +219,6 @@ main(int argc, char **argv)
- int use_extension_dn = 0;
- int strip_nt_domain = 0;
- int strip_kerberos_realm = 0;
--int err = 0;
- 
- setbuf(stdout, NULL);
- 
-@@ -602,7 +601,6 @@ error:
- tryagain = 1;
- }
- }
--err = 0;
- }
- if (ld)
- ldap_unbind(ld);
-diff -up squid-3.1.11/helpers/ntlm_auth/fakeauth/fakeauth_auth.c.unused 
squid-3.1.11/helpers/ntlm_auth/fakeauth/fakeauth_auth.c
 squid-3.1.11/helpers/ntlm_auth/fakeauth/fakeauth_auth.c.unused 
2011-02-10 09:57:56.170205002 +0100
-+++ squid-3.1.11/helpers/ntlm_auth/fakeauth/fakeauth_auth.c2011-02-10 
09:58:39.039205002 +0100
-@@ -141,7 +141,6 @@ ntlmMakeChallenge(struct ntlm_challenge 
- {
- static unsigned hash;
- int r;
--char *d;
- int i;
- 
- debug(ntlmMakeChallenge: flg %08x\n, flags);
-@@ -158,7 +157,6 @@ ntlmMakeChallenge(struct ntlm_challenge 
- chal-flags = flags;
- chal-unknown[6] = htole16(0x003a);
- 
--d = (char *) chal + 48;
- i = 0;
- 
- if (authenticate_ntlm_domain != NULL)
-diff -up squid-3.1.11/src/auth/negotiate/auth_negotiate.cc.unused 
squid-3.1.11/src/auth/negotiate/auth_negotiate.cc
 squid-3.1.11/src/auth/negotiate/auth_negotiate.cc.unused   2011-02-10 
07:57:04.293205769 +0100
-+++ squid-3.1.11/src/auth/negotiate/auth_negotiate.cc  2011-02-10 
07:58:22.643205463 +0100
-@@ -544,7 +544,6 @@ AuthNegotiateUserRequest::module_start(R
- {
- authenticateStateData *r = NULL;
- static char buf[MAX_AUTHTOKEN_LEN];
--negotiate_user_t *negotiate_user;
- AuthUser *auth_user = user();
- 
- assert(data);
-@@ -552,8 +551,6 @@ AuthNegotiateUserRequest::module_start(R
- assert(auth_user);
- assert(auth_user-auth_type == AUTH_NEGOTIATE);
- 
--negotiate_user = dynamic_castnegotiate_user_t *(user());
--
- debugs(29, 8, AuthNegotiateUserRequest::module_start: auth state is ' 
 auth_state  ');
- 
- if (negotiateConfig.authenticate == NULL) {
-@@ -655,12 +652,10 @@ AuthNegotiateUserRequest::authenticate(H
- 
- /** \todo rename this!! */
- AuthUser *local_auth_user;
--negotiate_user_t *negotiate_user;
- 
- local_auth_user = user();
- assert(local_auth_user);
- assert(local_auth_user-auth_type == AUTH_NEGOTIATE);
--negotiate_user = 

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

2011-10-15 Thread Rémy Oudompheng
Date: Saturday, October 15, 2011 @ 17:31:02
  Author: remy
Revision: 140499

upgpkg: pyalpm 0.5.3-1

Version bump.

Modified:
  pyalpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 20:33:55 UTC (rev 140498)
+++ PKGBUILD2011-10-15 21:31:02 UTC (rev 140499)
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng r...@archlinux.org
 
 pkgname=pyalpm
-pkgver=0.5.1
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Libalpm bindings for Python 3
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('python=3.2' 'pacman=4')
 source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc59883d19306e89d99e15d820a877e6')
+md5sums=('a76019106d17de3a5933c773013a63d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-15 Thread Rémy Oudompheng
Date: Saturday, October 15, 2011 @ 17:31:13
  Author: remy
Revision: 140500

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-15 21:31:02 UTC (rev 140499)
+++ testing-i686/PKGBUILD   2011-10-15 21:31:13 UTC (rev 140500)
@@ -1,23 +0,0 @@
-# Maintainer : Rémy Oudompheng r...@archlinux.org
-
-pkgname=pyalpm
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=Libalpm bindings for Python 3
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/users/remy/pyalpm.git/;
-license=('GPL')
-depends=('python=3.2' 'pacman=4')
-source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc59883d19306e89d99e15d820a877e6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-

Copied: pyalpm/repos/testing-i686/PKGBUILD (from rev 140499, 
pyalpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-15 21:31:13 UTC (rev 140500)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=pyalpm
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Libalpm bindings for Python 3
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/users/remy/pyalpm.git/;
+license=('GPL')
+depends=('python=3.2' 'pacman=4')
+source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-10-15 21:31:02 UTC (rev 140499)
+++ testing-x86_64/PKGBUILD 2011-10-15 21:31:13 UTC (rev 140500)
@@ -1,23 +0,0 @@
-# Maintainer : Rémy Oudompheng r...@archlinux.org
-
-pkgname=pyalpm
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=Libalpm bindings for Python 3
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/users/remy/pyalpm.git/;
-license=('GPL')
-depends=('python=3.2' 'pacman=4')
-source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc59883d19306e89d99e15d820a877e6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-

Copied: pyalpm/repos/testing-x86_64/PKGBUILD (from rev 140499, 
pyalpm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-15 21:31:13 UTC (rev 140500)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=pyalpm
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Libalpm bindings for Python 3
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/users/remy/pyalpm.git/;
+license=('GPL')
+depends=('python=3.2' 'pacman=4')
+source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



[arch-commits] Commit in squid/repos (24 files)

2011-10-15 Thread Kevin Piché
Date: Saturday, October 15, 2011 @ 18:54:05
  Author: kevin
Revision: 140501

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

Added:
  squid/repos/extra-i686/PKGBUILD
(from rev 140500, squid/trunk/PKGBUILD)
  squid/repos/extra-i686/squid
(from rev 140500, squid/trunk/squid)
  squid/repos/extra-i686/squid.conf.d
(from rev 140500, squid/trunk/squid.conf.d)
  squid/repos/extra-i686/squid.cron
(from rev 140500, squid/trunk/squid.cron)
  squid/repos/extra-i686/squid.install
(from rev 140500, squid/trunk/squid.install)
  squid/repos/extra-i686/squid.pam
(from rev 140500, squid/trunk/squid.pam)
  squid/repos/extra-x86_64/PKGBUILD
(from rev 140500, squid/trunk/PKGBUILD)
  squid/repos/extra-x86_64/squid
(from rev 140500, squid/trunk/squid)
  squid/repos/extra-x86_64/squid.conf.d
(from rev 140500, squid/trunk/squid.conf.d)
  squid/repos/extra-x86_64/squid.cron
(from rev 140500, squid/trunk/squid.cron)
  squid/repos/extra-x86_64/squid.install
(from rev 140500, squid/trunk/squid.install)
  squid/repos/extra-x86_64/squid.pam
(from rev 140500, squid/trunk/squid.pam)
Deleted:
  squid/repos/extra-i686/PKGBUILD
  squid/repos/extra-i686/squid
  squid/repos/extra-i686/squid.conf.d
  squid/repos/extra-i686/squid.cron
  squid/repos/extra-i686/squid.install
  squid/repos/extra-i686/squid.pam
  squid/repos/extra-x86_64/PKGBUILD
  squid/repos/extra-x86_64/squid
  squid/repos/extra-x86_64/squid.conf.d
  squid/repos/extra-x86_64/squid.cron
  squid/repos/extra-x86_64/squid.install
  squid/repos/extra-x86_64/squid.pam

+
 extra-i686/PKGBUILD|  130 +--
 extra-i686/squid   |  104 +-
 extra-i686/squid.conf.d|8 +-
 extra-i686/squid.cron  |8 +-
 extra-i686/squid.install   |   52 -
 extra-i686/squid.pam   |8 +-
 extra-x86_64/PKGBUILD  |  130 +--
 extra-x86_64/squid |  104 +-
 extra-x86_64/squid.conf.d  |8 +-
 extra-x86_64/squid.cron|8 +-
 extra-x86_64/squid.install |   52 -
 extra-x86_64/squid.pam |8 +-
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-15 21:31:13 UTC (rev 140500)
+++ extra-i686/PKGBUILD 2011-10-15 22:54:05 UTC (rev 140501)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=squid
-pkgver=3.1.16
-pkgrel=1
-pkgdesc=A full-featured Web proxy cache server.
-arch=(i686 x86_64)
-url=http://www.squid-cache.org;
-depends=('openssl' 'pam' 'cron' 'perl' 'libtool')
-makedepends=('libcap=2.16')
-license=('GPL')
-backup=(etc/squid/squid.conf etc/squid/mime.conf etc/conf.d/squid)
-install=squid.install
-source=(http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2
-squid squid.conf.d squid.pam squid.cron)
-md5sums=('675aef4411d41f5b55b15a29ad6e5261'
- 'd213b0cc1db72b749bb8c88716fdab39'
- '2383772ef94efddc7b920628bc7ac5b0'
- '270977cdd9b47ef44c0c427ab9034777'
- '5e17df989e2a74e869790c066f61225b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # gcc 4.6 doesn't support -fhuge-objects.
-  sed '/^HUGE_OBJECT_FLAG=/ s/-fhuge-objects//' -i configure
-
-  # fix cache_dir, cache_dir size, and effective group.
-  sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in
-  sed '/^#cache_dir/ s/100/256/
-   /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
-
-  ./configure --prefix=/usr --datadir=/usr/share/squid \
-  --sysconfdir=/etc/squid --libexecdir=/usr/lib/squid \
-  --localstatedir=/var --with-logdir=/var/log/squid \
-  --enable-auth=basic,digest,ntlm --enable-removal-policies=lru,heap \
-  --enable-digest-auth-helpers=password 
--enable-storeio=aufs,ufs,diskd \
-  
--enable-basic-auth-helpers=getpwnam,YP,NCSA,SMB,MSNT,PAM,multi-domain-NTLM \
-  --enable-external-acl-helpers=ip_user,unix_group,wbinfo_group \
-  --enable-ntlm-auth-helpers=smb_lm,fakeauth,no_check \
-  --enable-delay-pools --enable-arp-acl --enable-ssl --enable-snmp \
-  --enable-linux-netfilter --enable-ident-lookups \
-  --enable-useragent-log --enable-cache-digests --enable-referer-log \
-  --enable-arp-acl --enable-htcp --enable-carp --enable-epoll \
-  --with-filedescriptors=4096 --with-large-files --enable-arp-acl \
-  --with-default-user=proxy \
-  --enable-async-io --enable-truncate
-#some versions have build problems with both async and truncate enabled:
-#  --enable-async-io
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m755 ${srcdir}/squid ${pkgdir}/etc/rc.d/squid
-  install -D -m755 

[arch-commits] Commit in syslog-ng/repos (11 files)

2011-10-15 Thread Dave Reisner
Date: Saturday, October 15, 2011 @ 19:07:15
  Author: dreisner
Revision: 140502

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

Added:
  syslog-ng/repos/core-i686/PKGBUILD
(from rev 140501, syslog-ng/repos/testing-i686/PKGBUILD)
  syslog-ng/repos/core-i686/syslog-ng.conf
(from rev 140501, syslog-ng/repos/testing-i686/syslog-ng.conf)
  syslog-ng/repos/core-i686/syslog-ng.logrotate
(from rev 140501, syslog-ng/repos/testing-i686/syslog-ng.logrotate)
  syslog-ng/repos/core-i686/syslog-ng.rc
(from rev 140501, syslog-ng/repos/testing-i686/syslog-ng.rc)
Deleted:
  syslog-ng/repos/core-i686/PKGBUILD
  syslog-ng/repos/core-i686/cap_syslog.patch
  syslog-ng/repos/core-i686/non-blocking-systemd-fds.patch
  syslog-ng/repos/core-i686/syslog-ng.conf
  syslog-ng/repos/core-i686/syslog-ng.logrotate
  syslog-ng/repos/core-i686/syslog-ng.rc
  syslog-ng/repos/testing-i686/

+
 PKGBUILD   |  121 +++--
 cap_syslog.patch   |  101 -
 non-blocking-systemd-fds.patch |   32 --
 syslog-ng.conf |  184 +++
 syslog-ng.logrotate|   14 +-
 syslog-ng.rc   |  129 +--
 6 files changed, 220 insertions(+), 361 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-15 22:54:05 UTC (rev 140501)
+++ core-i686/PKGBUILD  2011-10-15 23:07:15 UTC (rev 140502)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.2.4
-pkgrel=3
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-groups=('base')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
-makedepends=('flex' 'pkg-config')
-optdepends=('logrotate: for rotating log files')
-provides=('logger')
-options=('!libtool')
-backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
-'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/${pkgver}/source/${pkgname}_${pkgver}.tar.gz
-non-blocking-systemd-fds.patch
-syslog-ng.conf syslog-ng.logrotate syslog-ng.rc cap_syslog.patch)
-md5sums=('5995f7dad0053a478b60a63f6f754203'
- '25e43afe51eb2223c25168e3c3e7aaf6'
- '344dddfff946300f5576b13a7e8ea19f'
- '735636090be4582885974542d2a75855'
- '8b4441343d859c2f01c2cf799a7e6f98'
- '46e5dcff71f820d497898331a3f608fe')
-sha1sums=('ff732f7223bd2bd0424d4b9028b523cf62133af1'
-  '73b83deae9a8b945dfb13adf331e6bf6f119b83e'
-  'b9eb8c61f7cccda543fc5c97fe1d40a8d15e713f'
-  'ac997b25d7d8e69e66782d3771a0e12aff55ae7f'
-  '4481819762fd1b6f25903016a8878e63c0058fcb'
-  'f093a09626a528d23f0f2aeece018cab15a735a9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix #22555 for kernels =2.6.38
-  patch -p1 -i ../cap_syslog.patch
-
-  # fix systemd blocking FD bug
-  # https://bugzilla.balabit.com/show_bug.cgi?id=125
-  patch -Np1  $srcdir/non-blocking-systemd-fds.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib --localstatedir=/var/lib/syslog-ng \
---enable-tcp-wrapper \
---with-pidfile-dir=/var/run \
---disable-spoof-source \
---disable-tcp-wrapper \
---enable-systemd
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -dm755 ${pkgdir}/var/lib/syslog-ng 
${pkgdir}/etc/syslog-ng/patterndb.d
-  install -Dm644 ${srcdir}/syslog-ng.conf 
${pkgdir}/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 ${srcdir}/syslog-ng.logrotate 
${pkgdir}/etc/logrotate.d/syslog-ng
-  install -Dm755 ${srcdir}/syslog-ng.rc ${pkgdir}/etc/rc.d/syslog-ng
-  install -Dm644 doc/examples/syslog-ng.service 
$pkgdir/lib/systemd/system/syslog-ng.service
-}

Copied: syslog-ng/repos/core-i686/PKGBUILD (from rev 140501, 
syslog-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-15 23:07:15 UTC (rev 140502)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url=http://www.balabit.com/network-security/syslog-ng/;
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')

[arch-commits] Commit in syslog-ng/repos (11 files)

2011-10-15 Thread Dave Reisner
Date: Saturday, October 15, 2011 @ 19:07:16
  Author: dreisner
Revision: 140503

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

Added:
  syslog-ng/repos/core-x86_64/PKGBUILD
(from rev 140501, syslog-ng/repos/testing-x86_64/PKGBUILD)
  syslog-ng/repos/core-x86_64/syslog-ng.conf
(from rev 140501, syslog-ng/repos/testing-x86_64/syslog-ng.conf)
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
(from rev 140501, syslog-ng/repos/testing-x86_64/syslog-ng.logrotate)
  syslog-ng/repos/core-x86_64/syslog-ng.rc
(from rev 140501, syslog-ng/repos/testing-x86_64/syslog-ng.rc)
Deleted:
  syslog-ng/repos/core-x86_64/PKGBUILD
  syslog-ng/repos/core-x86_64/cap_syslog.patch
  syslog-ng/repos/core-x86_64/non-blocking-systemd-fds.patch
  syslog-ng/repos/core-x86_64/syslog-ng.conf
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
  syslog-ng/repos/core-x86_64/syslog-ng.rc
  syslog-ng/repos/testing-x86_64/

+
 PKGBUILD   |  121 +++--
 cap_syslog.patch   |  101 -
 non-blocking-systemd-fds.patch |   32 --
 syslog-ng.conf |  184 +++
 syslog-ng.logrotate|   14 +-
 syslog-ng.rc   |  129 +--
 6 files changed, 220 insertions(+), 361 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-15 23:07:15 UTC (rev 140502)
+++ core-x86_64/PKGBUILD2011-10-15 23:07:16 UTC (rev 140503)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.2.4
-pkgrel=3
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-groups=('base')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
-makedepends=('flex' 'pkg-config')
-optdepends=('logrotate: for rotating log files')
-provides=('logger')
-options=('!libtool')
-backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
-'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/${pkgver}/source/${pkgname}_${pkgver}.tar.gz
-non-blocking-systemd-fds.patch
-syslog-ng.conf syslog-ng.logrotate syslog-ng.rc cap_syslog.patch)
-md5sums=('5995f7dad0053a478b60a63f6f754203'
- '25e43afe51eb2223c25168e3c3e7aaf6'
- '344dddfff946300f5576b13a7e8ea19f'
- '735636090be4582885974542d2a75855'
- '8b4441343d859c2f01c2cf799a7e6f98'
- '46e5dcff71f820d497898331a3f608fe')
-sha1sums=('ff732f7223bd2bd0424d4b9028b523cf62133af1'
-  '73b83deae9a8b945dfb13adf331e6bf6f119b83e'
-  'b9eb8c61f7cccda543fc5c97fe1d40a8d15e713f'
-  'ac997b25d7d8e69e66782d3771a0e12aff55ae7f'
-  '4481819762fd1b6f25903016a8878e63c0058fcb'
-  'f093a09626a528d23f0f2aeece018cab15a735a9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix #22555 for kernels =2.6.38
-  patch -p1 -i ../cap_syslog.patch
-
-  # fix systemd blocking FD bug
-  # https://bugzilla.balabit.com/show_bug.cgi?id=125
-  patch -Np1  $srcdir/non-blocking-systemd-fds.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib --localstatedir=/var/lib/syslog-ng \
---enable-tcp-wrapper \
---with-pidfile-dir=/var/run \
---disable-spoof-source \
---disable-tcp-wrapper \
---enable-systemd
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -dm755 ${pkgdir}/var/lib/syslog-ng 
${pkgdir}/etc/syslog-ng/patterndb.d
-  install -Dm644 ${srcdir}/syslog-ng.conf 
${pkgdir}/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 ${srcdir}/syslog-ng.logrotate 
${pkgdir}/etc/logrotate.d/syslog-ng
-  install -Dm755 ${srcdir}/syslog-ng.rc ${pkgdir}/etc/rc.d/syslog-ng
-  install -Dm644 doc/examples/syslog-ng.service 
$pkgdir/lib/systemd/system/syslog-ng.service
-}

Copied: syslog-ng/repos/core-x86_64/PKGBUILD (from rev 140501, 
syslog-ng/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-15 23:07:16 UTC (rev 140503)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url=http://www.balabit.com/network-security/syslog-ng/;
+depends=('glib2' 'eventlog' 'openssl' 

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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 00:26:48
  Author: eric
Revision: 140504

upgpkg: libgnomeuimm 2.28.0-2

Rebuild old package, Update depends, Clean up PKGBUILD

Modified:
  libgnomeuimm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 23:07:16 UTC (rev 140503)
+++ PKGBUILD2011-10-16 04:26:48 UTC (rev 140504)
@@ -4,21 +4,24 @@
 
 pkgname=libgnomeuimm
 pkgver=2.28.0
-pkgrel=1
-pkgdesc=A C++ wrapper for libgnomeui.
-arch=(i686 x86_64)
+pkgrel=2
+pkgdesc=A C++ wrapper for libgnomeui
+arch=('i686' 'x86_64')
+url=http://gtkmm.sourceforge.net/;
 license=('GPL')
-depends=('libgnomeui=2.24.1' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.28.0' 
'libglademm=2.6.7' 'gconfmm=2.28.0' 'gnome-vfsmm=2.26.0')
-makedepends=('pkgconfig')
+depends=('libgnomeui=2.24.4' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.30.0' 
'libglademm=2.6.7' 'gconfmm=2.28.2' 'gnome-vfsmm=2.26.0')
 options=('!libtool')
-url=http://gtkmm.sourceforge.net/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  --localstatedir=/var --disable-static
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 00:27:15
  Author: eric
Revision: 140505

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-16 04:26:48 UTC (rev 140504)
+++ extra-i686/PKGBUILD 2011-10-16 04:27:15 UTC (rev 140505)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=libgnomeuimm
-pkgver=2.28.0
-pkgrel=1
-pkgdesc=A C++ wrapper for libgnomeui.
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libgnomeui=2.24.1' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.28.0' 
'libglademm=2.6.7' 'gconfmm=2.28.0' 'gnome-vfsmm=2.26.0')
-makedepends=('pkgconfig')
-options=('!libtool')
-url=http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: libgnomeuimm/repos/extra-i686/PKGBUILD (from rev 140504, 
libgnomeuimm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-16 04:27:15 UTC (rev 140505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=libgnomeuimm
+pkgver=2.28.0
+pkgrel=2
+pkgdesc=A C++ wrapper for libgnomeui
+arch=('i686' 'x86_64')
+url=http://gtkmm.sourceforge.net/;
+license=('GPL')
+depends=('libgnomeui=2.24.4' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.30.0' 
'libglademm=2.6.7' 'gconfmm=2.28.2' 'gnome-vfsmm=2.26.0')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-16 04:26:48 UTC (rev 140504)
+++ extra-x86_64/PKGBUILD   2011-10-16 04:27:15 UTC (rev 140505)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=libgnomeuimm
-pkgver=2.28.0
-pkgrel=1
-pkgdesc=A C++ wrapper for libgnomeui.
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libgnomeui=2.24.1' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.28.0' 
'libglademm=2.6.7' 'gconfmm=2.28.0' 'gnome-vfsmm=2.26.0')
-makedepends=('pkgconfig')
-options=('!libtool')
-url=http://gtkmm.sourceforge.net/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: libgnomeuimm/repos/extra-x86_64/PKGBUILD (from rev 140504, 
libgnomeuimm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-16 04:27:15 UTC (rev 140505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=libgnomeuimm
+pkgver=2.28.0
+pkgrel=2
+pkgdesc=A C++ wrapper for libgnomeui
+arch=('i686' 'x86_64')
+url=http://gtkmm.sourceforge.net/;
+license=('GPL')
+depends=('libgnomeui=2.24.4' 'libgnomecanvasmm=2.26.0' 'libgnomemm=2.30.0' 
'libglademm=2.6.7' 'gconfmm=2.28.2' 'gnome-vfsmm=2.26.0')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  

[arch-commits] Commit in cdrdao/trunk (gcdmaster.install)

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 00:30:57
  Author: eric
Revision: 140506

Make gcdmaster install script quiet

Modified:
  cdrdao/trunk/gcdmaster.install

---+
 gcdmaster.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: gcdmaster.install
===
--- gcdmaster.install   2011-10-16 04:27:15 UTC (rev 140505)
+++ gcdmaster.install   2011-10-16 04:30:57 UTC (rev 140506)
@@ -2,7 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime  /dev/null
 }
 
 pre_upgrade() {
@@ -18,5 +18,5 @@
 }
 
 post_remove() {
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime  /dev/null
 }



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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 01:27:38
  Author: eric
Revision: 140507

upgpkg: iso-codes 3.29-1

Upstream update, Update source url, Clean up PKGBUILD

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-16 04:30:57 UTC (rev 140506)
+++ PKGBUILD2011-10-16 05:27:38 UTC (rev 140507)
@@ -2,18 +2,23 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=iso-codes
-pkgver=3.14
+pkgver=3.29
 pkgrel=1
-arch=(any)
-license=('LGPL')
 pkgdesc=Lists of the country, language, and currency names
+arch=('any')
 url=http://pkg-isocodes.alioth.debian.org/;
-source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b4bedcd57de703ac4f9f4c21a77dc7d5')
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
+ '81b3071ab9d4b40d3af21d0dea415b49')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
+}



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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 01:27:51
  Author: eric
Revision: 140508

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 140507, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 24 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-16 05:27:38 UTC (rev 140507)
+++ PKGBUILD2011-10-16 05:27:51 UTC (rev 140508)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.14
-pkgrel=1
-arch=(any)
-license=('LGPL')
-pkgdesc=Lists of the country, language, and currency names
-url=http://pkg-isocodes.alioth.debian.org/;
-source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b4bedcd57de703ac4f9f4c21a77dc7d5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install || return 1
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 140507, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-16 05:27:51 UTC (rev 140508)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.29
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
+ '81b3071ab9d4b40d3af21d0dea415b49')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
+}



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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 01:39:51
  Author: eric
Revision: 140509

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

Added:
  bridge-utils/repos/core-i686/PKGBUILD
(from rev 140508, bridge-utils/repos/testing-i686/PKGBUILD)
  bridge-utils/repos/core-i686/bridges.conf.d
(from rev 140508, bridge-utils/repos/testing-i686/bridges.conf.d)
Deleted:
  bridge-utils/repos/core-i686/PKGBUILD
  bridge-utils/repos/core-i686/bridges.conf.d
  bridge-utils/repos/testing-i686/

+
 PKGBUILD   |   66 +++
 bridges.conf.d |   54 ++---
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-10-16 05:27:51 UTC (rev 140508)
+++ core-i686/PKGBUILD  2011-10-16 05:39:51 UTC (rev 140509)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet j...@archlinux.org
-
-pkgname=bridge-utils
-pkgver=1.4
-pkgrel=4
-pkgdesc=Utilities for configuring the Linux ethernet bridge
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/en/Net:Bridge;
-license=('GPL2')
-backup=('etc/conf.d/bridges')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
-bridges.conf.d)
-md5sums=('0182fcac3a2b307113bbec34e5f1c673'
- 'f5d691282653580dd5fd4a1092ef365b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-   
-  # install config file
-  install -Dm644 ../bridges.conf.d ${pkgdir}/etc/conf.d/bridges
-}

Copied: bridge-utils/repos/core-i686/PKGBUILD (from rev 140508, 
bridge-utils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-10-16 05:39:51 UTC (rev 140509)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet j...@archlinux.org
+
+pkgname=bridge-utils
+pkgver=1.5
+pkgrel=1
+pkgdesc=Utilities for configuring the Linux ethernet bridge
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge;
+license=('GPL')
+depends=('glibc')
+backup=('etc/conf.d/bridges')
+source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
+bridges.conf.d)
+md5sums=('ec7b381160b340648dede58c31bb2238'
+ 'f5d691282653580dd5fd4a1092ef365b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+   
+  # install config file
+  install -Dm644 ../bridges.conf.d ${pkgdir}/etc/conf.d/bridges
+}

Deleted: core-i686/bridges.conf.d
===
--- core-i686/bridges.conf.d2011-10-16 05:27:51 UTC (rev 140508)
+++ core-i686/bridges.conf.d2011-10-16 05:39:51 UTC (rev 140509)
@@ -1,27 +0,0 @@
-#
-# Settings for layer-2 bridges
-#
-# For each bridge interface declared in INTERFACES (in rc.conf), declare
-# a bridge_${IF} variable that contains the real ethernet interfaces that
-# should be bridged togeether.
-#
-# Then list the bridge interface name in the BRIDGE_INTERFACES array.
-#
-
-# example:
-#
-# in /etc/rc.conf:
-#eth0=eth0 up
-#eth1=eth1 up
-#br0=br0 192.168.0.2 netmask 255.255.255.0 up
-#INTERFACES=(lo eth0 eth1 br0)
-#
-# in /etc/conf.d/bridges
-#bridge_br0=eth0 eth1
-#BRIDGE_INTERFACES=(br0)
-#
-
-
-#bridge_br0=eth0 eth1
-#BRIDGE_INTERFACES=(br0)
-

Copied: bridge-utils/repos/core-i686/bridges.conf.d (from rev 140508, 
bridge-utils/repos/testing-i686/bridges.conf.d)
===
--- core-i686/bridges.conf.d(rev 0)
+++ core-i686/bridges.conf.d2011-10-16 05:39:51 UTC (rev 140509)
@@ -0,0 +1,27 @@
+#
+# Settings for layer-2 bridges
+#
+# For each bridge interface declared in INTERFACES (in rc.conf), declare
+# a bridge_${IF} variable that contains the real ethernet interfaces that
+# should be bridged togeether.
+#
+# Then list the bridge interface name in the BRIDGE_INTERFACES array.
+#
+
+# example:
+#
+# in /etc/rc.conf:
+#eth0=eth0 up
+#eth1=eth1 up
+#br0=br0 192.168.0.2 netmask 255.255.255.0 up
+#INTERFACES=(lo eth0 eth1 br0)
+#
+# in /etc/conf.d/bridges
+#bridge_br0=eth0 eth1
+#BRIDGE_INTERFACES=(br0)
+#
+
+
+#bridge_br0=eth0 eth1
+#BRIDGE_INTERFACES=(br0)
+



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

2011-10-15 Thread Eric Bélanger
Date: Sunday, October 16, 2011 @ 01:39:52
  Author: eric
Revision: 140510

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

Added:
  bridge-utils/repos/core-x86_64/PKGBUILD
(from rev 140508, bridge-utils/repos/testing-x86_64/PKGBUILD)
  bridge-utils/repos/core-x86_64/bridges.conf.d
(from rev 140508, bridge-utils/repos/testing-x86_64/bridges.conf.d)
Deleted:
  bridge-utils/repos/core-x86_64/PKGBUILD
  bridge-utils/repos/core-x86_64/bridges.conf.d
  bridge-utils/repos/testing-x86_64/

+
 PKGBUILD   |   66 +++
 bridges.conf.d |   54 ++---
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-10-16 05:39:51 UTC (rev 140509)
+++ core-x86_64/PKGBUILD2011-10-16 05:39:52 UTC (rev 140510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet j...@archlinux.org
-
-pkgname=bridge-utils
-pkgver=1.4
-pkgrel=4
-pkgdesc=Utilities for configuring the Linux ethernet bridge
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/en/Net:Bridge;
-license=('GPL2')
-backup=('etc/conf.d/bridges')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
-bridges.conf.d)
-md5sums=('0182fcac3a2b307113bbec34e5f1c673'
- 'f5d691282653580dd5fd4a1092ef365b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-   
-  # install config file
-  install -Dm644 ../bridges.conf.d ${pkgdir}/etc/conf.d/bridges
-}

Copied: bridge-utils/repos/core-x86_64/PKGBUILD (from rev 140508, 
bridge-utils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-10-16 05:39:52 UTC (rev 140510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet j...@archlinux.org
+
+pkgname=bridge-utils
+pkgver=1.5
+pkgrel=1
+pkgdesc=Utilities for configuring the Linux ethernet bridge
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge;
+license=('GPL')
+depends=('glibc')
+backup=('etc/conf.d/bridges')
+source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
+bridges.conf.d)
+md5sums=('ec7b381160b340648dede58c31bb2238'
+ 'f5d691282653580dd5fd4a1092ef365b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  autoconf
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+   
+  # install config file
+  install -Dm644 ../bridges.conf.d ${pkgdir}/etc/conf.d/bridges
+}

Deleted: core-x86_64/bridges.conf.d
===
--- core-x86_64/bridges.conf.d  2011-10-16 05:39:51 UTC (rev 140509)
+++ core-x86_64/bridges.conf.d  2011-10-16 05:39:52 UTC (rev 140510)
@@ -1,27 +0,0 @@
-#
-# Settings for layer-2 bridges
-#
-# For each bridge interface declared in INTERFACES (in rc.conf), declare
-# a bridge_${IF} variable that contains the real ethernet interfaces that
-# should be bridged togeether.
-#
-# Then list the bridge interface name in the BRIDGE_INTERFACES array.
-#
-
-# example:
-#
-# in /etc/rc.conf:
-#eth0=eth0 up
-#eth1=eth1 up
-#br0=br0 192.168.0.2 netmask 255.255.255.0 up
-#INTERFACES=(lo eth0 eth1 br0)
-#
-# in /etc/conf.d/bridges
-#bridge_br0=eth0 eth1
-#BRIDGE_INTERFACES=(br0)
-#
-
-
-#bridge_br0=eth0 eth1
-#BRIDGE_INTERFACES=(br0)
-

Copied: bridge-utils/repos/core-x86_64/bridges.conf.d (from rev 140508, 
bridge-utils/repos/testing-x86_64/bridges.conf.d)
===
--- core-x86_64/bridges.conf.d  (rev 0)
+++ core-x86_64/bridges.conf.d  2011-10-16 05:39:52 UTC (rev 140510)
@@ -0,0 +1,27 @@
+#
+# Settings for layer-2 bridges
+#
+# For each bridge interface declared in INTERFACES (in rc.conf), declare
+# a bridge_${IF} variable that contains the real ethernet interfaces that
+# should be bridged togeether.
+#
+# Then list the bridge interface name in the BRIDGE_INTERFACES array.
+#
+
+# example:
+#
+# in /etc/rc.conf:
+#eth0=eth0 up
+#eth1=eth1 up
+#br0=br0 192.168.0.2 netmask 255.255.255.0 up
+#INTERFACES=(lo eth0 eth1 br0)
+#
+# in /etc/conf.d/bridges
+#bridge_br0=eth0 eth1
+#BRIDGE_INTERFACES=(br0)
+#
+
+
+#bridge_br0=eth0 eth1
+#BRIDGE_INTERFACES=(br0)
+