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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 09:29:06
  Author: schuay
Revision: 89663

stone-soup 0.12.0

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 05:25:47 UTC (rev 89662)
+++ PKGBUILD2013-05-02 07:29:06 UTC (rev 89663)
@@ -1,12 +1,12 @@
 # Maintainer: Jakob Gruber jakob.gru...@gmail.com
 
 pkgname=stone-soup
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
 url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
 makedepends=('bison' 'flex' 'gendesk' 'mesa')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=('custom')
@@ -64,5 +64,4 @@
 ${pkgdir}/usr/share/applications/${pkgname}.desktop
 
 }
-
-md5sums=('84b5939d242fbaec4d9d8c64fa02156c')
+md5sums=('38ed5bae81f6513cc898aa12efda2c38')



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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 09:29:19
  Author: schuay
Revision: 89664

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 89663, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 89663, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  135 +--
 stone-soup.install |   22 
 2 files changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 07:29:06 UTC (rev 89663)
+++ PKGBUILD2013-05-02 07:29:19 UTC (rev 89664)
@@ -1,68 +0,0 @@
-# Maintainer: Jakob Gruber jakob.gru...@gmail.com
-
-pkgname=stone-soup
-pkgver=0.11.2
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd $srcdir
-gendesk -n
-
-cd stone_soup-${pkgver}/source
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
-
-# then build and install console version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-install -D -m644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-}
-
-md5sums=('84b5939d242fbaec4d9d8c64fa02156c')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 89663, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 07:29:19 UTC (rev 89664)
@@ -0,0 +1,67 @@
+# Maintainer: Jakob Gruber jakob.gru...@gmail.com
+
+pkgname=stone-soup
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd $srcdir
+gendesk -n
+
+cd stone_soup-${pkgver}/source
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
+
+# then build and install console version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+
+  

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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 09:29:25
  Author: schuay
Revision: 89665

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 89664, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 89664, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  135 +--
 stone-soup.install |   22 
 2 files changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 07:29:19 UTC (rev 89664)
+++ PKGBUILD2013-05-02 07:29:25 UTC (rev 89665)
@@ -1,68 +0,0 @@
-# Maintainer: Jakob Gruber jakob.gru...@gmail.com
-
-pkgname=stone-soup
-pkgver=0.11.2
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd $srcdir
-gendesk -n
-
-cd stone_soup-${pkgver}/source
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
-
-# then build and install console version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-install -D -m644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-}
-
-md5sums=('84b5939d242fbaec4d9d8c64fa02156c')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 89664, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 07:29:25 UTC (rev 89665)
@@ -0,0 +1,67 @@
+# Maintainer: Jakob Gruber jakob.gru...@gmail.com
+
+pkgname=stone-soup
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd $srcdir
+gendesk -n
+
+cd stone_soup-${pkgver}/source
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
+
+# then build and install console version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+

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

2013-05-02 Thread Lukas Fleischer
Date: Thursday, May 2, 2013 @ 09:31:21
  Author: lfleischer
Revision: 89666

upgpkg: python-boto 2.9.2-1

Upstream update.

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 07:29:25 UTC (rev 89665)
+++ PKGBUILD2013-05-02 07:31:21 UTC (rev 89666)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.8.0
+pkgver=2.9.2
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('python-boto=2.5.2-1')
 source=(http://github.com/boto/boto/archive/$pkgver.tar.gz;
 'LICENSE')
-md5sums=('75087c7d4a1083715e04801a50fea2c5'
+md5sums=('5e879e37346b8d6d6db18cc2af0aca53'
  '35ebd993c05c79ba78e9f4fb3e65e547')
 
 build() {



[arch-commits] Commit in python-boto/repos/community-any (4 files)

2013-05-02 Thread Lukas Fleischer
Date: Thursday, May 2, 2013 @ 09:31:30
  Author: lfleischer
Revision: 89667

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 89666, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 89666, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +--
 PKGBUILD |   66 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-05-02 07:31:21 UTC (rev 89666)
+++ LICENSE 2013-05-02 07:31:30 UTC (rev 89667)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 89666, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-05-02 07:31:30 UTC (rev 89667)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 07:31:21 UTC (rev 89666)
+++ PKGBUILD2013-05-02 07:31:30 UTC (rev 89667)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(http://github.com/boto/boto/archive/$pkgver.tar.gz;
-'LICENSE')
-md5sums=('75087c7d4a1083715e04801a50fea2c5'
- '35ebd993c05c79ba78e9f4fb3e65e547')
-
-build() {
-  cd $srcdir/boto-$pkgver
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd $srcdir/boto-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 89666, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 07:31:30 UTC (rev 89667)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.9.2
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+depends=('python2')
+conflicts=('python-boto=2.5.2-1')

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

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 10:36:44
  Author: eric
Revision: 184035

upgpkg: vlc 2.0.6-2

Rebuild against libpng 1.6, Add smb build fix

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 08:15:23 UTC (rev 184034)
+++ PKGBUILD2013-05-02 08:36:44 UTC (rev 184035)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -68,6 +68,7 @@
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
   sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
 
+  CFLAGS+=-I/usr/include/samba-4.0 CPPFLAGS+=-I/usr/include/samba-4.0 \
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --disable-rpath \



[arch-commits] Commit in vlc/repos (6 files)

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 10:37:32
  Author: eric
Revision: 184036

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 184035, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/vlc.install
(from rev 184035, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 184035, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/vlc.install
(from rev 184035, vlc/trunk/vlc.install)

+
 staging-i686/PKGBUILD  |  103 +++
 staging-i686/vlc.install   |   18 +++
 staging-x86_64/PKGBUILD|  103 +++
 staging-x86_64/vlc.install |   18 +++
 4 files changed, 242 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 184035, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-02 08:37:32 UTC (rev 184036)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.0.6
+pkgrel=2
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
+ 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+ 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+ 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
+ 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'oss: for OSS audio support'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'fluidsynth: for synthesizer MIDI FluidSynth'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool' '!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b45be633c71dca04ca7d6c3d64dd728b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  CFLAGS+=-I/usr/include/samba-4.0 CPPFLAGS+=-I/usr/include/samba-4.0 \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-oss \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-xosd \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp \
+  LUAC=luac5.1 \
+  RCC=/usr/bin/rcc-qt4
+
+  make
+}
+
+package() {
+  cd 

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

2013-05-02 Thread Lukas Fleischer
Date: Thursday, May 2, 2013 @ 10:57:45
  Author: lfleischer
Revision: 89668

upgpkg: lmms 0.4.14-1

Upstream update.

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 07:31:30 UTC (rev 89667)
+++ PKGBUILD2013-05-02 08:57:45 UTC (rev 89668)
@@ -5,8 +5,8 @@
 # Contributor: Storyteller spiralsor...@hotmail.com
 
 pkgname=lmms
-pkgver=0.4.13
-pkgrel=3
+pkgver=0.4.14
+pkgrel=1
 pkgdesc='The Linux MultiMedia Studio.'
 arch=('i686' 'x86_64')
 url='http://lmms.sourceforge.net/'
@@ -25,7 +25,7 @@
 install=lmms.install
 
source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2;
 zynaddsubfx_unlink.patch)
-md5sums=('80db0dc5263041d443f474220410991f'
+md5sums=('a30e4fcc24c117a1fb4fd7bef891f7e8'
  'd2ea78ac0cf2979505f140c6845617cf')
 
 build() {



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

2013-05-02 Thread Lukas Fleischer
Date: Thursday, May 2, 2013 @ 10:58:00
  Author: lfleischer
Revision: 89669

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

Added:
  lmms/repos/community-i686/PKGBUILD
(from rev 89668, lmms/trunk/PKGBUILD)
  lmms/repos/community-i686/lmms.install
(from rev 89668, lmms/trunk/lmms.install)
  lmms/repos/community-i686/zynaddsubfx_unlink.patch
(from rev 89668, lmms/trunk/zynaddsubfx_unlink.patch)
  lmms/repos/community-x86_64/PKGBUILD
(from rev 89668, lmms/trunk/PKGBUILD)
  lmms/repos/community-x86_64/lmms.install
(from rev 89668, lmms/trunk/lmms.install)
  lmms/repos/community-x86_64/zynaddsubfx_unlink.patch
(from rev 89668, lmms/trunk/zynaddsubfx_unlink.patch)
Deleted:
  lmms/repos/community-i686/PKGBUILD
  lmms/repos/community-i686/lmms.install
  lmms/repos/community-i686/zynaddsubfx_unlink.patch
  lmms/repos/community-x86_64/PKGBUILD
  lmms/repos/community-x86_64/lmms.install
  lmms/repos/community-x86_64/zynaddsubfx_unlink.patch

---+
 /PKGBUILD |   90 
 /lmms.install |   22 ++
 /zynaddsubfx_unlink.patch |   20 ++
 community-i686/PKGBUILD   |   44 -
 community-i686/lmms.install   |   11 ---
 community-i686/zynaddsubfx_unlink.patch   |   10 ---
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/lmms.install |   11 ---
 community-x86_64/zynaddsubfx_unlink.patch |   10 ---
 9 files changed, 132 insertions(+), 131 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 08:57:45 UTC (rev 89668)
+++ community-i686/PKGBUILD 2013-05-02 08:58:00 UTC (rev 89669)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Storyteller spiralsor...@hotmail.com
-
-pkgname=lmms
-pkgver=0.4.13
-pkgrel=3
-pkgdesc='The Linux MultiMedia Studio.'
-arch=('i686' 'x86_64')
-url='http://lmms.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
- 'libsamplerate' 'shared-mime-info')
-optdepends=('wine: VST support (experimental)'
-'fftw: SpectrumAnalyzer plugin'
-'stk: STK instruments plugins'
-'pulseaudio: PulseAudio output')
-makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk' 'wine')
-provides=('lmms-extras')
-conflicts=('lmms-extras')
-options=('!libtool' '!makeflags')
-install=lmms.install
-source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2;
-zynaddsubfx_unlink.patch)
-md5sums=('80db0dc5263041d443f474220410991f'
- 'd2ea78ac0cf2979505f140c6845617cf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
-
-  patch -Np1 -i ../zynaddsubfx_unlink.patch
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: lmms/repos/community-i686/PKGBUILD (from rev 89668, lmms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 08:58:00 UTC (rev 89669)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Storyteller spiralsor...@hotmail.com
+
+pkgname=lmms
+pkgver=0.4.14
+pkgrel=1
+pkgdesc='The Linux MultiMedia Studio.'
+arch=('i686' 'x86_64')
+url='http://lmms.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
+ 'libsamplerate' 'shared-mime-info')
+optdepends=('wine: VST support (experimental)'
+'fftw: SpectrumAnalyzer plugin'
+'stk: STK instruments plugins'
+'pulseaudio: PulseAudio output')
+makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
+[[ $CARCH = i686 ]]  makedepends+=('wine')
+provides=('lmms-extras')
+conflicts=('lmms-extras')
+options=('!libtool' '!makeflags')
+install=lmms.install
+source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2;
+zynaddsubfx_unlink.patch)
+md5sums=('a30e4fcc24c117a1fb4fd7bef891f7e8'
+ 'd2ea78ac0cf2979505f140c6845617cf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
+
+  patch -Np1 -i ../zynaddsubfx_unlink.patch
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in (4 files)

2013-05-02 Thread Jelle van der Waa
Date: Thursday, May 2, 2013 @ 12:05:25
  Author: jelle
Revision: 89671

initial commit

Added:
  f2fs-tools/
  f2fs-tools/repos/
  f2fs-tools/trunk/
  f2fs-tools/trunk/PKGBUILD

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

Added: f2fs-tools/trunk/PKGBUILD
===
--- f2fs-tools/trunk/PKGBUILD   (rev 0)
+++ f2fs-tools/trunk/PKGBUILD   2013-05-02 10:05:25 UTC (rev 89671)
@@ -0,0 +1,26 @@
+# Maintainer: Christian Hesse m...@eworm.de
+
+pkgname=f2fs-tools
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Tools for Flash-Friendly File System (F2FS)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/f2fs-tools/;
+license=('GPL')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+
+build() {
+   cd ${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+
+sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')



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

2013-05-02 Thread Jelle van der Waa
Date: Thursday, May 2, 2013 @ 12:07:02
  Author: jelle
Revision: 89672

propset

Modified:
  f2fs-tools/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 10:05:25 UTC (rev 89671)
+++ PKGBUILD2013-05-02 10:07:02 UTC (rev 89672)
@@ -2,12 +2,13 @@
 
 pkgname=f2fs-tools
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Tools for Flash-Friendly File System (F2FS)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/f2fs-tools/;
 license=('GPL')
 
source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')
 
 build() {
cd ${pkgname}-${pkgver}
@@ -23,4 +24,3 @@
make DESTDIR=${pkgdir}/ install
 }
 
-sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')


Property changes on: f2fs-tools/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-05-02 Thread Jelle van der Waa
Date: Thursday, May 2, 2013 @ 12:11:40
  Author: jelle
Revision: 89673

upgpkg: f2fs-tools 1.1.0-2

Modified:
  f2fs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 10:07:02 UTC (rev 89672)
+++ PKGBUILD2013-05-02 10:11:40 UTC (rev 89673)
@@ -6,6 +6,7 @@
 pkgdesc=Tools for Flash-Friendly File System (F2FS)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
 license=('GPL')
 
source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
 sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')



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

2013-05-02 Thread Jelle van der Waa
Date: Thursday, May 2, 2013 @ 12:12:24
  Author: jelle
Revision: 89674

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

Added:
  f2fs-tools/repos/community-i686/
  f2fs-tools/repos/community-i686/PKGBUILD
(from rev 89673, f2fs-tools/trunk/PKGBUILD)
  f2fs-tools/repos/community-x86_64/
  f2fs-tools/repos/community-x86_64/PKGBUILD
(from rev 89673, f2fs-tools/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: f2fs-tools/repos/community-i686/PKGBUILD (from rev 89673, 
f2fs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 10:12:24 UTC (rev 89674)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse m...@eworm.de
+
+pkgname=f2fs-tools
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Tools for Flash-Friendly File System (F2FS)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')
+
+build() {
+   cd ${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+

Copied: f2fs-tools/repos/community-x86_64/PKGBUILD (from rev 89673, 
f2fs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-02 10:12:24 UTC (rev 89674)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse m...@eworm.de
+
+pkgname=f2fs-tools
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Tools for Flash-Friendly File System (F2FS)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')
+
+build() {
+   cd ${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 13:49:54
  Author: arodseth
Revision: 89800

Added a prepare() function

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:20:24 UTC (rev 89799)
+++ PKGBUILD2013-05-02 11:49:54 UTC (rev 89800)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=8
+pkgrel=9
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -22,7 +22,7 @@
 sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
 '6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # python2 fix
@@ -34,6 +34,11 @@
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
   setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
   sed -i 's:# fu:fu:' src/tuxpaint.conf
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   make PREFIX=/usr
 }
 



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 13:52:16
  Author: arodseth
Revision: 89801

Added a prepare() function

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:49:54 UTC (rev 89800)
+++ PKGBUILD2013-05-02 11:52:16 UTC (rev 89801)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7.0.RC6
-pkgrel=7
+pkgrel=8
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
 license=('custom')
@@ -27,7 +27,7 @@
 '9162060797de4f7f91ccf5e1fac5ec3378a0b0fed382393797ba3f4f27896402'
 '7d80992314f7947f5f672a4ad8b1d072a6179f01fb0228a88e4224a8bd45de96')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   sed -i 's:=no:=yes:' unix/config/ax_boost_thread.m4
@@ -38,9 +38,14 @@
 vfe/vfesession.cpp
   ./bootstrap
   patch -p1  ../povray3.7.0_rc3-user-conf.patch
+  gzip povray.1
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   COMPILED_BY=Arch Linux ./configure --prefix=/usr --sysconfdir=/etc
   make CXXFLAGS+=-lboost_system
-  gzip povray.1
 }
 
 package() {



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 13:53:49
  Author: arodseth
Revision: 89802

Added a prepare() function

Modified:
  pekwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:52:16 UTC (rev 89801)
+++ PKGBUILD2013-05-02 11:53:49 UTC (rev 89802)
@@ -5,7 +5,7 @@
 
 pkgname=pekwm
 pkgver=0.1.16
-pkgrel=3
+pkgrel=4
 pkgdesc='Small, fast, functional, and flexible window manager'
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -27,16 +27,20 @@
 etc/pekwm/mouse_system
 etc/pekwm/start
 etc/pekwm/vars)
-source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2;
+source=(http://www.pekwm.org/projects/pekwm/files/$pkgname-$pkgver.tar.bz2;
 ${pkgname}_kdm.desktop)
 sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
 '4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
 
-build() {
+prepare() {
   cd $srcdir
+
   gendesk
+}
 
-  cd $pkgname-$pkgver
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 13:57:19
  Author: arodseth
Revision: 89803

Added a prepare() function

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:53:49 UTC (rev 89802)
+++ PKGBUILD2013-05-02 11:57:19 UTC (rev 89803)
@@ -3,7 +3,7 @@
 # Contributor: Simon Parzer simon.par...@gmail.com
 pkgname=grafx2
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 _pkgrev=2035
 pkgdesc='Pixelart-oriented painting program'
 arch=('x86_64' 'i686')
@@ -21,11 +21,15 @@
 _mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
 _categories=('Graphics;2DGraphics;RasterGraphics')
 
-build() {
+prepare() {
   cd $srcdir
 
   gendesk -n
-  cd $pkgname/src
+}
+
+build() {
+  cd $srcdir/$pkgname/src
+
   make
 }
 



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 14:01:44
  Author: arodseth
Revision: 89804

Added a prepare() function

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:57:19 UTC (rev 89803)
+++ PKGBUILD2013-05-02 12:01:44 UTC (rev 89804)
@@ -7,7 +7,7 @@
 
 pkgname=gigi
 pkgver=0.8.0
-pkgrel=20
+pkgrel=21
 _fixedrevision=5780 #5407
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
@@ -17,7 +17,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 
-build() {
+prepare() {
   cd $srcdir
 
   msg2 'Fetching files...'
@@ -29,10 +29,13 @@
   --config-dir ./ -r $_fixedrevision gigi
   fi
 
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
+  rm -rf $pkgname-build
+  svn export $pkgname $pkgname-build
+}
 
+build() {
+  cd $srcdir/$pkgname-build
+
   msg2 'Configuring...'
   setconf cmake/GiGiOgre.pc.in prefix /usr
   setconf cmake/GiGi.pc.in prefix /usr
@@ -56,7 +59,7 @@
 }
 
 package() {
-  cd $srcdir/gigi-build
+  cd $srcdir/$pkgname-build
 
   msg2 'Packaging files...'
   make install



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 14:32:13
  Author: arodseth
Revision: 89805

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

Added:
  pekwm/repos/community-i686/PKGBUILD
(from rev 89804, pekwm/trunk/PKGBUILD)
  pekwm/repos/community-i686/pekwm_kdm.desktop
(from rev 89804, pekwm/trunk/pekwm_kdm.desktop)
  pekwm/repos/community-x86_64/PKGBUILD
(from rev 89804, pekwm/trunk/PKGBUILD)
  pekwm/repos/community-x86_64/pekwm_kdm.desktop
(from rev 89804, pekwm/trunk/pekwm_kdm.desktop)
Deleted:
  pekwm/repos/community-i686/PKGBUILD
  pekwm/repos/community-i686/pekwm_kdm.desktop
  pekwm/repos/community-x86_64/PKGBUILD
  pekwm/repos/community-x86_64/pekwm_kdm.desktop

+
 /PKGBUILD  |  116 +++
 /pekwm_kdm.desktop |   10 +++
 community-i686/PKGBUILD|   54 
 community-i686/pekwm_kdm.desktop   |5 -
 community-x86_64/PKGBUILD  |   54 
 community-x86_64/pekwm_kdm.desktop |5 -
 6 files changed, 126 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 12:01:44 UTC (rev 89804)
+++ community-i686/PKGBUILD 2013-05-02 12:32:13 UTC (rev 89805)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Eddie Lozon almostlu...@attbi.com
-
-pkgname=pekwm
-pkgver=0.1.16
-pkgrel=2
-pkgdesc='Small, fast, functional, and flexible window manager'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='https://www.pekwm.org/projects/pekwm'
-depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 
'libxrandr')
-makedepends=('gendesk')
-optdepends=('lxappearance: feature-rich GTK+ theme switcher'
-'nitrogen: background browser and setter'
-'tint2: basic, good-looking task manager')
-backup=(etc/pekwm/autoproperties
-etc/pekwm/autoproperties_typerules
-etc/pekwm/config
-etc/pekwm/config_system
-etc/pekwm/keys
-etc/pekwm/menu
-etc/pekwm/mouse
-etc/pekwm/mouse_click
-etc/pekwm/mouse_sloppy
-etc/pekwm/mouse_system
-etc/pekwm/start
-etc/pekwm/vars)
-source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2;
-${pkgname}_kdm.desktop)
-sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
-'4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
-
-build() {
-  cd $srcdir
-  gendesk
-
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/xsessions/$pkgname.desktop
-  install -Dm644 $srcdir/${pkgname}_kdm.desktop \
-$pkgdir//usr/share/apps/kdm/sessions/$pkgname.desktop
-}
-
-# vim: ts=2 sw=2 et

Copied: pekwm/repos/community-i686/PKGBUILD (from rev 89804, 
pekwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 12:32:13 UTC (rev 89805)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Eddie Lozon almostlu...@attbi.com
+
+pkgname=pekwm
+pkgver=0.1.16
+pkgrel=4
+pkgdesc='Small, fast, functional, and flexible window manager'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='https://www.pekwm.org/projects/pekwm'
+depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 
'libxrandr')
+makedepends=('gendesk')
+optdepends=('lxappearance: feature-rich GTK+ theme switcher'
+'nitrogen: background browser and setter'
+'tint2: basic, good-looking task manager')
+backup=(etc/pekwm/autoproperties
+etc/pekwm/autoproperties_typerules
+etc/pekwm/config
+etc/pekwm/config_system
+etc/pekwm/keys
+etc/pekwm/menu
+etc/pekwm/mouse
+etc/pekwm/mouse_click
+etc/pekwm/mouse_sloppy
+etc/pekwm/mouse_system
+etc/pekwm/start
+etc/pekwm/vars)
+source=(http://www.pekwm.org/projects/pekwm/files/$pkgname-$pkgver.tar.bz2;
+${pkgname}_kdm.desktop)
+sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
+'4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
+
+prepare() {
+  cd $srcdir
+
+  gendesk
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/xsessions/$pkgname.desktop
+  install -Dm644 

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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 14:38:26
  Author: arodseth
Revision: 89806

Use shedskin only on supported platforms

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 12:32:13 UTC (rev 89805)
+++ PKGBUILD2013-05-02 12:38:26 UTC (rev 89806)
@@ -3,14 +3,15 @@
 
 pkgname=setconf
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to easily change settings in configuration files or Makefiles'
 arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
 depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
+if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
+  makedepends=('shedskin')
+fi
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
 sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
 



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 15:36:01
  Author: arodseth
Revision: 89807

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   35 -
 community-x86_64/PKGBUILD |   35 -
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 12:38:26 UTC (rev 89806)
+++ community-i686/PKGBUILD 2013-05-02 13:36:01 UTC (rev 89807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [ -x /usr/bin/shedskin ]  shedskin $pkgname.py  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-i686/PKGBUILD (from rev 89806, 
setconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 13:36:01 UTC (rev 89807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
+  makedepends=('shedskin')
+fi
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  [ -x /usr/bin/shedskin ]  shedskin $pkgname.py  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ -e $pkgname ]; then
+install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  else
+depends=('python')
+install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  fi
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-02 12:38:26 UTC (rev 89806)
+++ community-x86_64/PKGBUILD   2013-05-02 13:36:01 UTC (rev 89807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [ -x /usr/bin/shedskin ]  shedskin $pkgname.py  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-x86_64/PKGBUILD (from rev 89806, 
setconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-02 13:36:01 UTC (rev 89807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'

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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 15:39:08
  Author: arodseth
Revision: 89808

upgpkg: python-simplejson 3.2.0-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 13:36:01 UTC (rev 89807)
+++ PKGBUILD2013-05-02 13:39:08 UTC (rev 89808)
@@ -1,39 +1,37 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: David Moore dav...@sjsoft.com
 
 pkgbase=python-simplejson
-pkgname=(python-simplejson python2-simplejson)
-pkgver=3.0.7
-pkgrel=2
-pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
-arch=('i686' 'x86_64')
-url=http://undefined.org/python/#simplejson;
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
 makedepends=('python' 'python2-distribute')
-changelog=python-simplejson.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
-md5sums=('fc9013eab6330514196a7f19c2cff386')
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
+sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432')
 
-build() {
-  true
-}
-
 package_python-simplejson() {
   depends=('python')
 
-  cd ${srcdir}/simplejson-simplejson-*
-  python setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd $srcdir/simplejson-simplejson-*
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-simplejson() {
   depends=('python2')
 
-  cd ${srcdir}/simplejson-simplejson-*
-  python2 setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd $srcdir/simplejson-simplejson-*
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 15:39:19
  Author: arodseth
Revision: 89809

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 89808, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-i686/python-simplejson.changelog
(from rev 89808, python-simplejson/trunk/python-simplejson.changelog)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 89808, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/python-simplejson.changelog
(from rev 89808, python-simplejson/trunk/python-simplejson.changelog)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-i686/python-simplejson.changelog
  python-simplejson/repos/community-x86_64/PKGBUILD
  python-simplejson/repos/community-x86_64/python-simplejson.changelog

--+
 /PKGBUILD|   74 +
 /python-simplejson.changelog |   40 +
 community-i686/PKGBUILD  |   39 -
 community-i686/python-simplejson.changelog   |   20 --
 community-x86_64/PKGBUILD|   39 -
 community-x86_64/python-simplejson.changelog |   20 --
 6 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 13:39:08 UTC (rev 89808)
+++ community-i686/PKGBUILD 2013-05-02 13:39:19 UTC (rev 89809)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=(python-simplejson python2-simplejson)
-pkgver=3.0.7
-pkgrel=2
-pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
-license=('MIT')
-arch=('i686' 'x86_64')
-url=http://undefined.org/python/#simplejson;
-makedepends=('python' 'python2-distribute')
-changelog=python-simplejson.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
-md5sums=('fc9013eab6330514196a7f19c2cff386')
-
-build() {
-  true
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd ${srcdir}/simplejson-simplejson-*
-  python setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd ${srcdir}/simplejson-simplejson-*
-  python2 setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 89808, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 13:39:19 UTC (rev 89809)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python' 'python2-distribute')
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
+sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd $srcdir/simplejson-simplejson-*
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd $srcdir/simplejson-simplejson-*
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/python-simplejson.changelog
===
--- community-i686/python-simplejson.changelog  2013-05-02 13:39:08 UTC (rev 
89808)
+++ community-i686/python-simplejson.changelog  2013-05-02 13:39:19 UTC (rev 
89809)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 

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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 15:54:51
  Author: arodseth
Revision: 89810

Rebuild for Python 2.7.4

Modified:
  mod_wsgi2/trunk/PKGBUILD
  mod_wsgi2/trunk/mod_wsgi2.install

---+
 PKGBUILD  |7 ---
 mod_wsgi2.install |6 --
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 13:39:19 UTC (rev 89809)
+++ PKGBUILD2013-05-02 13:54:51 UTC (rev 89810)
@@ -5,21 +5,22 @@
 
 pkgname=mod_wsgi2
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
 license=('APACHE')
 depends=('apache' 'python2')
 conflicts=('mod_wsgi')
-install=$pkgname.install
+install=$pkgname.install
 source=(http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz;)
 sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
 
 build() {
   cd $srcdir/mod_wsgi-$pkgver
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --with-apxs=/usr/sbin/apxs \
 --with-python=/usr/bin/python2
   make

Modified: mod_wsgi2.install
===
--- mod_wsgi2.install   2013-05-02 13:39:19 UTC (rev 89809)
+++ mod_wsgi2.install   2013-05-02 13:54:51 UTC (rev 89810)
@@ -1,9 +1,9 @@
 post_install() {
-/bin/cat  ENDOFMESSAGE
+  cat  ENDOFMESSAGE
 ==
 ==
 ==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
+==  /etc/httpd/conf/httpd.conf file:
 ==
 ==  LoadModule wsgi_module modules/mod_wsgi.so
 ==
@@ -12,3 +12,5 @@
 ==
 ENDOFMESSAGE
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 15:55:03
  Author: arodseth
Revision: 89811

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

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

+
 /PKGBUILD  |   70 +++
 /mod_wsgi2.install |   32 
 community-i686/PKGBUILD|   34 -
 community-i686/mod_wsgi2.install   |   14 ---
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/mod_wsgi2.install |   14 ---
 6 files changed, 102 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 13:54:51 UTC (rev 89810)
+++ community-i686/PKGBUILD 2013-05-02 13:55:03 UTC (rev 89811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=mod_wsgi2
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python2')
-conflicts=('mod_wsgi')
-install=$pkgname.install
-source=(http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz;)
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd $srcdir/mod_wsgi-$pkgver
-
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/mod_wsgi-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-i686/PKGBUILD (from rev 89810, 
mod_wsgi2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=3
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install=$pkgname.install
+source=(http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz;)
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd $srcdir/mod_wsgi-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/sbin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/mod_wsgi-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi2.install
===
--- community-i686/mod_wsgi2.install2013-05-02 13:54:51 UTC (rev 89810)
+++ community-i686/mod_wsgi2.install2013-05-02 13:55:03 UTC (rev 89811)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

Copied: mod_wsgi2/repos/community-i686/mod_wsgi2.install (from rev 89810, 
mod_wsgi2/trunk/mod_wsgi2.install)
===
--- community-i686/mod_wsgi2.install(rev 0)
+++ community-i686/mod_wsgi2.install2013-05-02 13:55:03 UTC (rev 89811)
@@ -0,0 +1,16 @@
+post_install() {
+  cat  ENDOFMESSAGE
+==
+==
+==  To install mod_wsgi, add the following line in 
+==  /etc/httpd/conf/httpd.conf file:
+==
+==  LoadModule wsgi_module modules/mod_wsgi.so
+==
+==  and restart/reload Apache.
+==
+==
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-02 13:54:51 UTC (rev 89810)
+++ community-x86_64/PKGBUILD   2013-05-02 13:55:03 UTC (rev 89811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-

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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 16:15:35
  Author: arodseth
Revision: 89812

Upgrade to Go 1.1rc1

Modified:
  go/trunk/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 13:55:03 UTC (rev 89811)
+++ PKGBUILD2013-05-02 14:15:35 UTC (rev 89812)
@@ -7,9 +7,8 @@
 # Contributor: Christian Himpel chres...@gmail.com
 # Contributor: Mike Rosset mike.ros...@gmail.com
 # Contributor: Daniel YC Lin dlin...@gmail.com
-
 pkgname=go
-pkgver=1.1
+pkgver=1.1rc1
 pkgrel=1
 epoch=2
 pkgdesc='Google Go compiler and tools'
@@ -21,47 +20,48 @@
 options=('!strip')
 install=$pkgname.install
 backup=('usr/lib/go/bin')
-source=('http://go.googlecode.com/files/go1.1beta1.linux-amd64.tar.gz'
-$pkgname.sh)
-#source=(http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz;
-sha256sums=('a0ab2aeb1e7845ee9d93c1c52fa62af1956bb903e243d78322000b99fcfd595f'
+if [ $CARCH == 'x86_64' ]; then
+  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;
+  $pkgname.sh)
+  
sha256sums=('fc76b716b031d8afba3f3e6bcaca410e8dbf5fb625db5def00fb960e108c'
 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+else
+  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;
+  $pkgname.sh)
+  
sha256sums=('b4eb8d9b55ae4a78c86213fa968755163ab3a8efa3f5c9f3a472b182b9d9a52e'
+  
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+fi
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname/src
 
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  else
-# A friendly gesture to Arch Linux ARM
-export GOARCH=arm
-  fi
   export GOROOT_FINAL=/usr/lib/go
+
+  # Enable ARM crosscompilation for linux
   export GOOS=linux
-
-  cd src
+  export GOARCH=arm
   bash make.bash
 
-  # Enable ARM crosscompilation for non-arm platforms
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=arm
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=arm
-  fi
-  bash make.bash
+  # Crosscompilation for other platforms too (including linux i686 and x86_64)
+  for os in linux; do # also possible: darwin freebsd windows
+for arch in amd64 386; do
+  export GOOS=$os
+  export GOARCH=$arch
+  bash make.bash
+done
+  done
 }
 
 check() {
   cd $srcdir/$pkgname
 
+  # Only test for linux and the architecture we're on
+  export GOOS=linux
   if [ $CARCH == 'x86_64' ]; then
 export GOARCH=amd64
   elif [ $CARCH == 'i686' ]; then
 export GOARCH=386
   else
-# A friendly gesture to Arch Linux ARM
 export GOARCH=arm
   fi
 
@@ -137,7 +137,7 @@
   install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
 
   # Clean up
-  rm -r $pkgdir/usr/bin/linux_arm
+  #rm -r $pkgdir/usr/bin/linux_arm
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-05-02 Thread Maxime Gauduin
Date: Thursday, May 2, 2013 @ 16:30:22
  Author: alucryd
Revision: 89813

Add sqlheavy

Added:
  sqlheavy/
  sqlheavy/trunk/
  sqlheavy/trunk/PKGBUILD

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

Added: sqlheavy/trunk/PKGBUILD
===
--- sqlheavy/trunk/PKGBUILD (rev 0)
+++ sqlheavy/trunk/PKGBUILD 2013-05-02 14:30:22 UTC (rev 89813)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor : sebikul sebi...@gmail.com
+
+pkgname=sqlheavy
+pkgver=0.1.1
+pkgrel=5
+pkgdesc=GObject SQLite wrapper
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/sqlheavy/;
+license=('LGPL')
+conflicts=('sqlheavy-git')
+depends=('gtk2' 'sqlite3')
+makedepends=('gobject-introspection' 'vala')
+options=('!libtool')
+source=(https://sqlheavy.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: sqlheavy/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2013-05-02 Thread Maxime Gauduin
Date: Thursday, May 2, 2013 @ 17:11:04
  Author: alucryd
Revision: 89814

upgpkg: sqlheavy 0.1.1-6

Modified:
  sqlheavy/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 14:30:22 UTC (rev 89813)
+++ PKGBUILD2013-05-02 15:11:04 UTC (rev 89814)
@@ -4,7 +4,7 @@
 
 pkgname=sqlheavy
 pkgver=0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc=GObject SQLite wrapper
 arch=('i686' 'x86_64')
 url=https://code.google.com/p/sqlheavy/;
@@ -16,12 +16,21 @@
 source=(https://sqlheavy.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/libvala-0.16/libvala-0.20/' configure
+  sed -i '/examples/d
+  /utils/d'  Makefile.in
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --disable-static
   make
 }
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



[arch-commits] Commit in sqlheavy (5 files)

2013-05-02 Thread Maxime Gauduin
Date: Thursday, May 2, 2013 @ 17:11:19
  Author: alucryd
Revision: 89815

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

Added:
  sqlheavy/repos/
  sqlheavy/repos/community-i686/
  sqlheavy/repos/community-i686/PKGBUILD
(from rev 89814, sqlheavy/trunk/PKGBUILD)
  sqlheavy/repos/community-x86_64/
  sqlheavy/repos/community-x86_64/PKGBUILD
(from rev 89814, sqlheavy/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: sqlheavy/repos/community-i686/PKGBUILD (from rev 89814, 
sqlheavy/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-05-02 15:11:19 UTC (rev 89815)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor : sebikul sebi...@gmail.com
+
+pkgname=sqlheavy
+pkgver=0.1.1
+pkgrel=6
+pkgdesc=GObject SQLite wrapper
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/sqlheavy/;
+license=('LGPL')
+conflicts=('sqlheavy-git')
+depends=('gtk2' 'sqlite3')
+makedepends=('gobject-introspection' 'vala')
+options=('!libtool')
+source=(https://sqlheavy.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/libvala-0.16/libvala-0.20/' configure
+  sed -i '/examples/d
+  /utils/d'  Makefile.in
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: sqlheavy/repos/community-x86_64/PKGBUILD (from rev 89814, 
sqlheavy/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-05-02 15:11:19 UTC (rev 89815)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor : sebikul sebi...@gmail.com
+
+pkgname=sqlheavy
+pkgver=0.1.1
+pkgrel=6
+pkgdesc=GObject SQLite wrapper
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/sqlheavy/;
+license=('LGPL')
+conflicts=('sqlheavy-git')
+depends=('gtk2' 'sqlite3')
+makedepends=('gobject-introspection' 'vala')
+options=('!libtool')
+source=(https://sqlheavy.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e8689f5fd4e0baf98eada2b3811262bb99877c2e8586fd21ad2a7ad3acc59031')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/libvala-0.16/libvala-0.20/' configure
+  sed -i '/examples/d
+  /utils/d'  Makefile.in
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



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

2013-05-02 Thread Andrea Scarpino
Date: Thursday, May 2, 2013 @ 17:20:52
  Author: andrea
Revision: 184137

upgpkg: soprano 2.9.1-1

Upstream release

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:20:55 UTC (rev 184136)
+++ PKGBUILD2013-05-02 15:20:52 UTC (rev 184137)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
@@ -12,13 +12,11 @@
 depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
+md5sums=('c7beb1bda475f363fa0afb58edc541fe')
 
 build() {
   mkdir build
   cd build
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/qt4.sh
   # we need the rpath
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



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

2013-05-02 Thread Andrea Scarpino
Date: Thursday, May 2, 2013 @ 17:21:00
  Author: andrea
Revision: 184138

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-02 15:20:52 UTC (rev 184137)
+++ extra-i686/PKGBUILD 2013-05-02 15:21:00 UTC (rev 184138)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.9.0
-pkgrel=2
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
-makedepends=('cmake' 'java-environment' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
-
-build() {
-  mkdir build
-  cd build
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/qt4.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-i686/PKGBUILD (from rev 184137, 
soprano/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-02 15:21:00 UTC (rev 184138)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+makedepends=('cmake' 'java-environment' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('c7beb1bda475f363fa0afb58edc541fe')
+
+build() {
+  mkdir build
+  cd build
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-02 15:20:52 UTC (rev 184137)
+++ extra-x86_64/PKGBUILD   2013-05-02 15:21:00 UTC (rev 184138)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.9.0
-pkgrel=2
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
-makedepends=('cmake' 'java-environment' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
-
-build() {
-  mkdir build
-  cd build
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/qt4.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-x86_64/PKGBUILD (from rev 184137, 
soprano/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-02 15:21:00 UTC (rev 184138)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')

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

2013-05-02 Thread Dave Reisner
Date: Thursday, May 2, 2013 @ 17:23:33
  Author: dreisner
Revision: 184139

upgpkg: cryptsetup 1.6.1-1

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:21:00 UTC (rev 184138)
+++ PKGBUILD2013-05-02 15:23:33 UTC (rev 184139)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=cryptsetup
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
 http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
 encrypt_hook
 encrypt_install)
-md5sums=('99002ac59a65ea371e7a98200943cb80'
- 'd933e3e59998e491f674b42fd66d6183'
+md5sums=('f374d11e3b0e7ca0f805756fd02e34ff'
+ 'SKIP'
  'c279d86d6dc18322c054d2272ebb9e90'
  '21c45f9cab3e0b5165f68358884fbd0f')
 



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

2013-05-02 Thread Dave Reisner
Date: Thursday, May 2, 2013 @ 17:23:58
  Author: dreisner
Revision: 184140

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 184139, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 184139, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 184139, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 184139, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 184139, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 184139, cryptsetup/trunk/encrypt_install)

+
 testing-i686/PKGBUILD  |   34 +
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-x86_64/PKGBUILD|   34 +
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 6 files changed, 434 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 184139, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-02 15:23:58 UTC (rev 184140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+md5sums=('f374d11e3b0e7ca0f805756fd02e34ff'
+ 'SKIP'
+ 'c279d86d6dc18322c054d2272ebb9e90'
+ '21c45f9cab3e0b5165f68358884fbd0f')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static --enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 184139, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2013-05-02 15:23:58 UTC (rev 184140)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt /dev/null 21
+[ ${quiet} = y ]  CSQUIET=/dev/null
+
+# Get keyfile if specified
+ckeyfile=/crypto_keyfile.bin
+if [ -n $cryptkey ]; then
+IFS=: read ckdev ckarg1 ckarg2 EOF
+$cryptkey
+EOF
+
+if [ $ckdev = rootfs ]; then
+ckeyfile=$ckarg1
+elif resolved=$(resolve_device ${ckdev} ${rootdelay}); then
+case ${ckarg1} in
+*[!0-9]*)
+# Use a file on the device
+# ckarg1 is not numeric: ckarg1=filesystem, ckarg2=path
+mkdir /ckey
+mount -r -t $ckarg1 $resolved /ckey
+dd if=/ckey/$ckarg2 of=$ckeyfile /dev/null 21
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if=$resolved of=$ckeyfile bs=1 skip=$ckarg1 
count=$ckarg2 /dev/null 21
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ]  echo Keyfile could not be opened. Reverting 
to passphrase.
+fi
+
+if [ -n ${cryptdevice} ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions EOF
+$cryptdevice
+EOF
+else
+DEPRECATED_CRYPT=1
+cryptdev=${root}
+cryptname=root
+fi
+
+warn_deprecated() {
+echo The syntax 'root=${root}' where '${root}' is an encrypted volume 
is deprecated
+echo Use 'cryptdevice=${root}:root root=/dev/mapper/root' instead.
+}
+
+for cryptopt in ${cryptoptions//,/ }; do
+case ${cryptopt} in
+allow-discards)
+cryptargs=${cryptargs} --allow-discards
+;;
+*)
+echo Encryption option '${cryptopt}' not known, ignoring. 2
+;;
+esac
+done
+
+ 

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

2013-05-02 Thread Tobias Powalowski
Date: Thursday, May 2, 2013 @ 17:29:52
  Author: tpowa
Revision: 184141

upgpkg: linux-lts 3.0.76-1

bump to latest version

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

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:23:58 UTC (rev 184140)
+++ PKGBUILD2013-05-02 15:29:52 UTC (rev 184141)
@@ -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.75
+pkgver=3.0.76
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'a70501e213e087135d01a5bdcfe6bd1d'
+ '3d3c5c83847f847a7b1bbf513762a110'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-02 15:23:58 UTC (rev 184140)
+++ linux-lts.install   2013-05-02 15:29:52 UTC (rev 184141)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.75-1-lts
+KERNEL_VERSION=3.0.76-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 (26 files)

2013-05-02 Thread Tobias Powalowski
Date: Thursday, May 2, 2013 @ 17:30:37
  Author: tpowa
Revision: 184142

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 184141, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 184141, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 184141, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 184141, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 184141, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 184141, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 184141, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 184141, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 184141, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 184141, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 184141, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 184141, 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 184141, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 184141, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 184141, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 184141, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 184141, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 184141, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 184141, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 184141, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 184141, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 184141, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 184141, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 184141, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  321 
 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/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 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
 |  321 
 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/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 17:34:56
  Author: svenstaro
Revision: 89816

upgpkg: wine 1.5.29-2

Fix _FORTIFY_SOURCE fix

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:11:19 UTC (rev 89815)
+++ PKGBUILD2013-05-02 15:34:56 UTC (rev 89816)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.5.29
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -110,9 +110,8 @@
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build
 
-  # These additional CFLAGS solve FS#27662 and FS#34195
-  export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
-  export CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
+  # These additional CPPFLAGS solve FS#27662 and FS#34195
+  export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0
 
   if [[ $CARCH == x86_64 ]]; then
 msg2 Building Wine-64...



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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 17:35:10
  Author: svenstaro
Revision: 89817

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 89816, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 89816, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 89816, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  357 +++-
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-05-02 15:34:56 UTC (rev 89816)
+++ 30-win32-aliases.conf   2013-05-02 15:35:10 UTC (rev 89817)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 89816, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-05-02 15:35:10 UTC (rev 89817)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 15:34:56 UTC (rev 89816)
+++ PKGBUILD2013-05-02 15:35:10 UTC (rev 89817)
@@ -1,179 +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.29
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('4a7dc9dad3c3c7710c202458374ed21c'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-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
-  freetype2   lib32-freetype2
-  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
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-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
-  

[arch-commits] Commit in muffin/trunk (PKGBUILD fix-dnd.patch)

2013-05-02 Thread Balló György
Date: Thursday, May 2, 2013 @ 17:47:26
  Author: bgyorgy
Revision: 89818

upgpkg: muffin 1.7.4-2

Fix unresponsive panel on DND

Added:
  muffin/trunk/fix-dnd.patch
Modified:
  muffin/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 fix-dnd.patch |   29 +
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:35:10 UTC (rev 89817)
+++ PKGBUILD2013-05-02 15:47:26 UTC (rev 89818)
@@ -5,7 +5,7 @@
 
 pkgname=muffin
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -16,9 +16,11 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;
-switch-applications.patch)
+switch-applications.patch
+fix-dnd.patch)
 md5sums=('d64bfe853e6fda5ec11a06581743f774'
- 'a5d5d76dc281277a8afc83d7affdcc7b')
+ 'a5d5d76dc281277a8afc83d7affdcc7b'
+ '6d787466831def299360419cc3b5e47b')
 
 build() {
   cd linuxmint-muffin-*
@@ -26,6 +28,9 @@
   # Fix windows switcher keybinding with default settings in GNOME 3.8
   patch -Np1 -i ../switch-applications.patch
 
+  # Fix unresponsive panel on DND
+  patch -RNp1 -i ../fix-dnd.patch
+
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
 --localstatedir=/var 
--disable-static --disable-schemas-compile
   make
@@ -36,5 +41,4 @@
   make DESTDIR=$pkgdir/ install
 }
 
-
 # vim:set ts=2 sw=2 et:

Added: fix-dnd.patch
===
--- fix-dnd.patch   (rev 0)
+++ fix-dnd.patch   2013-05-02 15:47:26 UTC (rev 89818)
@@ -0,0 +1,29 @@
+From fca9ce4a1218837aef1886f8d98c8e5a5d124843 Mon Sep 17 00:00:00 2001
+From: luyikei luyikei.qm...@gmail.com
+Date: Wed, 16 Jan 2013 14:09:39 +0900
+Subject: [PATCH] Put the rest of  redirect window types into the top window
+ group
+
+---
+ src/compositor/meta-window-actor.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
+index 4113e72..66ba3c4 100644
+--- a/src/compositor/meta-window-actor.c
 b/src/compositor/meta-window-actor.c
+@@ -1513,7 +1513,10 @@ const char *meta_window_actor_get_description 
(MetaWindowActor *self)
+   
+   if (window-type == META_WINDOW_DROPDOWN_MENU ||
+   window-type == META_WINDOW_POPUP_MENU ||
+-  window-type == META_WINDOW_COMBO){
++  window-type == META_WINDOW_COMBO ||
++  window-type == META_WINDOW_NOTIFICATION ||
++  window-type == META_WINDOW_DND ||
++  window-type == META_WINDOW_OVERRIDE_OTHER){
+ clutter_container_add_actor (CLUTTER_CONTAINER (info-top_window_group),
+  CLUTTER_ACTOR (self));
+   }
+-- 
+1.8.1.6
+



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

2013-05-02 Thread Balló György
Date: Thursday, May 2, 2013 @ 17:47:37
  Author: bgyorgy
Revision: 89819

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 89818, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/fix-dnd.patch
(from rev 89818, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-i686/muffin.install
(from rev 89818, muffin/trunk/muffin.install)
  muffin/repos/community-i686/switch-applications.patch
(from rev 89818, muffin/trunk/switch-applications.patch)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 89818, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/fix-dnd.patch
(from rev 89818, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-x86_64/muffin.install
(from rev 89818, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/switch-applications.patch
(from rev 89818, muffin/trunk/switch-applications.patch)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-i686/switch-applications.patch
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install
  muffin/repos/community-x86_64/switch-applications.patch

+
 /PKGBUILD  |   88 +++
 /muffin.install|   20 ++
 /switch-applications.patch |   40 
 community-i686/PKGBUILD|   40 
 community-i686/fix-dnd.patch   |   29 
 community-i686/muffin.install  |   10 ---
 community-i686/switch-applications.patch   |   20 --
 community-x86_64/PKGBUILD  |   40 
 community-x86_64/fix-dnd.patch |   29 
 community-x86_64/muffin.install|   10 ---
 community-x86_64/switch-applications.patch |   20 --
 11 files changed, 206 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 15:47:26 UTC (rev 89818)
+++ community-i686/PKGBUILD 2013-05-02 15:47:37 UTC (rev 89819)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;
-switch-applications.patch)
-md5sums=('d64bfe853e6fda5ec11a06581743f774'
- 'a5d5d76dc281277a8afc83d7affdcc7b')
-
-build() {
-  cd linuxmint-muffin-*
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-muffin-*
-  make DESTDIR=$pkgdir/ install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 89818, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 15:47:37 UTC (rev 89819)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.4
+pkgrel=2
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;
+switch-applications.patch
+fix-dnd.patch)
+md5sums=('d64bfe853e6fda5ec11a06581743f774'
+ 'a5d5d76dc281277a8afc83d7affdcc7b'
+ '6d787466831def299360419cc3b5e47b')
+
+build() {
+  cd linuxmint-muffin-*
+
+  # Fix windows switcher keybinding with default settings in GNOME 3.8
+  patch -Np1 -i ../switch-applications.patch
+
+  # Fix unresponsive panel on DND
+  patch -RNp1 -i ../fix-dnd.patch
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr 

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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 17:54:22
  Author: svenstaro
Revision: 89820

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 89819, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 89819, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 89819, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  357 +++-
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-05-02 15:47:37 UTC (rev 89819)
+++ 30-win32-aliases.conf   2013-05-02 15:54:22 UTC (rev 89820)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 89819, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-05-02 15:54:22 UTC (rev 89820)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 15:47:37 UTC (rev 89819)
+++ PKGBUILD2013-05-02 15:54:22 UTC (rev 89820)
@@ -1,179 +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.29
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('4a7dc9dad3c3c7710c202458374ed21c'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-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
-  freetype2   lib32-freetype2
-  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
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-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 

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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:06:29
  Author: svenstaro
Revision: 89821

upgpkg: teeworlds 0.6.2-1

Updating to 0.6.2

Modified:
  teeworlds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:54:22 UTC (rev 89820)
+++ PKGBUILD2013-05-02 16:06:29 UTC (rev 89821)
@@ -5,19 +5,19 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=teeworlds
-pkgver=0.6.1
-pkgrel=3
+pkgver=0.6.2
+pkgrel=1
 pkgdesc=A multiplayer 2D shooter
 arch=('i686' 'x86_64')
-url=http://teeworlds.com;
+url=https://www.teeworlds.com;
 license=('custom')
 depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python2' 'bam' 'mesa')
+makedepends=('python' 'bam' 'mesa')
 replaces=('teewars')
-source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
+source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
 teeworlds.desktop
teeworlds.png)
-md5sums=('00de7195ecd1f23596dc3237341af512'
+md5sums=('649f6c05a7b117096b238c07062edc39'
  '3944aaf7a8c19a83510b2b39c4cddf5f'
  '44f39e398409232a0e0a431ed46d8cc8')
 
@@ -25,9 +25,6 @@
# Build teeworlds
cd ${srcdir}/${pkgname}-*-source
 
-   # Use Python 2
-   sed -i 's/python /python2 /' bam.lua
-
bam server_release client_release
 }
 



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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:06:41
  Author: svenstaro
Revision: 89822

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

Added:
  teeworlds/repos/community-i686/PKGBUILD
(from rev 89821, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-i686/teeworlds.desktop
(from rev 89821, teeworlds/trunk/teeworlds.desktop)
  teeworlds/repos/community-i686/teeworlds.png
(from rev 89821, teeworlds/trunk/teeworlds.png)
  teeworlds/repos/community-x86_64/PKGBUILD
(from rev 89821, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-x86_64/teeworlds.desktop
(from rev 89821, teeworlds/trunk/teeworlds.desktop)
  teeworlds/repos/community-x86_64/teeworlds.png
(from rev 89821, teeworlds/trunk/teeworlds.png)
Deleted:
  teeworlds/repos/community-i686/PKGBUILD
  teeworlds/repos/community-i686/teeworlds.desktop
  teeworlds/repos/community-i686/teeworlds.png
  teeworlds/repos/community-x86_64/PKGBUILD
  teeworlds/repos/community-x86_64/teeworlds.desktop
  teeworlds/repos/community-x86_64/teeworlds.png

+
 /PKGBUILD  |   96 +++
 /teeworlds.desktop |   28 ++
 community-i686/PKGBUILD|   51 --
 community-i686/teeworlds.desktop   |   14 -
 community-x86_64/PKGBUILD  |   51 --
 community-x86_64/teeworlds.desktop |   14 -
 6 files changed, 124 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 16:06:29 UTC (rev 89821)
+++ community-i686/PKGBUILD 2013-05-02 16:06:41 UTC (rev 89822)
@@ -1,51 +0,0 @@
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=teeworlds
-pkgver=0.6.1
-pkgrel=3
-pkgdesc=A multiplayer 2D shooter
-arch=('i686' 'x86_64')
-url=http://teeworlds.com;
-license=('custom')
-depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python2' 'bam' 'mesa')
-replaces=('teewars')
-source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
-teeworlds.desktop
-   teeworlds.png)
-md5sums=('00de7195ecd1f23596dc3237341af512'
- '3944aaf7a8c19a83510b2b39c4cddf5f'
- '44f39e398409232a0e0a431ed46d8cc8')
-
-build() {
-   # Build teeworlds
-   cd ${srcdir}/${pkgname}-*-source
-
-   # Use Python 2
-   sed -i 's/python /python2 /' bam.lua
-
-   bam server_release client_release
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-*-source
-
-   # Install data files
-   mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-   cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-
-   install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-   install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-
-   install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-   install -Dm644 ${srcdir}/${pkgname}.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-
-   install -Dm644 license.txt \
-   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: teeworlds/repos/community-i686/PKGBUILD (from rev 89821, 
teeworlds/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 16:06:41 UTC (rev 89822)
@@ -0,0 +1,48 @@
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=teeworlds
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=A multiplayer 2D shooter
+arch=('i686' 'x86_64')
+url=https://www.teeworlds.com;
+license=('custom')
+depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
+makedepends=('python' 'bam' 'mesa')
+replaces=('teewars')
+source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
+teeworlds.desktop
+   teeworlds.png)
+md5sums=('649f6c05a7b117096b238c07062edc39'
+ '3944aaf7a8c19a83510b2b39c4cddf5f'
+ '44f39e398409232a0e0a431ed46d8cc8')
+
+build() {
+   # Build teeworlds
+   cd ${srcdir}/${pkgname}-*-source
+
+   bam server_release client_release
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-*-source
+
+   # Install data files
+   mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+   cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+
+   install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+   install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+
+   

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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:13:03
  Author: svenstaro
Revision: 89823

upgpkg: yaml-cpp 0.5.1-1

Updating to 0.5.1

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 16:06:41 UTC (rev 89822)
+++ PKGBUILD2013-05-02 16:13:03 UTC (rev 89823)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Markus Martin mar...@archwyrm.net
 pkgname=yaml-cpp
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
 url=http://code.google.com/p/yaml-cpp/;
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('cmake' 'boost')
 source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c6d96190434d5959d814c603f98512c6')
+md5sums=('0fa47a5ed8fedefab766592785c85ee7')
 
 build() {
 cd $srcdir/$pkgname-$pkgver



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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:13:14
  Author: svenstaro
Revision: 89824

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

Added:
  yaml-cpp/repos/community-i686/PKGBUILD
(from rev 89823, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 89823, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 16:13:03 UTC (rev 89823)
+++ community-i686/PKGBUILD 2013-05-02 16:13:14 UTC (rev 89824)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'boost')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c6d96190434d5959d814c603f98512c6')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-i686/PKGBUILD (from rev 89823, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 16:13:14 UTC (rev 89824)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('0fa47a5ed8fedefab766592785c85ee7')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+
+make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-02 16:13:03 UTC (rev 89823)
+++ community-x86_64/PKGBUILD   2013-05-02 16:13:14 UTC (rev 89824)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'boost')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c6d96190434d5959d814c603f98512c6')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 89823, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-02 16:13:14 UTC (rev 89824)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('0fa47a5ed8fedefab766592785c85ee7')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+
+make DESTDIR=$pkgdir install
+}



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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:18:05
  Author: svenstaro
Revision: 89825

upgpkg: openimageio 1.1.10-1

Updating to 1.1.10

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 16:13:14 UTC (rev 89824)
+++ PKGBUILD2013-05-02 16:18:05 UTC (rev 89825)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.1.9
-pkgrel=3
+pkgver=1.1.10
+pkgrel=1
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;
@@ -14,7 +14,7 @@
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
+md5sums=('e5c5cd77238f74c3a6a3610c211430f2')
 
 build() {
   cd $srcdir/$_pkgname*



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

2013-05-02 Thread Sven-Hendrik Haase
Date: Thursday, May 2, 2013 @ 18:18:15
  Author: svenstaro
Revision: 89826

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 89825, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 89825, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 89825, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 89825, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   86 +
 /fix32bit-fail.patch |   26 +
 community-i686/PKGBUILD  |   43 
 community-i686/fix32bit-fail.patch   |   13 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/fix32bit-fail.patch |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 16:18:05 UTC (rev 89825)
+++ community-i686/PKGBUILD 2013-05-02 16:18:15 UTC (rev 89826)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.1.9
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
-
-build() {
-  cd $srcdir/$_pkgname*
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname*/src/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 89825, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-02 16:18:15 UTC (rev 89826)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.10
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('e5c5cd77238f74c3a6a3610c211430f2')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2013-05-02 16:18:05 UTC (rev 89825)
+++ community-i686/fix32bit-fail.patch  2013-05-02 16:18:15 UTC (rev 89826)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 89825, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  

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

2013-05-02 Thread Giovanni Scafora
Date: Thursday, May 2, 2013 @ 19:00:02
  Author: giovanni
Revision: 184143

upgpkg: mercurial 2.6-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:30:37 UTC (rev 184142)
+++ PKGBUILD2013-05-02 17:00:02 UTC (rev 184143)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.5.4
+pkgver=2.6
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('f3c64086519c32ba7e892b6215b0fcbc'
+md5sums=('d012d8bb5f85369d3b6a630a80667170'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2013-05-02 Thread Giovanni Scafora
Date: Thursday, May 2, 2013 @ 19:00:09
  Author: giovanni
Revision: 184144

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 184143, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 184143, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 184143, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 184143, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-02 17:00:02 UTC (rev 184143)
+++ extra-i686/PKGBUILD 2013-05-02 17:00:09 UTC (rev 184144)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.5.4
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('f3c64086519c32ba7e892b6215b0fcbc'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 184143, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-02 17:00:09 UTC (rev 184144)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=2.6
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('d012d8bb5f85369d3b6a630a80667170'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 

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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 19:23:12
  Author: arodseth
Revision: 89827

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

Added:
  go/repos/community-i686/PKGBUILD
(from rev 89826, go/trunk/PKGBUILD)
  go/repos/community-i686/go.install
(from rev 89826, go/trunk/go.install)
  go/repos/community-i686/go.sh
(from rev 89826, go/trunk/go.sh)
  go/repos/community-x86_64/PKGBUILD
(from rev 89826, go/trunk/PKGBUILD)
  go/repos/community-x86_64/go.install
(from rev 89826, go/trunk/go.install)
  go/repos/community-x86_64/go.sh
(from rev 89826, go/trunk/go.sh)
Deleted:
  go/repos/community-i686/PKGBUILD
  go/repos/community-i686/go.install
  go/repos/community-i686/go.sh
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/go.install
  go/repos/community-x86_64/go.sh

-+
 /PKGBUILD   |  286 ++
 /go.install |   26 +++
 /go.sh  |2 
 community-i686/PKGBUILD |  142 
 community-i686/go.install   |   13 -
 community-i686/go.sh|1 
 community-x86_64/PKGBUILD   |  142 
 community-x86_64/go.install |   13 -
 community-x86_64/go.sh  |1 
 9 files changed, 314 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-02 16:18:15 UTC (rev 89826)
+++ community-i686/PKGBUILD 2013-05-02 17:23:12 UTC (rev 89827)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Rémy Oudompheng  r...@archlinux.org
-# Contributor: Andres Perera andres87p gmail
-# Contributor: Matthew Bauer mjbaue...@gmail.com
-# Contributor: Christian Himpel chres...@gmail.com
-# Contributor: Mike Rosset mike.ros...@gmail.com
-# Contributor: Daniel YC Lin dlin...@gmail.com
-
-pkgname=go
-pkgver=1.0.3
-pkgrel=7
-epoch=2
-pkgdesc='Google Go compiler and tools'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils')
-options=('!strip')
-install=$pkgname.install
-backup=('usr/lib/go/bin')
-source=(http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz;
-$pkgname.sh)
-sha256sums=('7fba3533d172f13629d3d8a79e57c620632b0bd075abe11d7698b338be0ae3df'
-'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-
-build() {
-  cd $srcdir/$pkgname
-
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  else
-# A friendly gesture to Arch Linux ARM
-export GOARCH=arm
-  fi
-  export GOROOT_FINAL=/usr/lib/go
-  export GOOS=linux
-
-  cd src
-  bash make.bash
-
-  # Enable ARM crosscompilation for non-arm platforms
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=arm
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=arm
-  fi
-  bash make.bash
-}
-
-check() {
-  cd $srcdir/$pkgname
-
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  else
-# A friendly gesture to Arch Linux ARM
-export GOARCH=arm
-  fi
-
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot.
-  cd src  bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-  install -Dm644 misc/bash/go \
-$pkgdir/usr/share/bash-completion/completions/go
-  install -Dm644 misc/emacs/go-mode-load.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
-  install -Dm644 misc/emacs/go-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode.el
-  install -Dm644 misc/zsh/go \
-$pkgdir/usr/share/zsh/site-functions/_go
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/godoc.vim ftplugin/go/import.vim \
-syntax/go.vim syntax/godoc.vim plugin/godoc.vim;
-  do
-install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
-  done
-
-  mkdir -p $pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site}}
-
-  cp -r doc misc -t $pkgdir/usr/share/go
-  ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
-  cp -a bin $pkgdir/usr
-  cp -a pkg $pkgdir/usr/lib/go
-  cp -a $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
-  cp -a $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/lib $pkgdir/usr/lib/go/
-  cp -a $GOROOT/include $pkgdir/usr/lib/go/
-
-  install -Dm644 src/Make.* $pkgdir/usr/lib/go/src
-
-  # Remove object files from target src dir
-  find $pkgdir/usr/lib/go/src/ -type f -name '*.[ao]' -delete
-
-  # Fix for FS#32813
-  find $pkgdir -type f -name sql.go -exec chmod -x {} \;
-  
-  # Remove all executable source files
-  find 

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

2013-05-02 Thread Bartłomiej Piotrowski
Date: Thursday, May 2, 2013 @ 19:25:05
  Author: bpiotrowski
Revision: 184145

upgpkg: libpng 1.6.2-2

- update apng patch to 1.6.2

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 17:00:09 UTC (rev 184144)
+++ PKGBUILD2013-05-02 17:25:05 UTC (rev 184145)
@@ -6,8 +6,8 @@
 
 pkgname=libpng
 pkgver=1.6.2
-_apngver=1.6.1
-pkgrel=1
+_apngver=1.6.2
+pkgrel=2
 pkgdesc=A collection of routines used to create PNG format graphics files
 arch=('i686' 'x86_64')
 url=http://www.libpng.org/pub/png/libpng.html;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
 md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
- '39c34060c2f0e48f3849dcdbd4a16b7a')
+ '7d0c9f4b9a7f45dd5d1088e54b623c98')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-02 Thread Bartłomiej Piotrowski
Date: Thursday, May 2, 2013 @ 19:25:25
  Author: bpiotrowski
Revision: 184146

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

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

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-02 17:25:05 UTC (rev 184145)
+++ testing-i686/PKGBUILD   2013-05-02 17:25:25 UTC (rev 184146)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.2
-_apngver=1.6.1
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
- '39c34060c2f0e48f3849dcdbd4a16b7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ../libpng-$_apngver-apng.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd contrib/pngminus
-  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
-  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpng/repos/testing-i686/PKGBUILD (from rev 184145, 
libpng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-02 17:25:25 UTC (rev 184146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=libpng
+pkgver=1.6.2
+_apngver=1.6.2
+pkgrel=2
+pkgdesc=A collection of routines used to create PNG format graphics files
+arch=('i686' 'x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
+md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
+ '7d0c9f4b9a7f45dd5d1088e54b623c98')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ../libpng-$_apngver-apng.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd contrib/pngminus
+  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
+  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-05-02 17:25:05 UTC (rev 184145)
+++ testing-x86_64/PKGBUILD 2013-05-02 17:25:25 UTC (rev 184146)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.2
-_apngver=1.6.1
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
- '39c34060c2f0e48f3849dcdbd4a16b7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ../libpng-$_apngver-apng.patch
-
- 

[arch-commits] Commit in eclipse-cdt/trunk (PKGBUILD msg.install)

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 19:25:28
  Author: arodseth
Revision: 89828

upgpkg: eclipse-cdt 8.1.2-2

Added an install-time message

Added:
  eclipse-cdt/trunk/msg.install
Modified:
  eclipse-cdt/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 msg.install |8 
 2 files changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 17:23:12 UTC (rev 89827)
+++ PKGBUILD2013-05-02 17:25:28 UTC (rev 89828)
@@ -5,11 +5,12 @@
 
 pkgname=eclipse-cdt
 pkgver=8.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
+install='msg.install'
 depends=('eclipse' 'libxtst')
 
source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
 sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')

Added: msg.install
===
--- msg.install (rev 0)
+++ msg.install 2013-05-02 17:25:28 UTC (rev 89828)
@@ -0,0 +1,8 @@
+post_install() {
+  cat  ENDOFMESSAGE
+  NOTE: If you get problems with the internal indexer and gcc 4.8.0, try this 
command:
+  sed -i 's/4\.7\.1/4\.8\.0/g' 
~/workspace/.metadata/.plugins/org.eclipse.cdt.core/language.settings.xml
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in eclipse-cdt/repos/community-any (3 files)

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 19:25:36
  Author: arodseth
Revision: 89829

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 89828, eclipse-cdt/trunk/PKGBUILD)
  eclipse-cdt/repos/community-any/msg.install
(from rev 89828, eclipse-cdt/trunk/msg.install)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

-+
 PKGBUILD|   52 +++-
 msg.install |8 
 2 files changed, 35 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 17:25:28 UTC (rev 89828)
+++ PKGBUILD2013-05-02 17:25:36 UTC (rev 89829)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.1.2
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse=4.2.1' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
-sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
-
-package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 89828, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 17:25:36 UTC (rev 89829)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=eclipse-cdt
+pkgver=8.1.2
+pkgrel=2
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+install='msg.install'
+depends=('eclipse' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
+sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
+
+package() {
+  cd $srcdir
+
+  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
+  install -d $_installdir/eclipse
+  cp -a features $_installdir/eclipse
+  cp -a plugins $_installdir/eclipse
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/msg.install (from rev 89828, 
eclipse-cdt/trunk/msg.install)
===
--- msg.install (rev 0)
+++ msg.install 2013-05-02 17:25:36 UTC (rev 89829)
@@ -0,0 +1,8 @@
+post_install() {
+  cat  ENDOFMESSAGE
+  NOTE: If you get problems with the internal indexer and gcc 4.8.0, try this 
command:
+  sed -i 's/4\.7\.1/4\.8\.0/g' 
~/workspace/.metadata/.plugins/org.eclipse.cdt.core/language.settings.xml
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in cinnamon/trunk (PKGBUILD idle-dim.patch)

2013-05-02 Thread Balló György
Date: Thursday, May 2, 2013 @ 20:23:17
  Author: bgyorgy
Revision: 89830

upgpkg: cinnamon 1.7.8-2

Fix brightness applet for GNOME 3.8

Added:
  cinnamon/trunk/idle-dim.patch
Modified:
  cinnamon/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 idle-dim.patch |   35 +++
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 17:25:36 UTC (rev 89829)
+++ PKGBUILD2013-05-02 18:23:17 UTC (rev 89830)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -29,13 +29,15 @@
 fix-control-center-check.patch
 gnome-3.8.patch
 switch-applications.patch
-fallback-helpers.patch)
+fallback-helpers.patch
+idle-dim.patch)
 sha256sums=('812042c6b7685e2054602a29ed190f8efc07f67f92be1bc496358307534cb969'
 'a0c05c995102b16f1060cbd43931eeaefeafd0265a0335e4ca14a143bd4c8c30'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
 '0971ac14bc31167d3b94ea93e608c5d49518a12b89f40c97f84d80e715657aa3'
 '921a1f63d2890dd54c149aa27a3d3209ac2fb843be597ae4ef3b4621e76a2262'
-'fc8e8f5b7772ff331212280b0d4cf624c5ca2a442e8e8defc319cc2f2b060f2e')
+'fc8e8f5b7772ff331212280b0d4cf624c5ca2a442e8e8defc319cc2f2b060f2e'
+'b34c30299fb88228c59f36fced90d56346847019a080bc7b8157b72caa659100')
 
 build() {
   cd ${srcdir}/linuxmint-Cinnamon*
@@ -62,6 +64,9 @@
   # Start media keys and mount helpers with the session
   patch -Np1 -i ../fallback-helpers.patch
 
+  # Fix brightness applet for GNOME 3.8
+  patch -Np1 -i ../idle-dim.patch
+
   ./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/cinnamon \

Added: idle-dim.patch
===
--- idle-dim.patch  (rev 0)
+++ idle-dim.patch  2013-05-02 18:23:17 UTC (rev 89830)
@@ -0,0 +1,35 @@
+diff -Naur 
linuxmint-Cinnamon-a464dc9.orig/files/usr/share/cinnamon/applets/brightn...@cinnamon.org/applet.js
 
linuxmint-Cinnamon-a464dc9/files/usr/share/cinnamon/applets/brightn...@cinnamon.org/applet.js
+--- 
linuxmint-Cinnamon-a464dc9.orig/files/usr/share/cinnamon/applets/brightn...@cinnamon.org/applet.js
 2013-04-30 18:01:56.0 +0200
 
linuxmint-Cinnamon-a464dc9/files/usr/share/cinnamon/applets/brightn...@cinnamon.org/applet.js
  2013-05-02 19:32:12.934254811 +0200
+@@ -9,8 +9,7 @@
+ 
+ /* constants */
+ const DimSettingsSchema = org.gnome.settings-daemon.plugins.power;
+-const DimSettingsAc = idle-dim-ac;
+-const DimSettingsBattery = idle-dim-battery;
++const DimSettings = idle-dim;
+ const PowerBusName = 'org.gnome.SettingsDaemon';
+ const PowerObjectPath = '/org/gnome/SettingsDaemon/Power';
+ 
+@@ -116,10 +115,8 @@
+ 
+ this._settingsMenu = new 
PopupMenu.PopupSubMenuMenuItem(_(Dimming settings));
+ 
+-let dimSwitchAc = this._buildItem(_(Dim screen on AC power), 
DimSettingsSchema, DimSettingsAc);
+-this._settingsMenu.menu.addMenuItem(dimSwitchAc);
+-let dimSwitchBattery = this._buildItem(_(Dim screen on 
battery), DimSettingsSchema, DimSettingsBattery);
+-this._settingsMenu.menu.addMenuItem(dimSwitchBattery);
++let dimSwitch = this._buildItem(_(Dim screen), 
DimSettingsSchema, DimSettings);
++this._settingsMenu.menu.addMenuItem(dimSwitch);
+   
+ //initial update.
+ //We have to wait until dbus calls back to decide whether to 
display brightness controls.
+@@ -145,7 +142,7 @@
+ this.menu.addMenuItem(new 
PopupMenu.PopupSeparatorMenuItem());
+ }
+ 
+-this.menu.addSettingsAction(_(Settings), screen);
++this.menu.addSettingsAction(_(Settings), screensaver);
+   }));
+ }
+ catch (e) {



[arch-commits] Commit in cinnamon/repos (30 files)

2013-05-02 Thread Balló György
Date: Thursday, May 2, 2013 @ 20:23:50
  Author: bgyorgy
Revision: 89831

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 89830, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 89830, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fallback-helpers.patch
(from rev 89830, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 89830, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/gnome-3.8.patch
(from rev 89830, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-i686/idle-dim.patch
(from rev 89830, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 89830, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-i686/switch-applications.patch
(from rev 89830, cinnamon/trunk/switch-applications.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 89830, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 89830, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fallback-helpers.patch
(from rev 89830, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 89830, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/gnome-3.8.patch
(from rev 89830, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-x86_64/idle-dim.patch
(from rev 89830, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 89830, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/switch-applications.patch
(from rev 89830, cinnamon/trunk/switch-applications.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fallback-helpers.patch
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/gnome-3.8.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-i686/switch-applications.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fallback-helpers.patch
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/gnome-3.8.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  cinnamon/repos/community-x86_64/switch-applications.patch

-+
 /PKGBUILD   |  168 
 /cinnamon.install   |   22 
 /fallback-helpers.patch |   40 
 /fix-control-center-check.patch |   24 
 /gnome-3.8.patch| 7904 ++
 /keyboard_applet.patch  |  284 
 /switch-applications.patch  |   62 
 community-i686/PKGBUILD |   79 
 community-i686/cinnamon.install |   11 
 community-i686/fallback-helpers.patch   |   20 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/gnome-3.8.patch  | 3952 ---
 community-i686/idle-dim.patch   |   35 
 community-i686/keyboard_applet.patch|  142 
 community-i686/switch-applications.patch|   31 
 community-x86_64/PKGBUILD   |   79 
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fallback-helpers.patch |   20 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/gnome-3.8.patch| 3952 ---
 community-x86_64/idle-dim.patch |   35 
 community-x86_64/keyboard_applet.patch  |  142 
 community-x86_64/switch-applications.patch  |   31 
 23 files changed, 8574 insertions(+), 8494 deletions(-)

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


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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 21:43:44
  Author: schuay
Revision: 89832

stone-soup 0.12.0-2

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 18:23:50 UTC (rev 89831)
+++ PKGBUILD2013-05-02 19:43:44 UTC (rev 89832)
@@ -2,11 +2,11 @@
 
 pkgname=stone-soup
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
 url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
 makedepends=('bison' 'flex' 'gendesk' 'mesa')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=('custom')



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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 21:44:00
  Author: schuay
Revision: 89833

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 89832, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 89832, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  134 +--
 stone-soup.install |   22 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 19:43:44 UTC (rev 89832)
+++ PKGBUILD2013-05-02 19:44:00 UTC (rev 89833)
@@ -1,67 +0,0 @@
-# Maintainer: Jakob Gruber jakob.gru...@gmail.com
-
-pkgname=stone-soup
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd $srcdir
-gendesk -n
-
-cd stone_soup-${pkgver}/source
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
-
-# then build and install console version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-install -D -m644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-}
-md5sums=('38ed5bae81f6513cc898aa12efda2c38')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 89832, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 19:44:00 UTC (rev 89833)
@@ -0,0 +1,67 @@
+# Maintainer: Jakob Gruber jakob.gru...@gmail.com
+
+pkgname=stone-soup
+pkgver=0.12.0
+pkgrel=2
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd $srcdir
+gendesk -n
+
+cd stone_soup-${pkgver}/source
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
+
+# then build and install console version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+
+# 

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

2013-05-02 Thread Jakob Gruber
Date: Thursday, May 2, 2013 @ 21:44:06
  Author: schuay
Revision: 89834

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 89833, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 89833, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  134 +--
 stone-soup.install |   22 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 19:44:00 UTC (rev 89833)
+++ PKGBUILD2013-05-02 19:44:06 UTC (rev 89834)
@@ -1,67 +0,0 @@
-# Maintainer: Jakob Gruber jakob.gru...@gmail.com
-
-pkgname=stone-soup
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'mesa' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd $srcdir
-gendesk -n
-
-cd stone_soup-${pkgver}/source
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
-
-# then build and install console version
-
-make DESTDIR=${pkgdir} \
- SAVEDIR=~/.crawl/ \
- DATADIR=/usr/share/${pkgname}/data \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-install -D -m644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-}
-md5sums=('38ed5bae81f6513cc898aa12efda2c38')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 89833, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 19:44:06 UTC (rev 89834)
@@ -0,0 +1,67 @@
+# Maintainer: Jakob Gruber jakob.gru...@gmail.com
+
+pkgname=stone-soup
+pkgver=0.12.0
+pkgrel=2
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd $srcdir
+gendesk -n
+
+cd stone_soup-${pkgver}/source
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv ${pkgdir}/usr/bin/crawl ${pkgdir}/usr/bin/crawl-tiles
+
+# then build and install console version
+
+make DESTDIR=${pkgdir} \
+ SAVEDIR=~/.crawl/ \
+ DATADIR=/usr/share/${pkgname}/data \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+
+ 

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

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 22:46:43
  Author: eric
Revision: 184151

upgpkg: quodlibet 2.5.1-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 19:39:51 UTC (rev 184150)
+++ PKGBUILD2013-05-02 20:46:43 UTC (rev 184151)
@@ -3,9 +3,9 @@
 
 pkgbase=quodlibet
 pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=2.5.0
-_pkgver=2.5
-pkgrel=2
+pkgver=2.5.1
+_pkgver=2.5.1
+pkgrel=1
 arch=('any')
 license=('GPL2')
 url=http://code.google.com/p/quodlibet/;
@@ -14,8 +14,8 @@
 options=('!makeflags')
 source=(https://quodlibet.googlecode.com/files/$pkgbase-$_pkgver.tar.gz
 
https://quodlibet.googlecode.com/files/$pkgbase-plugins-$_pkgver.tar.gz)
-sha1sums=('ed33624d51e943839c27f47aa962d8de7f21c1d4'
-  '008b8f49e4a98632fb35b7c434969385d386e8f1')
+sha1sums=('3897109ca47a0d59dc3c18a176b10feeccc21afe'
+  'e23206be3322a9b79cd0a70448fafeeb0e02a58a')
 
 build() {
   cd ${srcdir}/${pkgbase}-${_pkgver}



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

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 22:47:10
  Author: eric
Revision: 184152

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 184151, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 184151, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |  121 ++--
 quodlibet.install |   24 +-
 2 files changed, 73 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 20:46:43 UTC (rev 184151)
+++ PKGBUILD2013-05-02 20:47:10 UTC (rev 184152)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=2.5.0
-_pkgver=2.5
-pkgrel=2
-arch=('any')
-license=('GPL2')
-url=http://code.google.com/p/quodlibet/;
-makedepends=('intltool' 'python2-gobject2' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$_pkgver.tar.gz
-
https://quodlibet.googlecode.com/files/$pkgbase-plugins-$_pkgver.tar.gz)
-sha1sums=('ed33624d51e943839c27f47aa962d8de7f21c1d4'
-  '008b8f49e4a98632fb35b7c434969385d386e8f1')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_pkgver}
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-../${pkgbase}-plugins-${_pkgver}/songsmenu/replaygain.py
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc=An audio library tagger, manager and player
-  depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins'
-   'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk' 'hicolor-icon-theme' 
'desktop-file-utils')
-  optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support'
-  'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack 
support'
-  'python2-dbus: for dbus support'
-  'notification-daemon: for notification support'
-  'libgpod: for ipod support'
-  'python2-feedparser: for audio feeds (podcast) support'
-  'python2-keybinder2: for the multimedia keys support'
-  'udisks: for media devices support'
-  'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd ${srcdir}/${pkgbase}-${_pkgver}
-  python2 setup.py install --prefix=${pkgdir}/usr
-}
-
-package_quodlibet-plugins() {
-  pkgdesc=Various plugins for QuodLibet
-  depends=('quodlibet')
-  optdepends=('gnome-python: for Automatic Masking and View in Nautilus 
plugins'
-  'python2-dbus: for Gajim Status Message and Notify plugins'
-  'cddb-py: for CDDB Lookup plugin'
-  'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-  'python2-pyinotify: for Automatic library update plugin'
- 'kakasi: for Kana/Kanji Simple Inverter plugin'
- 'zeitgeist: for Event Logging plugin')
-
-  cd ${srcdir}/${pkgbase}-plugins-${_pkgver}
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-  cp -r editing events gstreamer playorder songsmenu 
${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 184151, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 20:47:10 UTC (rev 184152)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=2.5.1
+_pkgver=2.5.1
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url=http://code.google.com/p/quodlibet/;
+makedepends=('intltool' 'python2-gobject2' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!makeflags')
+source=(https://quodlibet.googlecode.com/files/$pkgbase-$_pkgver.tar.gz
+
https://quodlibet.googlecode.com/files/$pkgbase-plugins-$_pkgver.tar.gz)
+sha1sums=('3897109ca47a0d59dc3c18a176b10feeccc21afe'
+  'e23206be3322a9b79cd0a70448fafeeb0e02a58a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${_pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+../${pkgbase}-plugins-${_pkgver}/songsmenu/replaygain.py
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc=An audio library tagger, manager and player
+  depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins'
+   'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk' 'hicolor-icon-theme' 
'desktop-file-utils')
+  optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support'
+  'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack 
support'
+  'python2-dbus: 

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

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 23:20:13
  Author: eric
Revision: 184153

upgpkg: fvwm-crystal 3.1.7-2

Change habak depends to hsetroot

Modified:
  fvwm-crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 20:47:10 UTC (rev 184152)
+++ PKGBUILD2013-05-02 21:20:13 UTC (rev 184153)
@@ -3,12 +3,12 @@
 
 pkgname=fvwm-crystal
 pkgver=3.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Transparent Themes for fvwm
 arch=('any')
 url=http://fvwm-crystal.sourceforge.net/;
 license=('GPL')
-depends=('fvwm' 'imagemagick' 'python2' 'habak' 'trayer')
+depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('2824991976918621d05160aa76c742382e6e5176')



[arch-commits] Commit in fvwm-crystal/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Thursday, May 2, 2013 @ 23:20:38
  Author: eric
Revision: 184154

archrelease: copy trunk to extra-any

Added:
  fvwm-crystal/repos/extra-any/PKGBUILD
(from rev 184153, fvwm-crystal/trunk/PKGBUILD)
Deleted:
  fvwm-crystal/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-02 21:20:13 UTC (rev 184153)
+++ PKGBUILD2013-05-02 21:20:38 UTC (rev 184154)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fvwm-crystal
-pkgver=3.1.7
-pkgrel=1
-pkgdesc=Transparent Themes for fvwm
-arch=('any')
-url=http://fvwm-crystal.sourceforge.net/;
-license=('GPL')
-depends=('fvwm' 'imagemagick' 'python2' 'habak' 'trayer')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('2824991976918621d05160aa76c742382e6e5176')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install install-doc
-}

Copied: fvwm-crystal/repos/extra-any/PKGBUILD (from rev 184153, 
fvwm-crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-02 21:20:38 UTC (rev 184154)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fvwm-crystal
+pkgver=3.1.7
+pkgrel=2
+pkgdesc=Transparent Themes for fvwm
+arch=('any')
+url=http://fvwm-crystal.sourceforge.net/;
+license=('GPL')
+depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2824991976918621d05160aa76c742382e6e5176')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install install-doc
+}



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

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 02:12:46
  Author: eric
Revision: 89835

upgpkg: openclonk 5.3.3-1

Upstream update, Improve install scriptlet

Modified:
  openclonk/trunk/PKGBUILD
  openclonk/trunk/openclonk.install

---+
 PKGBUILD  |   10 --
 openclonk.install |6 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 19:44:06 UTC (rev 89834)
+++ PKGBUILD2013-05-03 00:12:46 UTC (rev 89835)
@@ -4,8 +4,8 @@
 # Contributor: Wesley rudirennsau at hotmail dot com
 
 pkgname=openclonk
-pkgver=5.3.2
-pkgrel=2
+pkgver=5.3.3
+pkgrel=1
 pkgdesc=A multiplayer-action-tactic-skill game
 arch=('i686' 'x86_64')
 url=http://openclonk.org;
@@ -14,11 +14,9 @@
 makedepends=('cmake' 'boost' 'imagemagick' 'mesa')
 install=$pkgname.install
 
source=(http://hg.openclonk.org/$pkgname/archive/$pkgname-release-$pkgver-src.tar.gz)
-md5sums=('0d43b03f10c8af7a9022f023b21bb1b3')
+md5sums=('a61d8a7d7c41bcc8d85a647c25095658')
 
 build() {
-  cd $srcdir/$pkgname-release-$pkgver-src
-
   [[ -d build ]]  rm -rf build
   mkdir build  cd build
 
@@ -28,7 +26,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-release-$pkgver-src/build
+  cd build
 
   make DESTDIR=$pkgdir/ install
 

Modified: openclonk.install
===
--- openclonk.install   2013-05-02 19:44:06 UTC (rev 89834)
+++ openclonk.install   2013-05-03 00:12:46 UTC (rev 89835)
@@ -1,7 +1,11 @@
 post_install() {
-gtk-update-icon-cache -qf /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
+post_upgrade() {
+  post_install
+}
+
 post_remove() {
 post_install
 }



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

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 02:13:35
  Author: eric
Revision: 89836

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

Added:
  openclonk/repos/community-testing-i686/PKGBUILD
(from rev 89835, openclonk/trunk/PKGBUILD)
  openclonk/repos/community-testing-i686/openclonk.install
(from rev 89835, openclonk/trunk/openclonk.install)
  openclonk/repos/community-testing-x86_64/PKGBUILD
(from rev 89835, openclonk/trunk/PKGBUILD)
  openclonk/repos/community-testing-x86_64/openclonk.install
(from rev 89835, openclonk/trunk/openclonk.install)
Deleted:
  openclonk/repos/community-testing-i686/PKGBUILD
  openclonk/repos/community-testing-i686/openclonk.install
  openclonk/repos/community-testing-x86_64/PKGBUILD
  openclonk/repos/community-testing-x86_64/openclonk.install

+
 /PKGBUILD  |   72 +++
 /openclonk.install |   22 
 community-testing-i686/PKGBUILD|   38 --
 community-testing-i686/openclonk.install   |7 --
 community-testing-x86_64/PKGBUILD  |   38 --
 community-testing-x86_64/openclonk.install |7 --
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-03 00:12:46 UTC (rev 89835)
+++ community-testing-i686/PKGBUILD 2013-05-03 00:13:35 UTC (rev 89836)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Wesley rudirennsau at hotmail dot com
-
-pkgname=openclonk
-pkgver=5.3.2
-pkgrel=2
-pkgdesc=A multiplayer-action-tactic-skill game
-arch=('i686' 'x86_64')
-url=http://openclonk.org;
-license=('custom')
-depends=('gtk2' 'glew' 'sdl_mixer' 'libxpm'  'hicolor-icon-theme' 'libupnp')
-makedepends=('cmake' 'boost' 'imagemagick' 'mesa')
-install=$pkgname.install
-source=(http://hg.openclonk.org/$pkgname/archive/$pkgname-release-$pkgver-src.tar.gz)
-md5sums=('0d43b03f10c8af7a9022f023b21bb1b3')
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver-src
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
-
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$pkgver-src/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 clonk.png $pkgdir/usr/share/pixmaps/clonk.png
-  install -dm755 $pkgdir/usr/share/licenses/$pkgname
-  install -m644 ../licenses/*.txt $pkgdir/usr/share/licenses/$pkgname
-}

Copied: openclonk/repos/community-testing-i686/PKGBUILD (from rev 89835, 
openclonk/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-03 00:13:35 UTC (rev 89836)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel mail at jsteel dot org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Wesley rudirennsau at hotmail dot com
+
+pkgname=openclonk
+pkgver=5.3.3
+pkgrel=1
+pkgdesc=A multiplayer-action-tactic-skill game
+arch=('i686' 'x86_64')
+url=http://openclonk.org;
+license=('custom')
+depends=('gtk2' 'glew' 'sdl_mixer' 'libxpm'  'hicolor-icon-theme' 'libupnp')
+makedepends=('cmake' 'boost' 'imagemagick' 'mesa')
+install=$pkgname.install
+source=(http://hg.openclonk.org/$pkgname/archive/$pkgname-release-$pkgver-src.tar.gz)
+md5sums=('a61d8a7d7c41bcc8d85a647c25095658')
+
+build() {
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+
+  make 
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 clonk.png $pkgdir/usr/share/pixmaps/clonk.png
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  install -m644 ../licenses/*.txt $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: community-testing-i686/openclonk.install
===
--- community-testing-i686/openclonk.install2013-05-03 00:12:46 UTC (rev 
89835)
+++ community-testing-i686/openclonk.install2013-05-03 00:13:35 UTC (rev 
89836)
@@ -1,7 +0,0 @@
-post_install() {
-gtk-update-icon-cache -qf /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_install
-}

Copied: openclonk/repos/community-testing-i686/openclonk.install (from rev 
89835, openclonk/trunk/openclonk.install)
===
--- community-testing-i686/openclonk.install(rev 0)
+++ community-testing-i686/openclonk.install2013-05-03 00:13:35 UTC (rev 
89836)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-testing-x86_64/PKGBUILD

[arch-commits] Commit in perl-html-template/trunk (PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 02:39:05
  Author: eric
Revision: 184155

upgpkg: perl-html-template 2.94-1

Upstream update

Modified:
  perl-html-template/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 21:20:38 UTC (rev 184154)
+++ PKGBUILD2013-05-03 00:39:05 UTC (rev 184155)
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# $Id$
 # Maintainer: Firmicus francois.archlinux.org 
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-html-template
 _cpanname=HTML-Template
-pkgver=2.91
+pkgver=2.94
 pkgrel=1
 pkgdesc=A simple HTML templating system
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/W/WO/WONKO/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('bb43b4bef739a705ef859c4e21e6194c')
+md5sums=('7b7683c3672d55fb922734ea1e9ba7e8')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}


Property changes on: perl-html-template/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in perl-html-template/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 02:39:26
  Author: eric
Revision: 184156

archrelease: copy trunk to extra-any

Added:
  perl-html-template/repos/extra-any/PKGBUILD
(from rev 184155, perl-html-template/trunk/PKGBUILD)
Deleted:
  perl-html-template/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 00:39:05 UTC (rev 184155)
+++ PKGBUILD2013-05-03 00:39:26 UTC (rev 184156)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
-# Maintainer: Firmicus francois.archlinux.org 
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-html-template
-_cpanname=HTML-Template
-pkgver=2.91
-pkgrel=1
-pkgdesc=A simple HTML templating system
-arch=('any')
-url=http://search.cpan.org/dist/HTML-Template;
-license=(GPL PerlArtistic)
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/W/WO/WONKO/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('bb43b4bef739a705ef859c4e21e6194c')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-html-template/repos/extra-any/PKGBUILD (from rev 184155, 
perl-html-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 00:39:26 UTC (rev 184156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-html-template
+_cpanname=HTML-Template
+pkgver=2.94
+pkgrel=1
+pkgdesc=A simple HTML templating system
+arch=('any')
+url=http://search.cpan.org/dist/HTML-Template;
+license=(GPL PerlArtistic)
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/W/WO/WONKO/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('7b7683c3672d55fb922734ea1e9ba7e8')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-log-log4perl/trunk (PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 03:15:35
  Author: eric
Revision: 184157

upgpkg: perl-log-log4perl 1.41-1

Upstream update, PKGBUILD clean up

Modified:
  perl-log-log4perl/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 11 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 00:39:26 UTC (rev 184156)
+++ PKGBUILD2013-05-03 01:15:35 UTC (rev 184157)
@@ -1,8 +1,8 @@
 # $Id$
-# Packager: Justin Davis (juster) jrc...@gmail.com
+# Maintainer:
 
 pkgname=perl-log-log4perl
-pkgver=1.40
+pkgver=1.41
 pkgrel=1
 pkgdesc='Log4j implementation for Perl'
 arch=(any)
@@ -11,33 +11,20 @@
 depends=(perl)
 url=https://metacpan.org/release/Log-Log4perl
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('e05ab4508863116bad03ef26dd9f98fd')
+md5sums=('cc98e486abd222e573dae82dca6d2f3e')
 
-build()
-(
+build() {
   cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
-)
+}
 
-check()
-(
+check() {
   cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd Log-Log4perl-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 03:15:55
  Author: eric
Revision: 184158

archrelease: copy trunk to extra-any

Added:
  perl-log-log4perl/repos/extra-any/PKGBUILD
(from rev 184157, perl-log-log4perl/trunk/PKGBUILD)
Deleted:
  perl-log-log4perl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   73 +
 1 file changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 01:15:35 UTC (rev 184157)
+++ PKGBUILD2013-05-03 01:15:55 UTC (rev 184158)
@@ -1,43 +0,0 @@
-# $Id$
-# Packager: Justin Davis (juster) jrc...@gmail.com
-
-pkgname=perl-log-log4perl
-pkgver=1.40
-pkgrel=1
-pkgdesc='Log4j implementation for Perl'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Log-Log4perl
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('e05ab4508863116bad03ef26dd9f98fd')
-
-build()
-(
-  cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Log-Log4perl-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 184157, 
perl-log-log4perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 01:15:55 UTC (rev 184158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-log-log4perl
+pkgver=1.41
+pkgrel=1
+pkgdesc='Log4j implementation for Perl'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Log-Log4perl
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
+md5sums=('cc98e486abd222e573dae82dca6d2f3e')
+
+build() {
+  cd Log-Log4perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Log-Log4perl-$pkgver
+  make test
+}
+
+package() {
+  cd Log-Log4perl-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 03:23:08
  Author: eric
Revision: 184159

upgpkg: python-cssselect 0.8-1

Upstream update

Modified:
  python-cssselect/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 01:15:55 UTC (rev 184158)
+++ PKGBUILD2013-05-03 01:23:08 UTC (rev 184159)
@@ -4,16 +4,16 @@
 
 pkgbase=python-cssselect
 pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8
+pkgrel=1
 license=('BSD')
 arch=('any')
 url=http://pypi.python.org/pypi/cssselect;
 makedepends=('python2' 'python')
 
source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
-md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')
+md5sums=('c4683e050351abcbbd5990b01f5344e2')
 
-build() {
+prepare() {
   cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
 }
 


Property changes on: python-cssselect/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-cssselect/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-02 Thread Eric Bélanger
Date: Friday, May 3, 2013 @ 03:23:26
  Author: eric
Revision: 184160

archrelease: copy trunk to extra-any

Added:
  python-cssselect/repos/extra-any/PKGBUILD
(from rev 184159, python-cssselect/trunk/PKGBUILD)
Deleted:
  python-cssselect/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 01:23:08 UTC (rev 184159)
+++ PKGBUILD2013-05-03 01:23:26 UTC (rev 184160)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simon Sapin simon dot sapin at exyr dot org
-
-pkgbase=python-cssselect
-pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=0.7.1
-pkgrel=2
-license=('BSD')
-arch=('any')
-url=http://pypi.python.org/pypi/cssselect;
-makedepends=('python2' 'python')
-source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
-md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')
-
-build() {
-  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
-}
-
-package_python-cssselect() {
-  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
-  depends=('python')
-
-  cd cssselect-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-cssselect() {
-  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
-  depends=('python2')
-
-  cd python2-cssselect-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Fix python2 shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/lib/python2.7/site-packages/cssselect/tests.py
-}

Copied: python-cssselect/repos/extra-any/PKGBUILD (from rev 184159, 
python-cssselect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 01:23:26 UTC (rev 184160)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.8
+pkgrel=1
+license=('BSD')
+arch=('any')
+url=http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('c4683e050351abcbbd5990b01f5344e2')
+
+prepare() {
+  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/lib/python2.7/site-packages/cssselect/tests.py
+}



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 03:34:41
  Author: heftig
Revision: 184161

0.16.1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 01:23:26 UTC (rev 184160)
+++ PKGBUILD2013-05-03 01:34:41 UTC (rev 184161)
@@ -5,9 +5,9 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=0.16.0
+pkgver=0.16.1
 _tver=${pkgver%.*}
-pkgrel=5
+pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 url=http://www.gnome.org;
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('299c6a180370522d1d794c184aaef8d8222d3f737d564b8e5ca25b8751470c4f')
+sha256sums=('fbb94144826b00da0b427dc6f37d2679bd8dfec1dc992e857a47a0b453f0b771')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 03:41:38
  Author: heftig
Revision: 184162

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

Added:
  tracker/repos/testing-i686/PKGBUILD
(from rev 184161, tracker/trunk/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 184161, tracker/trunk/tracker.install)
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 184161, tracker/trunk/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 184161, tracker/trunk/tracker.install)
Deleted:
  tracker/repos/testing-i686/PKGBUILD
  tracker/repos/testing-i686/tracker.install
  tracker/repos/testing-x86_64/PKGBUILD
  tracker/repos/testing-x86_64/tracker.install

+
 /PKGBUILD  |  168 +++
 /tracker.install   |   26 ++
 testing-i686/PKGBUILD  |   84 ---
 testing-i686/tracker.install   |   13 ---
 testing-x86_64/PKGBUILD|   84 ---
 testing-x86_64/tracker.install |   13 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-03 01:34:41 UTC (rev 184161)
+++ testing-i686/PKGBUILD   2013-05-03 01:41:38 UTC (rev 184162)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.16.0
-_tver=${pkgver%.*}
-pkgrel=5
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('299c6a180370522d1d794c184aaef8d8222d3f737d564b8e5ca25b8751470c4f')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  nautilus: edit files' tracker tags
-  'libgxps: XPS extractor')
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libtracker-sparql
-
-  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
-
-  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
-$srcdir/sparql/usr/lib/tracker-$_tver
-
-  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
-$srcdir/sparql/usr/share/vala/vapi
-
-  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  mv $srcdir/sparql/* $pkgdir
-}

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 184161, 
tracker/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-03 01:41:38 UTC (rev 184162)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker 

[arch-commits] Commit in perl-alien-sdl/trunk (PKGBUILD)

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 03:56:45
  Author: heftig
Revision: 184163

1.440

Modified:
  perl-alien-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 01:41:38 UTC (rev 184162)
+++ PKGBUILD2013-05-03 01:56:45 UTC (rev 184163)
@@ -8,7 +8,7 @@
 
 pkgname=perl-alien-sdl
 _realname=Alien-SDL
-pkgver=1.438
+pkgver=1.440
 pkgrel=1
 pkgdesc=Building, finding and using SDL binaries
 arch=(i686 x86_64)
@@ -17,9 +17,9 @@
 depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
 makedepends=(perl-file-which perl-text-patch)
 options=(!emptydirs)
-_author=JTPALMER
+_author=FROGGS
 
source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('1936ba9e300677151124b62883cedf20')
+md5sums=('ad665d058d186e673114024ba10dfa09')
 
 package() {
   cd $srcdir/$_realname-$pkgver



[arch-commits] Commit in perl-alien-sdl/repos (4 files)

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 03:57:18
  Author: heftig
Revision: 184164

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

Added:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
(from rev 184163, perl-alien-sdl/trunk/PKGBUILD)
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD
(from rev 184163, perl-alien-sdl/trunk/PKGBUILD)
Deleted:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-03 01:56:45 UTC (rev 184163)
+++ extra-i686/PKGBUILD 2013-05-03 01:57:18 UTC (rev 184164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-# This package must not by any arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.438
-pkgrel=1
-pkgdesc=Building, finding and using SDL binaries
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url=http://search.cpan.org/dist/Alien-SDL/;
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch)
-options=(!emptydirs)
-_author=JTPALMER
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('1936ba9e300677151124b62883cedf20')
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-
-  # install module in vendor directories
-  perl Build.PL installdirs=vendor destdir=$pkgdir --with-sdl-config
-
-  perl Build
-  perl Build install
-}

Copied: perl-alien-sdl/repos/extra-i686/PKGBUILD (from rev 184163, 
perl-alien-sdl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-03 01:57:18 UTC (rev 184164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+# This package must not by any arch.
+# Requires rebuild with every change to sdl-config
+
+pkgname=perl-alien-sdl
+_realname=Alien-SDL
+pkgver=1.440
+pkgrel=1
+pkgdesc=Building, finding and using SDL binaries
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+url=http://search.cpan.org/dist/Alien-SDL/;
+depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
+makedepends=(perl-file-which perl-text-patch)
+options=(!emptydirs)
+_author=FROGGS
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
+md5sums=('ad665d058d186e673114024ba10dfa09')
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor destdir=$pkgdir --with-sdl-config
+
+  perl Build
+  perl Build install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-03 01:56:45 UTC (rev 184163)
+++ extra-x86_64/PKGBUILD   2013-05-03 01:57:18 UTC (rev 184164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-# This package must not by any arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.438
-pkgrel=1
-pkgdesc=Building, finding and using SDL binaries
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url=http://search.cpan.org/dist/Alien-SDL/;
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch)
-options=(!emptydirs)
-_author=JTPALMER
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('1936ba9e300677151124b62883cedf20')
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-
-  # install module in vendor directories
-  perl Build.PL installdirs=vendor destdir=$pkgdir --with-sdl-config
-
-  perl Build
-  perl Build install
-}

Copied: perl-alien-sdl/repos/extra-x86_64/PKGBUILD (from rev 184163, 
perl-alien-sdl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-03 01:57:18 UTC (rev 184164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+# This package must not by any arch.
+# 

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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 04:06:29
  Author: heftig
Revision: 184165

reenable xtrans

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 01:57:18 UTC (rev 184164)
+++ PKGBUILD2013-05-03 02:06:29 UTC (rev 184165)
@@ -3,13 +3,13 @@
 
 pkgname=gnome-session
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
 depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
  hicolor-icon-theme json-glib libgl libsm libxtst upower)
-makedepends=(intltool mesa gtk-doc)
+makedepends=(intltool mesa gtk-doc xtrans)
 options=('!emptydirs')
 install=gnome-session.install
 url=http://www.gnome.org;



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 04:07:55
  Author: heftig
Revision: 184166

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

Added:
  gnome-session/repos/extra-i686/PKGBUILD
(from rev 184165, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/extra-i686/gnome-session.install
(from rev 184165, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/extra-i686/timeout.patch
(from rev 184165, gnome-session/trunk/timeout.patch)
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 184165, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/extra-x86_64/gnome-session.install
(from rev 184165, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/extra-x86_64/timeout.patch
(from rev 184165, gnome-session/trunk/timeout.patch)
Deleted:
  gnome-session/repos/extra-i686/PKGBUILD
  gnome-session/repos/extra-i686/gnome-session.install
  gnome-session/repos/extra-i686/timeout.patch
  gnome-session/repos/extra-x86_64/PKGBUILD
  gnome-session/repos/extra-x86_64/gnome-session.install
  gnome-session/repos/extra-x86_64/timeout.patch

+
 /PKGBUILD  |   74 +++
 /gnome-session.install |   24 +++
 /timeout.patch |   48 ++
 extra-i686/PKGBUILD|   37 -
 extra-i686/gnome-session.install   |   12 -
 extra-i686/timeout.patch   |   24 ---
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/gnome-session.install |   12 -
 extra-x86_64/timeout.patch |   24 ---
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-03 02:06:29 UTC (rev 184165)
+++ extra-i686/PKGBUILD 2013-05-03 02:07:55 UTC (rev 184166)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-session
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=The GNOME Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
- hicolor-icon-theme json-glib libgl libsm libxtst upower)
-makedepends=(intltool mesa gtk-doc)
-options=('!emptydirs')
-install=gnome-session.install
-url=http://www.gnome.org;
-groups=(gnome)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-timeout.patch)
-sha256sums=('6c1cf3c0bc86da1dc5ec2d1a7bb3332b15652d4a468c52c5ae894b46b4a14770'
-'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
-  --disable-schemas-compile --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-session/repos/extra-i686/PKGBUILD (from rev 184165, 
gnome-session/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-03 02:07:55 UTC (rev 184166)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.8.1
+pkgrel=2
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
+ hicolor-icon-theme json-glib libgl libsm libxtst upower)
+makedepends=(intltool mesa gtk-doc xtrans)
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+timeout.patch)
+sha256sums=('6c1cf3c0bc86da1dc5ec2d1a7bb3332b15652d4a468c52c5ae894b46b4a14770'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-session.install
===
--- extra-i686/gnome-session.install2013-05-03 02:06:29 UTC (rev 184165)
+++ extra-i686/gnome-session.install2013-05-03 02:07:55 UTC (rev 184166)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 04:38:15
  Author: heftig
Revision: 184167

2.36.2

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 02:07:55 UTC (rev 184166)
+++ PKGBUILD2013-05-03 02:38:15 UTC (rev 184167)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.36.1
+pkgver=2.36.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
 url=http://www.gtkmm.org/;
-sha256sums=('d1f7dec2fd75ea95034ec143fcf2ff77a02e92aacf3e0cc110f9c67e7fe23766')
+sha256sums=('f15b65bf5740257be03c69f2f5ae71436ac3011ebeb02274b2b99b796c6837cf')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 05:01:14
  Author: heftig
Revision: 184168

3.8.1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 02:38:15 UTC (rev 184167)
+++ PKGBUILD2013-05-03 03:01:14 UTC (rev 184168)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
+sha256sums=('d374c6d6d78fd9f61bca737cd7c23452de427a1662de8abf46df784e07e4c95b')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 05:02:45
  Author: heftig
Revision: 184169

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

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-03 03:01:14 UTC (rev 184168)
+++ extra-i686/PKGBUILD 2013-05-03 03:02:45 UTC (rev 184169)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.36.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('d1f7dec2fd75ea95034ec143fcf2ff77a02e92aacf3e0cc110f9c67e7fe23766')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/extra-i686/PKGBUILD (from rev 184168, 
glibmm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-03 03:02:45 UTC (rev 184169)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('f15b65bf5740257be03c69f2f5ae71436ac3011ebeb02274b2b99b796c6837cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-03 03:01:14 UTC (rev 184168)
+++ extra-x86_64/PKGBUILD   2013-05-03 03:02:45 UTC (rev 184169)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.36.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('d1f7dec2fd75ea95034ec143fcf2ff77a02e92aacf3e0cc110f9c67e7fe23766')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 184168, 
glibmm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-03 03:02:45 UTC (rev 184169)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;

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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 05:05:29
  Author: heftig
Revision: 184170

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

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-03 03:02:45 UTC (rev 184169)
+++ extra-i686/PKGBUILD 2013-05-03 03:05:29 UTC (rev 184170)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-i686/PKGBUILD (from rev 184169, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-03 03:05:29 UTC (rev 184170)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('d374c6d6d78fd9f61bca737cd7c23452de427a1662de8abf46df784e07e4c95b')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-03 03:02:45 UTC (rev 184169)
+++ extra-x86_64/PKGBUILD   2013-05-03 03:05:29 UTC (rev 184170)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 184169, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-03 03:05:29 UTC (rev 184170)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;

[arch-commits] Commit in gnome-nettool/trunk (PKGBUILD printf.patch)

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 05:23:55
  Author: heftig
Revision: 184171

3.8.0

Added:
  gnome-nettool/trunk/printf.patch
Modified:
  gnome-nettool/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 printf.patch |   34 ++
 2 files changed, 45 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 03:05:29 UTC (rev 184170)
+++ PKGBUILD2013-05-03 03:23:55 UTC (rev 184171)
@@ -4,23 +4,26 @@
 # Contributor: Kritoke krit...@nospam.gmail.com
 
 pkgname=gnome-nettool
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=A Collection of GNOME3 Networking Tools.
 arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'libgtop' 'dnsutils' 'iputils' 'dconf' 'whois' 
'hicolor-icon-theme')
-makedepends=('gnome-doc-utils' 'intltool' 'nmap' 'net-tools')
+license=(GPL)
+depends=(gtk3 libgtop dnsutils iputils dconf whois hicolor-icon-theme)
+makedepends=(yelp-tools intltool nmap net-tools)
 optdepends=('nmap: Port scanning'
 'net-tools: Network statistics')
-groups=('gnome-extra')
+groups=(gnome-extra)
 url=http://www.gnome.org;
 install=gnome-nettool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9888202f1c13f98fd26b417468e6f2345f885557f3a98fb365eeea52d792bf79')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+printf.patch)
+sha256sums=('3a3480dcef181684f3e37d779cfd43f9b21920412aff78501de1695faf194a28'
+'4b06c0748650996100f710a2d7c90afc8fb75bbdd1984f243f42318d0985229e')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../printf.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-compile
   make

Added: printf.patch
===
--- printf.patch(rev 0)
+++ printf.patch2013-05-03 03:23:55 UTC (rev 184171)
@@ -0,0 +1,34 @@
+diff -u -r gnome-nettool-3.8.0/src/info.c gnome-nettool-3.8.0-printf/src/info.c
+--- gnome-nettool-3.8.0/src/info.c 2013-05-02 13:58:40.0 +0200
 gnome-nettool-3.8.0-printf/src/info.c  2013-05-03 05:20:04.684921458 
+0200
+@@ -232,13 +232,13 @@
+   text_rx_bytes = util_legible_bytes (netload.bytes_in);
+   text_tx_bytes = util_legible_bytes (netload.bytes_out);
+ 
+-  g_sprintf (rx_pkt, %lld, netload.packets_in);
+-  g_sprintf (tx_pkt, %lld, netload.packets_out);
++  g_sprintf (rx_pkt, % G_GUINT64_FORMAT, netload.packets_in);
++  g_sprintf (tx_pkt, % G_GUINT64_FORMAT, netload.packets_out);
+ 
+-  g_sprintf (rx_error, %lld, netload.errors_in);
+-  g_sprintf (tx_error, %lld, netload.errors_out);
++  g_sprintf (rx_error, % G_GUINT64_FORMAT, netload.errors_in);
++  g_sprintf (tx_error, % G_GUINT64_FORMAT, netload.errors_out);
+ 
+-  g_sprintf (collisions, %lld, netload.collisions);
++  g_sprintf (collisions, % G_GUINT64_FORMAT, netload.collisions);
+   
+   gtk_label_set_text (GTK_LABEL (info-tx_bytes), text_tx_bytes);
+   gtk_label_set_text (GTK_LABEL (info-tx), tx_pkt);
+diff -u -r gnome-nettool-3.8.0/src/utils.c 
gnome-nettool-3.8.0-printf/src/utils.c
+--- gnome-nettool-3.8.0/src/utils.c2013-05-02 13:58:40.0 +0200
 gnome-nettool-3.8.0-printf/src/utils.c 2013-05-03 05:21:45.704202804 
+0200
+@@ -272,7 +272,7 @@
+   unit = KiB;
+   }
+   
+-  result = g_strdup_printf (%lld.%lld %s, short_rx / 10,
++  result = g_strdup_printf (% G_GUINT64_FORMAT .% G_GUINT64_FORMAT  
%s, short_rx / 10,
+   short_rx % 10, unit);
+   return result;  
+ }



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

2013-05-02 Thread Jan Steffens
Date: Friday, May 3, 2013 @ 05:24:57
  Author: heftig
Revision: 184172

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

Added:
  gnome-nettool/repos/extra-i686/PKGBUILD
(from rev 184171, gnome-nettool/trunk/PKGBUILD)
  gnome-nettool/repos/extra-i686/gnome-nettool.install
(from rev 184171, gnome-nettool/trunk/gnome-nettool.install)
  gnome-nettool/repos/extra-i686/printf.patch
(from rev 184171, gnome-nettool/trunk/printf.patch)
  gnome-nettool/repos/extra-x86_64/PKGBUILD
(from rev 184171, gnome-nettool/trunk/PKGBUILD)
  gnome-nettool/repos/extra-x86_64/gnome-nettool.install
(from rev 184171, gnome-nettool/trunk/gnome-nettool.install)
  gnome-nettool/repos/extra-x86_64/printf.patch
(from rev 184171, gnome-nettool/trunk/printf.patch)
Deleted:
  gnome-nettool/repos/extra-i686/PKGBUILD
  gnome-nettool/repos/extra-i686/gnome-nettool.install
  gnome-nettool/repos/extra-x86_64/PKGBUILD
  gnome-nettool/repos/extra-x86_64/gnome-nettool.install

+
 /PKGBUILD  |   70 +++
 /gnome-nettool.install |   24 
 extra-i686/PKGBUILD|   32 
 extra-i686/gnome-nettool.install   |   12 --
 extra-i686/printf.patch|   34 +
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/gnome-nettool.install |   12 --
 extra-x86_64/printf.patch  |   34 +
 8 files changed, 162 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-03 03:23:55 UTC (rev 184171)
+++ extra-i686/PKGBUILD 2013-05-03 03:24:57 UTC (rev 184172)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke krit...@nospam.gmail.com
-
-pkgname=gnome-nettool
-pkgver=3.2.0
-pkgrel=3
-pkgdesc=A Collection of GNOME3 Networking Tools.
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'libgtop' 'dnsutils' 'iputils' 'dconf' 'whois' 
'hicolor-icon-theme')
-makedepends=('gnome-doc-utils' 'intltool' 'nmap' 'net-tools')
-optdepends=('nmap: Port scanning'
-'net-tools: Network statistics')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-install=gnome-nettool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9888202f1c13f98fd26b417468e6f2345f885557f3a98fb365eeea52d792bf79')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-nettool/repos/extra-i686/PKGBUILD (from rev 184171, 
gnome-nettool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-03 03:24:57 UTC (rev 184172)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kritoke krit...@nospam.gmail.com
+
+pkgname=gnome-nettool
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A Collection of GNOME3 Networking Tools.
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgtop dnsutils iputils dconf whois hicolor-icon-theme)
+makedepends=(yelp-tools intltool nmap net-tools)
+optdepends=('nmap: Port scanning'
+'net-tools: Network statistics')
+groups=(gnome-extra)
+url=http://www.gnome.org;
+install=gnome-nettool.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+printf.patch)
+sha256sums=('3a3480dcef181684f3e37d779cfd43f9b21920412aff78501de1695faf194a28'
+'4b06c0748650996100f710a2d7c90afc8fb75bbdd1984f243f42318d0985229e')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../printf.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-nettool.install
===
--- extra-i686/gnome-nettool.install2013-05-03 03:23:55 UTC (rev 184171)
+++ extra-i686/gnome-nettool.install2013-05-03 03:24:57 UTC (rev 184172)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nettool/repos/extra-i686/gnome-nettool.install (from rev 184171, 
gnome-nettool/trunk/gnome-nettool.install)
===
--- extra-i686/gnome-nettool.install(rev 0)
+++ 

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

2013-05-02 Thread Allan McRae
Date: Friday, May 3, 2013 @ 06:42:56
  Author: allan
Revision: 184173

new upstream snapshot

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 03:24:57 UTC (rev 184172)
+++ PKGBUILD2013-05-03 04:42:56 UTC (rev 184173)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.8.0
-pkgrel=3
-_snapshot=4.8-20130425
+pkgrel=4
+_snapshot=4.8-20130502
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 
source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2)
 #ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-md5sums=('03690556f09991fbecac0467227c5d4e')
+md5sums=('672a1ad73f8391c5a6b3c4429eb0d798')
 
 
 if [ -n ${_snapshot} ]; then