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

2013-02-04 Thread Bartłomiej Piotrowski
Date: Monday, February 4, 2013 @ 09:00:25
  Author: bpiotrowski
Revision: 83637

Don't use $pkgdir in build() function.

Modified:
  uptimed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 07:59:30 UTC (rev 83636)
+++ PKGBUILD2013-02-04 08:00:25 UTC (rev 83637)
@@ -27,7 +27,7 @@
   
   # Change log path to Arch standard
   for M in `ls M*`; do
-sed -i s|/var/spool/uptimed|$pkgdir/var/log/uptimed| $M
+sed -i s|/var/spool/uptimed|/var/log/uptimed| $M
   done
   sed -i 's|spool|log|' libuptimed/urec.h
 



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

2013-02-04 Thread Jelle van der Waa
Date: Monday, February 4, 2013 @ 09:03:24
  Author: jelle
Revision: 83638

clean-up $pkgdir usage

Modified:
  pyogg/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:00:25 UTC (rev 83637)
+++ PKGBUILD2013-02-04 08:03:24 UTC (rev 83638)
@@ -16,10 +16,15 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  python2 ./config_unix.py --prefix=$pkgdir/usr
+  python2 ./config_unix.py 
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   python2 setup.py install --prefix=$pkgdir/usr
 }
+
+check(){
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py check
+}



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

2013-02-04 Thread Jelle van der Waa
Date: Monday, February 4, 2013 @ 09:04:44
  Author: jelle
Revision: 83639

clean-up $pkgdir usage

Modified:
  vim-pastie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:03:24 UTC (rev 83638)
+++ PKGBUILD2013-02-04 08:04:44 UTC (rev 83639)
@@ -13,7 +13,7 @@
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid; 
license.txt)
 md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
-build() {
+package() {
   cd $srcdir
   local installpath=$pkgdir/usr/share/vim/vimfiles
 



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:18:49
  Author: jgc
Revision: 177008

upgpkg: gnome-vfs-perl 1.081-6

Use package function

Modified:
  gnome-vfs-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 00:32:24 UTC (rev 177007)
+++ PKGBUILD2013-02-04 08:18:49 UTC (rev 177008)
@@ -4,7 +4,7 @@
 pkgname=gnome-vfs-perl
 _realname=Gnome2-VFS
 pkgver=1.081
-pkgrel=5
+pkgrel=6
 pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
 arch=(i686 x86_64)
 license=('LGPL')
@@ -19,5 +19,9 @@
   cd ${srcdir}/${_realname}-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:18:57
  Author: jgc
Revision: 177009

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

Added:
  gnome-vfs-perl/repos/extra-i686/PKGBUILD
(from rev 177008, gnome-vfs-perl/trunk/PKGBUILD)
  gnome-vfs-perl/repos/extra-x86_64/PKGBUILD
(from rev 177008, gnome-vfs-perl/trunk/PKGBUILD)
Deleted:
  gnome-vfs-perl/repos/extra-i686/PKGBUILD
  gnome-vfs-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-04 08:18:49 UTC (rev 177008)
+++ extra-i686/PKGBUILD 2013-02-04 08:18:57 UTC (rev 177009)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-vfs-perl
-_realname=Gnome2-VFS
-pkgver=1.081
-pkgrel=5
-pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('gtk2-perl' 'gnome-vfs' 'perl')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
-md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-vfs-perl/repos/extra-i686/PKGBUILD (from rev 177008, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-04 08:18:57 UTC (rev 177009)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=6
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-04 08:18:49 UTC (rev 177008)
+++ extra-x86_64/PKGBUILD   2013-02-04 08:18:57 UTC (rev 177009)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-vfs-perl
-_realname=Gnome2-VFS
-pkgver=1.081
-pkgrel=5
-pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('gtk2-perl' 'gnome-vfs' 'perl')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
-md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-vfs-perl/repos/extra-x86_64/PKGBUILD (from rev 177008, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-04 08:18:57 UTC (rev 177009)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=6
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:29:20
  Author: jgc
Revision: 177010

upgpkg: libbonobo 2.32.1-3

Use package function, remove flex from makedepends as it is in base-devel

Modified:
  libbonobo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:18:57 UTC (rev 177009)
+++ PKGBUILD2013-02-04 08:29:20 UTC (rev 177010)
@@ -3,12 +3,12 @@
 
 pkgname=libbonobo
 pkgver=2.32.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A set of language and system independant CORBA interfaces for 
creating reusable components
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 depends=('orbit2' 'libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig' 'flex')
+makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 backup=('etc/bonobo-activation/bonobo-activation-config.xml')
 url=http://www.gnome.org;
@@ -24,6 +24,10 @@
   --localstatedir=/var --disable-static \
  --libexecdir=/usr/lib/bonobo
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m644 ${srcdir}/bonobo-activation-config.xml 
${pkgdir}/etc/bonobo-activation/
 }



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:29:28
  Author: jgc
Revision: 177011

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

Added:
  libbonobo/repos/extra-i686/PKGBUILD
(from rev 177010, libbonobo/trunk/PKGBUILD)
  libbonobo/repos/extra-i686/bonobo-activation-config.xml
(from rev 177010, libbonobo/trunk/bonobo-activation-config.xml)
  libbonobo/repos/extra-i686/libbonobo.install
(from rev 177010, libbonobo/trunk/libbonobo.install)
  libbonobo/repos/extra-x86_64/PKGBUILD
(from rev 177010, libbonobo/trunk/PKGBUILD)
  libbonobo/repos/extra-x86_64/bonobo-activation-config.xml
(from rev 177010, libbonobo/trunk/bonobo-activation-config.xml)
  libbonobo/repos/extra-x86_64/libbonobo.install
(from rev 177010, libbonobo/trunk/libbonobo.install)
Deleted:
  libbonobo/repos/extra-i686/PKGBUILD
  libbonobo/repos/extra-i686/bonobo-activation-config.xml
  libbonobo/repos/extra-i686/libbonobo.install
  libbonobo/repos/extra-x86_64/PKGBUILD
  libbonobo/repos/extra-x86_64/bonobo-activation-config.xml
  libbonobo/repos/extra-x86_64/libbonobo.install

---+
 extra-i686/PKGBUILD   |   62 ++--
 extra-i686/bonobo-activation-config.xml   |   26 +--
 extra-i686/libbonobo.install  |   14 +++---
 extra-x86_64/PKGBUILD |   62 ++--
 extra-x86_64/bonobo-activation-config.xml |   26 +--
 extra-x86_64/libbonobo.install|   14 +++---
 6 files changed, 106 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-04 08:29:20 UTC (rev 177010)
+++ extra-i686/PKGBUILD 2013-02-04 08:29:28 UTC (rev 177011)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libbonobo
-pkgver=2.32.1
-pkgrel=2
-pkgdesc=A set of language and system independant CORBA interfaces for 
creating reusable components
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('orbit2' 'libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig' 'flex')
-options=('!libtool')
-backup=('etc/bonobo-activation/bonobo-activation-config.xml')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/libbonobo/2.32/libbonobo-${pkgver}.tar.bz2
-   bonobo-activation-config.xml)
-install=libbonobo.install
-sha256sums=('9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b'
-'081de245c42de10ebeea3cbcd819c5ce5d0a15b9bdde9c2098302b1e14965af2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/bonobo
-  make
-  make DESTDIR=${pkgdir} install
-  install -m644 ${srcdir}/bonobo-activation-config.xml 
${pkgdir}/etc/bonobo-activation/
-}

Copied: libbonobo/repos/extra-i686/PKGBUILD (from rev 177010, 
libbonobo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-04 08:29:28 UTC (rev 177011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libbonobo
+pkgver=2.32.1
+pkgrel=3
+pkgdesc=A set of language and system independant CORBA interfaces for 
creating reusable components
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('orbit2' 'libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+options=('!libtool')
+backup=('etc/bonobo-activation/bonobo-activation-config.xml')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/libbonobo/2.32/libbonobo-${pkgver}.tar.bz2
+   bonobo-activation-config.xml)
+install=libbonobo.install
+sha256sums=('9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b'
+'081de245c42de10ebeea3cbcd819c5ce5d0a15b9bdde9c2098302b1e14965af2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/bonobo
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m644 ${srcdir}/bonobo-activation-config.xml 
${pkgdir}/etc/bonobo-activation/
+}

Deleted: extra-i686/bonobo-activation-config.xml
===
--- extra-i686/bonobo-activation-config.xml 2013-02-04 08:29:20 UTC (rev 
177010)
+++ extra-i686/bonobo-activation-config.xml 2013-02-04 08:29:28 UTC (rev 
177011)
@@ -1,13 +0,0 @@
-?xml version=1.0?
-
-oafconfig
-
-searchpath
-!-- Examples: --
-item/usr/lib/bonobo/servers/item
-!-- item/usr/local/gnome2/lib/bonobo/servers/item --
-!-- item/usr/local/lib/bonobo/servers/item --
-!-- item/opt/gnome2/bonobo-activation/lib/bonobo/servers/item --
-/searchpath
-
-/oafconfig

Copied: 

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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:31:50
  Author: jgc
Revision: 177012

upgpkg: pm-quirks 0.20100619-3

Change build to package

Modified:
  pm-quirks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:29:28 UTC (rev 177011)
+++ PKGBUILD2013-02-04 08:31:50 UTC (rev 177012)
@@ -4,7 +4,7 @@
 pkgname=pm-quirks
 _date=20100619
 pkgver=0.${_date}
-pkgrel=2
+pkgrel=3
 pkgdesc=Quirks data for pm-utils
 arch=(any)
 license=('GPL')
@@ -13,6 +13,10 @@
 md5sums=('3b6ee39056b9ece0cd5e073a4c272b05')
 
 build() {
+  return 0
+}
+
+package() {
   cd ${srcdir}
   install -m755 -d ${pkgdir}/usr/lib/pm-utils/video-quirks
   install -m644 video-quirks/*.quirkdb 
${pkgdir}/usr/lib/pm-utils/video-quirks/



[arch-commits] Commit in pm-quirks/repos/extra-any (PKGBUILD PKGBUILD)

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:31:55
  Author: jgc
Revision: 177013

archrelease: copy trunk to extra-any

Added:
  pm-quirks/repos/extra-any/PKGBUILD
(from rev 177012, pm-quirks/trunk/PKGBUILD)
Deleted:
  pm-quirks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 08:31:50 UTC (rev 177012)
+++ PKGBUILD2013-02-04 08:31:55 UTC (rev 177013)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pm-quirks
-_date=20100619
-pkgver=0.${_date}
-pkgrel=2
-pkgdesc=Quirks data for pm-utils
-arch=(any)
-license=('GPL')
-url=http://pm-utils.freedesktop.org/wiki/;
-source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${_date}.tar.gz)
-md5sums=('3b6ee39056b9ece0cd5e073a4c272b05')
-
-build() {
-  cd ${srcdir}
-  install -m755 -d ${pkgdir}/usr/lib/pm-utils/video-quirks
-  install -m644 video-quirks/*.quirkdb 
${pkgdir}/usr/lib/pm-utils/video-quirks/
-}

Copied: pm-quirks/repos/extra-any/PKGBUILD (from rev 177012, 
pm-quirks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 08:31:55 UTC (rev 177013)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pm-quirks
+_date=20100619
+pkgver=0.${_date}
+pkgrel=3
+pkgdesc=Quirks data for pm-utils
+arch=(any)
+license=('GPL')
+url=http://pm-utils.freedesktop.org/wiki/;
+source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${_date}.tar.gz)
+md5sums=('3b6ee39056b9ece0cd5e073a4c272b05')
+
+build() {
+  return 0
+}
+
+package() {
+  cd ${srcdir}
+  install -m755 -d ${pkgdir}/usr/lib/pm-utils/video-quirks
+  install -m644 video-quirks/*.quirkdb 
${pkgdir}/usr/lib/pm-utils/video-quirks/
+}



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:35:10
  Author: jgc
Revision: 177014

upgpkg: libmpeg2 0.5.1-4

Use package function

Modified:
  libmpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:31:55 UTC (rev 177013)
+++ PKGBUILD2013-02-04 08:35:10 UTC (rev 177014)
@@ -4,7 +4,7 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Library for decoding MPEG-1 and MPEG-2 video streams.
 arch=('i686' 'x86_64')
 url=http://libmpeg2.sourceforge.net/;
@@ -31,5 +31,9 @@
   make OPT_CFLAGS=${CFLAGS} \
MPEG2DEC_CFLAGS=${CFLAGS} \
LIBMPEG2_CFLAGS=
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:35:17
  Author: jgc
Revision: 177015

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

Added:
  libmpeg2/repos/extra-i686/PKGBUILD
(from rev 177014, libmpeg2/trunk/PKGBUILD)
  libmpeg2/repos/extra-i686/libmpeg2-0.5.1-gcc4.6.patch
(from rev 177014, libmpeg2/trunk/libmpeg2-0.5.1-gcc4.6.patch)
  libmpeg2/repos/extra-x86_64/PKGBUILD
(from rev 177014, libmpeg2/trunk/PKGBUILD)
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch
(from rev 177014, libmpeg2/trunk/libmpeg2-0.5.1-gcc4.6.patch)
Deleted:
  libmpeg2/repos/extra-i686/PKGBUILD
  libmpeg2/repos/extra-i686/libmpeg2-0.5.1-gcc4.6.patch
  libmpeg2/repos/extra-x86_64/PKGBUILD
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch

--+
 extra-i686/PKGBUILD  |   74 
 extra-i686/libmpeg2-0.5.1-gcc4.6.patch   |  256 ++---
 extra-x86_64/PKGBUILD|   74 
 extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch |  256 ++---
 4 files changed, 334 insertions(+), 326 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-04 08:35:10 UTC (rev 177014)
+++ extra-i686/PKGBUILD 2013-02-04 08:35:17 UTC (rev 177015)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay sa...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libmpeg2
-pkgver=0.5.1
-pkgrel=3
-pkgdesc=Library for decoding MPEG-1 and MPEG-2 video streams.
-arch=('i686' 'x86_64')
-url=http://libmpeg2.sourceforge.net/;
-depends=('glibc')
-makedepends=('sdl' 'libxv')
-optdepends=('sdl:  requiered for mpeg2dec'
-'libxv:requiered for mpeg2dec')
-source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
-libmpeg2-0.5.1-gcc4.6.patch)
-license=('GPL2')
-options=(!libtool)
-provides=('mpeg2dec')
-md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
- '8b36660297e6ffde6aa9733136bff405')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/libmpeg2-0.5.1-gcc4.6.patch
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make OPT_CFLAGS=${CFLAGS} \
-   MPEG2DEC_CFLAGS=${CFLAGS} \
-   LIBMPEG2_CFLAGS=
-  make DESTDIR=${pkgdir} install
-}

Copied: libmpeg2/repos/extra-i686/PKGBUILD (from rev 177014, 
libmpeg2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-04 08:35:17 UTC (rev 177015)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Sarah Hay sa...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libmpeg2
+pkgver=0.5.1
+pkgrel=4
+pkgdesc=Library for decoding MPEG-1 and MPEG-2 video streams.
+arch=('i686' 'x86_64')
+url=http://libmpeg2.sourceforge.net/;
+depends=('glibc')
+makedepends=('sdl' 'libxv')
+optdepends=('sdl: required for mpeg2dec'
+'libxv: required for mpeg2dec')
+source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
+libmpeg2-0.5.1-gcc4.6.patch)
+license=('GPL2')
+options=(!libtool)
+provides=('mpeg2dec')
+md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
+ '8b36660297e6ffde6aa9733136bff405')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/libmpeg2-0.5.1-gcc4.6.patch
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make OPT_CFLAGS=${CFLAGS} \
+   MPEG2DEC_CFLAGS=${CFLAGS} \
+   LIBMPEG2_CFLAGS=
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libmpeg2-0.5.1-gcc4.6.patch
===
--- extra-i686/libmpeg2-0.5.1-gcc4.6.patch  2013-02-04 08:35:10 UTC (rev 
177014)
+++ extra-i686/libmpeg2-0.5.1-gcc4.6.patch  2013-02-04 08:35:17 UTC (rev 
177015)
@@ -1,128 +0,0 @@
 libmpeg2-0.5.1/libmpeg2/idct_mmx.c.orig2011-05-13 09:23:02.557758717 
-0300
-+++ libmpeg2-0.5.1/libmpeg2/idct_mmx.c 2011-05-13 09:23:06.346778580 -0300
-@@ -39,7 +39,6 @@
- #define rounder(bias) {round (bias), round (bias)}
- #define rounder_sse2(bias) {round (bias), round (bias), round (bias), round 
(bias)}
- 
--
- #if 0
- /* C row IDCT - it is just here to document the MMXEXT and MMX versions */
- static inline void idct_row (int16_t * row, int offset,
-@@ -464,10 +463,10 @@ static inline void sse2_idct_col (int16_
- /* Almost identical to mmxext version:  */
- /* just do both 4x8 columns in paraller */
- 
--static const short t1_vector[] ATTR_ALIGN(16) = {T1,T1,T1,T1,T1,T1,T1,T1};
--static const short t2_vector[] ATTR_ALIGN(16) = {T2,T2,T2,T2,T2,T2,T2,T2};
--static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};

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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:40:52
  Author: jgc
Revision: 177016

upgpkg: rarian 0.8.1-3

Remove startdir usage from PKGBUILD

Modified:
  rarian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:35:17 UTC (rev 177015)
+++ PKGBUILD2013-02-04 08:40:52 UTC (rev 177016)
@@ -3,7 +3,7 @@
 
 pkgname=rarian
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Documentation meta-data library, designed as a replacement for 
Scrollkeeper.
 arch=('i686' 'x86_64')
 url=http://rarian.freedesktop.org/;
@@ -17,14 +17,14 @@
  '457e9827197009cfa360911fe49a5ad7')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/user-segfault.patch
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ../user-segfault.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${startdir}/pkg install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:40:59
  Author: jgc
Revision: 177017

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

Added:
  rarian/repos/extra-i686/PKGBUILD
(from rev 177016, rarian/trunk/PKGBUILD)
  rarian/repos/extra-i686/user-segfault.patch
(from rev 177016, rarian/trunk/user-segfault.patch)
  rarian/repos/extra-x86_64/PKGBUILD
(from rev 177016, rarian/trunk/PKGBUILD)
  rarian/repos/extra-x86_64/user-segfault.patch
(from rev 177016, rarian/trunk/user-segfault.patch)
Deleted:
  rarian/repos/extra-i686/PKGBUILD
  rarian/repos/extra-i686/user-segfault.patch
  rarian/repos/extra-x86_64/PKGBUILD
  rarian/repos/extra-x86_64/user-segfault.patch

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/user-segfault.patch   |   28 -
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/user-segfault.patch |   28 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-04 08:40:52 UTC (rev 177016)
+++ extra-i686/PKGBUILD 2013-02-04 08:40:59 UTC (rev 177017)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=rarian
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=Documentation meta-data library, designed as a replacement for 
Scrollkeeper.
-arch=('i686' 'x86_64')
-url=http://rarian.freedesktop.org/;
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
-user-segfault.patch)
-md5sums=('75091185e13da67a0ff4279de1757b94'
- '457e9827197009cfa360911fe49a5ad7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/user-segfault.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${startdir}/pkg install
-}

Copied: rarian/repos/extra-i686/PKGBUILD (from rev 177016, 
rarian/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-04 08:40:59 UTC (rev 177017)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=rarian
+pkgver=0.8.1
+pkgrel=3
+pkgdesc=Documentation meta-data library, designed as a replacement for 
Scrollkeeper.
+arch=('i686' 'x86_64')
+url=http://rarian.freedesktop.org/;
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
+user-segfault.patch)
+md5sums=('75091185e13da67a0ff4279de1757b94'
+ '457e9827197009cfa360911fe49a5ad7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ../user-segfault.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/user-segfault.patch
===
--- extra-i686/user-segfault.patch  2013-02-04 08:40:52 UTC (rev 177016)
+++ extra-i686/user-segfault.patch  2013-02-04 08:40:59 UTC (rev 177017)
@@ -1,14 +0,0 @@
 util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.0 +0200
-+++ util/rarian-sk-get-cl.cpp  2008-07-28 19:23:28.0 +0200
-@@ -160,6 +160,11 @@
- {
-   char *filename = NULL;
-   char *user = getenv (USERNAME);
-+
-+  if (user == NULL) {
-+user = getenv (USER);
-+  }
-+
-   char *basepath = NULL;
-   int i=0;
-   int last = 0;

Copied: rarian/repos/extra-i686/user-segfault.patch (from rev 177016, 
rarian/trunk/user-segfault.patch)
===
--- extra-i686/user-segfault.patch  (rev 0)
+++ extra-i686/user-segfault.patch  2013-02-04 08:40:59 UTC (rev 177017)
@@ -0,0 +1,14 @@
+--- util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.0 +0200
 util/rarian-sk-get-cl.cpp  2008-07-28 19:23:28.0 +0200
+@@ -160,6 +160,11 @@
+ {
+   char *filename = NULL;
+   char *user = getenv (USERNAME);
++
++  if (user == NULL) {
++user = getenv (USER);
++  }
++
+   char *basepath = NULL;
+   int i=0;
+   int last = 0;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-04 08:40:52 UTC (rev 177016)
+++ extra-x86_64/PKGBUILD   2013-02-04 08:40:59 UTC (rev 177017)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=rarian
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=Documentation meta-data library, designed as a replacement for 
Scrollkeeper.

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

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:51:49
  Author: jgc
Revision: 177018

upgpkg: ndesk-dbus 0.6.0-4

Do not use startdir in PKGBUILD

Modified:
  ndesk-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:40:59 UTC (rev 177017)
+++ PKGBUILD2013-02-04 08:51:49 UTC (rev 177018)
@@ -4,7 +4,7 @@
 
 pkgname=ndesk-dbus
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=C# implementation of D-Bus
 arch=('any')
 url=http://www.ndesk.org/DBusSharp;
@@ -19,8 +19,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/namespace-support.patch
-  export MONO_SHARED_DIR=${startdir}/src/.wabi
+  patch -Np1 -i ../namespace-support.patch
+  export MONO_SHARED_DIR=${srcdir}/.wabi
   mkdir -p ${MONO_SHARED_DIR}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make



[arch-commits] Commit in ndesk-dbus/repos/extra-any (4 files)

2013-02-04 Thread Jan de Groot
Date: Monday, February 4, 2013 @ 09:51:53
  Author: jgc
Revision: 177019

archrelease: copy trunk to extra-any

Added:
  ndesk-dbus/repos/extra-any/PKGBUILD
(from rev 177018, ndesk-dbus/trunk/PKGBUILD)
  ndesk-dbus/repos/extra-any/namespace-support.patch
(from rev 177018, ndesk-dbus/trunk/namespace-support.patch)
Deleted:
  ndesk-dbus/repos/extra-any/PKGBUILD
  ndesk-dbus/repos/extra-any/namespace-support.patch

-+
 PKGBUILD|   66 +++---
 namespace-support.patch |   24 
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 08:51:49 UTC (rev 177018)
+++ PKGBUILD2013-02-04 08:51:53 UTC (rev 177019)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=ndesk-dbus
-pkgver=0.6.0
-pkgrel=3
-pkgdesc=C# implementation of D-Bus
-arch=('any')
-url=http://www.ndesk.org/DBusSharp;
-license=('custom')
-depends=('mono')
-makedepends=('pkgconfig')
-options=(!makeflags)
-source=(http://www.ndesk.org/archive/dbus-sharp/${pkgname}-${pkgver}.tar.gz
-namespace-support.patch)
-md5sums=('5157ba105c9ac491f6e900bc78d1791f'
- '8e4976d0565854de48ee88cd9f929bd9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/namespace-support.patch
-  export MONO_SHARED_DIR=${startdir}/src/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: ndesk-dbus/repos/extra-any/PKGBUILD (from rev 177018, 
ndesk-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 08:51:53 UTC (rev 177019)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: tardo ta...@nagi-fanboi.net
+
+pkgname=ndesk-dbus
+pkgver=0.6.0
+pkgrel=4
+pkgdesc=C# implementation of D-Bus
+arch=('any')
+url=http://www.ndesk.org/DBusSharp;
+license=('custom')
+depends=('mono')
+makedepends=('pkgconfig')
+options=(!makeflags)
+source=(http://www.ndesk.org/archive/dbus-sharp/${pkgname}-${pkgver}.tar.gz
+namespace-support.patch)
+md5sums=('5157ba105c9ac491f6e900bc78d1791f'
+ '8e4976d0565854de48ee88cd9f929bd9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../namespace-support.patch
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: namespace-support.patch
===
--- namespace-support.patch 2013-02-04 08:51:49 UTC (rev 177018)
+++ namespace-support.patch 2013-02-04 08:51:53 UTC (rev 177019)
@@ -1,12 +0,0 @@
-diff -urNp ndesk-dbus-0.6.0/src/TypeImplementer.cs mine/src/TypeImplementer.cs
 ndesk-dbus-0.6.0/src/TypeImplementer.cs2007-10-11 16:01:11.0 
-0400
-+++ mine/src/TypeImplementer.cs2010-01-19 01:37:31.317786525 -0500
-@@ -34,7 +34,7 @@ namespace NDesk.DBus
- 
-   InitHack ();
- 
--  TypeBuilder typeB = modB.DefineType (declType.Name + 
Proxy, TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
-+  TypeBuilder typeB = modB.DefineType (declType.FullName 
+ Proxy, TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
- 
-   Implement (typeB, declType);
- 

Copied: ndesk-dbus/repos/extra-any/namespace-support.patch (from rev 177018, 
ndesk-dbus/trunk/namespace-support.patch)
===
--- namespace-support.patch (rev 0)
+++ namespace-support.patch 2013-02-04 08:51:53 UTC (rev 177019)
@@ -0,0 +1,12 @@
+diff -urNp ndesk-dbus-0.6.0/src/TypeImplementer.cs mine/src/TypeImplementer.cs
+--- ndesk-dbus-0.6.0/src/TypeImplementer.cs2007-10-11 16:01:11.0 
-0400
 mine/src/TypeImplementer.cs2010-01-19 01:37:31.317786525 -0500
+@@ -34,7 +34,7 @@ namespace NDesk.DBus
+ 
+   InitHack ();
+ 
+-  TypeBuilder typeB = modB.DefineType (declType.Name + 
Proxy, TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
++  TypeBuilder typeB = modB.DefineType (declType.FullName 
+ Proxy, TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
+ 
+   Implement (typeB, declType);
+ 



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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 10:30:52
  Author: tpowa
Revision: 177020

upgpkg: linux 3.7.6-1

bump to latest version

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

---+
 PKGBUILD  |8 
 config|6 +++---
 config.x86_64 |9 +
 linux.install |2 +-
 4 files changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:51:53 UTC (rev 177019)
+++ PKGBUILD2013-02-04 09:30:52 UTC (rev 177020)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.7
-pkgver=3.7.5
+pkgver=3.7.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,9 +21,9 @@
 'change-default-console-loglevel.patch'
 'fat-3.6.x.patch')
 md5sums=('21223369d682bcf44bcdfe1521095983'
- 'c100b62e571bfb80e8c290e811c0963c'
- '5a64cad502adfac99e31f3369f5c6826'
- '4061686ce11675067141b047ed58f61a'
+ 'ec61c44f37585a768d41c0439101ef9c'
+ '6a6b620836639fa5f989f9c9c2592d6e'
+ '03666db0cd0a1f59c0b71b41eb2353eb'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '88d501404f172dac6fcb248978251560')

Modified: config
===
--- config  2013-02-04 08:51:53 UTC (rev 177019)
+++ config  2013-02-04 09:30:52 UTC (rev 177020)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.7.1-1 Kernel Configuration
+# Linux/i386 3.7.6-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -870,6 +870,7 @@
 CONFIG_NETFILTER_XT_TARGET_NETMAP=m
 CONFIG_NETFILTER_XT_TARGET_NFLOG=m
 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
+CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
 CONFIG_NETFILTER_XT_TARGET_RATEEST=m
 CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
 CONFIG_NETFILTER_XT_TARGET_TEE=m
@@ -5153,7 +5154,6 @@
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
 # CONFIG_ZCACHE is not set
-CONFIG_ZCACHE2=y
 CONFIG_ZSMALLOC=y
 CONFIG_WLAGS49_H2=m
 CONFIG_WLAGS49_H25=m
@@ -5233,6 +5233,7 @@
 # CONFIG_WIMAX_GDM72XX_SDIO is not set
 CONFIG_WIMAX_GDM72XX_USB_PM=y
 CONFIG_CSR_WIFI=m
+CONFIG_ZCACHE2=y
 CONFIG_NET_VENDOR_SILICOM=y
 CONFIG_SBYPASS=m
 CONFIG_BPCTL=m
@@ -5451,7 +5452,6 @@
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE=y
 CONFIG_CONFIGFS_FS=y
-CONFIG_RAMSTER=y
 CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_ADFS_FS is not set
 CONFIG_AFFS_FS=m

Modified: config.x86_64
===
--- config.x86_64   2013-02-04 08:51:53 UTC (rev 177019)
+++ config.x86_64   2013-02-04 09:30:52 UTC (rev 177020)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.7.1-1 Kernel Configuration
+# Linux/x86_64 3.7.6-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -840,6 +840,7 @@
 CONFIG_NETFILTER_XT_TARGET_NETMAP=m
 CONFIG_NETFILTER_XT_TARGET_NFLOG=m
 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
+CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
 CONFIG_NETFILTER_XT_TARGET_RATEEST=m
 CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
 CONFIG_NETFILTER_XT_TARGET_TEE=m
@@ -4919,8 +4920,7 @@
 CONFIG_DX_SEP=m
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
-# CONFIG_ZCACHE is not setup
-CONFIG_ZCACHE2=y
+# CONFIG_ZCACHE is not set
 CONFIG_ZSMALLOC=y
 CONFIG_WLAGS49_H2=m
 CONFIG_WLAGS49_H25=m
@@ -5000,6 +5000,8 @@
 # CONFIG_WIMAX_GDM72XX_SDIO is not set
 CONFIG_WIMAX_GDM72XX_USB_PM=y
 CONFIG_CSR_WIFI=m
+CONFIG_ZCACHE2=y
+CONFIG_RAMSTER=y
 CONFIG_NET_VENDOR_SILICOM=y
 CONFIG_SBYPASS=m
 CONFIG_BPCTL=m
@@ -5219,7 +5221,6 @@
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE=y
 CONFIG_CONFIGFS_FS=y
-CONFIG_RAMSTER=y
 CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_ADFS_FS is not set
 CONFIG_AFFS_FS=m

Modified: linux.install
===
--- linux.install   2013-02-04 08:51:53 UTC (rev 177019)
+++ linux.install   2013-02-04 09:30:52 UTC (rev 177020)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.7.5-1-ARCH
+KERNEL_VERSION=3.7.6-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 10:31:16
  Author: tpowa
Revision: 177021

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 177020, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 177020, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 177020, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 177020, linux/trunk/config.x86_64)
  linux/repos/testing-i686/drm-fix-track-free-areas-3.7.patch
(from rev 177020, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 177020, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/fix-watchdog-3.7.patch
(from rev 177020, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-i686/linux.install
(from rev 177020, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 177020, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 177020, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 177020, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 177020, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 177020, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/drm-fix-track-free-areas-3.7.patch
(from rev 177020, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 177020, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/fix-watchdog-3.7.patch
(from rev 177020, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 177020, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 177020, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  324 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6040 +
 testing-i686/config.x86_64   | 5813 
 testing-i686/drm-fix-track-free-areas-3.7.patch  |  153 
 testing-i686/fat-3.6.x.patch |   33 
 testing-i686/fix-watchdog-3.7.patch  |   38 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  324 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6040 +
 testing-x86_64/config.x86_64 | 5813 
 testing-x86_64/drm-fix-track-free-areas-3.7.patch|  153 
 testing-x86_64/fat-3.6.x.patch   |   33 
 testing-x86_64/fix-watchdog-3.7.patch|   38 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 24984 insertions(+)

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


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

2013-02-04 Thread Felix Yan
Date: Monday, February 4, 2013 @ 10:33:50
  Author: fyan
Revision: 83640

upgpkg mongodb 2.2.3-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 08:04:44 UTC (rev 83639)
+++ PKGBUILD2013-02-04 09:33:50 UTC (rev 83640)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -66,7 +66,7 @@
   rm -r ${pkgdir}/usr/lib64 || true
 
 }
-md5sums=('697c448271358545a8a40a973f88edf4'
+md5sums=('4308c72b1342236dc585e0df0201db48'
  '9c67e00f4626ad761a8f7d4e037a54d7'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:33:57
  Author: arodseth
Revision: 83641

upgpkg: jedit 5.0.0-2, fix for TODO/clean-up-pkgdir-usage

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:33:50 UTC (rev 83640)
+++ PKGBUILD2013-02-04 09:33:57 UTC (rev 83641)
@@ -7,7 +7,7 @@
 
 pkgname=jedit
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Text editor for programmers'
 arch=('any')
 url='http://www.jedit.org/'
@@ -31,17 +31,18 @@
 
 build() {
   cd $srcdir
+
   gendesk -n
+}
 
+package() {
+  cd $srcdir
+
   java -jar ${pkgname}${pkgver}install.jar auto \
 $pkgdir/usr/share/java/$pkgname/ \
 unix-script=$pkgdir/usr/bin/ \
 unix-man=$pkgdir/usr/share/man/man1  inst.log
-}
 
-package() {
-  cd $srcdir
-
   install -Dm755 jedit.sh $pkgdir/usr/bin/jedit
   install -Dm755 jeditbg.sh $pkgdir/usr/bin/jeditbg
   install -Dm644 jedit.props $pkgdir/usr/share/jedit/default.props



[arch-commits] Commit in jedit/repos/community-any (10 files)

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:34:09
  Author: arodseth
Revision: 83642

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 83641, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.install
(from rev 83641, jedit/trunk/jedit.install)
  jedit/repos/community-any/jedit.props
(from rev 83641, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 83641, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 83641, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.install
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

---+
 PKGBUILD  |  107 
 jedit.install |   26 ++---
 jedit.props   |   20 +-
 jedit.sh  |   32 
 jeditbg.sh|6 +--
 5 files changed, 96 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 09:33:57 UTC (rev 83641)
+++ PKGBUILD2013-02-04 09:34:09 UTC (rev 83642)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Dusty Phillips du...@buchuki.com
-
-pkgname=jedit
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Text editor for programmers'
-arch=('any')
-url='http://www.jedit.org/'
-license=('GPL')
-depends=('sh' 'java-runtime' 'desktop-file-utils')
-makedepends=('gendesk')
-optdepends=('java-environment: for java development')
-install=$pkgname.install
-noextract=(${pkgname}${pkgver}install.jar)
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
-'jedit.sh'
-'jeditbg.sh'
-'jedit.props')
-sha256sums=('24b7f10f012737d77fe4bfa6c7961fca978ad3dd410561efd1ca8ab796e0f6ad'
-'e908f2d4b15aab76e5e4633b71f25f7f25baa5b9e375d373e8729205700a57de'
-'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'1ada993b3f079bba40be736a66eae390ee0427c18289be5965338f8e3adc7f27')
-_exec=('jeditbg %U')
-_name=('jEdit')
-_genericname=('Editor')
-
-build() {
-  cd $srcdir
-  gendesk -n
-
-  java -jar ${pkgname}${pkgver}install.jar auto \
-$pkgdir/usr/share/java/$pkgname/ \
-unix-script=$pkgdir/usr/bin/ \
-unix-man=$pkgdir/usr/share/man/man1  inst.log
-}
-
-package() {
-  cd $srcdir
-
-  install -Dm755 jedit.sh $pkgdir/usr/bin/jedit
-  install -Dm755 jeditbg.sh $pkgdir/usr/bin/jeditbg
-  install -Dm644 jedit.props $pkgdir/usr/share/jedit/default.props
-  install -Dm644 jedit.desktop $pkgdir/usr/share/applications/jedit.desktop
-  install -Dm644 $pkgdir/usr/share/java/jedit/doc/jedit.png \
-$pkgdir/usr/share/pixmaps/jedit.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 83641, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 09:34:09 UTC (rev 83642)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Dusty Phillips du...@buchuki.com
+
+pkgname=jedit
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='Text editor for programmers'
+arch=('any')
+url='http://www.jedit.org/'
+license=('GPL')
+depends=('sh' 'java-runtime' 'desktop-file-utils')
+makedepends=('gendesk')
+optdepends=('java-environment: for java development')
+install=$pkgname.install
+noextract=(${pkgname}${pkgver}install.jar)
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
+'jedit.sh'
+'jeditbg.sh'
+'jedit.props')
+sha256sums=('24b7f10f012737d77fe4bfa6c7961fca978ad3dd410561efd1ca8ab796e0f6ad'
+'e908f2d4b15aab76e5e4633b71f25f7f25baa5b9e375d373e8729205700a57de'
+'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
+'1ada993b3f079bba40be736a66eae390ee0427c18289be5965338f8e3adc7f27')
+_exec=('jeditbg %U')
+_name=('jEdit')
+_genericname=('Editor')
+
+build() {
+  cd $srcdir
+
+  gendesk -n
+}
+
+package() {
+  cd $srcdir
+
+  java -jar ${pkgname}${pkgver}install.jar auto \
+$pkgdir/usr/share/java/$pkgname/ \
+unix-script=$pkgdir/usr/bin/ \
+unix-man=$pkgdir/usr/share/man/man1  inst.log
+
+  install -Dm755 jedit.sh $pkgdir/usr/bin/jedit
+  install -Dm755 jeditbg.sh $pkgdir/usr/bin/jeditbg
+  install -Dm644 jedit.props $pkgdir/usr/share/jedit/default.props
+  install -Dm644 jedit.desktop $pkgdir/usr/share/applications/jedit.desktop
+  install -Dm644 

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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:47:39
  Author: arodseth
Revision: 83643

upgpkg: libpaper 1.1.24-4, fix for pkgdir TODO

Modified:
  libpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:34:09 UTC (rev 83642)
+++ PKGBUILD2013-02-04 09:47:39 UTC (rev 83643)
@@ -5,25 +5,25 @@
 
 pkgname=libpaper
 pkgver=1.1.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Library for handling paper characteristics'
 arch=('x86_64' 'i686')
 url='http://packages.debian.org/unstable/source/libpaper'
 license=('GPL')
+depends=('sh')
+options=('!libtool')
 
source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
 sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  ./configure --prefix=/usr \
-   --mandir=$pkgdir/usr/share/man \
-   --sysconfdir=/etc
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  make prefix=$pkgdir/usr install
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  make prefix=$pkgdir/usr install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:47:51
  Author: arodseth
Revision: 83644

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

Added:
  libpaper/repos/community-i686/PKGBUILD
(from rev 83643, libpaper/trunk/PKGBUILD)
  libpaper/repos/community-x86_64/PKGBUILD
(from rev 83643, libpaper/trunk/PKGBUILD)
Deleted:
  libpaper/repos/community-i686/PKGBUILD
  libpaper/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 09:47:39 UTC (rev 83643)
+++ community-i686/PKGBUILD 2013-02-04 09:47:51 UTC (rev 83644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=3
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  ./configure --prefix=/usr \
-   --mandir=$pkgdir/usr/share/man \
-   --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpaper/repos/community-i686/PKGBUILD (from rev 83643, 
libpaper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 09:47:51 UTC (rev 83644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=4
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-04 09:47:39 UTC (rev 83643)
+++ community-x86_64/PKGBUILD   2013-02-04 09:47:51 UTC (rev 83644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=3
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  ./configure --prefix=/usr \
-   --mandir=$pkgdir/usr/share/man \
-   --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpaper/repos/community-x86_64/PKGBUILD (from rev 83643, 
libpaper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-04 09:47:51 UTC (rev 83644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=4
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver+nmu2
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:59:51
  Author: arodseth
Revision: 83645

upgpkg: nicotine 1.2.16-4

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:47:51 UTC (rev 83644)
+++ PKGBUILD2013-02-04 09:59:51 UTC (rev 83645)
@@ -1,34 +1,44 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Hugo Doria h...@archlinux.org
 # Contributor: Andrew Wright andr...@photism.org
 
 pkgname=nicotine
 pkgver=1.2.16
 pkgrel=4
-pkgdesc=Soulseek music-sharing client, written in python
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nicotine-plus/;
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/nicotine-plus/'
 license=('GPL')
 depends=('pygtk' 'mutagen')
+makedepends=('setconf')
 optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
+sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
 
 build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
+  cd $srcdir/${pkgname}+-$pkgver
+
+  # Fix for FS#22476
+  setconf files/nicotine.desktop Icon nicotine-plus-32px
+
+  # Python fix
   sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
 -e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
 
-  python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py
   make 
 }
 
 package() {
-  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine
+  cd $srcdir/${pkgname}+-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+  cd trayicon
+  make DESTDIR=$pkgdir install 
+  ln -s nicotine.py $pkgdir/usr/bin/nicotine
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:00:06
  Author: arodseth
Revision: 83646

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

Added:
  nicotine/repos/community-i686/PKGBUILD
(from rev 83645, nicotine/trunk/PKGBUILD)
  nicotine/repos/community-x86_64/PKGBUILD
(from rev 83645, nicotine/trunk/PKGBUILD)
Deleted:
  nicotine/repos/community-i686/PKGBUILD
  nicotine/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 09:59:51 UTC (rev 83645)
+++ community-i686/PKGBUILD 2013-02-04 10:00:06 UTC (rev 83646)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=4
-pkgdesc=Soulseek music-sharing client, written in python
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nicotine-plus/;
-license=('GPL')
-depends=('pygtk' 'mutagen')
-optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
-
-build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
-  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
--e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
-
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine
-}

Copied: nicotine/repos/community-i686/PKGBUILD (from rev 83645, 
nicotine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:00:06 UTC (rev 83646)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+
+pkgname=nicotine
+pkgver=1.2.16
+pkgrel=4
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/nicotine-plus/'
+license=('GPL')
+depends=('pygtk' 'mutagen')
+makedepends=('setconf')
+optdepends=('python2-geoip: to enable Geographical blocker')
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
+sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
+
+build() {
+  cd $srcdir/${pkgname}+-$pkgver
+
+  # Fix for FS#22476
+  setconf files/nicotine.desktop Icon nicotine-plus-32px
+
+  # Python fix
+  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
+-e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
+
+  cd trayicon
+  python2 autogen.py
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}+-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+  cd trayicon
+  make DESTDIR=$pkgdir install 
+  ln -s nicotine.py $pkgdir/usr/bin/nicotine
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-04 09:59:51 UTC (rev 83645)
+++ community-x86_64/PKGBUILD   2013-02-04 10:00:06 UTC (rev 83646)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=4
-pkgdesc=Soulseek music-sharing client, written in python
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nicotine-plus/;
-license=('GPL')
-depends=('pygtk' 'mutagen')
-optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
-
-build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
-  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
--e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
-
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-}
-
-package() {
-  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py 

[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:00:17
  Author: spupykin
Revision: 83647

upgpkg: firefox-adblock-plus 2.2.2-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:00:06 UTC (rev 83646)
+++ PKGBUILD2013-02-04 10:00:17 UTC (rev 83647)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.2.1
+pkgver=2.2.2
 _addons_file=179004
-pkgrel=3
+pkgrel=1
 pkgdesc=plugin for firefox which block ads and banners
 arch=('any')
 url=http://adblockplus.org/;



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:00:31
  Author: spupykin
Revision: 83648

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 83647, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 10:00:17 UTC (rev 83647)
+++ PKGBUILD2013-02-04 10:00:31 UTC (rev 83648)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.2.1
-_addons_file=179004
-pkgrel=3
-pkgdesc=plugin for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-depends=(firefox)
-makedepends=('unzip')
-noextract=('adblock_plus-$pkgver-fx+tb+fn+sm.xpi')
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('150a6661f97a5fc2f15b084867865f4e')
-
-build() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-
-  cd $srcdir
-  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 83647, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 10:00:31 UTC (rev 83648)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.2.2
+_addons_file=179004
+pkgrel=1
+pkgdesc=plugin for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+md5sums=('150a6661f97a5fc2f15b084867865f4e')
+
+build() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+
+  cd $srcdir
+  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:00:35
  Author: spupykin
Revision: 83649

upgpkg: firefox-noscript 2.6.4.4-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:00:31 UTC (rev 83648)
+++ PKGBUILD2013-02-04 10:00:35 UTC (rev 83649)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.4.2
+pkgver=2.6.4.4
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('695da090543a26cf29d77a310386fef4')
+md5sums=('5d8369d040e7dc10111d2e7cce2dcf27')
 
 build() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:00:46
  Author: spupykin
Revision: 83650

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 83649, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 10:00:35 UTC (rev 83649)
+++ PKGBUILD2013-02-04 10:00:46 UTC (rev 83650)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.4.2
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('695da090543a26cf29d77a310386fef4')
-
-build() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 83649, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 10:00:46 UTC (rev 83650)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.4.4
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('5d8369d040e7dc10111d2e7cce2dcf27')
+
+build() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:00:50
  Author: spupykin
Revision: 83651

upgpkg: ht 2.0.21-1

upd

Modified:
  ht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:00:46 UTC (rev 83650)
+++ PKGBUILD2013-02-04 10:00:50 UTC (rev 83651)
@@ -4,7 +4,7 @@
 # Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
 
 pkgname=ht
-pkgver=2.0.20
+pkgver=2.0.21
 pkgrel=1
 pkgdesc=A file editor/viewer/analyzer for executables
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs' 'ncurses' 'lzo2')
 
source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('22d5a30470032ec8b858d4a3a24f8d02')
+md5sums=('419a25004421b9455430f523636bdcca')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:01:08
  Author: spupykin
Revision: 83652

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

Added:
  ht/repos/community-i686/PKGBUILD
(from rev 83651, ht/trunk/PKGBUILD)
  ht/repos/community-x86_64/PKGBUILD
(from rev 83651, ht/trunk/PKGBUILD)
Deleted:
  ht/repos/community-i686/PKGBUILD
  ht/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 10:00:50 UTC (rev 83651)
+++ community-i686/PKGBUILD 2013-02-04 10:01:08 UTC (rev 83652)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tardo ta...@nagi-fanboi.net
-# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
-
-pkgname=ht
-pkgver=2.0.20
-pkgrel=1
-pkgdesc=A file editor/viewer/analyzer for executables
-arch=('i686' 'x86_64')
-url=http://hte.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo2')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('22d5a30470032ec8b858d4a3a24f8d02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-i686/PKGBUILD (from rev 83651, ht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:01:08 UTC (rev 83652)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tardo ta...@nagi-fanboi.net
+# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
+
+pkgname=ht
+pkgver=2.0.21
+pkgrel=1
+pkgdesc=A file editor/viewer/analyzer for executables
+arch=('i686' 'x86_64')
+url=http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo2')
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
+md5sums=('419a25004421b9455430f523636bdcca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+  make DESTDIR=$pkgdir install
+
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-04 10:00:50 UTC (rev 83651)
+++ community-x86_64/PKGBUILD   2013-02-04 10:01:08 UTC (rev 83652)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tardo ta...@nagi-fanboi.net
-# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
-
-pkgname=ht
-pkgver=2.0.20
-pkgrel=1
-pkgdesc=A file editor/viewer/analyzer for executables
-arch=('i686' 'x86_64')
-url=http://hte.sourceforge.net/;
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo2')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
-md5sums=('22d5a30470032ec8b858d4a3a24f8d02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-x86_64/PKGBUILD (from rev 83651, ht/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-04 10:01:08 UTC (rev 83652)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tardo ta...@nagi-fanboi.net
+# Contributor: Simon Morgan mra84...@mra.pb.hx.decode('rot-13')
+
+pkgname=ht
+pkgver=2.0.21
+pkgrel=1
+pkgdesc=A file editor/viewer/analyzer for executables
+arch=('i686' 'x86_64')
+url=http://hte.sourceforge.net/;
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo2')
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
+md5sums=('419a25004421b9455430f523636bdcca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+  make DESTDIR=$pkgdir install
+
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+}



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:01:12
  Author: spupykin
Revision: 83653

upgpkg: php-docs 5.4.11-1

upd

Modified:
  php-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:01:08 UTC (rev 83652)
+++ PKGBUILD2013-02-04 10:01:12 UTC (rev 83653)
@@ -4,7 +4,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=php-docs
-pkgver=5.4.3
+pkgver=5.4.11
 pkgrel=1
 pkgdesc=Set of HTML documentation for PHP.
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=(php_manual_en-$pkgver.tar.gz::http://www.php.net/distributions/manual/php_manual_en.tar.gz)
-md5sums=('3cceeabaebd72d881ef58399186f2a52')
+md5sums=('8dd4d28b16164da0cad488838b6515c0')
 
 build(){
   cd $srcdir



[arch-commits] Commit in php-docs/repos/community-any (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:01:23
  Author: spupykin
Revision: 83654

archrelease: copy trunk to community-any

Added:
  php-docs/repos/community-any/PKGBUILD
(from rev 83653, php-docs/trunk/PKGBUILD)
Deleted:
  php-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 10:01:12 UTC (rev 83653)
+++ PKGBUILD2013-02-04 10:01:23 UTC (rev 83654)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=php-docs
-pkgver=5.4.3
-pkgrel=1
-pkgdesc=Set of HTML documentation for PHP.
-arch=('any')
-url=http://www.php.net/docs.php;
-license=('PHP')
-depends=()
-options=('docs' '!strip')
-source=(php_manual_en-$pkgver.tar.gz::http://www.php.net/distributions/manual/php_manual_en.tar.gz)
-md5sums=('3cceeabaebd72d881ef58399186f2a52')
-
-build(){
-  cd $srcdir
-  install -d $pkgdir/usr/share/doc/php/
-  cp -rf php-chunked-xhtml $pkgdir/usr/share/doc/php/
-}

Copied: php-docs/repos/community-any/PKGBUILD (from rev 83653, 
php-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 10:01:23 UTC (rev 83654)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=php-docs
+pkgver=5.4.11
+pkgrel=1
+pkgdesc=Set of HTML documentation for PHP.
+arch=('any')
+url=http://www.php.net/docs.php;
+license=('PHP')
+depends=()
+options=('docs' '!strip')
+source=(php_manual_en-$pkgver.tar.gz::http://www.php.net/distributions/manual/php_manual_en.tar.gz)
+md5sums=('8dd4d28b16164da0cad488838b6515c0')
+
+build(){
+  cd $srcdir
+  install -d $pkgdir/usr/share/doc/php/
+  cp -rf php-chunked-xhtml $pkgdir/usr/share/doc/php/
+}



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:04:34
  Author: arodseth
Revision: 83655

upgpkg: nicotine 1.2.16-5, fix for pkgdir TODO

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:01:23 UTC (rev 83654)
+++ PKGBUILD2013-02-04 10:04:34 UTC (rev 83655)
@@ -6,12 +6,12 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=4
+pkgrel=5
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=('x86_64' 'i686')
 url='http://sourceforge.net/projects/nicotine-plus/'
 license=('GPL')
-depends=('pygtk' 'mutagen')
+depends=('pygtk' 'mutagen') #'python-sexy') TODO: Move python-sexy from AUR
 makedepends=('setconf')
 optdepends=('python2-geoip: to enable Geographical blocker')
 
source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:04:46
  Author: arodseth
Revision: 83656

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

Added:
  nicotine/repos/community-i686/PKGBUILD
(from rev 83655, nicotine/trunk/PKGBUILD)
  nicotine/repos/community-x86_64/PKGBUILD
(from rev 83655, nicotine/trunk/PKGBUILD)
Deleted:
  nicotine/repos/community-i686/PKGBUILD
  nicotine/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   88 ++--
 community-x86_64/PKGBUILD |   88 ++--
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 10:04:34 UTC (rev 83655)
+++ community-i686/PKGBUILD 2013-02-04 10:04:46 UTC (rev 83656)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=4
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/nicotine-plus/'
-license=('GPL')
-depends=('pygtk' 'mutagen')
-makedepends=('setconf')
-optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
-sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
-
-build() {
-  cd $srcdir/${pkgname}+-$pkgver
-
-  # Fix for FS#22476
-  setconf files/nicotine.desktop Icon nicotine-plus-32px
-
-  # Python fix
-  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
--e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
-
-  cd trayicon
-  python2 autogen.py
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}+-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-  cd trayicon
-  make DESTDIR=$pkgdir install 
-  ln -s nicotine.py $pkgdir/usr/bin/nicotine
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nicotine/repos/community-i686/PKGBUILD (from rev 83655, 
nicotine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:04:46 UTC (rev 83656)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+
+pkgname=nicotine
+pkgver=1.2.16
+pkgrel=5
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/nicotine-plus/'
+license=('GPL')
+depends=('pygtk' 'mutagen') #'python-sexy') TODO: Move python-sexy from AUR
+makedepends=('setconf')
+optdepends=('python2-geoip: to enable Geographical blocker')
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
+sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
+
+build() {
+  cd $srcdir/${pkgname}+-$pkgver
+
+  # Fix for FS#22476
+  setconf files/nicotine.desktop Icon nicotine-plus-32px
+
+  # Python fix
+  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
+-e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
+
+  cd trayicon
+  python2 autogen.py
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}+-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+  cd trayicon
+  make DESTDIR=$pkgdir install 
+  ln -s nicotine.py $pkgdir/usr/bin/nicotine
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-04 10:04:34 UTC (rev 83655)
+++ community-x86_64/PKGBUILD   2013-02-04 10:04:46 UTC (rev 83656)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=4
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/nicotine-plus/'
-license=('GPL')
-depends=('pygtk' 'mutagen')
-makedepends=('setconf')
-optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
-sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
-
-build() {
-  cd $srcdir/${pkgname}+-$pkgver
-
-  # Fix for FS#22476
-  setconf files/nicotine.desktop Icon nicotine-plus-32px
-
-  # Python fix
-  sed -i -e 's|/usr/bin/env python|/usr/bin/env 

[arch-commits] Commit in haskell-regex-base/trunk (PKGBUILD)

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:08:16
  Author: arodseth
Revision: 83657

upgpkg: haskell-regex-base 0.93.2-8, new ghc todo

Modified:
  haskell-regex-base/trunk/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 30 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:04:46 UTC (rev 83656)
+++ PKGBUILD2013-02-04 10:08:16 UTC (rev 83657)
@@ -1,37 +1,43 @@
+# $Id$
 # Maintainer: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Contributor: Alexander Rødseth rods...@gmail.com
 
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=7
-pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
+pkgrel=8
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh 'haskell-mtl=2.1.2-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
+install=$pkgname.install
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
 
 build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+  cd $srcdir/$_hkgname-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
 package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+  cd $srcdir/$_hkgname-$pkgver
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in haskell-regex-base/repos (8 files)

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:08:27
  Author: arodseth
Revision: 83658

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

Added:
  haskell-regex-base/repos/community-i686/PKGBUILD
(from rev 83657, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
(from rev 83657, haskell-regex-base/trunk/haskell-regex-base.install)
  haskell-regex-base/repos/community-x86_64/PKGBUILD
(from rev 83657, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install
(from rev 83657, haskell-regex-base/trunk/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/community-i686/PKGBUILD
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
  haskell-regex-base/repos/community-x86_64/PKGBUILD
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install

-+
 community-i686/PKGBUILD |   80 +-
 community-i686/haskell-regex-base.install   |   36 +--
 community-x86_64/PKGBUILD   |   80 +-
 community-x86_64/haskell-regex-base.install |   36 +--
 4 files changed, 122 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 10:08:16 UTC (rev 83657)
+++ community-i686/PKGBUILD 2013-02-04 10:08:27 UTC (rev 83658)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=7
-pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh 'haskell-mtl=2.1.2-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-base/repos/community-i686/PKGBUILD (from rev 83657, 
haskell-regex-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:08:27 UTC (rev 83658)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=8
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
+install=$pkgname.install
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
+
+build() {
+  cd $srcdir/$_hkgname-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$_hkgname-$pkgver
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 

[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:12:48
  Author: arodseth
Revision: 83659

ghc 7.6.2 todo

Modified:
  haskell-regex-posix/trunk/PKGBUILD

--+
 PKGBUILD |   44 
 1 file changed, 24 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:08:27 UTC (rev 83658)
+++ PKGBUILD2013-02-04 10:12:48 UTC (rev 83659)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Maintainer: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
@@ -4,34 +6,36 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=2
-pkgdesc=The posix regex backend for regex-base
+pkgrel=3
+pkgdesc='The posix regex backend for regex-base'
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('1df0f9494aab110c7231f36393285c7c')
+sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
 package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in haskell-regex-compat/trunk (PKGBUILD)

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:13:27
  Author: arodseth
Revision: 83660

ghc 7.6.2 todo

Modified:
  haskell-regex-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:12:48 UTC (rev 83659)
+++ PKGBUILD2013-02-04 10:13:27 UTC (rev 83660)
@@ -1,18 +1,20 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
 pkgver=0.95.1
-pkgrel=3
-pkgdesc=Replaces and enhances Text.Regex
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7' 
'haskell-regex-posix=0.95.2-2')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('d0573ab4e2f3de5faa61380b6720')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
@@ -35,3 +37,5 @@
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in libpqxx/trunk (PKGBUILD build-fix.patch)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:17:19
  Author: spupykin
Revision: 83661

upgpkg: libpqxx 4.0.1-1

upd

Modified:
  libpqxx/trunk/PKGBUILD
Deleted:
  libpqxx/trunk/build-fix.patch

-+
 PKGBUILD|   11 +--
 build-fix.patch |   11 ---
 2 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:13:27 UTC (rev 83660)
+++ PKGBUILD2013-02-04 10:17:19 UTC (rev 83661)
@@ -2,22 +2,21 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=libpqxx
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=C++ client API for PostgreSQL
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://pqxx.org/development/libpqxx/;
 depends=('postgresql-libs=8.4.1')
+makedepends=('python2')
 options=('!libtool')
-source=(http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   build-fix.patch)
-md5sums=('bd7541f858400a96cbe2a48cb342ad0e'
- 'e59f5f63e1800406bf494e19cea479a4')
+source=(http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -p1 $srcdir/build-fix.patch
+  sed -i 's|python|python2|' tools/splitconfig
   ./configure --prefix=/usr --enable-shared
   make
   make prefix=${pkgdir}/usr install

Deleted: build-fix.patch
===
--- build-fix.patch 2013-02-04 10:13:27 UTC (rev 83660)
+++ build-fix.patch 2013-02-04 10:17:19 UTC (rev 83661)
@@ -1,11 +0,0 @@
-diff -wbBur libpqxx-3.1/include/pqxx/compiler-internal.hxx 
libpqxx-3.1.my/include/pqxx/compiler-internal.hxx
 libpqxx-3.1/include/pqxx/compiler-internal.hxx 2010-02-16 
02:21:36.0 +0300
-+++ libpqxx-3.1.my/include/pqxx/compiler-internal.hxx  2011-11-21 
15:56:00.0 +0400
-@@ -18,6 +18,7 @@
- #ifndef PQXX_H_COMPILER_INTERNAL
- #define PQXX_H_COMPILER_INTERNAL
- 
-+#include cstddef
- 
- // Workarounds  definitions needed to compile libpqxx into a library
- #include pqxx/config-internal-compiler.h



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:17:35
  Author: spupykin
Revision: 83662

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

Added:
  libpqxx/repos/community-i686/ChangeLog
(from rev 83661, libpqxx/trunk/ChangeLog)
  libpqxx/repos/community-i686/PKGBUILD
(from rev 83661, libpqxx/trunk/PKGBUILD)
  libpqxx/repos/community-x86_64/ChangeLog
(from rev 83661, libpqxx/trunk/ChangeLog)
  libpqxx/repos/community-x86_64/PKGBUILD
(from rev 83661, libpqxx/trunk/PKGBUILD)
Deleted:
  libpqxx/repos/community-i686/ChangeLog
  libpqxx/repos/community-i686/PKGBUILD
  libpqxx/repos/community-i686/build-fix.patch
  libpqxx/repos/community-x86_64/ChangeLog
  libpqxx/repos/community-x86_64/PKGBUILD
  libpqxx/repos/community-x86_64/build-fix.patch

--+
 community-i686/ChangeLog |   18 ++---
 community-i686/PKGBUILD  |   49 ++---
 community-i686/build-fix.patch   |   11 
 community-x86_64/ChangeLog   |   18 ++---
 community-x86_64/PKGBUILD|   49 ++---
 community-x86_64/build-fix.patch |   11 
 6 files changed, 66 insertions(+), 90 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/ChangeLog2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,9 +0,0 @@
-
-2009-09-16  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated to 3.0.2
-
-2009-08-06  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated to 3.0.1
-

Copied: libpqxx/repos/community-i686/ChangeLog (from rev 83661, 
libpqxx/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,9 @@
+
+2009-09-16  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated to 3.0.2
+
+2009-08-06  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated to 3.0.1
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/PKGBUILD 2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 59094 2009-11-20 06:50:18Z giovanni $
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=libpqxx
-pkgver=4.0
-pkgrel=1
-pkgdesc=C++ client API for PostgreSQL
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://pqxx.org/development/libpqxx/;
-depends=('postgresql-libs=8.4.1')
-options=('!libtool')
-source=(http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   build-fix.patch)
-md5sums=('bd7541f858400a96cbe2a48cb342ad0e'
- 'e59f5f63e1800406bf494e19cea479a4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -p1 $srcdir/build-fix.patch
-  ./configure --prefix=/usr --enable-shared
-  make
-  make prefix=${pkgdir}/usr install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libpqxx/repos/community-i686/PKGBUILD (from rev 83661, 
libpqxx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=libpqxx
+pkgver=4.0.1
+pkgrel=1
+pkgdesc=C++ client API for PostgreSQL
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://pqxx.org/development/libpqxx/;
+depends=('postgresql-libs=8.4.1')
+makedepends=('python2')
+options=('!libtool')
+source=(http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|python|python2|' tools/splitconfig
+  ./configure --prefix=/usr --enable-shared
+  make
+  make prefix=${pkgdir}/usr install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/build-fix.patch  2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,11 +0,0 @@
-diff -wbBur libpqxx-3.1/include/pqxx/compiler-internal.hxx 
libpqxx-3.1.my/include/pqxx/compiler-internal.hxx
 libpqxx-3.1/include/pqxx/compiler-internal.hxx 2010-02-16 
02:21:36.0 +0300
-+++ libpqxx-3.1.my/include/pqxx/compiler-internal.hxx  2011-11-21 
15:56:00.0 +0400
-@@ -18,6 +18,7 @@
- #ifndef PQXX_H_COMPILER_INTERNAL
- #define PQXX_H_COMPILER_INTERNAL
- 
-+#include cstddef
- 
- // Workarounds  definitions needed to compile libpqxx into a library
- #include 

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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:17:40
  Author: spupykin
Revision: 83663

upgpkg: passenger 3.0.19-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:17:35 UTC (rev 83662)
+++ PKGBUILD2013-02-04 10:17:40 UTC (rev 83663)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=passenger
-pkgver=3.0.17
-pkgrel=2
-_pkgdlnr=76398
+pkgver=3.0.19
+pkgrel=1
+_pkgdlnr=76675
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
 url=http://www.modrails.com;
@@ -15,7 +15,8 @@
 install=passenger.install
 options=('!emptydirs')
 
source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz)
-md5sums=('4ce8cac20e3c857bad621a6113d7268f')
+#https://github.com/FooBarWidget/passenger/archive/release-3.0.19.tar.gz
+md5sums=('5df27d7908d55f164853fc2043ee069f')
 
 build(){
   cd $srcdir/passenger-$pkgver



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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 11:17:56
  Author: spupykin
Revision: 83664

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

Added:
  passenger/repos/community-i686/PKGBUILD
(from rev 83663, passenger/trunk/PKGBUILD)
  passenger/repos/community-i686/passenger.install
(from rev 83663, passenger/trunk/passenger.install)
  passenger/repos/community-x86_64/PKGBUILD
(from rev 83663, passenger/trunk/PKGBUILD)
  passenger/repos/community-x86_64/passenger.install
(from rev 83663, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-i686/PKGBUILD
  passenger/repos/community-i686/passenger.install
  passenger/repos/community-x86_64/PKGBUILD
  passenger/repos/community-x86_64/passenger.install

+
 community-i686/PKGBUILD|   67 +--
 community-i686/passenger.install   |   64 -
 community-x86_64/PKGBUILD  |   67 +--
 community-x86_64/passenger.install |   64 -
 4 files changed, 132 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 10:17:40 UTC (rev 83663)
+++ community-i686/PKGBUILD 2013-02-04 10:17:56 UTC (rev 83664)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=3.0.17
-pkgrel=2
-_pkgdlnr=76398
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz)
-md5sums=('4ce8cac20e3c857bad621a6113d7268f')
-
-build(){
-  cd $srcdir/passenger-$pkgver
-
-  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 83663, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 10:17:56 UTC (rev 83664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=3.0.19
+pkgrel=1
+_pkgdlnr=76675
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz)
+#https://github.com/FooBarWidget/passenger/archive/release-3.0.19.tar.gz
+md5sums=('5df27d7908d55f164853fc2043ee069f')
+
+build(){
+  cd $srcdir/passenger-$pkgver
+
+  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-02-04 10:17:40 UTC (rev 83663)
+++ community-i686/passenger.install2013-02-04 10:17:56 UTC (rev 83664)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo /somewhere/public, like this:
-   echo 
-   echo VirtualHost *:80
-   echo   ServerName www.yourhost.com
-   echo   DocumentRoot /somewhere/public# -- be sure to point to 
'public'!
-   echoDirectory /somewhere/public
-   echo   AllowOverride 

[arch-commits] Commit in mongodb/repos (28 files)

2013-02-04 Thread Felix Yan
Date: Monday, February 4, 2013 @ 11:18:57
  Author: fyan
Revision: 83665

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 83661, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 83661, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/boost1.50.patch
(from rev 83661, mongodb/trunk/boost1.50.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 83661, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 83661, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.rc
(from rev 83661, mongodb/trunk/mongodb.rc)
  mongodb/repos/community-i686/mongodb.service
(from rev 83661, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 83664, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 83664, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/boost1.50.patch
(from rev 83664, mongodb/trunk/boost1.50.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 83664, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 83664, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.rc
(from rev 83664, mongodb/trunk/mongodb.rc)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 83664, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/boost1.50.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.rc
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/boost1.50.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.rc
  mongodb/repos/community-x86_64/mongodb.service

--+
 community-i686/PKGBUILD  |  148 -
 community-i686/SConscript.client.patch   |   26 -
 community-i686/boost1.50.patch   |  474 ++---
 community-i686/mongodb.conf  |   16 
 community-i686/mongodb.install   |   64 +--
 community-i686/mongodb.rc|   78 ++--
 community-i686/mongodb.service   |   20 -
 community-x86_64/PKGBUILD|  148 -
 community-x86_64/SConscript.client.patch |   26 -
 community-x86_64/boost1.50.patch |  474 ++---
 community-x86_64/mongodb.conf|   16 
 community-x86_64/mongodb.install |   64 +--
 community-x86_64/mongodb.rc  |   78 ++--
 community-x86_64/mongodb.service |   20 -
 14 files changed, 826 insertions(+), 826 deletions(-)

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


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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 11:47:17
  Author: tpowa
Revision: 177022

upgpkg: linux-lts 3.0.62-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |9 +
 linux-lts.install |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:31:16 UTC (rev 177021)
+++ PKGBUILD2013-02-04 10:47:17 UTC (rev 177022)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.61
+pkgver=3.0.62
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,15 +24,16 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'a156c74debcfac86ff5fcd27a83ea40b'
- '0039c38ffa0565161b8d014baba12853'
- '5dd73b3abaa481ef0e3ad423e043c0ab'
+ 'b0c86830c65280b02223fd8fff8aec08'
+ 'a8c2f7618f3cc6689e1bea32692b72f5'
+ '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
+
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-04 09:31:16 UTC (rev 177021)
+++ linux-lts.install   2013-02-04 10:47:17 UTC (rev 177022)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.61-1-lts
+KERNEL_VERSION=3.0.62-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 11:47:40
  Author: tpowa
Revision: 177023

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 177022, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 177022, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 177022, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 177022, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 177022, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 177022, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 177022, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 177022, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 177022, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 177022, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 177022, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 177022, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 177022, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 177022, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 177022, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 177022, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 177022, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 177022, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 177022, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 177022, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 177022, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 177022, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


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

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 11:52:52
  Author: svenstaro
Revision: 83666

upgpkg: wine 1.5.23-1

Updating to 1.5.23

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:18:57 UTC (rev 83665)
+++ PKGBUILD2013-02-04 10:52:52 UTC (rev 83666)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.5.22
+pkgver=1.5.23
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('8b37350b58da09eb3ce63422070c27c4'
- '8d8148811ee6c990513de2121c47f2e3')
+md5sums=('70228ea29efe9700a66202b495b068bc'
+ '8b8620cf523bb6c7e61d01480c167859')
 
 pkgdesc=A compatibility layer for running Windows programs
 url=http://www.winehq.com;
@@ -97,10 +97,6 @@
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build
 
-  # These additional CFLAGS solve FS#27662
-  export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-  export CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-
   if [[ $CARCH == x86_64 ]]; then
 msg2 Building Wine-64...
 
@@ -108,7 +104,6 @@
 cd $srcdir/$pkgname-64-build
 ../$pkgname/configure \
   --prefix=/usr \
-  --sysconfdir=/etc \
   --libdir=/usr/lib \
   --with-x \
   --enable-win64
@@ -131,8 +126,8 @@
 --with-x \
 ${_wine32opts[@]}
 
-  # These additional CFLAGS solve FS#27560 and FS#23277
-  make CFLAGS+=-mstackrealign -mincoming-stack-boundary=2 
CXXFLAGS+=-mstackrealign -mincoming-stack-boundary=2
+  # These additional flags solve FS#23277
+  #make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
 }
 
 package() {



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

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 11:53:01
  Author: svenstaro
Revision: 83667

archrelease: copy trunk to community-x86_64

Added:
  wine/repos/community-x86_64/
  wine/repos/community-x86_64/PKGBUILD
(from rev 83666, wine/trunk/PKGBUILD)
  wine/repos/community-x86_64/wine.install
(from rev 83666, wine/trunk/wine.install)

--+
 PKGBUILD |  152 +
 wine.install |   12 
 2 files changed, 164 insertions(+)

Copied: wine/repos/community-x86_64/PKGBUILD (from rev 83666, 
wine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-04 10:53:01 UTC (rev 83667)
@@ -0,0 +1,152 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=wine
+pkgver=1.5.23
+pkgrel=1
+
+_pkgbasever=${pkgver/rc/-rc}
+
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
+md5sums=('70228ea29efe9700a66202b495b068bc'
+ '8b8620cf523bb6c7e61d01480c167859')
+
+pkgdesc=A compatibility layer for running Windows programs
+url=http://www.winehq.com;
+arch=(i686 x86_64)
+license=(LGPL)
+install=wine.install
+
+depends=(
+  fontconfig  lib32-fontconfig
+  libxcursor  lib32-libxcursor
+  libxrandr   lib32-libxrandr
+  libxdamage  lib32-libxdamage
+  libxi   lib32-libxi
+  gettext lib32-gettext
+  glu lib32-glu
+  libsm   lib32-libsm
+  gcc-libslib32-gcc-libs
+  desktop-file-utils
+)
+
+makedepends=(autoconf ncurses bison perl fontforge flex prelink
+  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
+  giflib  lib32-giflib
+  libpng  lib32-libpng
+  gnutls  lib32-gnutls
+  libxinerama lib32-libxinerama
+  libxcomposite   lib32-libxcomposite
+  libxmu  lib32-libxmu
+  libxxf86vm  lib32-libxxf86vm
+  libxml2 lib32-libxml2
+  libldap lib32-libldap
+  lcmslib32-lcms
+  mpg123  lib32-mpg123
+  openal  lib32-openal
+  v4l-utils   lib32-v4l-utils
+  alsa-liblib32-alsa-lib
+  libxcomposite   lib32-libxcomposite
+  mesalib32-mesa
+  oss
+  samba
+)
+  
+optdepends=(
+  giflib  lib32-giflib
+  libpng  lib32-libpng
+  libldap lib32-libldap
+  gnutls  lib32-gnutls
+  lcmslib32-lcms
+  libxml2 lib32-libxml2
+  mpg123  lib32-mpg123
+  openal  lib32-openal
+  v4l-utils   lib32-v4l-utils
+  libpulselib32-libpulse
+  alsa-pluginslib32-alsa-plugins
+  alsa-liblib32-alsa-lib
+  libjpeg-turbo   lib32-libjpeg-turbo
+  libxcomposite   lib32-libxcomposite
+  libxinerama lib32-libxinerama
+  oss cups
+  samba
+)
+
+if [[ $CARCH == i686 ]]; then
+  # Strip lib32 etc. on i686
+  depends=(${depends[@]/*32-*/})
+  makedepends=(${makedepends[@]/*32-*/})
+  makedepends=(${makedepends[@]/*-multilib*/})
+  optdepends=(${optdepends[@]/*32-*/})
+else
+  provides=(bin32-wine=$pkgver wine-wow64=$pkgver)
+  conflicts=('bin32-wine' 'wine-wow64')
+  replaces=('bin32-wine')
+fi
+
+build() {
+  cd $srcdir
+
+  # Allow ccache to work
+  mv $pkgname-$_pkgbasever $pkgname
+
+  # Get rid of old build dirs
+  rm -rf $pkgname-{32,64}-build
+  mkdir $pkgname-32-build
+
+  if [[ $CARCH == x86_64 ]]; then
+msg2 Building Wine-64...
+
+mkdir $pkgname-64-build
+cd $srcdir/$pkgname-64-build
+../$pkgname/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --with-x \
+  --enable-win64
+
+make
+
+_wine32opts=(
+  --libdir=/usr/lib32
+  --with-wine64=$srcdir/$pkgname-64-build
+)
+
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+  msg2 Building Wine-32...
+  cd $srcdir/$pkgname-32-build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-x \
+${_wine32opts[@]}
+
+  # These additional flags solve FS#23277
+  #make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
+}
+
+package() {
+  msg2 Packaging Wine-32...
+  cd $srcdir/$pkgname-32-build
+
+  if [[ $CARCH == i686 ]]; then
+make prefix=$pkgdir/usr install
+  else
+make prefix=$pkgdir/usr \
+  libdir=$pkgdir/usr/lib32 \
+  dlldir=$pkgdir/usr/lib32/wine install
+
+msg2 Packaging Wine-64...
+cd $srcdir/$pkgname-64-build
+make prefix=$pkgdir/usr \
+  libdir=$pkgdir/usr/lib \
+  dlldir=$pkgdir/usr/lib/wine install
+  fi
+}
+
+# vim:set ts=8 sts=2 sw=2 et:

Copied: wine/repos/community-x86_64/wine.install (from rev 83666, 
wine/trunk/wine.install)
===
--- community-x86_64/wine.install   (rev 0)
+++ 

[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 11:53:49
  Author: svenstaro
Revision: 83668

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 83667, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 83667, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  309 -
 wine.install |   24 ++--
 2 files changed, 164 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 10:53:01 UTC (rev 83667)
+++ PKGBUILD2013-02-04 10:53:49 UTC (rev 83668)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.22
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('8b37350b58da09eb3ce63422070c27c4'
- '8d8148811ee6c990513de2121c47f2e3')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  depends=(${depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  provides=(bin32-wine=$pkgver wine-wow64=$pkgver)
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd $srcdir
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662
-  export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-  export CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 Building Wine-64...
-
-mkdir $pkgname-64-build
-cd $srcdir/$pkgname-64-build
-../$pkgname/configure \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --libdir=/usr/lib \
-  --with-x \
-  --enable-win64
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64=$srcdir/$pkgname-64-build
-)
-
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-  msg2 Building Wine-32...
-  cd $srcdir/$pkgname-32-build
-  ../$pkgname/configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-x \
-${_wine32opts[@]}
-
-  # These additional CFLAGS solve FS#27560 and FS#23277
-  make CFLAGS+=-mstackrealign -mincoming-stack-boundary=2 
CXXFLAGS+=-mstackrealign -mincoming-stack-boundary=2
-}
-
-package() {
-  msg2 Packaging Wine-32...
-  cd $srcdir/$pkgname-32-build
-
-  if [[ $CARCH == i686 ]]; then
-make prefix=$pkgdir/usr install
-  else
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib32 \
-  dlldir=$pkgdir/usr/lib32/wine install
-
-msg2 Packaging Wine-64...
-cd $srcdir/$pkgname-64-build
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib \
-  dlldir=$pkgdir/usr/lib/wine install
-  fi
-}
-
-# vim:set ts=8 sts=2 sw=2 et:

Copied: 

[arch-commits] Commit in (7 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:02:55
  Author: spupykin
Revision: 83669

remove startdir

Modified:
  arm-wince-cegcc-profile/trunk/PKGBUILD
  echat/trunk/PKGBUILD
  fbgrab/trunk/PKGBUILD
  fldiff/trunk/PKGBUILD
  floyd/trunk/PKGBUILD
  librcc/trunk/PKGBUILD
  unifdef/trunk/PKGBUILD

+
 arm-wince-cegcc-profile/trunk/PKGBUILD |4 ++--
 echat/trunk/PKGBUILD   |8 
 fbgrab/trunk/PKGBUILD  |7 ---
 fldiff/trunk/PKGBUILD  |2 +-
 floyd/trunk/PKGBUILD   |4 ++--
 librcc/trunk/PKGBUILD  |   30 +++---
 unifdef/trunk/PKGBUILD |2 +-
 7 files changed, 29 insertions(+), 28 deletions(-)

Modified: arm-wince-cegcc-profile/trunk/PKGBUILD
===
--- arm-wince-cegcc-profile/trunk/PKGBUILD  2013-02-04 10:53:49 UTC (rev 
83668)
+++ arm-wince-cegcc-profile/trunk/PKGBUILD  2013-02-04 11:02:55 UTC (rev 
83669)
@@ -18,7 +18,7 @@
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 
 build() {
-  cd ${startdir}/src/cegcc/src/profile
+  cd $srcdir/cegcc/src/profile
 
   export PATH=$_prefix/bin:$PATH
   export TARGET=arm-wince-cegcc
@@ -35,7 +35,7 @@
 
   make
 
-  sed -i s|prefix = $_prefix|prefix = $startdir/pkg/$_prefix|g Makefile
+  sed -i s|prefix = $_prefix|prefix = $pkgdir/$_prefix|g Makefile
   make install
 
   find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;

Modified: echat/trunk/PKGBUILD
===
--- echat/trunk/PKGBUILD2013-02-04 10:53:49 UTC (rev 83668)
+++ echat/trunk/PKGBUILD2013-02-04 11:02:55 UTC (rev 83669)
@@ -21,9 +21,9 @@
 #
 
 build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
+  cd $srcdir/$pkgname-${pkgver}
   make
-  install -D -m 0755 echat $startdir/pkg/usr/bin/echat
-  install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1
-  install -D -m 0644 doc/.echatrc.sample 
$startdir/pkg/usr/share/echat/dot.echatrc.sample
+  install -D -m 0755 echat $pkgdir/usr/bin/echat
+  install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
+  install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample
 }

Modified: fbgrab/trunk/PKGBUILD
===
--- fbgrab/trunk/PKGBUILD   2013-02-04 10:53:49 UTC (rev 83668)
+++ fbgrab/trunk/PKGBUILD   2013-02-04 11:02:55 UTC (rev 83669)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=fbgrab
@@ -14,10 +15,10 @@
 md5sums=('7af4d8774684182ed690d5da82d6d234')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   sed -i '1,1i#include zlib.h' fbgrab.c
   gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
   strip fbgrab
-  install -D -m755 $startdir/src/$pkgname-$pkgver/fbgrab 
$startdir/pkg/usr/bin/fbgrab
-  install -D -m644 $startdir/src/$pkgname-$pkgver/fbgrab.1.man 
$startdir/pkg/usr/share/man/man1/fbgrab.1
+  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
+  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
 }

Modified: fldiff/trunk/PKGBUILD
===
--- fldiff/trunk/PKGBUILD   2013-02-04 10:53:49 UTC (rev 83668)
+++ fldiff/trunk/PKGBUILD   2013-02-04 11:02:55 UTC (rev 83669)
@@ -27,5 +27,5 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make BUILDROOT=$pkgdir install install-desktop
-  mv `find $pkgdir/ -name Development -type d` 
$startdir/pkg/usr/share/applications
+  mv `find $pkgdir/ -name Development -type d` $pkgdir/usr/share/applications
 }

Modified: floyd/trunk/PKGBUILD
===
--- floyd/trunk/PKGBUILD2013-02-04 10:53:49 UTC (rev 83668)
+++ floyd/trunk/PKGBUILD2013-02-04 11:02:55 UTC (rev 83669)
@@ -16,13 +16,13 @@
  '0cde2017ead790f9d556ef34c6a4008f')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   patch -p1 $srcdir/build-fix.patch
   make pthread
 }
 
 package() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
   make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
 }

Modified: librcc/trunk/PKGBUILD
===
--- librcc/trunk/PKGBUILD   2013-02-04 10:53:49 UTC (rev 83668)
+++ librcc/trunk/PKGBUILD   2013-02-04 11:02:55 UTC (rev 83669)
@@ -18,32 +18,32 @@
  '040313d1d8f166ccf2b128cea4c05f21')
 
 build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
+  cd $srcdir/$pkgname-${pkgver}
   ./configure --prefix=/usr
   patch -p1 $srcdir/librcc-strnlen.patch
   make
 }
 

[arch-commits] Commit in arm-wince-cegcc-profile/repos/community-any (2 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:04:11
  Author: spupykin
Revision: 83670

archrelease: copy trunk to community-any

Added:
  arm-wince-cegcc-profile/repos/community-any/PKGBUILD
(from rev 83669, arm-wince-cegcc-profile/trunk/PKGBUILD)
Deleted:
  arm-wince-cegcc-profile/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:02:55 UTC (rev 83669)
+++ PKGBUILD2013-02-04 11:04:11 UTC (rev 83670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=arm-wince-cegcc-profile
-pkgver=0.59.1
-pkgrel=1
-_prefix=/opt/cegcc
-pkgdesc=CE GCC bundle - cross compilation tools for WinCE
-arch=('any')
-license=(GPL)
-options=(!libtool)
-url=http://cegcc.sf.net;
-depends=('arm-wince-cegcc-cegccdll')
-makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs'
-'arm-wince-cegcc-w32api')
-groups=('cegcc')
-source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
-md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
-
-build() {
-  cd ${startdir}/src/cegcc/src/profile
-
-  export PATH=$_prefix/bin:$PATH
-  export TARGET=arm-wince-cegcc
-  unset CFLAGS
-  unset CXXFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-
-  ./configure  \
-   --build=$CARCH   \
-   --host=arm-wince-cegcc   \
-   --target=arm-wince-cegcc \
-   --prefix=$_prefix
-
-  make
-
-  sed -i s|prefix = $_prefix|prefix = $startdir/pkg/$_prefix|g Makefile
-  make install
-
-  find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
-}

Copied: arm-wince-cegcc-profile/repos/community-any/PKGBUILD (from rev 83669, 
arm-wince-cegcc-profile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:04:11 UTC (rev 83670)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=arm-wince-cegcc-profile
+pkgver=0.59.1
+pkgrel=1
+_prefix=/opt/cegcc
+pkgdesc=CE GCC bundle - cross compilation tools for WinCE
+arch=('any')
+license=(GPL)
+options=(!libtool)
+url=http://cegcc.sf.net;
+depends=('arm-wince-cegcc-cegccdll')
+makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs'
+'arm-wince-cegcc-w32api')
+groups=('cegcc')
+source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
+md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
+
+build() {
+  cd $srcdir/cegcc/src/profile
+
+  export PATH=$_prefix/bin:$PATH
+  export TARGET=arm-wince-cegcc
+  unset CFLAGS
+  unset CXXFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+
+  ./configure  \
+   --build=$CARCH   \
+   --host=arm-wince-cegcc   \
+   --target=arm-wince-cegcc \
+   --prefix=$_prefix
+
+  make
+
+  sed -i s|prefix = $_prefix|prefix = $pkgdir/$_prefix|g Makefile
+  make install
+
+  find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
+}



[arch-commits] Commit in echat/repos/community-i686 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:04:22
  Author: spupykin
Revision: 83671

archrelease: copy trunk to community-i686

Added:
  echat/repos/community-i686/PKGBUILD
(from rev 83670, echat/trunk/PKGBUILD)
Deleted:
  echat/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:11 UTC (rev 83670)
+++ PKGBUILD2013-02-04 11:04:22 UTC (rev 83671)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=echat
-pkgver=0.04beta1
-pkgrel=3
-pkgdesc=vypress compatible ncurses chat (can work without server)
-arch=('i686' 'x86_64')
-url=http://echat.deep.perm.ru/;
-license=(GPL)
-depends=(ncurses)
-source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
-md5sums=('dda3891d08f04dd266858380d404af15')
-
-#
-# see also:
-#   url=http://www.vypress.com/products/chat/unix/;
-#   url=http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
-#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
-#
-
-build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  make
-  install -D -m 0755 echat $startdir/pkg/usr/bin/echat
-  install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1
-  install -D -m 0644 doc/.echatrc.sample 
$startdir/pkg/usr/share/echat/dot.echatrc.sample
-}

Copied: echat/repos/community-i686/PKGBUILD (from rev 83670, 
echat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:04:22 UTC (rev 83671)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=echat
+pkgver=0.04beta1
+pkgrel=3
+pkgdesc=vypress compatible ncurses chat (can work without server)
+arch=('i686' 'x86_64')
+url=http://echat.deep.perm.ru/;
+license=(GPL)
+depends=(ncurses)
+source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
+md5sums=('dda3891d08f04dd266858380d404af15')
+
+#
+# see also:
+#   url=http://www.vypress.com/products/chat/unix/;
+#   url=http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
+#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
+#
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  make
+  install -D -m 0755 echat $pkgdir/usr/bin/echat
+  install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
+  install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample
+}



[arch-commits] Commit in echat/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:04:33
  Author: spupykin
Revision: 83672

archrelease: copy trunk to community-x86_64

Added:
  echat/repos/community-x86_64/PKGBUILD
(from rev 83671, echat/trunk/PKGBUILD)
Deleted:
  echat/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:22 UTC (rev 83671)
+++ PKGBUILD2013-02-04 11:04:33 UTC (rev 83672)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=echat
-pkgver=0.04beta1
-pkgrel=3
-pkgdesc=vypress compatible ncurses chat (can work without server)
-arch=('i686' 'x86_64')
-url=http://echat.deep.perm.ru/;
-license=(GPL)
-depends=(ncurses)
-source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
-md5sums=('dda3891d08f04dd266858380d404af15')
-
-#
-# see also:
-#   url=http://www.vypress.com/products/chat/unix/;
-#   url=http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
-#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
-#
-
-build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  make
-  install -D -m 0755 echat $startdir/pkg/usr/bin/echat
-  install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1
-  install -D -m 0644 doc/.echatrc.sample 
$startdir/pkg/usr/share/echat/dot.echatrc.sample
-}

Copied: echat/repos/community-x86_64/PKGBUILD (from rev 83671, 
echat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:04:33 UTC (rev 83672)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=echat
+pkgver=0.04beta1
+pkgrel=3
+pkgdesc=vypress compatible ncurses chat (can work without server)
+arch=('i686' 'x86_64')
+url=http://echat.deep.perm.ru/;
+license=(GPL)
+depends=(ncurses)
+source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
+md5sums=('dda3891d08f04dd266858380d404af15')
+
+#
+# see also:
+#   url=http://www.vypress.com/products/chat/unix/;
+#   url=http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
+#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
+#
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  make
+  install -D -m 0755 echat $pkgdir/usr/bin/echat
+  install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
+  install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample
+}



[arch-commits] Commit in fbgrab/repos/community-i686 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:04:44
  Author: spupykin
Revision: 83673

archrelease: copy trunk to community-i686

Added:
  fbgrab/repos/community-i686/PKGBUILD
(from rev 83672, fbgrab/trunk/PKGBUILD)
Deleted:
  fbgrab/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:33 UTC (rev 83672)
+++ PKGBUILD2013-02-04 11:04:44 UTC (rev 83673)
@@ -1,23 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=fbgrab
-pkgver=1.0
-pkgrel=6
-pkgdesc=A framebuffer screenshot grabber
-arch=(i686 x86_64)
-url=http://hem.bredband.net/gmogmo/fbgrab/;
-license=(GPL)
-depends=('libpng')
-makedepends=('libpng')
-source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
-md5sums=('7af4d8774684182ed690d5da82d6d234')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  sed -i '1,1i#include zlib.h' fbgrab.c
-  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-  strip fbgrab
-  install -D -m755 $startdir/src/$pkgname-$pkgver/fbgrab 
$startdir/pkg/usr/bin/fbgrab
-  install -D -m644 $startdir/src/$pkgname-$pkgver/fbgrab.1.man 
$startdir/pkg/usr/share/man/man1/fbgrab.1
-}

Copied: fbgrab/repos/community-i686/PKGBUILD (from rev 83672, 
fbgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:04:44 UTC (rev 83673)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.0
+pkgrel=6
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://hem.bredband.net/gmogmo/fbgrab/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
+md5sums=('7af4d8774684182ed690d5da82d6d234')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' fbgrab.c
+  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
+  strip fbgrab
+  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
+  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
+}



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

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 12:04:54
  Author: svenstaro
Revision: 83674

upgpkg: wine 1.5.23-1

Updating to 1.5.23

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:44 UTC (rev 83673)
+++ PKGBUILD2013-02-04 11:04:54 UTC (rev 83674)
@@ -122,12 +122,8 @@
   cd $srcdir/$pkgname-32-build
   ../$pkgname/configure \
 --prefix=/usr \
---sysconfdir=/etc \
 --with-x \
 ${_wine32opts[@]}
-
-  # These additional flags solve FS#23277
-  #make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
 }
 
 package() {



[arch-commits] Commit in fbgrab/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:04:55
  Author: spupykin
Revision: 83675

archrelease: copy trunk to community-x86_64

Added:
  fbgrab/repos/community-x86_64/PKGBUILD
(from rev 83673, fbgrab/trunk/PKGBUILD)
Deleted:
  fbgrab/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:54 UTC (rev 83674)
+++ PKGBUILD2013-02-04 11:04:55 UTC (rev 83675)
@@ -1,23 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=fbgrab
-pkgver=1.0
-pkgrel=6
-pkgdesc=A framebuffer screenshot grabber
-arch=(i686 x86_64)
-url=http://hem.bredband.net/gmogmo/fbgrab/;
-license=(GPL)
-depends=('libpng')
-makedepends=('libpng')
-source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
-md5sums=('7af4d8774684182ed690d5da82d6d234')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  sed -i '1,1i#include zlib.h' fbgrab.c
-  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
-  strip fbgrab
-  install -D -m755 $startdir/src/$pkgname-$pkgver/fbgrab 
$startdir/pkg/usr/bin/fbgrab
-  install -D -m644 $startdir/src/$pkgname-$pkgver/fbgrab.1.man 
$startdir/pkg/usr/share/man/man1/fbgrab.1
-}

Copied: fbgrab/repos/community-x86_64/PKGBUILD (from rev 83673, 
fbgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:04:55 UTC (rev 83675)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.0
+pkgrel=6
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://hem.bredband.net/gmogmo/fbgrab/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
+md5sums=('7af4d8774684182ed690d5da82d6d234')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' fbgrab.c
+  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
+  strip fbgrab
+  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
+  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
+}



[arch-commits] Commit in wine/repos/community-i686 (4 files)

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 12:05:02
  Author: svenstaro
Revision: 83676

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/PKGBUILD
(from rev 83675, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 83675, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

--+
 PKGBUILD |  305 +++--
 wine.install |   24 ++--
 2 files changed, 160 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:04:55 UTC (rev 83675)
+++ PKGBUILD2013-02-04 11:05:02 UTC (rev 83676)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.22
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('8b37350b58da09eb3ce63422070c27c4'
- '8d8148811ee6c990513de2121c47f2e3')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  depends=(${depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  provides=(bin32-wine=$pkgver wine-wow64=$pkgver)
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd $srcdir
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662
-  export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-  export CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 Building Wine-64...
-
-mkdir $pkgname-64-build
-cd $srcdir/$pkgname-64-build
-../$pkgname/configure \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --libdir=/usr/lib \
-  --with-x \
-  --enable-win64
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64=$srcdir/$pkgname-64-build
-)
-
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-  msg2 Building Wine-32...
-  cd $srcdir/$pkgname-32-build
-  ../$pkgname/configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-x \
-${_wine32opts[@]}
-
-  # These additional CFLAGS solve FS#27560 and FS#23277
-  make CFLAGS+=-mstackrealign -mincoming-stack-boundary=2 
CXXFLAGS+=-mstackrealign -mincoming-stack-boundary=2
-}
-
-package() {
-  msg2 Packaging Wine-32...
-  cd $srcdir/$pkgname-32-build
-
-  if [[ $CARCH == i686 ]]; then
-make prefix=$pkgdir/usr install
-  else
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib32 \
-  dlldir=$pkgdir/usr/lib32/wine install
-
-msg2 Packaging Wine-64...
-cd $srcdir/$pkgname-64-build
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib \
-  dlldir=$pkgdir/usr/lib/wine install
-  fi
-}
-
-# vim:set ts=8 sts=2 sw=2 et:

Copied: 

[arch-commits] Commit in fldiff/repos/community-i686 (6 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:05:12
  Author: spupykin
Revision: 83677

archrelease: copy trunk to community-i686

Added:
  fldiff/repos/community-i686/PKGBUILD
(from rev 83676, fldiff/trunk/PKGBUILD)
  fldiff/repos/community-i686/build-fix.patch
(from rev 83676, fldiff/trunk/build-fix.patch)
  fldiff/repos/community-i686/fldiff.install
(from rev 83676, fldiff/trunk/fldiff.install)
Deleted:
  fldiff/repos/community-i686/PKGBUILD
  fldiff/repos/community-i686/build-fix.patch
  fldiff/repos/community-i686/fldiff.install

-+
 PKGBUILD|   62 +++---
 build-fix.patch |   62 +++---
 fldiff.install  |   22 +--
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:02 UTC (rev 83676)
+++ PKGBUILD2013-02-04 11:05:12 UTC (rev 83677)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: iztok pizorn piz...@gmail.com
-
-pkgname=fldiff
-pkgver=1.1
-pkgrel=7
-pkgdesc=graphical diff program
-arch=(i686 x86_64)
-url=http://www.easysw.com/~mike/fldiff/;
-license=('GPL')
-install=fldiff.install
-depends=('diffutils' 'fltk' 'xdg-utils')
-source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
-   build-fix.patch)
-md5sums=('12897c92106fb5d665210a2e82f5cf25'
- 'ea7258e07544b81561c6d76a41c184e7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BUILDROOT=$pkgdir install install-desktop
-  mv `find $pkgdir/ -name Development -type d` 
$startdir/pkg/usr/share/applications
-}

Copied: fldiff/repos/community-i686/PKGBUILD (from rev 83676, 
fldiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:05:12 UTC (rev 83677)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: iztok pizorn piz...@gmail.com
+
+pkgname=fldiff
+pkgver=1.1
+pkgrel=7
+pkgdesc=graphical diff program
+arch=(i686 x86_64)
+url=http://www.easysw.com/~mike/fldiff/;
+license=('GPL')
+install=fldiff.install
+depends=('diffutils' 'fltk' 'xdg-utils')
+source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
+   build-fix.patch)
+md5sums=('12897c92106fb5d665210a2e82f5cf25'
+ 'ea7258e07544b81561c6d76a41c184e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BUILDROOT=$pkgdir install install-desktop
+  mv `find $pkgdir/ -name Development -type d` $pkgdir/usr/share/applications
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-02-04 11:05:02 UTC (rev 83676)
+++ build-fix.patch 2013-02-04 11:05:12 UTC (rev 83677)
@@ -1,31 +0,0 @@
-Only in fldiff-1.1.my: config.log
-Only in fldiff-1.1.my: config.status
-Only in fldiff-1.1.my: DiffChooser.o
-Only in fldiff-1.1.my: DiffOpenWindow.o
-Only in fldiff-1.1.my: DiffView.o
-diff -wbBur fldiff-1.1/DiffWindow.cxx fldiff-1.1.my/DiffWindow.cxx
 fldiff-1.1/DiffWindow.cxx  2006-11-13 21:54:02.0 +0300
-+++ fldiff-1.1.my/DiffWindow.cxx   2011-07-05 12:58:38.0 +0400
-@@ -1126,11 +1126,11 @@
- DiffWindow::save_prefs()
- {
-   // Save the window prefs for the next run...
--  prefs_.set(color, color());
--  prefs_.set(selection_color, selection_color());
-+  prefs_.set(color, (int)color());
-+  prefs_.set(selection_color, (int)selection_color());
-   prefs_.set(showlinenum, showlinenum());
-   prefs_.set(tabwidth, tabwidth());
--  prefs_.set(textcolor, textcolor());
-+  prefs_.set(textcolor, (int)textcolor());
-   prefs_.set(textsize, textsize());
-   prefs_.set(ignoreblanks, ignoreblanks());
- }
-Only in fldiff-1.1.my: DiffWindow.o
-Only in fldiff-1.1.my: FavoritesMenu.o
-Only in fldiff-1.1.my: FavoritesWindow.o
-Only in fldiff-1.1.my: fldiff
-Only in fldiff-1.1.my: fldiff.list
-Only in fldiff-1.1.my: fldiff.o
-Only in fldiff-1.1.my: Makefile
-Only in fldiff-1.1.my: PtProcess.o

Copied: fldiff/repos/community-i686/build-fix.patch (from rev 83676, 
fldiff/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2013-02-04 11:05:12 UTC (rev 83677)
@@ -0,0 +1,31 @@
+Only in fldiff-1.1.my: config.log
+Only in fldiff-1.1.my: config.status
+Only in fldiff-1.1.my: DiffChooser.o
+Only in fldiff-1.1.my: DiffOpenWindow.o
+Only in fldiff-1.1.my: DiffView.o
+diff -wbBur 

[arch-commits] Commit in fldiff/repos/community-x86_64 (6 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:05:24
  Author: spupykin
Revision: 83678

archrelease: copy trunk to community-x86_64

Added:
  fldiff/repos/community-x86_64/PKGBUILD
(from rev 83677, fldiff/trunk/PKGBUILD)
  fldiff/repos/community-x86_64/build-fix.patch
(from rev 83677, fldiff/trunk/build-fix.patch)
  fldiff/repos/community-x86_64/fldiff.install
(from rev 83677, fldiff/trunk/fldiff.install)
Deleted:
  fldiff/repos/community-x86_64/PKGBUILD
  fldiff/repos/community-x86_64/build-fix.patch
  fldiff/repos/community-x86_64/fldiff.install

-+
 PKGBUILD|   62 +++---
 build-fix.patch |   62 +++---
 fldiff.install  |   22 +--
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:12 UTC (rev 83677)
+++ PKGBUILD2013-02-04 11:05:24 UTC (rev 83678)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: iztok pizorn piz...@gmail.com
-
-pkgname=fldiff
-pkgver=1.1
-pkgrel=7
-pkgdesc=graphical diff program
-arch=(i686 x86_64)
-url=http://www.easysw.com/~mike/fldiff/;
-license=('GPL')
-install=fldiff.install
-depends=('diffutils' 'fltk' 'xdg-utils')
-source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
-   build-fix.patch)
-md5sums=('12897c92106fb5d665210a2e82f5cf25'
- 'ea7258e07544b81561c6d76a41c184e7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BUILDROOT=$pkgdir install install-desktop
-  mv `find $pkgdir/ -name Development -type d` 
$startdir/pkg/usr/share/applications
-}

Copied: fldiff/repos/community-x86_64/PKGBUILD (from rev 83677, 
fldiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:05:24 UTC (rev 83678)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: iztok pizorn piz...@gmail.com
+
+pkgname=fldiff
+pkgver=1.1
+pkgrel=7
+pkgdesc=graphical diff program
+arch=(i686 x86_64)
+url=http://www.easysw.com/~mike/fldiff/;
+license=('GPL')
+install=fldiff.install
+depends=('diffutils' 'fltk' 'xdg-utils')
+source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
+   build-fix.patch)
+md5sums=('12897c92106fb5d665210a2e82f5cf25'
+ 'ea7258e07544b81561c6d76a41c184e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BUILDROOT=$pkgdir install install-desktop
+  mv `find $pkgdir/ -name Development -type d` $pkgdir/usr/share/applications
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-02-04 11:05:12 UTC (rev 83677)
+++ build-fix.patch 2013-02-04 11:05:24 UTC (rev 83678)
@@ -1,31 +0,0 @@
-Only in fldiff-1.1.my: config.log
-Only in fldiff-1.1.my: config.status
-Only in fldiff-1.1.my: DiffChooser.o
-Only in fldiff-1.1.my: DiffOpenWindow.o
-Only in fldiff-1.1.my: DiffView.o
-diff -wbBur fldiff-1.1/DiffWindow.cxx fldiff-1.1.my/DiffWindow.cxx
 fldiff-1.1/DiffWindow.cxx  2006-11-13 21:54:02.0 +0300
-+++ fldiff-1.1.my/DiffWindow.cxx   2011-07-05 12:58:38.0 +0400
-@@ -1126,11 +1126,11 @@
- DiffWindow::save_prefs()
- {
-   // Save the window prefs for the next run...
--  prefs_.set(color, color());
--  prefs_.set(selection_color, selection_color());
-+  prefs_.set(color, (int)color());
-+  prefs_.set(selection_color, (int)selection_color());
-   prefs_.set(showlinenum, showlinenum());
-   prefs_.set(tabwidth, tabwidth());
--  prefs_.set(textcolor, textcolor());
-+  prefs_.set(textcolor, (int)textcolor());
-   prefs_.set(textsize, textsize());
-   prefs_.set(ignoreblanks, ignoreblanks());
- }
-Only in fldiff-1.1.my: DiffWindow.o
-Only in fldiff-1.1.my: FavoritesMenu.o
-Only in fldiff-1.1.my: FavoritesWindow.o
-Only in fldiff-1.1.my: fldiff
-Only in fldiff-1.1.my: fldiff.list
-Only in fldiff-1.1.my: fldiff.o
-Only in fldiff-1.1.my: Makefile
-Only in fldiff-1.1.my: PtProcess.o

Copied: fldiff/repos/community-x86_64/build-fix.patch (from rev 83677, 
fldiff/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2013-02-04 11:05:24 UTC (rev 83678)
@@ -0,0 +1,31 @@
+Only in fldiff-1.1.my: config.log
+Only in fldiff-1.1.my: config.status
+Only in fldiff-1.1.my: DiffChooser.o
+Only in fldiff-1.1.my: DiffOpenWindow.o
+Only in fldiff-1.1.my: DiffView.o
+diff -wbBur 

[arch-commits] Commit in floyd/repos/community-i686 (4 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:05:34
  Author: spupykin
Revision: 83679

archrelease: copy trunk to community-i686

Added:
  floyd/repos/community-i686/PKGBUILD
(from rev 83678, floyd/trunk/PKGBUILD)
  floyd/repos/community-i686/build-fix.patch
(from rev 83678, floyd/trunk/build-fix.patch)
Deleted:
  floyd/repos/community-i686/PKGBUILD
  floyd/repos/community-i686/build-fix.patch

-+
 PKGBUILD|   56 +-
 build-fix.patch |   60 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:24 UTC (rev 83678)
+++ PKGBUILD2013-02-04 11:05:34 UTC (rev 83679)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=floyd
-pkgver=2.0.1
-pkgrel=4
-pkgdesc=displays system load with pulse of keyboard LED
-arch=('i686' 'x86_64')
-url=http://www.asahi-net.or.jp/~pi9s-nnb/floyd/;
-license=(GPL)
-depends=()
-source=(http://www.asahi-net.or.jp/~pi9s-nnb/floyd/$pkgname-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('c1b80bc76ac4e25e821a193428fa42a4'
- '0cde2017ead790f9d556ef34c6a4008f')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-  make pthread
-}
-
-package() {
-  cd $startdir/src/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
-  make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
-}

Copied: floyd/repos/community-i686/PKGBUILD (from rev 83678, 
floyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:05:34 UTC (rev 83679)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=floyd
+pkgver=2.0.1
+pkgrel=4
+pkgdesc=displays system load with pulse of keyboard LED
+arch=('i686' 'x86_64')
+url=http://www.asahi-net.or.jp/~pi9s-nnb/floyd/;
+license=(GPL)
+depends=()
+source=(http://www.asahi-net.or.jp/~pi9s-nnb/floyd/$pkgname-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('c1b80bc76ac4e25e821a193428fa42a4'
+ '0cde2017ead790f9d556ef34c6a4008f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+  make pthread
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
+  make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-02-04 11:05:24 UTC (rev 83678)
+++ build-fix.patch 2013-02-04 11:05:34 UTC (rev 83679)
@@ -1,30 +0,0 @@
-diff -wbBur floyd-2.0.1/floyd.c floyd-2.0.1.my/floyd.c
 floyd-2.0.1/floyd.c2005-12-01 12:49:43.0 +0300
-+++ floyd-2.0.1.my/floyd.c 2011-11-17 19:31:13.0 +0400
-@@ -167,11 +167,6 @@
-   }
-   if (gfprm.verbose || doargforked)   /* doargforked: set by -D */
- fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
--#ifdef linux
--  pthread_kill_other_threads_np();
--#else
--  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
--#endif
-   close(fdes);/* but here ? */
-   exit(0);
- }
-diff -wbBur floyd-2.0.1/voodoo.c floyd-2.0.1.my/voodoo.c
 floyd-2.0.1/voodoo.c   1999-07-29 18:01:10.0 +0400
-+++ floyd-2.0.1.my/voodoo.c2011-11-17 19:31:18.0 +0400
-@@ -101,11 +101,6 @@
- perror(KDSETLED);
-   }
-   fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
--#ifdef linux
--  pthread_kill_other_threads_np();
--#else
--  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
--#endif
-   exit(0);
- }
- 

Copied: floyd/repos/community-i686/build-fix.patch (from rev 83678, 
floyd/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2013-02-04 11:05:34 UTC (rev 83679)
@@ -0,0 +1,30 @@
+diff -wbBur floyd-2.0.1/floyd.c floyd-2.0.1.my/floyd.c
+--- floyd-2.0.1/floyd.c2005-12-01 12:49:43.0 +0300
 floyd-2.0.1.my/floyd.c 2011-11-17 19:31:13.0 +0400
+@@ -167,11 +167,6 @@
+   }
+   if (gfprm.verbose || doargforked)   /* doargforked: set by -D */
+ fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
+-#ifdef linux
+-  pthread_kill_other_threads_np();
+-#else
+-  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
+-#endif
+   close(fdes);/* but here ? */
+   exit(0);
+ }
+diff -wbBur floyd-2.0.1/voodoo.c floyd-2.0.1.my/voodoo.c
+--- floyd-2.0.1/voodoo.c   1999-07-29 

[arch-commits] Commit in floyd/repos/community-x86_64 (4 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:05:45
  Author: spupykin
Revision: 83680

archrelease: copy trunk to community-x86_64

Added:
  floyd/repos/community-x86_64/PKGBUILD
(from rev 83679, floyd/trunk/PKGBUILD)
  floyd/repos/community-x86_64/build-fix.patch
(from rev 83679, floyd/trunk/build-fix.patch)
Deleted:
  floyd/repos/community-x86_64/PKGBUILD
  floyd/repos/community-x86_64/build-fix.patch

-+
 PKGBUILD|   56 +-
 build-fix.patch |   60 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:34 UTC (rev 83679)
+++ PKGBUILD2013-02-04 11:05:45 UTC (rev 83680)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=floyd
-pkgver=2.0.1
-pkgrel=4
-pkgdesc=displays system load with pulse of keyboard LED
-arch=('i686' 'x86_64')
-url=http://www.asahi-net.or.jp/~pi9s-nnb/floyd/;
-license=(GPL)
-depends=()
-source=(http://www.asahi-net.or.jp/~pi9s-nnb/floyd/$pkgname-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('c1b80bc76ac4e25e821a193428fa42a4'
- '0cde2017ead790f9d556ef34c6a4008f')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-  make pthread
-}
-
-package() {
-  cd $startdir/src/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
-  make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
-}

Copied: floyd/repos/community-x86_64/PKGBUILD (from rev 83679, 
floyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:05:45 UTC (rev 83680)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=floyd
+pkgver=2.0.1
+pkgrel=4
+pkgdesc=displays system load with pulse of keyboard LED
+arch=('i686' 'x86_64')
+url=http://www.asahi-net.or.jp/~pi9s-nnb/floyd/;
+license=(GPL)
+depends=()
+source=(http://www.asahi-net.or.jp/~pi9s-nnb/floyd/$pkgname-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('c1b80bc76ac4e25e821a193428fa42a4'
+ '0cde2017ead790f9d556ef34c6a4008f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+  make pthread
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
+  make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-02-04 11:05:34 UTC (rev 83679)
+++ build-fix.patch 2013-02-04 11:05:45 UTC (rev 83680)
@@ -1,30 +0,0 @@
-diff -wbBur floyd-2.0.1/floyd.c floyd-2.0.1.my/floyd.c
 floyd-2.0.1/floyd.c2005-12-01 12:49:43.0 +0300
-+++ floyd-2.0.1.my/floyd.c 2011-11-17 19:31:13.0 +0400
-@@ -167,11 +167,6 @@
-   }
-   if (gfprm.verbose || doargforked)   /* doargforked: set by -D */
- fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
--#ifdef linux
--  pthread_kill_other_threads_np();
--#else
--  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
--#endif
-   close(fdes);/* but here ? */
-   exit(0);
- }
-diff -wbBur floyd-2.0.1/voodoo.c floyd-2.0.1.my/voodoo.c
 floyd-2.0.1/voodoo.c   1999-07-29 18:01:10.0 +0400
-+++ floyd-2.0.1.my/voodoo.c2011-11-17 19:31:18.0 +0400
-@@ -101,11 +101,6 @@
- perror(KDSETLED);
-   }
-   fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
--#ifdef linux
--  pthread_kill_other_threads_np();
--#else
--  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
--#endif
-   exit(0);
- }
- 

Copied: floyd/repos/community-x86_64/build-fix.patch (from rev 83679, 
floyd/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2013-02-04 11:05:45 UTC (rev 83680)
@@ -0,0 +1,30 @@
+diff -wbBur floyd-2.0.1/floyd.c floyd-2.0.1.my/floyd.c
+--- floyd-2.0.1/floyd.c2005-12-01 12:49:43.0 +0300
 floyd-2.0.1.my/floyd.c 2011-11-17 19:31:13.0 +0400
+@@ -167,11 +167,6 @@
+   }
+   if (gfprm.verbose || doargforked)   /* doargforked: set by -D */
+ fprintf(stderr, %s: signal %d received [%d]\n, progname, sig, getpid());
+-#ifdef linux
+-  pthread_kill_other_threads_np();
+-#else
+-  Maybe you loose. Check out if you have pthread_kill_other_threads_np().
+-#endif
+   close(fdes);/* but here ? */
+   exit(0);
+ }
+diff -wbBur floyd-2.0.1/voodoo.c floyd-2.0.1.my/voodoo.c
+--- floyd-2.0.1/voodoo.c   1999-07-29 

[arch-commits] Commit in librcc/repos/community-i686 (6 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:05:57
  Author: spupykin
Revision: 83681

archrelease: copy trunk to community-i686

Added:
  librcc/repos/community-i686/PKGBUILD
(from rev 83680, librcc/trunk/PKGBUILD)
  librcc/repos/community-i686/librcc-strnlen.patch
(from rev 83680, librcc/trunk/librcc-strnlen.patch)
  librcc/repos/community-i686/librcc.install
(from rev 83680, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-i686/PKGBUILD
  librcc/repos/community-i686/librcc-strnlen.patch
  librcc/repos/community-i686/librcc.install

--+
 PKGBUILD |   98 -
 librcc-strnlen.patch |   34 -
 librcc.install   |   12 +++---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:45 UTC (rev 83680)
+++ PKGBUILD2013-02-04 11:05:57 UTC (rev 83681)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcc
-pkgver=0.2.6
-pkgrel=5
-pkgdesc=Charset Conversion Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-license=('GPL')
-depends=(aspell enca libxml2 db librcd)
-makedepends=(patch gtk gtk2)
-install=librcc.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2
-librcc-strnlen.patch)
-md5sums=('9bbf248c7312c73c0b6ca19b9c5a2af1'
- '040313d1d8f166ccf2b128cea4c05f21')
-
-build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  patch -p1 $srcdir/librcc-strnlen.patch
-  make
-}
-
-package() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  mkdir -p $startdir/pkg/etc/rcc
-  mkdir -p $startdir/pkg/usr/lib/rcc/engines
-  mkdir -p $startdir/pkg/usr/bin
-
-  make DESTDIR=$startdir/pkg install
-
-  make -C examples
-  make -C examples install DESTDIR=$startdir/pkg
-  rm -f $startdir/pkg/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $startdir/pkg/etc
-
-  if [ -f $startdir/pkg/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $startdir/pkg/usr/bin/rcc-config
-  elif [ -f $startdir/pkg/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $startdir/pkg/usr/bin/rcc-config
-  else
-  echo #!/bin/bash  $startdir/pkg/usr/bin/rcc-config
-  echo echo \Configuration UI is not available!\  
$startdir/pkg/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-i686/PKGBUILD (from rev 83680, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:05:57 UTC (rev 83681)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcc
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=Charset Conversion Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+license=('GPL')
+depends=(aspell enca libxml2 db librcd)
+makedepends=(patch gtk gtk2)
+install=librcc.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2
+librcc-strnlen.patch)
+md5sums=('9bbf248c7312c73c0b6ca19b9c5a2af1'
+ '040313d1d8f166ccf2b128cea4c05f21')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  patch -p1 $srcdir/librcc-strnlen.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
+  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc-strnlen.patch
===
--- librcc-strnlen.patch2013-02-04 11:05:45 UTC (rev 83680)
+++ librcc-strnlen.patch2013-02-04 11:05:57 UTC (rev 83681)
@@ -1,17 +0,0 @@
-diff -wbBur librcc-0.2.6/src/rccstring.h librcc-0.2.6.qwe/src/rccstring.h
 librcc-0.2.6/src/rccstring.h   2006-01-08 15:42:59.0 +
-+++ librcc-0.2.6.qwe/src/rccstring.h   2009-09-28 08:45:37.0 +
-@@ -18,13 +18,6 @@
- int rccStringFixID(rcc_string string, rcc_context ctx);
- int rccStringChangeID(rcc_string string, rcc_language_id language_id);
- 
--#ifdef HAVE_STRNLEN
--# ifndef strnlen
--int strnlen(const char *str, size_t size);
--# endif /* !strnlen */
--#else
--int rccStrnlen(const char *str, size_t size);
--#endif /* HAVE_STRNLEN */
- int rccIsASCII(const char *str);
- size_t rccStringSizedGetChars(const char 

[arch-commits] Commit in librcc/repos/community-x86_64 (6 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:06:09
  Author: spupykin
Revision: 83682

archrelease: copy trunk to community-x86_64

Added:
  librcc/repos/community-x86_64/PKGBUILD
(from rev 83681, librcc/trunk/PKGBUILD)
  librcc/repos/community-x86_64/librcc-strnlen.patch
(from rev 83681, librcc/trunk/librcc-strnlen.patch)
  librcc/repos/community-x86_64/librcc.install
(from rev 83681, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-x86_64/PKGBUILD
  librcc/repos/community-x86_64/librcc-strnlen.patch
  librcc/repos/community-x86_64/librcc.install

--+
 PKGBUILD |   98 -
 librcc-strnlen.patch |   34 -
 librcc.install   |   12 +++---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:05:57 UTC (rev 83681)
+++ PKGBUILD2013-02-04 11:06:09 UTC (rev 83682)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcc
-pkgver=0.2.6
-pkgrel=5
-pkgdesc=Charset Conversion Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-license=('GPL')
-depends=(aspell enca libxml2 db librcd)
-makedepends=(patch gtk gtk2)
-install=librcc.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2
-librcc-strnlen.patch)
-md5sums=('9bbf248c7312c73c0b6ca19b9c5a2af1'
- '040313d1d8f166ccf2b128cea4c05f21')
-
-build() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  patch -p1 $srcdir/librcc-strnlen.patch
-  make
-}
-
-package() {
-  cd ${startdir}/src/$pkgname-${pkgver}
-  mkdir -p $startdir/pkg/etc/rcc
-  mkdir -p $startdir/pkg/usr/lib/rcc/engines
-  mkdir -p $startdir/pkg/usr/bin
-
-  make DESTDIR=$startdir/pkg install
-
-  make -C examples
-  make -C examples install DESTDIR=$startdir/pkg
-  rm -f $startdir/pkg/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $startdir/pkg/etc
-
-  if [ -f $startdir/pkg/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $startdir/pkg/usr/bin/rcc-config
-  elif [ -f $startdir/pkg/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $startdir/pkg/usr/bin/rcc-config
-  else
-  echo #!/bin/bash  $startdir/pkg/usr/bin/rcc-config
-  echo echo \Configuration UI is not available!\  
$startdir/pkg/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-x86_64/PKGBUILD (from rev 83681, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:06:09 UTC (rev 83682)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcc
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=Charset Conversion Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+license=('GPL')
+depends=(aspell enca libxml2 db librcd)
+makedepends=(patch gtk gtk2)
+install=librcc.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2
+librcc-strnlen.patch)
+md5sums=('9bbf248c7312c73c0b6ca19b9c5a2af1'
+ '040313d1d8f166ccf2b128cea4c05f21')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  patch -p1 $srcdir/librcc-strnlen.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
+  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc-strnlen.patch
===
--- librcc-strnlen.patch2013-02-04 11:05:57 UTC (rev 83681)
+++ librcc-strnlen.patch2013-02-04 11:06:09 UTC (rev 83682)
@@ -1,17 +0,0 @@
-diff -wbBur librcc-0.2.6/src/rccstring.h librcc-0.2.6.qwe/src/rccstring.h
 librcc-0.2.6/src/rccstring.h   2006-01-08 15:42:59.0 +
-+++ librcc-0.2.6.qwe/src/rccstring.h   2009-09-28 08:45:37.0 +
-@@ -18,13 +18,6 @@
- int rccStringFixID(rcc_string string, rcc_context ctx);
- int rccStringChangeID(rcc_string string, rcc_language_id language_id);
- 
--#ifdef HAVE_STRNLEN
--# ifndef strnlen
--int strnlen(const char *str, size_t size);
--# endif /* !strnlen */
--#else
--int rccStrnlen(const char *str, size_t size);
--#endif /* HAVE_STRNLEN */
- int rccIsASCII(const char *str);
- size_t 

[arch-commits] Commit in unifdef/repos/community-i686 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:06:20
  Author: spupykin
Revision: 83683

archrelease: copy trunk to community-i686

Added:
  unifdef/repos/community-i686/PKGBUILD
(from rev 83682, unifdef/trunk/PKGBUILD)
Deleted:
  unifdef/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:06:09 UTC (rev 83682)
+++ PKGBUILD2013-02-04 11:06:20 UTC (rev 83683)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-  mkdir -p $pkgdir/usr/bin $startdir/pkg/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-i686/PKGBUILD (from rev 83682, 
unifdef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:06:20 UTC (rev 83683)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.6
+pkgrel=3
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}



[arch-commits] Commit in unifdef/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:06:31
  Author: spupykin
Revision: 83684

archrelease: copy trunk to community-x86_64

Added:
  unifdef/repos/community-x86_64/PKGBUILD
(from rev 83683, unifdef/trunk/PKGBUILD)
Deleted:
  unifdef/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:06:20 UTC (rev 83683)
+++ PKGBUILD2013-02-04 11:06:31 UTC (rev 83684)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-  mkdir -p $pkgdir/usr/bin $startdir/pkg/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 83683, 
unifdef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:06:31 UTC (rev 83684)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.6
+pkgrel=3
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}



[arch-commits] Commit in xmms-imms/repos/community-i686 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:06:43
  Author: spupykin
Revision: 83685

archrelease: copy trunk to community-i686

Added:
  xmms-imms/repos/community-i686/PKGBUILD
(from rev 83684, xmms-imms/trunk/PKGBUILD)
Deleted:
  xmms-imms/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:06:31 UTC (rev 83684)
+++ PKGBUILD2013-02-04 11:06:43 UTC (rev 83685)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kritoke krit...@nospam.gmail.com
-# Contributor: Kritoke krit...@nospam.gmail.com
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc=An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste.
-arch=(i686 x86_64)
-license=(GPL)
-url=http://imms.luminal.org/;
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-autoheader
-aclocal
-autoconf
-CXXFLAGS=$CXXFLAGS -DDEBUG=0 ./configure --prefix=/usr 
--disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$startdir/pkg/usr/lib/xmms/General \
-BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-i686/PKGBUILD (from rev 83684, 
xmms-imms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:06:43 UTC (rev 83685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Kritoke krit...@nospam.gmail.com
+# Contributor: Kritoke krit...@nospam.gmail.com
+
+pkgname=xmms-imms
+pkgver=3.1.0_rc10
+pkgrel=1
+pkgdesc=An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste.
+arch=(i686 x86_64)
+license=(GPL)
+url=http://imms.luminal.org/;
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
+md5sums=('61302249e9638779b3241987ab62676d')
+
+build() {
+  cd $srcdir/imms-${pkgver/_/-}
+
+  if [ $NOEXTRACT -ne 1 ]; then
+autoheader
+aclocal
+autoconf
+CXXFLAGS=$CXXFLAGS -DDEBUG=0 ./configure --prefix=/usr 
--disable-immsremote
+  fi
+
+  make
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}



[arch-commits] Commit in xmms-imms/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 12:06:53
  Author: spupykin
Revision: 83686

archrelease: copy trunk to community-x86_64

Added:
  xmms-imms/repos/community-x86_64/PKGBUILD
(from rev 83685, xmms-imms/trunk/PKGBUILD)
Deleted:
  xmms-imms/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:06:43 UTC (rev 83685)
+++ PKGBUILD2013-02-04 11:06:53 UTC (rev 83686)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kritoke krit...@nospam.gmail.com
-# Contributor: Kritoke krit...@nospam.gmail.com
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc=An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste.
-arch=(i686 x86_64)
-license=(GPL)
-url=http://imms.luminal.org/;
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
-  cd $srcdir/imms-${pkgver/_/-}
-
-  if [ $NOEXTRACT -ne 1 ]; then
-autoheader
-aclocal
-autoconf
-CXXFLAGS=$CXXFLAGS -DDEBUG=0 ./configure --prefix=/usr 
--disable-immsremote
-  fi
-
-  make
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr DESTDIR=$startdir/pkg/usr/lib/xmms/General \
-BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}

Copied: xmms-imms/repos/community-x86_64/PKGBUILD (from rev 83685, 
xmms-imms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:06:53 UTC (rev 83686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Kritoke krit...@nospam.gmail.com
+# Contributor: Kritoke krit...@nospam.gmail.com
+
+pkgname=xmms-imms
+pkgver=3.1.0_rc10
+pkgrel=1
+pkgdesc=An intelligent playlist plug-in for XMMS that tracks your listening 
patterns and dynamically adapts to your taste.
+arch=(i686 x86_64)
+license=(GPL)
+url=http://imms.luminal.org/;
+depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
+replaces=('imms')
+source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
+md5sums=('61302249e9638779b3241987ab62676d')
+
+build() {
+  cd $srcdir/imms-${pkgver/_/-}
+
+  if [ $NOEXTRACT -ne 1 ]; then
+autoheader
+aclocal
+autoconf
+CXXFLAGS=$CXXFLAGS -DDEBUG=0 ./configure --prefix=/usr 
--disable-immsremote
+  fi
+
+  make
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
+BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
+}



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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 12:30:10
  Author: tpowa
Revision: 177024

upgpkg: refind-efi 0.6.7-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:47:40 UTC (rev 177023)
+++ PKGBUILD2013-02-04 11:30:10 UTC (rev 177024)
@@ -11,7 +11,7 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
@@ -227,6 +227,6 @@
install -D -m0644 ${srcdir}/refind-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/refind/LICENSE

 }
-md5sums=('ca357e43c0cca4a56ec60a2827514a0d'
+md5sums=('f118fd9fbc88f47b804746fbcbfb22e6'
  '98291849f9530c8ddb71b6563c61fb24'
  'a83e45b10d5efbca1c93a63851728712')



[arch-commits] Commit in refind-efi/repos/extra-any (10 files)

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 12:30:18
  Author: tpowa
Revision: 177025

archrelease: copy trunk to extra-any

Added:
  refind-efi/repos/extra-any/PKGBUILD
(from rev 177024, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
(from rev 177024, refind-efi/trunk/UDK-MdePkg-Revert-PathNodeCount.patch)
  refind-efi/repos/extra-any/refind-efi.install
(from rev 177024, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
(from rev 177024, refind-efi/trunk/refind_include_more_shell_paths.patch)
  refind-efi/repos/extra-any/refind_linux.conf
(from rev 177024, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-any/PKGBUILD
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
  refind-efi/repos/extra-any/refind-efi.install
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
  refind-efi/repos/extra-any/refind_linux.conf

---+
 PKGBUILD  |  464 +--
 UDK-MdePkg-Revert-PathNodeCount.patch | 1320 
 refind-efi.install|   72 -
 refind_include_more_shell_paths.patch |   26 
 refind_linux.conf |   10 
 5 files changed, 946 insertions(+), 946 deletions(-)

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


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

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 12:41:27
  Author: tpowa
Revision: 177026

upgpkg: gummiboot-efi 17-1

bump to latest version

Modified:
  gummiboot-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 11:30:18 UTC (rev 177025)
+++ PKGBUILD2013-02-04 11:41:27 UTC (rev 177026)
@@ -4,7 +4,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot-efi
-pkgver=16
+pkgver=17
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
@@ -54,6 +54,6 @@
install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf  
 }
-md5sums=('02f9dd8e175e8c77bd5b7dacc3313756'
+md5sums=('07e7c98c70317a437b2b2af741688667'
  '6ea803e5179d623716e3be0b636de658'
  '0229e197d5beb226aa93efcf5dbacd41')



[arch-commits] Commit in gummiboot-efi/repos/extra-any (6 files)

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 12:41:33
  Author: tpowa
Revision: 177027

archrelease: copy trunk to extra-any

Added:
  gummiboot-efi/repos/extra-any/PKGBUILD
(from rev 177026, gummiboot-efi/trunk/PKGBUILD)
  gummiboot-efi/repos/extra-any/arch.conf
(from rev 177026, gummiboot-efi/trunk/arch.conf)
  gummiboot-efi/repos/extra-any/loader.conf
(from rev 177026, gummiboot-efi/trunk/loader.conf)
Deleted:
  gummiboot-efi/repos/extra-any/PKGBUILD
  gummiboot-efi/repos/extra-any/arch.conf
  gummiboot-efi/repos/extra-any/loader.conf

-+
 PKGBUILD|  118 +-
 arch.conf   |   14 +++---
 loader.conf |4 -
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 11:41:27 UTC (rev 177026)
+++ PKGBUILD2013-02-04 11:41:33 UTC (rev 177027)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-# Contributor:  Mantas Mikulėnas graw...@gmail.com
-
-pkgname=gummiboot-efi
-pkgver=16
-pkgrel=1
-pkgdesc=Simple text-mode UEFI Boot Manager
-url=http://freedesktop.org/wiki/Software/gummiboot;
-arch=('any')
-license=('GPL2')
-makedepends=('gnu-efi-libs')
-depends=('dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems')
-conflicts=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-provides=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-replaces=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-options=('!strip')
-source=(ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.zip;
-'loader.conf'
-'arch.conf')
-
-build() {  
-   if [[ ${CARCH} != x86_64 ]]; then
-   msg gummiboot-efi can be built only in an x86_64 system. 
Exiting.
-   exit 1
-   fi
-   
-   ## Fix Makefiles to enable compile for both x86_64 and i386 UEFI
-   sed 's|ARCH=|ARCH?=|g' -i ${srcdir}/gummiboot-${pkgver}/Makefile
-   sed 's|LIBDIR=|LIBDIR?=|g' -i ${srcdir}/gummiboot-${pkgver}/Makefile
-   sed 's|CFLAGS =|CFLAGS +=|g'  -i 
${srcdir}/gummiboot-${pkgver}/Makefile
-   
-   ## Compile gummiboot for x86_64 UEFI
-   cp -r ${srcdir}/gummiboot-${pkgver} 
${srcdir}/gummiboot-${pkgver}-x86_64
-   cd ${srcdir}/gummiboot-${pkgver}-x86_64/
-   CFLAGS=-m64 ARCH=x86_64 LIBDIR=/usr/lib make
-   
-   ## Compile gummiboot for i386 aka IA32 UEFI
-   cp -r ${srcdir}/gummiboot-${pkgver} 
${srcdir}/gummiboot-${pkgver}-i386
-   cd ${srcdir}/gummiboot-${pkgver}-i386/
-   CFLAGS=-m32 ARCH=ia32 LIBDIR=/usr/lib32 make  
-}
-
-package() {
-   install -d ${pkgdir}/usr/lib/gummiboot/loader/entries/
-   
-   ## Install gummiboot UEFI applications
-   install -D -m0644 ${srcdir}/gummiboot-${pkgver}-x86_64/gummiboot.efi 
${pkgdir}/usr/lib/gummiboot/gummibootx64.efi
-   install -D -m0644 ${srcdir}/gummiboot-${pkgver}-i386/gummiboot.efi 
${pkgdir}/usr/lib/gummiboot/gummibootia32.efi
-   
-   ## Install gummiboot example configuration files
-   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
-   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf  
-}
-md5sums=('02f9dd8e175e8c77bd5b7dacc3313756'
- '6ea803e5179d623716e3be0b636de658'
- '0229e197d5beb226aa93efcf5dbacd41')

Copied: gummiboot-efi/repos/extra-any/PKGBUILD (from rev 177026, 
gummiboot-efi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 11:41:33 UTC (rev 177027)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot-efi
+pkgver=17
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('any')
+license=('GPL2')
+makedepends=('gnu-efi-libs')
+depends=('dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems')
+conflicts=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+provides=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+replaces=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+options=('!strip')
+source=(ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.zip;
+'loader.conf'
+'arch.conf')
+
+build() {  
+   if [[ ${CARCH} != x86_64 ]]; then
+   msg gummiboot-efi can be built only in an x86_64 system. 
Exiting.
+   exit 1
+   fi
+   
+   ## Fix Makefiles to enable compile for both x86_64 and i386 UEFI
+   sed 's|ARCH=|ARCH?=|g' -i ${srcdir}/gummiboot-${pkgver}/Makefile
+   sed 

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

2013-02-04 Thread Sven-Hendrik Haase
Date: Monday, February 4, 2013 @ 13:14:43
  Author: svenstaro
Revision: 83687

Fix FS#33655

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 11:06:53 UTC (rev 83686)
+++ PKGBUILD2013-02-04 12:14:43 UTC (rev 83687)
@@ -106,6 +106,7 @@
   --prefix=/usr \
   --libdir=/usr/lib \
   --with-x \
+  --without-gstreamer \ # FS#33655
   --enable-win64
 
 make
@@ -123,6 +124,7 @@
   ../$pkgname/configure \
 --prefix=/usr \
 --with-x \
+--without-gstreamer \ # FS#33655
 ${_wine32opts[@]}
 }
 



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

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 14:09:05
  Author: bisson
Revision: 177028

fix FS#33686

Modified:
  xpdf/trunk/PKGBUILD
  xpdf/trunk/desktop

--+
 PKGBUILD |4 ++--
 desktop  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 11:41:33 UTC (rev 177027)
+++ PKGBUILD2013-02-04 13:09:05 UTC (rev 177028)
@@ -6,7 +6,7 @@
 pkgname=xpdf
 #pkgver=3.03_pl1
 pkgver=3.03
-pkgrel=2
+pkgrel=3
 pkgdesc='Viewer for Portable Document Format (PDF) files'
 url='http://www.foolabs.com/xpdf/'
 license=('GPL2')
@@ -20,7 +20,7 @@
 'desktop')
 sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248'
   '5c471944685a6b24a2b0c0e000562d1a3263aeeb'
-  '3b6fe01636253676ffa0efe1b237a75af4721f6d')
+  '17ebbfe457cb92e97b12b7362e8ce961526012d9')
 
 install=install
 backup=('etc/xpdfrc')

Modified: desktop
===
--- desktop 2013-02-04 11:41:33 UTC (rev 177027)
+++ desktop 2013-02-04 13:09:05 UTC (rev 177028)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Xpdf
 Comment=Views Adobe PDF (acrobat) files
-Exec=xpdf
+Exec=xpdf %f
 Terminal=false
 Type=Application
 Icon=xpdf



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

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 14:10:00
  Author: bisson
Revision: 177029

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

Added:
  xpdf/repos/extra-i686/PKGBUILD
(from rev 177028, xpdf/trunk/PKGBUILD)
  xpdf/repos/extra-i686/char.patch
(from rev 177028, xpdf/trunk/char.patch)
  xpdf/repos/extra-i686/desktop
(from rev 177028, xpdf/trunk/desktop)
  xpdf/repos/extra-i686/install
(from rev 177028, xpdf/trunk/install)
  xpdf/repos/extra-x86_64/PKGBUILD
(from rev 177028, xpdf/trunk/PKGBUILD)
  xpdf/repos/extra-x86_64/char.patch
(from rev 177028, xpdf/trunk/char.patch)
  xpdf/repos/extra-x86_64/desktop
(from rev 177028, xpdf/trunk/desktop)
  xpdf/repos/extra-x86_64/install
(from rev 177028, xpdf/trunk/install)
Deleted:
  xpdf/repos/extra-i686/PKGBUILD
  xpdf/repos/extra-i686/char.patch
  xpdf/repos/extra-i686/desktop
  xpdf/repos/extra-i686/install
  xpdf/repos/extra-x86_64/PKGBUILD
  xpdf/repos/extra-x86_64/char.patch
  xpdf/repos/extra-x86_64/desktop
  xpdf/repos/extra-x86_64/install

-+
 extra-i686/PKGBUILD |  128 +++---
 extra-i686/char.patch   |   24 
 extra-i686/desktop  |   18 +++---
 extra-i686/install  |   22 +++
 extra-x86_64/PKGBUILD   |  128 +++---
 extra-x86_64/char.patch |   24 
 extra-x86_64/desktop|   18 +++---
 extra-x86_64/install|   22 +++
 8 files changed, 192 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-04 13:09:05 UTC (rev 177028)
+++ extra-i686/PKGBUILD 2013-02-04 13:10:00 UTC (rev 177029)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=xpdf
-#pkgver=3.03_pl1
-pkgver=3.03
-pkgrel=2
-pkgdesc='Viewer for Portable Document Format (PDF) files'
-url='http://www.foolabs.com/xpdf/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('lesstif' 'gsfonts' 'libxt')
-optdepends=('poppler: tools that used to be included in xpdf'
-'desktop-file-utils: for desktop environments')
-#   ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}pl1.patch;
-source=(ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}.tar.gz;
-'char.patch'
-'desktop')
-sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248'
-  '5c471944685a6b24a2b0c0e000562d1a3263aeeb'
-  '3b6fe01636253676ffa0efe1b237a75af4721f6d')
-
-install=install
-backup=('etc/xpdfrc')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver%_*}
-
-#  patch -p1 -i ../${pkgname}-${_srcver}pl1.patch
-   patch -p1 -i ../char.patch
-
-   sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' 
xpdf/GlobalParams.cc
-   sed -i 's:times-medium-r-normal--16:times-medium-r-normal--14:' 
xpdf/XPDFViewer.cc # FS#14217
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --enable-multithreaded \
-   --enable-wordlist \
-   --with-freetype2-library=/usr/lib \
-   --with-freetype2-includes=/usr/include/freetype2 \
-   --x-includes=/usr/include \
-   --with-Xm-library=/usr/lib \
-   --with-Xm-includes=/usr/include \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver%_*}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 ../desktop 
${pkgdir}/usr/share/applications/xpdf.desktop
-   install -Dm644 xpdf/xpdfIcon.xpm ${pkgdir}/usr/share/pixmaps/xpdf.xpm
-
-   # stuff provided by poppler
-   for tool in pdfdetach pdffonts pdfimages pdfinfo pdftoppm pdftops 
pdftotext; do
-   rm ${pkgdir}/usr/bin/${tool} 
${pkgdir}/usr/share/man/man1/${tool}.1
-   done
-}

Copied: xpdf/repos/extra-i686/PKGBUILD (from rev 177028, xpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-04 13:10:00 UTC (rev 177029)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=xpdf
+#pkgver=3.03_pl1
+pkgver=3.03
+pkgrel=3
+pkgdesc='Viewer for Portable Document Format (PDF) files'
+url='http://www.foolabs.com/xpdf/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('lesstif' 'gsfonts' 'libxt')
+optdepends=('poppler: tools that used to be included in xpdf'
+'desktop-file-utils: for desktop environments')
+#   ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}pl1.patch;
+source=(ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}.tar.gz;
+'char.patch'
+'desktop')

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

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:28:34
  Author: spupykin
Revision: 83688

upgpkg: open-vm-tools 1:9.2.2-5

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 12:14:43 UTC (rev 83687)
+++ PKGBUILD2013-02-04 13:28:34 UTC (rev 83688)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=4
+pkgrel=5
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
@@ -79,6 +79,8 @@
 
   cd $pkgdir  find -type f -exec sh -c file {} | grep ELF /dev/null  
echo {}  chrpath -d {} \;
   install -Dm644 ${srcdir}/vmtoolsd.service 
${pkgdir}/usr/lib/systemd/system/vmtoolsd.service
+
+  rm -f $pkgdir/etc/vmware-tools/scripts/vmware/*.orig
 }
 
 package_open-vm-tools-dkms() {
@@ -95,6 +97,4 @@
${srcdir}/open-vm-tools-${pkgver}-${_pkgsubver}/ \
${pkgdir}/usr/src/
   install -Dm644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
-
-  rm -f $pkgdir/etc/vmware-tools/scripts/vmware/*.orig
 }



[arch-commits] Commit in open-vm-tools/repos (52 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:29:29
  Author: spupykin
Revision: 83689

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 83688, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/modprobe.conf
(from rev 83688, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
(from rev 83688, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
(from rev 83688, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-i686/open-vm-tools.conf.d
(from rev 83688, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-i686/open-vm-tools.install
(from rev 83688, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-i686/open-vm-tools.rc.d
(from rev 83688, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
(from rev 83688, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-i686/scripts-network.patch
(from rev 83688, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 83688, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 83688, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 83688, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 83688, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 83688, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/modprobe.conf
(from rev 83688, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
(from rev 83688, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
(from rev 83688, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.conf.d
(from rev 83688, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
(from rev 83688, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.rc.d
(from rev 83688, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
(from rev 83688, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-x86_64/scripts-network.patch
(from rev 83688, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 83688, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 83688, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 83688, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 83688, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.conf.d
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/open-vm-tools.rc.d
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
  open-vm-tools/repos/community-i686/scripts-network.patch
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.conf.d
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.rc.d
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
  open-vm-tools/repos/community-x86_64/scripts-network.patch
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

+
 community-i686/PKGBUILD|  200 ++---
 community-i686/modprobe.conf   |2 
 community-i686/open-vm-tools-X11Bool.patch |   30 +--
 

[arch-commits] Commit in (13 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:36:21
  Author: spupykin
Revision: 83690

remove pkgdir from build()

Modified:
  6tunnel/trunk/PKGBUILD
  adns-python/trunk/PKGBUILD
  adns/trunk/PKGBUILD
  agsync/trunk/PKGBUILD
  ajaxterm/trunk/PKGBUILD
  amidi-plug/trunk/PKGBUILD
  anyfs-tools/trunk/PKGBUILD
  apg/trunk/PKGBUILD
  aqbanking/trunk/PKGBUILD
  arandr/trunk/PKGBUILD
  arch-backup/trunk/PKGBUILD
  archlinux-xdg-menu/trunk/PKGBUILD
  arm-elf-binutils/trunk/PKGBUILD

---+
 6tunnel/trunk/PKGBUILD|4 
 adns-python/trunk/PKGBUILD|4 +++-
 adns/trunk/PKGBUILD   |4 
 agsync/trunk/PKGBUILD |4 
 ajaxterm/trunk/PKGBUILD   |4 
 amidi-plug/trunk/PKGBUILD |4 
 anyfs-tools/trunk/PKGBUILD|4 
 apg/trunk/PKGBUILD|4 
 aqbanking/trunk/PKGBUILD  |4 
 arandr/trunk/PKGBUILD |4 
 arch-backup/trunk/PKGBUILD|4 
 archlinux-xdg-menu/trunk/PKGBUILD |4 
 arm-elf-binutils/trunk/PKGBUILD   |   10 +-
 13 files changed, 52 insertions(+), 6 deletions(-)

Modified: 6tunnel/trunk/PKGBUILD
===
--- 6tunnel/trunk/PKGBUILD  2013-02-04 13:29:29 UTC (rev 83689)
+++ 6tunnel/trunk/PKGBUILD  2013-02-04 13:36:21 UTC (rev 83690)
@@ -18,6 +18,10 @@
   autoconf
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
   install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
 }

Modified: adns/trunk/PKGBUILD
===
--- adns/trunk/PKGBUILD 2013-02-04 13:29:29 UTC (rev 83689)
+++ adns/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 83690)
@@ -18,6 +18,10 @@
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/{lib,include,bin}
   make prefix=$pkgdir/usr install
 }

Modified: adns-python/trunk/PKGBUILD
===
--- adns-python/trunk/PKGBUILD  2013-02-04 13:29:29 UTC (rev 83689)
+++ adns-python/trunk/PKGBUILD  2013-02-04 13:36:21 UTC (rev 83690)
@@ -16,10 +16,12 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-
   # python2 fix
   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' DNSBL.py
   sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' ADNS.py
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
   python2 setup.py install --root=$pkgdir
 }

Modified: agsync/trunk/PKGBUILD
===
--- agsync/trunk/PKGBUILD   2013-02-04 13:29:29 UTC (rev 83689)
+++ agsync/trunk/PKGBUILD   2013-02-04 13:36:21 UTC (rev 83690)
@@ -18,6 +18,10 @@
 build() {
   cd $srcdir/$pkgname-$_xpkgver
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_xpkgver
   mkdir -p $pkgdir/usr/{bin,lib,include}
   cp agsync $pkgdir/usr/bin/
   cp mal-files/mal-funcs.a $pkgdir/usr/lib/

Modified: ajaxterm/trunk/PKGBUILD
===
--- ajaxterm/trunk/PKGBUILD 2013-02-04 13:29:29 UTC (rev 83689)
+++ ajaxterm/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 83690)
@@ -33,7 +33,11 @@
done
 
./configure --prefix=/usr
+}
 
+package() {
+   cd $srcdir/ajaxterm || cd $srcdir/ajaxterm-${_commit:0:7}
+
install -d $pkgdir/etc/rc.d
install -d $pkgdir/usr/bin
install -d $pkgdir/usr/share/man/man1

Modified: amidi-plug/trunk/PKGBUILD
===
--- amidi-plug/trunk/PKGBUILD   2013-02-04 13:29:29 UTC (rev 83689)
+++ amidi-plug/trunk/PKGBUILD   2013-02-04 13:36:21 UTC (rev 83690)
@@ -19,5 +19,9 @@
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-player=xmms
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Modified: anyfs-tools/trunk/PKGBUILD
===
--- anyfs-tools/trunk/PKGBUILD  2013-02-04 13:29:29 UTC (rev 83689)
+++ anyfs-tools/trunk/PKGBUILD  2013-02-04 13:36:21 UTC (rev 83690)
@@ -28,5 +28,9 @@
   CFLAGS=-DNO_INLINE_FUNCS -D_INLINE_=static ./configure --prefix=/usr 
--build=i686-linux-gnu
   make -j1
   sed -i 's|ldconfig||' src/anysurrect/Makefile
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
   make INSTALLPATH=$pkgdir/usr install
 }

Modified: apg/trunk/PKGBUILD
===
--- apg/trunk/PKGBUILD  2013-02-04 13:29:29 UTC (rev 83689)
+++ apg/trunk/PKGBUILD  2013-02-04 13:36:21 UTC (rev 83690)
@@ -18,6 +18,10 @@
   cd $srcdir/$pkgname-$pkgver
   sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   for i in apg apgbfm; do
 install -D -m755 $i $pkgdir/usr/bin/$i
 

[arch-commits] Commit in (17 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:47:56
  Author: spupykin
Revision: 83691

remove pkgdir from build()

Modified:
  arm-wince-cegcc-binutils/trunk/PKGBUILD
  arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD
  arm-wince-cegcc-cegccdll/trunk/PKGBUILD
  arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD
  arm-wince-cegcc-docs/trunk/PKGBUILD
  arm-wince-cegcc-gcc-base/trunk/PKGBUILD
  arm-wince-cegcc-gcc/trunk/PKGBUILD
  arm-wince-cegcc-importlibs/trunk/PKGBUILD
  arm-wince-cegcc-libstdcppdll/trunk/PKGBUILD
  arm-wince-cegcc-newlib/trunk/PKGBUILD
  arm-wince-cegcc-profile/trunk/PKGBUILD
  arm-wince-cegcc-w32api/trunk/PKGBUILD
  arpwatch/trunk/PKGBUILD
  atk-docs/trunk/PKGBUILD
  aumix/trunk/PKGBUILD
  autossh/trunk/LICENSE
  autossh/trunk/PKGBUILD

---+
 arm-wince-cegcc-binutils/trunk/PKGBUILD   |4 
 arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD |9 +
 arm-wince-cegcc-cegccdll/trunk/PKGBUILD   |5 +
 arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD   |4 
 arm-wince-cegcc-docs/trunk/PKGBUILD   |4 
 arm-wince-cegcc-gcc-base/trunk/PKGBUILD   |4 
 arm-wince-cegcc-gcc/trunk/PKGBUILD|4 
 arm-wince-cegcc-importlibs/trunk/PKGBUILD |4 
 arm-wince-cegcc-libstdcppdll/trunk/PKGBUILD   |4 
 arm-wince-cegcc-newlib/trunk/PKGBUILD |5 +
 arm-wince-cegcc-profile/trunk/PKGBUILD|5 -
 arm-wince-cegcc-w32api/trunk/PKGBUILD |4 
 arpwatch/trunk/PKGBUILD   |5 +
 atk-docs/trunk/PKGBUILD   |4 
 aumix/trunk/PKGBUILD  |   14 +++---
 autossh/trunk/LICENSE |   14 +++---
 autossh/trunk/PKGBUILD|8 +++-
 17 files changed, 81 insertions(+), 20 deletions(-)

Modified: arm-wince-cegcc-binutils/trunk/PKGBUILD
===
--- arm-wince-cegcc-binutils/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 
83690)
+++ arm-wince-cegcc-binutils/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 
83691)
@@ -31,6 +31,10 @@
--includedir=${_prefix}/include
 
   make || (cd etc  make)  make
+}
+
+package() {
+  cd $srcdir/cegcc/src/binutils
   make DESTDIR=$pkgdir install
   rm -rf $pkgdir/opt/cegcc/info
 }

Modified: arm-wince-cegcc-cegccdll/trunk/PKGBUILD
===
--- arm-wince-cegcc-cegccdll/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 
83690)
+++ arm-wince-cegcc-cegccdll/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 
83691)
@@ -28,6 +28,11 @@
   unset MAKEFLAGS
 
   make
+}
+
+package() {
+  cd $srcdir/cegcc/src/cegcc/cegccdll
+
   mkdir -p $pkgdir/$_prefix/lib/gcc/arm-wince-cegcc/4.4.0/
   cp cegccdll/libcegcc.dll.a $pkgdir/$_prefix/lib/gcc/arm-wince-cegcc/4.4.0/
   make PREFIX=$pkgdir/$_prefix install

Modified: arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD
===
--- arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD   2013-02-04 13:36:21 UTC 
(rev 83690)
+++ arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD   2013-02-04 13:47:56 UTC 
(rev 83691)
@@ -16,12 +16,13 @@
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 
 build() {
-  cd $srcdir/cegcc/src/
+  true
+}
 
+package() {
+  cd $srcdir/cegcc/src/cegcc/fakecegccdll
+
   export PATH=$_prefix/bin:$PATH
-
-  cd cegcc/fakecegccdll
   ./install.sh $pkgdir/$_prefix
-
   find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
 }

Modified: arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD
===
--- arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 
83690)
+++ arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 
83691)
@@ -28,6 +28,10 @@
   unset MAKEFLAGS
 
   make
+}
+
+package() {
+  cd $srcdir/cegcc/src/cegcc/cegccthrd
   make PREFIX=$pkgdir/$_prefix install
   find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \;
 }

Modified: arm-wince-cegcc-docs/trunk/PKGBUILD
===
--- arm-wince-cegcc-docs/trunk/PKGBUILD 2013-02-04 13:36:21 UTC (rev 83690)
+++ arm-wince-cegcc-docs/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
@@ -16,6 +16,10 @@
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 
 build() {
+  true
+}
+
+package() {
   cd $srcdir/cegcc/docs
 
   mkdir -p $pkgdir/${_prefix}/share/docs

Modified: arm-wince-cegcc-gcc/trunk/PKGBUILD
===
--- arm-wince-cegcc-gcc/trunk/PKGBUILD  2013-02-04 13:36:21 UTC (rev 83690)
+++ arm-wince-cegcc-gcc/trunk/PKGBUILD  2013-02-04 13:47:56 UTC (rev 83691)
@@ -56,6 +56,10 @@
--disable-libssp
 
   make
+}
+
+package() {
+  cd $srcdir/cegcc/src/build-gcc
   make DESTDIR=$pkgdir install
  

[arch-commits] Commit in (9 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:50:23
  Author: spupykin
Revision: 83692

remove pkgdir from build()

Modified:
  bbdb/trunk/PKGBUILD
  bbrun/trunk/PKGBUILD
  blackbox/trunk/PKGBUILD
  bsdiff/trunk/PKGBUILD
  btanks-data/trunk/PKGBUILD
  btanks/trunk/PKGBUILD
  bugzilla/trunk/PKGBUILD
  buildbot-slave/trunk/PKGBUILD
  bwbar/trunk/PKGBUILD

---+
 bbdb/trunk/PKGBUILD   |4 
 bbrun/trunk/PKGBUILD  |4 
 blackbox/trunk/PKGBUILD   |5 -
 bsdiff/trunk/PKGBUILD |4 
 btanks-data/trunk/PKGBUILD|4 
 btanks/trunk/PKGBUILD |4 
 bugzilla/trunk/PKGBUILD   |4 
 buildbot-slave/trunk/PKGBUILD |8 ++--
 bwbar/trunk/PKGBUILD  |4 
 9 files changed, 38 insertions(+), 3 deletions(-)

Modified: bbdb/trunk/PKGBUILD
===
--- bbdb/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ bbdb/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -19,7 +19,11 @@
 
   ./configure --prefix=/usr
   make -j1 all
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   emacsdir=$pkgdir/usr/share/emacs/site-lisp/bbdb
   mkdir -p $emacsdir
   cp lisp/*.el lisp/*.elc $emacsdir

Modified: bbrun/trunk/PKGBUILD
===
--- bbrun/trunk/PKGBUILD2013-02-04 13:47:56 UTC (rev 83691)
+++ bbrun/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
@@ -16,5 +16,9 @@
 build() {
   cd $srcdir/$pkgname-$pkgver/$pkgname
   make LIBS=-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
   install -Dm755 bbrun $pkgdir/usr/bin/bbrun
 }

Modified: blackbox/trunk/PKGBUILD
===
--- blackbox/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ blackbox/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -33,7 +33,10 @@
 
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Modified: bsdiff/trunk/PKGBUILD
===
--- bsdiff/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ bsdiff/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -18,6 +18,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0  ../Makefile.patch
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make PREFIX=${pkgdir}/usr install
   mkdir -p $pkgdir/usr/share
   mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man/

Modified: btanks/trunk/PKGBUILD
===
--- btanks/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ btanks/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -35,7 +35,11 @@
 
   python2 engine/sl08/sl08.py engine/sl08/sl08.h
   scons
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   mkdir -p $pkgdir/usr/share/btanks
   cp *.so btanks bted $pkgdir/usr/share/btanks/
 

Modified: btanks-data/trunk/PKGBUILD
===
--- btanks-data/trunk/PKGBUILD  2013-02-04 13:47:56 UTC (rev 83691)
+++ btanks-data/trunk/PKGBUILD  2013-02-04 13:50:23 UTC (rev 83692)
@@ -14,6 +14,10 @@
 md5sums=('49cb95c0eec47d3436c4fdf65e7c9d12')
 
 build() {
+  true
+}
+
+package() {
   cd $srcdir/btanks-$pkgver
   mkdir -p $pkgdir/usr/share/btanks
   cp -r $srcdir/btanks-$pkgver/data $pkgdir/usr/share/btanks/data

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ bugzilla/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -29,6 +29,10 @@
 md5sums=('b2cd55bfbc0b42ce16cdec6383cc702e')
 
 build() {
+  true
+}
+
+package() {
   cd $srcdir
   install -d -m0755 $pkgdir/srv/http
   find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true

Modified: buildbot-slave/trunk/PKGBUILD
===
--- buildbot-slave/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ buildbot-slave/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -14,6 +14,10 @@
 md5sums=('b3618c51f2f183dd18113fa960514074')
 
 build() {
-cd $srcdir/$pkgname-${pkgver/_/}
-python2 setup.py install --root=$pkgdir
+  true
 }
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}

Modified: bwbar/trunk/PKGBUILD
===
--- bwbar/trunk/PKGBUILD2013-02-04 13:47:56 UTC (rev 83691)
+++ bwbar/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
@@ -20,5 +20,9 @@
   sed -i 's|png_ptr-jmpbuf|png_jmpbuf(png_ptr)|' bwbar.c
   ./configure
   make
+}
+

[arch-commits] Commit in openssh/trunk (PKGBUILD sshd.pam)

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 14:51:17
  Author: bisson
Revision: 177030

implement FS#33696

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd.pam

--+
 PKGBUILD |4 ++--
 sshd.pam |   17 +
 2 files changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 13:10:00 UTC (rev 177029)
+++ PKGBUILD2013-02-04 13:51:17 UTC (rev 177030)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=6.1p1
-pkgrel=4
+pkgrel=5
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -30,7 +30,7 @@
   'f9af4a442b804ab661cec0edb25dd76dee16d8d2'
   'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-  '659e3ee95c269014783ff8b318c6f50bf7496fbd'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3'
   '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')

Modified: sshd.pam
===
--- sshd.pam2013-02-04 13:10:00 UTC (rev 177029)
+++ sshd.pam2013-02-04 13:51:17 UTC (rev 177030)
@@ -1,13 +1,6 @@
 #%PAM-1.0
-#auth  requiredpam_securetty.so#Disable remote root
-auth   requiredpam_unix.so
-auth   requiredpam_env.so
-accountrequiredpam_nologin.so
-accountrequiredpam_unix.so
-accountrequiredpam_time.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix_session.so
-sessionrequiredpam_limits.so
-session optionalpam_loginuid.so
--session   optionalpam_ck_connector.so nox11
--session   optionalpam_systemd.so
+#auth required  pam_securetty.so #disable remote root
+auth  include   system-remote-login
+account   include   system-remote-login
+password  include   system-remote-login
+session   include   system-remote-login



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

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 14:52:55
  Author: bisson
Revision: 177031

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 177030, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 177030, openssh/trunk/sshd)
  openssh/repos/testing-i686/sshd.close-sessions
(from rev 177030, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-i686/sshd.confd
(from rev 177030, openssh/trunk/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 177030, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 177030, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 177030, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 177030, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 177030, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 177030, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 177030, openssh/trunk/sshd)
  openssh/repos/testing-x86_64/sshd.close-sessions
(from rev 177030, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 177030, openssh/trunk/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 177030, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 177030, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 177030, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 177030, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 177030, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   95 +++
 testing-i686/sshd  |   44 
 testing-i686/sshd.close-sessions   |   17 ++
 testing-i686/sshd.confd|4 +
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   16 +
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 ++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   95 +++
 testing-x86_64/sshd|   44 
 testing-x86_64/sshd.close-sessions |   17 ++
 testing-x86_64/sshd.confd  |4 +
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   16 +
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 ++
 testing-x86_64/sshdgenkeys.service |   15 +
 18 files changed, 430 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 177030, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-04 13:52:55 UTC (rev 177031)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.1p1
+pkgrel=5
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
+'sshd.close-sessions'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.confd'
+'sshd.pam'
+'sshd')
+sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
+  '954bf1660aa32620c37034320877f4511b767ccb'
+  '6df5be396f8c593bb511a249a1453294d18a01a6'
+  'bd6eae36c7ef9efb7147778baad7858b81f2d660'
+  'f9af4a442b804ab661cec0edb25dd76dee16d8d2'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3'
+  '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   

[arch-commits] Commit in (17 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:58:54
  Author: spupykin
Revision: 83693

remove pkgdir from build()

Modified:
  cacti/trunk/PKGBUILD
  calc/trunk/PKGBUILD
  canorus/trunk/PKGBUILD
  catdvi/trunk/PKGBUILD
  cchost/trunk/PKGBUILD
  cdbxx/trunk/PKGBUILD
  cdcover/trunk/PKGBUILD
  cdfs/trunk/PKGBUILD
  cedet/trunk/PKGBUILD
  checkinstall/trunk/PKGBUILD
  chrootuid/trunk/PKGBUILD
  classpath/trunk/PKGBUILD
  clearsilver/trunk/PKGBUILD
  clewn/trunk/PKGBUILD
  cpuburn/trunk/PKGBUILD
  cpulimit/trunk/PKGBUILD
  cutter/trunk/PKGBUILD

-+
 cacti/trunk/PKGBUILD|4 
 calc/trunk/PKGBUILD |4 
 canorus/trunk/PKGBUILD  |5 -
 catdvi/trunk/PKGBUILD   |2 +-
 cchost/trunk/PKGBUILD   |4 
 cdbxx/trunk/PKGBUILD|4 
 cdcover/trunk/PKGBUILD  |3 +++
 cdfs/trunk/PKGBUILD |6 +-
 cedet/trunk/PKGBUILD|4 
 checkinstall/trunk/PKGBUILD |4 
 chrootuid/trunk/PKGBUILD|4 
 classpath/trunk/PKGBUILD|4 
 clearsilver/trunk/PKGBUILD  |4 
 clewn/trunk/PKGBUILD|4 
 cpuburn/trunk/PKGBUILD  |   13 +++--
 cpulimit/trunk/PKGBUILD |4 
 cutter/trunk/PKGBUILD   |6 +-
 17 files changed, 69 insertions(+), 10 deletions(-)

Modified: cacti/trunk/PKGBUILD
===
--- cacti/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
+++ cacti/trunk/PKGBUILD2013-02-04 13:58:54 UTC (rev 83693)
@@ -16,6 +16,10 @@
 md5sums=('a4da682dab9a88a2e0edb1728bf531ae')
 
 build() {
+  true
+}
+
+package() {
   mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
   mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
   echo deny from all  $pkgdir/etc/webapps/cacti/.htaccess

Modified: calc/trunk/PKGBUILD
===
--- calc/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
+++ calc/trunk/PKGBUILD 2013-02-04 13:58:54 UTC (rev 83693)
@@ -53,6 +53,10 @@
 EOF
 
   make -j1
+}
+
+package() {
+  cd $srcdir/calc-$pkgver
   make T=$pkgdir install
   mv $pkgdir/usr/bin/cscript $pkgdir/usr/share/calc/
 }

Modified: canorus/trunk/PKGBUILD
===
--- canorus/trunk/PKGBUILD  2013-02-04 13:50:23 UTC (rev 83692)
+++ canorus/trunk/PKGBUILD  2013-02-04 13:58:54 UTC (rev 83693)
@@ -23,8 +23,11 @@
   cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-DDEFAULT_DATA_DIR=/usr/share/canorus \
-DNO_SWIG=ON
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make install
-
   install -d $pkgdir/usr/share/{applications,pixmaps}
   cp canorus.desktop $pkgdir/usr/share/applications
   cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}

Modified: catdvi/trunk/PKGBUILD
===
--- catdvi/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
+++ catdvi/trunk/PKGBUILD   2013-02-04 13:58:54 UTC (rev 83693)
@@ -24,7 +24,6 @@
 
   ./configure --prefix=/usr --mandir=/usr/share/man
 
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1
   sed -i s#\(bindir = \)\(.*\)#\1$pkgdir\2# config.mk
   sed -i s#\(mandir = \)\(.*\)#\1$pkgdir\2# config.mk
 
@@ -33,5 +32,6 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1
   make DESTDIR=$pkgdir install
 }

Modified: cchost/trunk/PKGBUILD
===
--- cchost/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
+++ cchost/trunk/PKGBUILD   2013-02-04 13:58:54 UTC (rev 83693)
@@ -23,7 +23,11 @@
 
   # python2 fix
   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' 
bin/publishcchost
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   mkdir -p $pkgdir/usr/share/webapps
   mkdir -p $pkgdir/etc/webapps/cchost
   cp -a $srcdir/$pkgname-$pkgver $pkgdir/usr/share/webapps/cchost

Modified: cdbxx/trunk/PKGBUILD
===
--- cdbxx/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
+++ cdbxx/trunk/PKGBUILD2013-02-04 13:58:54 UTC (rev 83693)
@@ -21,5 +21,9 @@
   sed -i '1,2i#include string.h' src/db.cc
 
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Modified: cdcover/trunk/PKGBUILD
===
--- cdcover/trunk/PKGBUILD  2013-02-04 13:50:23 UTC (rev 83692)
+++ cdcover/trunk/PKGBUILD  2013-02-04 13:58:54 UTC (rev 83693)
@@ -26,7 +26,10 @@
 ---
  IMAGEFILES=application-exit.gif cddb.gif document-print-preview.gif 
  document-save.gif logo.gif nocddb.gif renumber.gif
 EOF
+}
 
+package() {
+  cd $srcdir/$pkgname
   make target=/usr prefix=$pkgdir/usr install
   rm -rf $pkgdir/usr/doc
 }

Modified: 

[arch-commits] Commit in (27 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 15:10:48
  Author: spupykin
Revision: 83694

remove pkgdir from build()

Modified:
  arandr/trunk/PKGBUILD
  arch-backup/trunk/PKGBUILD
  archlinux-xdg-menu/trunk/PKGBUILD
  arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD
  arm-wince-cegcc-docs/trunk/PKGBUILD
  arm-wince-cegcc-w32api/trunk/PKGBUILD
  atk-docs/trunk/PKGBUILD
  btanks-data/trunk/PKGBUILD
  bugzilla/trunk/PKGBUILD
  buildbot-slave/trunk/PKGBUILD
  cacti/trunk/PKGBUILD
  dangerdeep-data/trunk/PKGBUILD
  dangerdeep/trunk/PKGBUILD
  darkhttpd/trunk/PKGBUILD
  datemath/trunk/PKGBUILD
  delegate/trunk/PKGBUILD
  denemo/trunk/PKGBUILD
  dfm/trunk/PKGBUILD
  dguitar/trunk/PKGBUILD
  dietlibc/trunk/PKGBUILD
  diff2html/trunk/PKGBUILD
  discid/trunk/PKGBUILD
  dkfilter/trunk/PKGBUILD
  docbook2x/trunk/PKGBUILD
  drupal/trunk/PKGBUILD
  dxpc/trunk/PKGBUILD
  dynamite/trunk/PKGBUILD

---+
 arandr/trunk/PKGBUILD |4 
 arch-backup/trunk/PKGBUILD|4 
 archlinux-xdg-menu/trunk/PKGBUILD |4 
 arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD |4 
 arm-wince-cegcc-docs/trunk/PKGBUILD   |4 
 arm-wince-cegcc-w32api/trunk/PKGBUILD |4 
 atk-docs/trunk/PKGBUILD   |4 
 btanks-data/trunk/PKGBUILD|4 
 bugzilla/trunk/PKGBUILD   |4 
 buildbot-slave/trunk/PKGBUILD |4 
 cacti/trunk/PKGBUILD  |4 
 dangerdeep-data/trunk/PKGBUILD|2 +-
 dangerdeep/trunk/PKGBUILD |5 +
 darkhttpd/trunk/PKGBUILD  |4 
 datemath/trunk/PKGBUILD   |4 
 delegate/trunk/PKGBUILD   |4 
 denemo/trunk/PKGBUILD |5 -
 dfm/trunk/PKGBUILD|6 +-
 dguitar/trunk/PKGBUILD|2 +-
 dietlibc/trunk/PKGBUILD   |4 
 diff2html/trunk/PKGBUILD  |3 +++
 discid/trunk/PKGBUILD |4 
 dkfilter/trunk/PKGBUILD   |4 
 docbook2x/trunk/PKGBUILD  |3 +++
 drupal/trunk/PKGBUILD |2 +-
 dxpc/trunk/PKGBUILD   |4 
 dynamite/trunk/PKGBUILD   |4 
 27 files changed, 55 insertions(+), 49 deletions(-)

Modified: arandr/trunk/PKGBUILD
===
--- arandr/trunk/PKGBUILD   2013-02-04 13:58:54 UTC (rev 83693)
+++ arandr/trunk/PKGBUILD   2013-02-04 14:10:48 UTC (rev 83694)
@@ -15,10 +15,6 @@
 
source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
 md5sums=('38a31e71934c6d11cdf2425c7405f07e')
 
-build() {
-  true
-}
-
 package() {
   cd $srcdir/$pkgname-$pkgver
   python2 setup.py install --prefix=/usr --root=$pkgdir

Modified: arch-backup/trunk/PKGBUILD
===
--- arch-backup/trunk/PKGBUILD  2013-02-04 13:58:54 UTC (rev 83693)
+++ arch-backup/trunk/PKGBUILD  2013-02-04 14:10:48 UTC (rev 83694)
@@ -14,10 +14,6 @@
 source=(http://archlinux-stuff.googlecode.com/files/arch-backup-$pkgver.tar.gz)
 md5sums=('9614e4206f72264142ab3f4cb74d458b')
 
-build() {
-  true
-}
-
 package() {
   install -D -m 0644 $srcdir/arch-backup-$pkgver/arch-backup.conf \
 $pkgdir/etc/arch-backup/arch-backup.conf

Modified: archlinux-xdg-menu/trunk/PKGBUILD
===
--- archlinux-xdg-menu/trunk/PKGBUILD   2013-02-04 13:58:54 UTC (rev 83693)
+++ archlinux-xdg-menu/trunk/PKGBUILD   2013-02-04 14:10:48 UTC (rev 83694)
@@ -16,10 +16,6 @@
 
source=(http://archlinux-stuff.googlecode.com/files/arch-xdg-menu-$pkgver.tar.gz;)
 md5sums=('dd139571e537bbe0190eca53eabb8fd2')
 
-build() {
-  true
-}
-
 package() {
   cd $srcdir
   install -D -m 0755 xdg_menu $pkgdir/usr/bin/xdg_menu

Modified: arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD
===
--- arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD   2013-02-04 13:58:54 UTC 
(rev 83693)
+++ arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD   2013-02-04 14:10:48 UTC 
(rev 83694)
@@ -15,10 +15,6 @@
 source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 
-build() {
-  true
-}
-
 package() {
   cd $srcdir/cegcc/src/cegcc/fakecegccdll
 

Modified: arm-wince-cegcc-docs/trunk/PKGBUILD
===
--- arm-wince-cegcc-docs/trunk/PKGBUILD 2013-02-04 13:58:54 UTC (rev 83693)
+++ arm-wince-cegcc-docs/trunk/PKGBUILD 2013-02-04 14:10:48 UTC (rev 83694)
@@ -15,10 +15,6 @@
 

[arch-commits] Commit in exabgp/repos/community-any (6 files)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:11:57
  Author: seblu
Revision: 83695

archrelease: copy trunk to community-any

Added:
  exabgp/repos/community-any/PKGBUILD
(from rev 83694, exabgp/trunk/PKGBUILD)
  exabgp/repos/community-any/exabgp.service
(from rev 83694, exabgp/trunk/exabgp.service)
Deleted:
  exabgp/repos/community-any/PKGBUILD
  exabgp/repos/community-any/exabgp.conf
  exabgp/repos/community-any/exabgp.rc
  exabgp/repos/community-any/exabgp.service

+
 PKGBUILD   |   87 +--
 exabgp.conf|5 ---
 exabgp.rc  |   43 ---
 exabgp.service |   22 ++---
 4 files changed, 51 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 14:10:48 UTC (rev 83694)
+++ PKGBUILD2013-02-04 14:11:57 UTC (rev 83695)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=exabgp
-pkgver=3.0.11
-pkgrel=1
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf' 'etc/conf.d/exabgp')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'exabgp.service'
-'exabgp.rc'
-'exabgp.conf')
-sha1sums=('86d62fc84728edc9ad53f0536544f4d180317309'
-  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b'
-  '4e796ad78e58640ab7a3eca6702b750125df9407'
-  '138acaf511cdd95c3b1734d0c0913a1ca4c8207c')
-
-build() {
-  # arch python2
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # upstream installer
-  python2 setup.py install --root=$pkgdir --install-data=/
-  # install license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  popd
-  # install initscripts
-  install -D -m 755 $pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -D -m 644 $pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  # install systemd service file
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # install empty config file
-  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
-  # move data in a more private directory
-  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exabgp/repos/community-any/PKGBUILD (from rev 83694, 
exabgp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 14:11:57 UTC (rev 83695)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+
+pkgname=exabgp
+pkgver=3.0.11
+pkgrel=2
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'exabgp.service')
+sha1sums=('86d62fc84728edc9ad53f0536544f4d180317309'
+  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+  # arch python2
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # upstream installer
+  python2 setup.py install --root=$pkgdir --install-data=/
+  # install license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  popd
+  # systemd
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # install empty config file
+  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # move data in a more private directory
+  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: exabgp.conf
===
--- exabgp.conf 2013-02-04 14:10:48 UTC (rev 83694)
+++ exabgp.conf 2013-02-04 14:11:57 UTC (rev 83695)
@@ -1,5 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh noet:
-
-#DAEMON_USER=nobody
-#DAEMON_OPTS='/etc/exabgp.conf'
-#PIDFILE='/run/exabgp.pid'

Deleted: exabgp.rc
===
--- exabgp.rc   2013-02-04 14:10:48 UTC (rev 83694)
+++ exabgp.rc   2013-02-04 14:11:57 UTC (rev 83695)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-DAEMON=/usr/bin/${0##*/}
-DAEMON_USER=nobody
-DAEMON_OPTS=/etc/exabgp.conf
-PIDFILE=${PIDFILE:-/run/${0##*/}.pid}
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/${0##*/}
-
-# check pid file
-[[ -r $PIDFILE ]] 
-  read PID  $PIDFILE  [[ -n $PID ]]  kill -0 $PID || unset PID
-
-case $1 in
-  start)
-stat_busy Starting ${0##*/} daemon
-[[ ! $PID ]]  env exabgp.daemon.daemonize=true \
-  exabgp.log.destination=syslog \
-  exabgp.daemon.user=$DAEMON_USER \
-  exabgp.daemon.pid=$PIDFILE $DAEMON $DAEMON_OPTS 
-   

[arch-commits] Commit in (13 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 15:16:06
  Author: spupykin
Revision: 83696

remove pkgdir from build()

Modified:
  ecb/trunk/PKGBUILD
  ejabberd-mod_archive-svn/trunk/PKGBUILD
  ejabberd-mod_mysql-svn/trunk/PKGBUILD
  ejabberd-mod_pgsql-svn/trunk/PKGBUILD
  emacs-apel/trunk/PKGBUILD
  emacs-haskell-mode/trunk/PKGBUILD
  emacs-muse/trunk/PKGBUILD
  emacs-php-mode/trunk/PKGBUILD
  emacs-python-mode/trunk/PKGBUILD
  emacs-w3m-cvs/trunk/PKGBUILD
  emacs-w3m/trunk/PKGBUILD
  emms/trunk/PKGBUILD
  enter/trunk/PKGBUILD

-+
 ecb/trunk/PKGBUILD  |   12 +---
 ejabberd-mod_archive-svn/trunk/PKGBUILD |4 
 ejabberd-mod_mysql-svn/trunk/PKGBUILD   |4 
 ejabberd-mod_pgsql-svn/trunk/PKGBUILD   |5 -
 emacs-apel/trunk/PKGBUILD   |4 
 emacs-haskell-mode/trunk/PKGBUILD   |3 ++-
 emacs-muse/trunk/PKGBUILD   |4 
 emacs-php-mode/trunk/PKGBUILD   |4 
 emacs-python-mode/trunk/PKGBUILD|2 +-
 emacs-w3m-cvs/trunk/PKGBUILD|4 
 emacs-w3m/trunk/PKGBUILD|4 
 emms/trunk/PKGBUILD |4 
 enter/trunk/PKGBUILD|4 
 13 files changed, 48 insertions(+), 10 deletions(-)

Modified: ecb/trunk/PKGBUILD
===
--- ecb/trunk/PKGBUILD  2013-02-04 14:11:57 UTC (rev 83695)
+++ ecb/trunk/PKGBUILD  2013-02-04 14:16:06 UTC (rev 83696)
@@ -11,25 +11,23 @@
 license=('GPL')
 install=ecb.install
 #source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
-source=(http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
+source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
 md5sums=('cd5f6594773e2abc9bfebac422ccaa79')
 
 build() {
-  local _emacsver=`pacman -Q emacs | cut -d- -f 1 | cut -d\  -f2`
-
-#  cd $srcdir/$pkgname-$pkgver
   cd $srcdir/$pkgname-snap
-  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
   sed -i s|1 0 4 9|1 2 0 0| ecb-cedet-wrapper.el
-
   patch -p0 ecb.el EOF
 1219c1219
  (let ((stack-trace-on-error stack-trace-on-error))
 ---
  (let ((debug-on-error debug-on-error))
 EOF
+}
 
-#  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
+package() {
+  cd $srcdir/$pkgname-snap
+  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
   make CEDET=/usr/share/emacs/site-lisp/cedet ecb
   cp -R $srcdir/$pkgname-snap/* $pkgdir/usr/share/emacs/site-lisp/ecb
   find $pkgdir/usr/share -type f -exec chmod 0644 {} \;

Modified: ejabberd-mod_archive-svn/trunk/PKGBUILD
===
--- ejabberd-mod_archive-svn/trunk/PKGBUILD 2013-02-04 14:11:57 UTC (rev 
83695)
+++ ejabberd-mod_archive-svn/trunk/PKGBUILD 2013-02-04 14:16:06 UTC (rev 
83696)
@@ -43,6 +43,10 @@
   ./build.sh
 
   rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/${_svnmod}-build
   install -d -m 0755 $pkgdir/usr/lib/ejabberd
   cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
   install -d -m0755 $pkgdir/usr/share/ejabberd-mod_archive

Modified: ejabberd-mod_mysql-svn/trunk/PKGBUILD
===
--- ejabberd-mod_mysql-svn/trunk/PKGBUILD   2013-02-04 14:11:57 UTC (rev 
83695)
+++ ejabberd-mod_mysql-svn/trunk/PKGBUILD   2013-02-04 14:16:06 UTC (rev 
83696)
@@ -41,6 +41,10 @@
   ./build.sh
 
   rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/${_svnmod}-build
   install -d -m 0755 $pkgdir/usr/lib/ejabberd
   cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
 }

Modified: ejabberd-mod_pgsql-svn/trunk/PKGBUILD
===
--- ejabberd-mod_pgsql-svn/trunk/PKGBUILD   2013-02-04 14:11:57 UTC (rev 
83695)
+++ ejabberd-mod_pgsql-svn/trunk/PKGBUILD   2013-02-04 14:16:06 UTC (rev 
83696)
@@ -16,7 +16,6 @@
 _svntrunk=https://svn.process-one.net/ejabberd-modules
 _svnmod=ejabberd-modules
 md5sums=()
-md5sums=()
 
 build() {
   cd $srcdir
@@ -42,6 +41,10 @@
   ./build.sh
 
   rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/${_svnmod}-build
   install -d -m 0755 $pkgdir/usr/lib/ejabberd
   cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
 }

Modified: emacs-apel/trunk/PKGBUILD
===
--- emacs-apel/trunk/PKGBUILD   2013-02-04 14:11:57 UTC (rev 83695)
+++ emacs-apel/trunk/PKGBUILD   2013-02-04 14:16:06 UTC (rev 83696)
@@ -16,5 +16,9 @@
 build() {
   cd $srcdir/jeffgran-APEL-*
   make
+}
+
+package() {
+  cd $srcdir/jeffgran-APEL-*
   make install PREFIX=$pkgdir/usr
 }

Modified: emacs-haskell-mode/trunk/PKGBUILD
===
--- emacs-haskell-mode/trunk/PKGBUILD   2013-02-04 14:11:57 UTC (rev 83695)
+++ emacs-haskell-mode/trunk/PKGBUILD   2013-02-04 14:16:06 UTC (rev 83696)
@@ -16,12 +16,13 @@
 md5sums=('64435a26bd070e56481b8d0ad826ac63')
 
 build() {
-  # remove 

[arch-commits] Commit in (67 files)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:20:57
  Author: seblu
Revision: 83697

Remove aur from my email

Modified:
  acpid/trunk/PKGBUILD
  arptables/trunk/PKGBUILD
  awesome/trunk/PKGBUILD
  backuppc/trunk/PKGBUILD
  bird/trunk/PKGBUILD
  cfv/trunk/PKGBUILD
  conntrack-tools/trunk/PKGBUILD
  dex/trunk/PKGBUILD
  dkms/trunk/PKGBUILD
  docutils/trunk/PKGBUILD
  drbd/trunk/PKGBUILD
  ext4magic/trunk/PKGBUILD
  ferm/trunk/PKGBUILD
  hardlink/trunk/PKGBUILD
  httperf/trunk/PKGBUILD
  ioping/trunk/PKGBUILD
  iperf/trunk/PKGBUILD
  ipset/trunk/PKGBUILD
  iptstate/trunk/PKGBUILD
  keepalived/trunk/PKGBUILD
  laptop-detect/trunk/PKGBUILD
  libmnl/trunk/PKGBUILD
  libnetfilter_acct/trunk/PKGBUILD
  libnetfilter_conntrack/trunk/PKGBUILD
  libnetfilter_cthelper/trunk/PKGBUILD
  libnetfilter_cttimeout/trunk/PKGBUILD
  libnetfilter_log/trunk/PKGBUILD
  libnetfilter_queue/trunk/PKGBUILD
  libnfnetlink/trunk/PKGBUILD
  lsscsi/trunk/PKGBUILD
  luabitop/trunk/PKGBUILD
  luaposix/trunk/PKGBUILD
  mailman/trunk/PKGBUILD
  makedev/trunk/PKGBUILD
  makepasswd/trunk/PKGBUILD
  netperf/trunk/PKGBUILD
  nload/trunk/PKGBUILD
  oath-toolkit/trunk/PKGBUILD
  opensc/trunk/PKGBUILD
  penlight/trunk/PKGBUILD
  perl-config-ini/trunk/PKGBUILD
  perl-file-rsyncp/trunk/PKGBUILD
  perl-io-dirent/trunk/PKGBUILD
  perl-mixin-linewise/trunk/PKGBUILD
  perl-test-output/trunk/PKGBUILD
  perl-text-template/trunk/PKGBUILD
  perl-time-modules/trunk/PKGBUILD
  picocom/trunk/PKGBUILD
  python-progressbar/trunk/PKGBUILD
  python-psutil/trunk/PKGBUILD
  python-sphinx/trunk/PKGBUILD
  quilt/trunk/PKGBUILD
  rblcheck/trunk/PKGBUILD
  rxvt-unicode/trunk/PKGBUILD
  rxvt/trunk/PKGBUILD
  sfk/trunk/PKGBUILD
  sshpass/trunk/PKGBUILD
  start-stop-daemon/trunk/PKGBUILD
  stow/trunk/PKGBUILD
  sysvbanner/trunk/PKGBUILD
  vicious/trunk/PKGBUILD
  virtualbox-guest-iso/trunk/PKGBUILD
  virtualbox-modules-lts/trunk/PKGBUILD
  virtualbox-modules/trunk/PKGBUILD
  virtualbox/trunk/PKGBUILD
  vlan/trunk/PKGBUILD
  znc/trunk/PKGBUILD

---+
 acpid/trunk/PKGBUILD  |2 +-
 arptables/trunk/PKGBUILD  |2 +-
 awesome/trunk/PKGBUILD|2 +-
 backuppc/trunk/PKGBUILD   |2 +-
 bird/trunk/PKGBUILD   |2 +-
 cfv/trunk/PKGBUILD|2 +-
 conntrack-tools/trunk/PKGBUILD|2 +-
 dex/trunk/PKGBUILD|2 +-
 dkms/trunk/PKGBUILD   |2 +-
 docutils/trunk/PKGBUILD   |2 +-
 drbd/trunk/PKGBUILD   |2 +-
 ext4magic/trunk/PKGBUILD  |2 +-
 ferm/trunk/PKGBUILD   |2 +-
 hardlink/trunk/PKGBUILD   |2 +-
 httperf/trunk/PKGBUILD|2 +-
 ioping/trunk/PKGBUILD |2 +-
 iperf/trunk/PKGBUILD  |2 +-
 ipset/trunk/PKGBUILD  |2 +-
 iptstate/trunk/PKGBUILD   |2 +-
 keepalived/trunk/PKGBUILD |4 ++--
 laptop-detect/trunk/PKGBUILD  |2 +-
 libmnl/trunk/PKGBUILD |2 +-
 libnetfilter_acct/trunk/PKGBUILD  |2 +-
 libnetfilter_conntrack/trunk/PKGBUILD |2 +-
 libnetfilter_cthelper/trunk/PKGBUILD  |2 +-
 libnetfilter_cttimeout/trunk/PKGBUILD |2 +-
 libnetfilter_log/trunk/PKGBUILD   |2 +-
 libnetfilter_queue/trunk/PKGBUILD |2 +-
 libnfnetlink/trunk/PKGBUILD   |2 +-
 lsscsi/trunk/PKGBUILD |2 +-
 luabitop/trunk/PKGBUILD   |2 +-
 luaposix/trunk/PKGBUILD   |2 +-
 mailman/trunk/PKGBUILD|2 +-
 makedev/trunk/PKGBUILD|2 +-
 makepasswd/trunk/PKGBUILD |2 +-
 netperf/trunk/PKGBUILD|2 +-
 nload/trunk/PKGBUILD  |2 +-
 oath-toolkit/trunk/PKGBUILD   |2 +-
 opensc/trunk/PKGBUILD |2 +-
 penlight/trunk/PKGBUILD   |2 +-
 perl-config-ini/trunk/PKGBUILD|2 +-
 perl-file-rsyncp/trunk/PKGBUILD   |2 +-
 perl-io-dirent/trunk/PKGBUILD |2 +-
 perl-mixin-linewise/trunk/PKGBUILD|2 +-
 perl-test-output/trunk/PKGBUILD   |2 +-
 perl-text-template/trunk/PKGBUILD |2 +-
 perl-time-modules/trunk/PKGBUILD  |2 +-
 picocom/trunk/PKGBUILD|2 +-
 python-progressbar/trunk/PKGBUILD |2 +-
 python-psutil/trunk/PKGBUILD  |2 +-
 python-sphinx/trunk/PKGBUILD  |2 +-
 quilt/trunk/PKGBUILD  |2 +-
 rblcheck/trunk/PKGBUILD   |2 +-
 rxvt-unicode/trunk/PKGBUILD   |2 +-
 rxvt/trunk/PKGBUILD   |2 +-
 sfk/trunk/PKGBUILD|2 +-
 sshpass/trunk/PKGBUILD|2 +-
 start-stop-daemon/trunk/PKGBUILD  |2 +-
 stow/trunk/PKGBUILD   |2 +-
 sysvbanner/trunk/PKGBUILD |2 +-
 

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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:24:24
  Author: seblu
Revision: 83698

upgpkg: sslh 1.14-2

Modified:
  sslh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:20:57 UTC (rev 83697)
+++ PKGBUILD2013-02-04 14:24:24 UTC (rev 83698)
@@ -5,7 +5,7 @@
 
 pkgname=sslh
 pkgver=1.14
-pkgrel=1.1
+pkgrel=2
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
@@ -17,7 +17,7 @@
'sslh-select.service'
'sslh-fork.service')
 md5sums=('36e64bd6c7d0a299d5acd1109988099b'
- 'b710f6a4c36d1b432f243b53e98fc820'
+ '67e8c9511508673254afa3e1ca61ff89'
  'a4402244a4d819beb3c6dc7ff031084e')
 
 build() {



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:24:41
  Author: seblu
Revision: 83699

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 83698, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 83698, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 83698, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.install
(from rev 83698, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 83698, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 83698, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 83698, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.install
(from rev 83698, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh.conf
  sslh/repos/community-i686/sslh.rc
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh.conf
  sslh/repos/community-x86_64/sslh.rc

--+
 community-i686/PKGBUILD  |   93 +++--
 community-i686/sslh-fork.service |   10 +++
 community-i686/sslh-select.service   |9 +++
 community-i686/sslh.conf |3 -
 community-i686/sslh.install  |   13 
 community-i686/sslh.rc   |   34 
 community-x86_64/PKGBUILD|   93 +++--
 community-x86_64/sslh-fork.service   |   10 +++
 community-x86_64/sslh-select.service |9 +++
 community-x86_64/sslh.conf   |3 -
 community-x86_64/sslh.install|   13 
 community-x86_64/sslh.rc |   34 
 12 files changed, 154 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 14:24:24 UTC (rev 83698)
+++ community-i686/PKGBUILD 2013-02-04 14:24:41 UTC (rev 83699)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.14
-pkgrel=1
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libconfig')
-backup=('etc/conf.d/sslh' 'etc/sslh.conf')
-source=(http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz;
-'sslh.rc'
-'sslh.conf')
-md5sums=('36e64bd6c7d0a299d5acd1109988099b'
- 'c2a0c7c58d091acf5b4672f58066ee8f'
- 'c51c63d2b28080bae4c1c7a0c469bab7')
-
-build() {
-  cd $pkgname-$pkgver
-  # fix archlinux path in manpage
-  sed -i 's/init.d/rc.d/' sslh.pod
-  sed -i 's+/etc/default+/etc/conf.d+' sslh.pod
-  make VERSION=\v$pkgver\
-}
-
-package() {
-  # install initscripts
-  install -Dm 755 sslh.rc $pkgdir/etc/rc.d/sslh
-  install -Dm 644 sslh.conf $pkgdir/etc/conf.d/sslh
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-$pkgver
-  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 0644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install example file
-  install -Dm 0644 example.cfg $pkgdir/etc/sslh.conf
-  # install systemd service
-  install -Dm 644 scripts/systemd.sslh.service \
-$pkgdir/usr/lib/systemd/system/sslh.service
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 83698, sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 14:24:41 UTC (rev 83699)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.14
+pkgrel=2
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686' 'x86_64')
+url='http://www.rutschle.net/tech/sslh.shtml'
+license=('GPL2')
+depends=('libconfig')
+backup=('etc/sslh.conf')
+install=$pkgname.install
+source=(http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz;
+   'sslh-select.service'
+   'sslh-fork.service')
+md5sums=('36e64bd6c7d0a299d5acd1109988099b'
+ '67e8c9511508673254afa3e1ca61ff89'
+ 'a4402244a4d819beb3c6dc7ff031084e')
+
+build() {
+  cd $pkgname-$pkgver
+  make VERSION=\v$pkgver\
+}
+
+package() {
+  # manually install to have both ssl-fork and ssl-select
+  cd $pkgname-$pkgver
+  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
+  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
+  ln -s sslh-fork 

[arch-commits] Commit in (33 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 15:25:20
  Author: spupykin
Revision: 83700

remove pkgdir from build()

Modified:
  ultimate-ircd/trunk/PKGBUILD
  umleditor/trunk/PKGBUILD
  umlet/trunk/PKGBUILD
  unclutter/trunk/PKGBUILD
  unifdef/trunk/PKGBUILD
  units/trunk/PKGBUILD
  unpaper/trunk/PKGBUILD
  unrealircd/trunk/PKGBUILD
  unshield/trunk/PKGBUILD
  uriparser/trunk/PKGBUILD
  ussp-push/trunk/PKGBUILD
  ustr/trunk/PKGBUILD
  uucp/trunk/PKGBUILD
  uudeview/trunk/PKGBUILD
  viewnior/trunk/PKGBUILD
  virtinst/trunk/PKGBUILD
  virtviewer/trunk/PKGBUILD
  visitors/trunk/PKGBUILD
  vmoviedb/trunk/PKGBUILD
  vncviewer-jar/trunk/PKGBUILD
  vorbissimple/trunk/PKGBUILD
  vyqchat/trunk/PKGBUILD
  wanderlust/trunk/PKGBUILD
  wdm/trunk/PKGBUILD
  web-news/trunk/PKGBUILD
  websvn/trunk/PKGBUILD
  when/trunk/PKGBUILD
  wput/trunk/PKGBUILD
  wqy-bitmapfont/trunk/PKGBUILD
  wqy-zenhei/trunk/PKGBUILD
  yacpi/trunk/PKGBUILD
  yagf/trunk/PKGBUILD
  yahoo-t/trunk/PKGBUILD

---+
 ultimate-ircd/trunk/PKGBUILD  |3 +++
 umleditor/trunk/PKGBUILD  |2 +-
 umlet/trunk/PKGBUILD  |3 +++
 unclutter/trunk/PKGBUILD  |4 
 unifdef/trunk/PKGBUILD|4 
 units/trunk/PKGBUILD  |4 
 unpaper/trunk/PKGBUILD|4 
 unrealircd/trunk/PKGBUILD |   10 --
 unshield/trunk/PKGBUILD   |4 
 uriparser/trunk/PKGBUILD  |4 
 ussp-push/trunk/PKGBUILD  |4 
 ustr/trunk/PKGBUILD   |4 
 uucp/trunk/PKGBUILD   |5 -
 uudeview/trunk/PKGBUILD   |4 
 viewnior/trunk/PKGBUILD   |4 
 virtinst/trunk/PKGBUILD   |4 
 virtviewer/trunk/PKGBUILD |4 
 visitors/trunk/PKGBUILD   |4 
 vmoviedb/trunk/PKGBUILD   |4 
 vncviewer-jar/trunk/PKGBUILD  |2 +-
 vorbissimple/trunk/PKGBUILD   |4 
 vyqchat/trunk/PKGBUILD|4 
 wanderlust/trunk/PKGBUILD |2 +-
 wdm/trunk/PKGBUILD|4 
 web-news/trunk/PKGBUILD   |2 +-
 websvn/trunk/PKGBUILD |2 +-
 when/trunk/PKGBUILD   |2 +-
 wput/trunk/PKGBUILD   |   19 +++
 wqy-bitmapfont/trunk/PKGBUILD |2 +-
 wqy-zenhei/trunk/PKGBUILD |2 +-
 yacpi/trunk/PKGBUILD  |4 
 yagf/trunk/PKGBUILD   |4 
 yahoo-t/trunk/PKGBUILD|3 +--
 33 files changed, 114 insertions(+), 21 deletions(-)

Modified: ultimate-ircd/trunk/PKGBUILD
===
--- ultimate-ircd/trunk/PKGBUILD2013-02-04 14:24:41 UTC (rev 83699)
+++ ultimate-ircd/trunk/PKGBUILD2013-02-04 14:25:20 UTC (rev 83700)
@@ -42,7 +42,10 @@
 
   cd include  patch -N ../../conf-fix.patch  cd ..
   make || return 1
+}
 
+package() {
+  cd $srcdir/Ultimate$pkgver
   mkdir -p $pkgdir/usr/bin
   mkdir -p $pkgdir/var/log/ircd
   mkdir -p $pkgdir/etc/ircd/networks

Modified: umleditor/trunk/PKGBUILD
===
--- umleditor/trunk/PKGBUILD2013-02-04 14:24:41 UTC (rev 83699)
+++ umleditor/trunk/PKGBUILD2013-02-04 14:25:20 UTC (rev 83700)
@@ -16,7 +16,7 @@
 md5sums=('ce6e82b962107c52fa865194ba6434c2'
  'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
 
-build() {
+package() {
   install -d $pkgdir/opt/$pkgname
   cp $srcdir/$pkgname-$pkgver/*.jar $pkgdir/opt/$pkgname
   cp -r $srcdir/$pkgname-$pkgver/xmirose $pkgdir/opt/$pkgname

Modified: umlet/trunk/PKGBUILD
===
--- umlet/trunk/PKGBUILD2013-02-04 14:24:41 UTC (rev 83699)
+++ umlet/trunk/PKGBUILD2013-02-04 14:25:20 UTC (rev 83700)
@@ -25,7 +25,10 @@
   rm -f Umlet.sh.orig
   rm -rf src
   rm -ff Umlet.exe
+}
 
+package() {
+  cd ${srcdir}/Umlet
   install -D -m755 umlet.sh ${pkgdir}/usr/bin/umlet
   install -d -m755 ${pkgdir}/usr/share
   mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet

Modified: unclutter/trunk/PKGBUILD
===
--- unclutter/trunk/PKGBUILD2013-02-04 14:24:41 UTC (rev 83699)
+++ unclutter/trunk/PKGBUILD2013-02-04 14:25:20 UTC (rev 83700)
@@ -20,6 +20,10 @@
   cd ${srcdir}/$pkgname
   xmkmf -a
   make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
   make DESTDIR=${pkgdir} install
   install -D -m 644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1
 }

Modified: unifdef/trunk/PKGBUILD
===
--- unifdef/trunk/PKGBUILD  2013-02-04 14:24:41 UTC (rev 83699)
+++ unifdef/trunk/PKGBUILD  2013-02-04 14:25:20 UTC (rev 83700)
@@ -16,6 +16,10 @@
   cd $srcdir/$pkgname-$pkgver
   make clean
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
   install -m 0755 unifdef $pkgdir/usr/bin/
   install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/

Modified: 

[arch-commits] Commit in (24 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 15:34:04
  Author: spupykin
Revision: 83701

remove pkgdir from build()

Modified:
  fbdump/trunk/PKGBUILD
  fbgetty/trunk/PKGBUILD
  fbnews/trunk/PKGBUILD
  fbpanel/trunk/PKGBUILD
  fbreader/trunk/PKGBUILD
  fbshot/trunk/PKGBUILD
  fbv/trunk/PKGBUILD
  festvox-ru/trunk/PKGBUILD
  firefox-adblock-plus/trunk/PKGBUILD
  firefox-noscript/trunk/PKGBUILD
  firefox-spell-ru/trunk/PKGBUILD
  flightgear-data/trunk/PKGBUILD
  fltk2/trunk/PKGBUILD
  flumotion/trunk/PKGBUILD
  flyspray/trunk/PKGBUILD
  font-mathematica/trunk/PKGBUILD
  fonteditfs/trunk/PKGBUILD
  fpc-src/trunk/PKGBUILD
  freedesktop-docs/trunk/PKGBUILD
  freedroid/trunk/PKGBUILD
  freeradius-client/trunk/PKGBUILD
  freetalk/trunk/PKGBUILD
  fxdesktop/trunk/PKGBUILD
  fxprocessview/trunk/PKGBUILD

-+
 fbdump/trunk/PKGBUILD   |4 
 fbgetty/trunk/PKGBUILD  |4 
 fbnews/trunk/PKGBUILD   |   10 --
 fbpanel/trunk/PKGBUILD  |4 
 fbreader/trunk/PKGBUILD |4 
 fbshot/trunk/PKGBUILD   |4 
 fbv/trunk/PKGBUILD  |4 
 festvox-ru/trunk/PKGBUILD   |2 +-
 firefox-adblock-plus/trunk/PKGBUILD |2 +-
 firefox-noscript/trunk/PKGBUILD |2 +-
 firefox-spell-ru/trunk/PKGBUILD |2 +-
 flightgear-data/trunk/PKGBUILD  |2 +-
 fltk2/trunk/PKGBUILD|4 
 flumotion/trunk/PKGBUILD|6 +-
 flyspray/trunk/PKGBUILD |2 +-
 font-mathematica/trunk/PKGBUILD |2 +-
 fonteditfs/trunk/PKGBUILD   |4 
 fpc-src/trunk/PKGBUILD  |2 +-
 freedesktop-docs/trunk/PKGBUILD |2 +-
 freedroid/trunk/PKGBUILD|4 
 freeradius-client/trunk/PKGBUILD|4 
 freetalk/trunk/PKGBUILD |4 
 fxdesktop/trunk/PKGBUILD|4 
 fxprocessview/trunk/PKGBUILD|4 
 24 files changed, 74 insertions(+), 12 deletions(-)

Modified: fbdump/trunk/PKGBUILD
===
--- fbdump/trunk/PKGBUILD   2013-02-04 14:25:20 UTC (rev 83700)
+++ fbdump/trunk/PKGBUILD   2013-02-04 14:34:04 UTC (rev 83701)
@@ -16,5 +16,9 @@
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Modified: fbgetty/trunk/PKGBUILD
===
--- fbgetty/trunk/PKGBUILD  2013-02-04 14:25:20 UTC (rev 83700)
+++ fbgetty/trunk/PKGBUILD  2013-02-04 14:34:04 UTC (rev 83701)
@@ -23,6 +23,10 @@
 EOF
 
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
   mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
 }

Modified: fbnews/trunk/PKGBUILD
===
--- fbnews/trunk/PKGBUILD   2013-02-04 14:25:20 UTC (rev 83700)
+++ fbnews/trunk/PKGBUILD   2013-02-04 14:34:04 UTC (rev 83701)
@@ -16,8 +16,6 @@
 md5sums=('6694bbdaa50f8a76bf6b5bb5157b0427')
 
 build() {
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/usr/share/{fbnews,info}
   cd $srcdir/$pkgname-$pkgver
   export INFODIR=$pkgdir/usr/share/info
 
@@ -30,6 +28,14 @@
   sed -i 's|iso8859_15|utf8|' fbnews.py
 
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/{fbnews,info}
+
   make INSTALLPREFIX=$pkgdir/usr install
 
   ln -sf ../share/fbnews/fbnews.py $pkgdir/usr/bin/fbnews

Modified: fbpanel/trunk/PKGBUILD
===
--- fbpanel/trunk/PKGBUILD  2013-02-04 14:25:20 UTC (rev 83700)
+++ fbpanel/trunk/PKGBUILD  2013-02-04 14:34:04 UTC (rev 83701)
@@ -19,5 +19,9 @@
   ./configure --prefix=/usr
   echo LDFLAGSX += -lX11 -lm config.mk
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }

Modified: fbreader/trunk/PKGBUILD
===
--- fbreader/trunk/PKGBUILD 2013-02-04 14:25:20 UTC (rev 83700)
+++ fbreader/trunk/PKGBUILD 2013-02-04 14:34:04 UTC (rev 83701)
@@ -22,5 +22,9 @@
   sed -i 's|moc-qt4|moc|g' makefiles/arch/desktop.mk
   sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
   make ZLSHARED=no
+}
+
+package() {
+  cd $srcdir/fbreader-$pkgver
   make ZLSHARED=no DESTDIR=$pkgdir install
 }

Modified: fbshot/trunk/PKGBUILD
===
--- fbshot/trunk/PKGBUILD   2013-02-04 14:25:20 UTC (rev 83700)
+++ fbshot/trunk/PKGBUILD   2013-02-04 14:34:04 UTC (rev 83701)
@@ -17,6 +17,10 @@
   cd $srcdir/$pkgname-$pkgver
   sed -i '1,1i#include zlib.h' fbshot.c
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   install -Dm755 fbshot $pkgdir/usr/bin/fbshot
   install 

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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:41:52
  Author: seblu
Revision: 83702

upgpkg: drbd 8.3.13-2

- drop rc

Modified:
  drbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:34:04 UTC (rev 83701)
+++ PKGBUILD2013-02-04 14:41:52 UTC (rev 83702)
@@ -3,7 +3,7 @@
 
 pkgname=drbd
 pkgver=8.3.13
-pkgrel=1.1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:42:03
  Author: seblu
Revision: 83703

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

Added:
  drbd/repos/community-i686/01-remove-old-sanity-check.diff
(from rev 83702, drbd/trunk/01-remove-old-sanity-check.diff)
  drbd/repos/community-i686/PKGBUILD
(from rev 83702, drbd/trunk/PKGBUILD)
  drbd/repos/community-i686/drbd.service
(from rev 83702, drbd/trunk/drbd.service)
  drbd/repos/community-x86_64/01-remove-old-sanity-check.diff
(from rev 83702, drbd/trunk/01-remove-old-sanity-check.diff)
  drbd/repos/community-x86_64/PKGBUILD
(from rev 83702, drbd/trunk/PKGBUILD)
  drbd/repos/community-x86_64/drbd.service
(from rev 83702, drbd/trunk/drbd.service)
Deleted:
  drbd/repos/community-i686/01-remove-old-sanity-check.diff
  drbd/repos/community-i686/PKGBUILD
  drbd/repos/community-i686/drbd.rc
  drbd/repos/community-i686/drbd.service
  drbd/repos/community-x86_64/01-remove-old-sanity-check.diff
  drbd/repos/community-x86_64/PKGBUILD
  drbd/repos/community-x86_64/drbd.rc
  drbd/repos/community-x86_64/drbd.service

--+
 community-i686/01-remove-old-sanity-check.diff   |   48 +++
 community-i686/PKGBUILD  |  129 ++---
 community-i686/drbd.rc   |   58 -
 community-i686/drbd.service  |   38 +++---
 community-x86_64/01-remove-old-sanity-check.diff |   48 +++
 community-x86_64/PKGBUILD|  129 ++---
 community-x86_64/drbd.rc |   58 -
 community-x86_64/drbd.service|   38 +++---
 8 files changed, 210 insertions(+), 336 deletions(-)

Deleted: community-i686/01-remove-old-sanity-check.diff
===
--- community-i686/01-remove-old-sanity-check.diff  2013-02-04 14:41:52 UTC 
(rev 83702)
+++ community-i686/01-remove-old-sanity-check.diff  2013-02-04 14:42:03 UTC 
(rev 83703)
@@ -1,24 +0,0 @@
-From: Lars Ellenberg lars.ellenb...@linbit.com
-Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
-Subject: build: remove old sanity check to allow build against linux 3.1
-X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
-
-build: remove old sanity check to allow build against linux 3.1

-
-diff --git a/drbd/Makefile b/drbd/Makefile
-index 0985340..7a09603 100644
 a/drbd/Makefile
-+++ b/drbd/Makefile
-@@ -90,11 +90,6 @@ else
- endif
-   endif
- 
--  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
--  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
--$(error won't compile with this kernel version)
--  endif
--
-   .PHONY: drbd.o default all greeting clean kbuild install dep tags
- 
-   drbd.o: greeting kbuild

Copied: drbd/repos/community-i686/01-remove-old-sanity-check.diff (from rev 
83702, drbd/trunk/01-remove-old-sanity-check.diff)
===
--- community-i686/01-remove-old-sanity-check.diff  
(rev 0)
+++ community-i686/01-remove-old-sanity-check.diff  2013-02-04 14:42:03 UTC 
(rev 83703)
@@ -0,0 +1,24 @@
+From: Lars Ellenberg lars.ellenb...@linbit.com
+Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
+Subject: build: remove old sanity check to allow build against linux 3.1
+X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
+
+build: remove old sanity check to allow build against linux 3.1
+---
+
+diff --git a/drbd/Makefile b/drbd/Makefile
+index 0985340..7a09603 100644
+--- a/drbd/Makefile
 b/drbd/Makefile
+@@ -90,11 +90,6 @@ else
+ endif
+   endif
+ 
+-  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
+-  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
+-$(error won't compile with this kernel version)
+-  endif
+-
+   .PHONY: drbd.o default all greeting clean kbuild install dep tags
+ 
+   drbd.o: greeting kbuild

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 14:41:52 UTC (rev 83702)
+++ community-i686/PKGBUILD 2013-02-04 14:42:03 UTC (rev 83703)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=drbd
-pkgver=8.3.13
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-source=(http://oss.linbit.com/drbd/8.3/$pkgname-$pkgver.tar.gz;
-$pkgname.rc
-$pkgname.service)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('760a25459ef6b7262a2a3572c1561c5b'
- 

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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:45:46
  Author: seblu
Revision: 83704

upgpkg: ebtables 2.0.10_4-3

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:42:03 UTC (rev 83703)
+++ PKGBUILD2013-02-04 14:45:46 UTC (rev 83704)
@@ -1,13 +1,14 @@
 # $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Maintainer: Sébastien Luttringer se...@archlinux.org
 # Contributor: Michal Soltys sol...@ziu.info
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=2.1
+pkgrel=3
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
+depends=('perl' 'bash')
 license=('GPL2')
 backup=(etc/$pkgname.conf)
 # ebtables segfault with --as-needed



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:45:58
  Author: seblu
Revision: 83705

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

Added:
  ebtables/repos/community-i686/PKGBUILD
(from rev 83704, ebtables/trunk/PKGBUILD)
  ebtables/repos/community-i686/ebtables.install
(from rev 83704, ebtables/trunk/ebtables.install)
  ebtables/repos/community-i686/ebtables.service
(from rev 83704, ebtables/trunk/ebtables.service)
  ebtables/repos/community-i686/ebtables.systemd
(from rev 83704, ebtables/trunk/ebtables.systemd)
  ebtables/repos/community-x86_64/PKGBUILD
(from rev 83704, ebtables/trunk/PKGBUILD)
  ebtables/repos/community-x86_64/ebtables.install
(from rev 83704, ebtables/trunk/ebtables.install)
  ebtables/repos/community-x86_64/ebtables.service
(from rev 83704, ebtables/trunk/ebtables.service)
  ebtables/repos/community-x86_64/ebtables.systemd
(from rev 83704, ebtables/trunk/ebtables.systemd)
Deleted:
  ebtables/repos/community-i686/PKGBUILD
  ebtables/repos/community-i686/ebtables.conf
  ebtables/repos/community-i686/ebtables.install
  ebtables/repos/community-i686/ebtables.rc
  ebtables/repos/community-i686/ebtables.service
  ebtables/repos/community-i686/ebtables.systemd
  ebtables/repos/community-x86_64/PKGBUILD
  ebtables/repos/community-x86_64/ebtables.conf
  ebtables/repos/community-x86_64/ebtables.install
  ebtables/repos/community-x86_64/ebtables.rc
  ebtables/repos/community-x86_64/ebtables.service
  ebtables/repos/community-x86_64/ebtables.systemd

---+
 community-i686/PKGBUILD   |  106 
 community-i686/ebtables.conf  |7 --
 community-i686/ebtables.install   |   18 +++---
 community-i686/ebtables.rc|   31 --
 community-i686/ebtables.service   |   22 +++
 community-i686/ebtables.systemd   |   43 +++---
 community-x86_64/PKGBUILD |  106 
 community-x86_64/ebtables.conf|7 --
 community-x86_64/ebtables.install |   18 +++---
 community-x86_64/ebtables.rc  |   31 --
 community-x86_64/ebtables.service |   22 +++
 community-x86_64/ebtables.systemd |   43 +++---
 12 files changed, 182 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 14:45:46 UTC (rev 83704)
+++ community-i686/PKGBUILD 2013-02-04 14:45:58 UTC (rev 83705)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Michal Soltys sol...@ziu.info
-
-pkgname=ebtables
-pkgver=2.0.10_4
-pkgrel=2
-pkgdesc='Ethernet bridge filtering utilities'
-arch=('i686' 'x86_64')
-url='http://ebtables.sourceforge.net/'
-license=('GPL2')
-backup=(etc/$pkgname.conf etc/conf.d/$pkgname)
-# ebtables segfault with --as-needed
-options=('!buildflags')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz;
-$pkgname.conf
-$pkgname.rc
-$pkgname.systemd
-$pkgname.service)
-md5sums=('506742a3d44b9925955425a659c1a8d0'
- 'c6f0838de4429af68d21b4d61f00db59'
- 'd0e340f2cefe91b1569c0e87c2a1288f'
- '5a49ea09af202cb438c8a1b15abf9147'
- 'baf923443c3b16277e50d60d2e68f534')
-
-build() {
-  cd $pkgname-v${pkgver/_/-}
-  make CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable'
-}
-
-package() {
-  pushd $pkgname-v${pkgver/_/-}
-  make install \
-DESTDIR=$pkgdir \
-LIBDIR=/usr/lib \
-MANDIR=/usr/share/man \
-BINDIR=/usr/sbin \
-INITDIR=/etc/rc.d \
-SYSCONFIGDIR=/etc
-  popd
-  # rm package ebtables rc.d scripts
-  rm $pkgdir/etc/ebtables-config
-  # install initscripts
-  install -Dm 755 $pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -Dm 644 $pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  # install systemd service
-  install -Dm 755 $pkgname.systemd \
-$pkgdir/usr/lib/systemd/scripts/$pkgname
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ebtables/repos/community-i686/PKGBUILD (from rev 83704, 
ebtables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 14:45:58 UTC (rev 83705)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Michal Soltys sol...@ziu.info
+
+pkgname=ebtables
+pkgver=2.0.10_4
+pkgrel=3
+pkgdesc='Ethernet bridge filtering utilities'
+arch=('i686' 'x86_64')
+url='http://ebtables.sourceforge.net/'
+depends=('perl' 'bash')
+license=('GPL2')
+backup=(etc/$pkgname.conf)
+# ebtables segfault with --as-needed
+options=('!buildflags')
+install=$pkgname.install

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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:51:28
  Author: seblu
Revision: 83706

upgpkg: mailman 2.1.15-3

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:45:58 UTC (rev 83705)
+++ PKGBUILD2013-02-04 14:51:28 UTC (rev 83706)
@@ -4,7 +4,7 @@
 
 pkgname=mailman
 pkgver=2.1.15
-pkgrel=2.1
+pkgrel=3
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
 license=('GPL')



[arch-commits] Commit in mailman/repos (26 files)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:51:45
  Author: seblu
Revision: 83707

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

Added:
  mailman/repos/community-i686/PKGBUILD
(from rev 83706, mailman/trunk/PKGBUILD)
  mailman/repos/community-i686/mailman-2.1-build.patch
(from rev 83706, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-i686/mailman.install
(from rev 83706, mailman/trunk/mailman.install)
  mailman/repos/community-i686/mailman.profile.csh
(from rev 83706, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-i686/mailman.profile.sh
(from rev 83706, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-i686/mailman.service
(from rev 83706, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 83706, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-2.1-build.patch
(from rev 83706, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-x86_64/mailman.install
(from rev 83706, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 83706, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 83706, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 83706, mailman/trunk/mailman.service)
Deleted:
  mailman/repos/community-i686/PKGBUILD
  mailman/repos/community-i686/mailman-2.1-build.patch
  mailman/repos/community-i686/mailman.install
  mailman/repos/community-i686/mailman.profile.csh
  mailman/repos/community-i686/mailman.profile.sh
  mailman/repos/community-i686/mailman.rc
  mailman/repos/community-i686/mailman.service
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-2.1-build.patch
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.rc
  mailman/repos/community-x86_64/mailman.service

--+
 community-i686/PKGBUILD  |  168 +--
 community-i686/mailman-2.1-build.patch   | 1388 ++---
 community-i686/mailman.install   |   59 -
 community-i686/mailman.profile.csh   |2 
 community-i686/mailman.profile.sh|6 
 community-i686/mailman.rc|   29 
 community-i686/mailman.service   |   26 
 community-x86_64/PKGBUILD|  168 +--
 community-x86_64/mailman-2.1-build.patch | 1388 ++---
 community-x86_64/mailman.install |   59 -
 community-x86_64/mailman.profile.csh |2 
 community-x86_64/mailman.profile.sh  |6 
 community-x86_64/mailman.rc  |   29 
 community-x86_64/mailman.service |   26 
 14 files changed, 1646 insertions(+), 1710 deletions(-)

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


[arch-commits] Commit in (148 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 15:56:52
  Author: spupykin
Revision: 83708

remove pkgdir from build()

Modified:
  perl-algorithm-annotate/trunk/PKGBUILD
  perl-algorithm-diff/trunk/PKGBUILD
  perl-array-compare/trunk/PKGBUILD
  perl-authen-radius/trunk/PKGBUILD
  perl-authen-sasl/trunk/PKGBUILD
  perl-cache-memcached/trunk/PKGBUILD
  perl-cgi-session/trunk/PKGBUILD
  perl-chart/trunk/PKGBUILD
  perl-class-accessor-chained/trunk/PKGBUILD
  perl-class-autouse/trunk/PKGBUILD
  perl-class-data-inheritable/trunk/PKGBUILD
  perl-class-load/trunk/PKGBUILD
  perl-class-methodmaker/trunk/PKGBUILD
  perl-class-singleton/trunk/PKGBUILD
  perl-color-calc/trunk/PKGBUILD
  perl-config-tiny/trunk/PKGBUILD
  perl-convert-asn1/trunk/PKGBUILD
  perl-crypt-blowfish/trunk/PKGBUILD
  perl-crypt-cbc/trunk/PKGBUILD
  perl-crypt-des/trunk/PKGBUILD
  perl-crypt-smbhash/trunk/PKGBUILD
  perl-curses-ui-poe/trunk/PKGBUILD
  perl-curses-ui/trunk/PKGBUILD
  perl-curses/trunk/PKGBUILD
  perl-danga-socket/trunk/PKGBUILD
  perl-data-hexdump/trunk/PKGBUILD
  perl-data-hierarchy/trunk/PKGBUILD
  perl-data-structure-util/trunk/PKGBUILD
  perl-datetime-cron-simple/trunk/PKGBUILD
  perl-datetime-event-ical/trunk/PKGBUILD
  perl-datetime-event-recurrence/trunk/PKGBUILD
  perl-datetime-format-ical/trunk/PKGBUILD
  perl-datetime-format-w3cdtf/trunk/PKGBUILD
  perl-datetime-locale/trunk/PKGBUILD
  perl-datetime-set/trunk/PKGBUILD
  perl-dbi-shell/trunk/PKGBUILD
  perl-devel-symdump/trunk/PKGBUILD
  perl-device-gsm/trunk/PKGBUILD
  perl-device-modem/trunk/PKGBUILD
  perl-device-serialport/trunk/PKGBUILD
  perl-djabberd-rosterstorage-sqlite/trunk/PKGBUILD
  perl-djabberd/trunk/PKGBUILD
  perl-email-abstract/trunk/PKGBUILD
  perl-email-address/trunk/PKGBUILD
  perl-email-messageid/trunk/PKGBUILD
  perl-email-mime-attachment-stripper/trunk/PKGBUILD
  perl-email-mime-contenttype/trunk/PKGBUILD
  perl-email-mime-encodings/trunk/PKGBUILD
  perl-email-reply/trunk/PKGBUILD
  perl-email-send/trunk/PKGBUILD
  perl-email-simple/trunk/PKGBUILD
  perl-extutils-xsbuilder/trunk/PKGBUILD
  perl-file-chdir/trunk/PKGBUILD
  perl-file-mmagic/trunk/PKGBUILD
  perl-file-remove/trunk/PKGBUILD
  perl-file-type/trunk/PKGBUILD
  perl-finance-quote/trunk/PKGBUILD
  perl-freezethaw/trunk/PKGBUILD
  perl-gdgraph/trunk/PKGBUILD
  perl-gdtextutil/trunk/PKGBUILD
  perl-gettext/trunk/PKGBUILD
  perl-graphics-colornames-www/trunk/PKGBUILD
  perl-html-element-extended/trunk/PKGBUILD
  perl-html-highlight/trunk/PKGBUILD
  perl-html-scrubber/trunk/PKGBUILD
  perl-html-tagfilter/trunk/PKGBUILD
  perl-html-template-expr/trunk/PKGBUILD
  perl-html-tree/trunk/PKGBUILD
  perl-http-cache-transparent/trunk/PKGBUILD
  perl-http-lite/trunk/PKGBUILD
  perl-http-server-simple/trunk/PKGBUILD
  perl-ical-parser/trunk/PKGBUILD
  perl-image-info/trunk/PKGBUILD
  perl-inline/trunk/PKGBUILD
  perl-io-digest/trunk/PKGBUILD
  perl-io-multiplex/trunk/PKGBUILD
  perl-io-pager/trunk/PKGBUILD
  perl-io-string/trunk/PKGBUILD
  perl-io-tee/trunk/PKGBUILD
  perl-ipc-run/trunk/PKGBUILD
  perl-ipc-shareable/trunk/PKGBUILD
  perl-ldap/trunk/PKGBUILD
  perl-lingua-en-numbers-ordinate/trunk/PKGBUILD
  perl-lingua-en-numbers/trunk/PKGBUILD
  perl-lingua-preferred/trunk/PKGBUILD
  perl-mail-box/trunk/PKGBUILD
  perl-mail-domainkeys/trunk/PKGBUILD
  perl-mail-sendmail/trunk/PKGBUILD
  perl-math-base85/trunk/PKGBUILD
  perl-net-ipv4addr/trunk/PKGBUILD
  perl-net-ipv6addr/trunk/PKGBUILD
  perl-net-jabber/trunk/PKGBUILD
  perl-net-snmp/trunk/PKGBUILD
  perl-net-telnet/trunk/PKGBUILD
  perl-net-xmpp/trunk/PKGBUILD
  perl-object-event/trunk/PKGBUILD
  perl-object-multitype/trunk/PKGBUILD
  perl-object-realize-later/trunk/PKGBUILD
  perl-params-classify/trunk/PKGBUILD
  perl-parse-recdescent/trunk/PKGBUILD
  perl-parse-yapp/trunk/PKGBUILD
  perl-patchreader/trunk/PKGBUILD
  perl-pod-coverage/trunk/PKGBUILD
  perl-poe-component-client-dns/trunk/PKGBUILD
  perl-poe-component-client-http/trunk/PKGBUILD
  perl-poe-component-client-keepalive/trunk/PKGBUILD
  perl-poe-component-ikc/trunk/PKGBUILD
  perl-regexp-shellish/trunk/PKGBUILD
  perl-return-value/trunk/PKGBUILD
  perl-set-infinite/trunk/PKGBUILD
  perl-sgmls/trunk/PKGBUILD
  perl-sort-naturally/trunk/PKGBUILD
  perl-spiffy/trunk/PKGBUILD
  perl-sub-uplevel/trunk/PKGBUILD
  perl-svn-mirror/trunk/PKGBUILD
  perl-svn-simple-edit/trunk/PKGBUILD
  perl-sys-syscall/trunk/PKGBUILD
  perl-template-gd/trunk/PKGBUILD
  perl-term-animation/trunk/PKGBUILD
  perl-term-progressbar/trunk/PKGBUILD
  perl-term-read-password/trunk/PKGBUILD
  perl-test-base/trunk/PKGBUILD
  perl-test-deep/trunk/PKGBUILD
  perl-test-manifest/trunk/PKGBUILD
  perl-test-nowarnings/trunk/PKGBUILD
  perl-test-number-delta/trunk/PKGBUILD
  perl-test-pod-coverage/trunk/PKGBUILD
  perl-test-tester/trunk/PKGBUILD
  perl-text-markdown/trunk/PKGBUILD
  perl-text-vfile-asdata/trunk/PKGBUILD
  perl-tie-cphash/trunk/PKGBUILD
  perl-tie-ixhash/trunk/PKGBUILD
  perl-time-duration/trunk/PKGBUILD
  

[arch-commits] Commit in keepalived/trunk (PKGBUILD keepalived.service)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:57:00
  Author: seblu
Revision: 83709

upgpkg: keepalived 1.2.7-2

Modified:
  keepalived/trunk/PKGBUILD
  keepalived/trunk/keepalived.service

+
 PKGBUILD   |4 ++--
 keepalived.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:56:52 UTC (rev 83708)
+++ PKGBUILD2013-02-04 14:57:00 UTC (rev 83709)
@@ -14,7 +14,7 @@
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
 md5sums=('8551a34ee048895dbe5350a031ff29c1'
- 'dd0a003a24057eba1e4dc09f372aaa52')
+ 'edbeda8c8777cf36110c1623e49bc5c9')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,7 +26,7 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d/init.d $pkgdir/etc/sysconfig
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
   # move examples to /usr/share
   install -d -m 755 $pkgdir/usr/share/$pkgname
   mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples

Modified: keepalived.service
===
--- keepalived.service  2013-02-04 14:56:52 UTC (rev 83708)
+++ keepalived.service  2013-02-04 14:57:00 UTC (rev 83709)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Keepalive Daemon
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/keepalived --dont-fork



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:57:08
  Author: seblu
Revision: 83710

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 83709, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 83709, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 83709, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 83709, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.conf
  keepalived/repos/community-i686/keepalived.rc
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.conf
  keepalived/repos/community-x86_64/keepalived.rc
  keepalived/repos/community-x86_64/keepalived.service

-+
 community-i686/PKGBUILD |   87 +++---
 community-i686/keepalived.conf  |   16 --
 community-i686/keepalived.rc|   38 --
 community-i686/keepalived.service   |   17 +++---
 community-x86_64/PKGBUILD   |   87 +++---
 community-x86_64/keepalived.conf|   16 --
 community-x86_64/keepalived.rc  |   38 --
 community-x86_64/keepalived.service |   17 +++---
 8 files changed, 98 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 14:57:00 UTC (rev 83709)
+++ community-i686/PKGBUILD 2013-02-04 14:57:08 UTC (rev 83710)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.7
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf' 'etc/conf.d/keepalived')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.rc'
-'keepalived.service'
-'keepalived.conf')
-md5sums=('8551a34ee048895dbe5350a031ff29c1'
- '0d7ea6296bce403a5d24be305a0a9d73'
- 'dd0a003a24057eba1e4dc09f372aaa52'
- '9c8142da8730ad27a345587dea83ced7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d/init.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-
-  # add initscripts
-  cd ..
-  install -D -m 755 $pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -D -m 644 $pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 83709, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 14:57:08 UTC (rev 83710)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.7
+pkgrel=2
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('8551a34ee048895dbe5350a031ff29c1'
+ 'edbeda8c8777cf36110c1623e49bc5c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  cd $srcdir
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.conf
===
--- community-i686/keepalived.conf  2013-02-04 14:57:00 UTC (rev 83709)
+++ community-i686/keepalived.conf  2013-02-04 14:57:08 UTC (rev 83710)
@@ -1,16 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-# Options for keepalived. See `keepalived 

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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 16:13:28
  Author: seblu
Revision: 83711

upgpkg: backuppc 3.2.1-10

Modified:
  backuppc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:57:08 UTC (rev 83710)
+++ PKGBUILD2013-02-04 15:13:28 UTC (rev 83711)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.2.1
-pkgrel=9.1
+pkgrel=10
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='http://backuppc.sourceforge.net/'
 license=('GPL2')



[arch-commits] Commit in backuppc/repos/community-any (20 files)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 16:13:40
  Author: seblu
Revision: 83712

archrelease: copy trunk to community-any

Added:
  backuppc/repos/community-any/01-fix-parenthesis-warnings.patch
(from rev 83711, backuppc/trunk/01-fix-parenthesis-warnings.patch)
  backuppc/repos/community-any/02-fix-cve-2011-4923.patch
(from rev 83711, backuppc/trunk/02-fix-cve-2011-4923.patch)
  backuppc/repos/community-any/03-fix-FS#32642.patch
(from rev 83711, backuppc/trunk/03-fix-FS#32642.patch)
  backuppc/repos/community-any/PKGBUILD
(from rev 83711, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-any/backuppc.httpd
(from rev 83711, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-any/backuppc.install
(from rev 83711, backuppc/trunk/backuppc.install)
  backuppc/repos/community-any/backuppc.profile.csh
(from rev 83711, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-any/backuppc.profile.sh
(from rev 83711, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-any/backuppc.service
(from rev 83711, backuppc/trunk/backuppc.service)
Deleted:
  backuppc/repos/community-any/01-fix-parenthesis-warnings.patch
  backuppc/repos/community-any/02-fix-cve-2011-4923.patch
  backuppc/repos/community-any/03-fix-FS#32642.patch
  backuppc/repos/community-any/PKGBUILD
  backuppc/repos/community-any/backuppc.conf
  backuppc/repos/community-any/backuppc.httpd
  backuppc/repos/community-any/backuppc.install
  backuppc/repos/community-any/backuppc.profile.csh
  backuppc/repos/community-any/backuppc.profile.sh
  backuppc/repos/community-any/backuppc.rc
  backuppc/repos/community-any/backuppc.service

---+
 01-fix-parenthesis-warnings.patch |   40 +++
 02-fix-cve-2011-4923.patch|   28 ++---
 03-fix-FS#32642.patch |   24 ++--
 PKGBUILD  |  189 +---
 backuppc.conf |6 -
 backuppc.httpd|   50 -
 backuppc.install  |   68 ++--
 backuppc.profile.csh  |2 
 backuppc.profile.sh   |6 -
 backuppc.rc   |   54 --
 backuppc.service  |   20 +--
 11 files changed, 209 insertions(+), 278 deletions(-)

Deleted: 01-fix-parenthesis-warnings.patch
===
--- 01-fix-parenthesis-warnings.patch   2013-02-04 15:13:28 UTC (rev 83711)
+++ 01-fix-parenthesis-warnings.patch   2013-02-04 15:13:40 UTC (rev 83712)
@@ -1,20 +0,0 @@
-# 
http://svnweb.mageia.org/packages/cauldron/backuppc/current/SOURCES/BackupPC-3.2.1-CVE-2011-170886.diff?view=markup
-
 a/lib/BackupPC/Storage/Text.pm 2011-04-25 05:31:55.0 +0200
-+++ b/lib/BackupPC/Storage/Text.pm 2011-11-28 17:25:44.579141456 +0100
-@@ -299,5 +299,5 @@
- # Promote BackupFilesOnly and BackupFilesExclude to hashes
- #
--foreach my $param qw(BackupFilesOnly BackupFilesExclude) {
-+foreach my $param ( qw(BackupFilesOnly BackupFilesExclude) ) {
- next if ( !defined($conf-{$param}) || ref($conf-{$param}) eq HASH 
);
- $conf-{$param} = [ $conf-{$param} ]
 a/lib/BackupPC/Lib.pm  2011-04-25 05:31:55.0 +0200
-+++ b/lib/BackupPC/Lib.pm  2011-11-28 17:28:01.830700902 +0100
-@@ -1410,5 +1410,5 @@
- $conf-{$shareName} = [ $conf-{$shareName} ]
- if ( ref($conf-{$shareName}) ne ARRAY );
--foreach my $param qw(BackupFilesOnly BackupFilesExclude) {
-+foreach my $param ( qw(BackupFilesOnly BackupFilesExclude) ) {
- next if ( !defined($conf-{$param}) );
- if ( ref($conf-{$param}) eq HASH ) {

Copied: backuppc/repos/community-any/01-fix-parenthesis-warnings.patch (from 
rev 83711, backuppc/trunk/01-fix-parenthesis-warnings.patch)
===
--- 01-fix-parenthesis-warnings.patch   (rev 0)
+++ 01-fix-parenthesis-warnings.patch   2013-02-04 15:13:40 UTC (rev 83712)
@@ -0,0 +1,20 @@
+# 
http://svnweb.mageia.org/packages/cauldron/backuppc/current/SOURCES/BackupPC-3.2.1-CVE-2011-170886.diff?view=markup
+
+--- a/lib/BackupPC/Storage/Text.pm 2011-04-25 05:31:55.0 +0200
 b/lib/BackupPC/Storage/Text.pm 2011-11-28 17:25:44.579141456 +0100
+@@ -299,5 +299,5 @@
+ # Promote BackupFilesOnly and BackupFilesExclude to hashes
+ #
+-foreach my $param qw(BackupFilesOnly BackupFilesExclude) {
++foreach my $param ( qw(BackupFilesOnly BackupFilesExclude) ) {
+ next if ( !defined($conf-{$param}) || ref($conf-{$param}) eq HASH 
);
+ $conf-{$param} = [ $conf-{$param} ]
+--- a/lib/BackupPC/Lib.pm  2011-04-25 05:31:55.0 +0200
 b/lib/BackupPC/Lib.pm  2011-11-28 17:28:01.830700902 +0100
+@@ -1410,5 +1410,5 @@
+ $conf-{$shareName} = [ $conf-{$shareName} ]
+ if ( ref($conf-{$shareName}) ne ARRAY );

  1   2   >