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

2014-01-02 Thread Bartłomiej Piotrowski
Date: Thursday, January 2, 2014 @ 09:50:55
  Author: bpiotrowski
Revision: 103275

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

Added:
  mpv/repos/community-i686/PKGBUILD
(from rev 103274, mpv/trunk/PKGBUILD)
  mpv/repos/community-i686/mpv-0.3.1-always_respect_sector_size.patch
(from rev 103274, mpv/trunk/mpv-0.3.1-always_respect_sector_size.patch)
  mpv/repos/community-i686/mpv.install
(from rev 103274, mpv/trunk/mpv.install)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 103274, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv-0.3.1-always_respect_sector_size.patch
(from rev 103274, mpv/trunk/mpv-0.3.1-always_respect_sector_size.patch)
  mpv/repos/community-x86_64/mpv.install
(from rev 103274, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-i686/mpv.install
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

-+
 /PKGBUILD   |  114 ++
 /mpv.install|   24 ++
 community-i686/PKGBUILD |   50 
 community-i686/mpv-0.3.1-always_respect_sector_size.patch   |   34 ++
 community-i686/mpv.install  |   12 -
 community-x86_64/PKGBUILD   |   50 
 community-x86_64/mpv-0.3.1-always_respect_sector_size.patch |   34 ++
 community-x86_64/mpv.install|   12 -
 8 files changed, 206 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 08:50:45 UTC (rev 103274)
+++ community-i686/PKGBUILD 2014-01-02 08:50:55 UTC (rev 103275)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
-)
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('f7e4091eb9ce058ce35b4bc1b6c4f3a2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-wayland \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 103274, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 08:50:55 UTC (rev 103275)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz
+mpv-0.3.1-always_respect_sector_size.patch)
+md5sums=('f7e4091eb9ce058ce35b4bc1b6c4f3a2'
+ 'afe01937e9bff1f241d37774eda39b7a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mpv-0.3.1-always_respect_sector_size.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  waf install 

[arch-commits] Commit in mpv/trunk (2 files)

2014-01-02 Thread Bartłomiej Piotrowski
Date: Thursday, January 2, 2014 @ 09:50:45
  Author: bpiotrowski
Revision: 103274

upgpkg: mpv 0.3.1-2

- backport commit fixing AudioCD support (FS#38321)

Added:
  mpv/trunk/mpv-0.3.1-always_respect_sector_size.patch
Modified:
  mpv/trunk/PKGBUILD

+
 PKGBUILD   |   13 +++---
 mpv-0.3.1-always_respect_sector_size.patch |   34 +++
 2 files changed, 44 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 00:34:19 UTC (rev 103273)
+++ PKGBUILD2014-01-02 08:50:45 UTC (rev 103274)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,9 +17,16 @@
 makedepends=('mesa' 'python-docutils' 'waf')
 options=('!emptydirs' '!buildflags')
 install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('f7e4091eb9ce058ce35b4bc1b6c4f3a2')
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz
+mpv-0.3.1-always_respect_sector_size.patch)
+md5sums=('f7e4091eb9ce058ce35b4bc1b6c4f3a2'
+ 'afe01937e9bff1f241d37774eda39b7a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mpv-0.3.1-always_respect_sector_size.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: mpv-0.3.1-always_respect_sector_size.patch
===
--- mpv-0.3.1-always_respect_sector_size.patch  (rev 0)
+++ mpv-0.3.1-always_respect_sector_size.patch  2014-01-02 08:50:45 UTC (rev 
103274)
@@ -0,0 +1,34 @@
+From b04b48fc10dabb1d1b26ff519f55dcafb320985e Mon Sep 17 00:00:00 2001
+From: wm4 wm4@nowhere
+Date: Thu, 2 Jan 2014 00:39:14 +0100
+Subject: [PATCH] stream: always respect sector_size, fixes cdda://
+
+Streams like CDDA have special requirements in what quantities data can
+be read: you can only read a sector at once, not more and not less. The
+stream_peek() function didn't respect that and set less (used internal
+buffer size of 2048 bytes, instead of CD sector size of 2352 bytes), so
+no data was read and EOF was accidentally set, making playback with
+cdda:// fail.
+
+This is a regression since commit 9a723f, but that commit merely exposed
+the issue (the redundant seek would clear the EOF flag).
+---
+ stream/stream.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/stream/stream.c b/stream/stream.c
+index 3332e66..b48de57 100644
+--- a/stream/stream.c
 b/stream/stream.c
+@@ -562,7 +562,7 @@ struct bstr stream_peek(stream_t *s, int len)
+ while (buf_valid  len) {
+ int chunk = MPMAX(len - buf_valid, STREAM_BUFFER_SIZE);
+ if (s-sector_size)
+-chunk = STREAM_BUFFER_SIZE;
++chunk = s-sector_size;
+ assert(buf_valid + chunk = TOTAL_BUFFER_SIZE);
+ int read = stream_read_unbuffered(s, s-buffer[buf_valid], 
chunk);
+ if (read == 0)
+-- 
+1.8.5.1
+



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

2014-01-02 Thread Gaetan Bisson
Date: Thursday, January 2, 2014 @ 10:40:10
  Author: bisson
Revision: 203035

upstream update

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 06:42:08 UTC (rev 203034)
+++ PKGBUILD2014-01-02 09:40:10 UTC (rev 203035)
@@ -4,16 +4,17 @@
 # Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
 
 pkgname=libsidplayfp
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
 arch=('i686' 'x86_64')
 license=('GPL')
+depends=('gcc-libs')
 makedepends=('vice')
 optdepends=('vice: better SID support')
 
source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6c3617fcbd94fd364f3305a1c4d8848590c7')
+sha1sums=('ebe114d75e9d9fd1e22dc1db27f48d248b0be628')
 
 build() {
cd ${pkgname}-${pkgver}



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

2014-01-02 Thread Gaetan Bisson
Date: Thursday, January 2, 2014 @ 10:41:35
  Author: bisson
Revision: 203036

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-02 09:40:10 UTC (rev 203035)
+++ extra-i686/PKGBUILD 2014-01-02 09:41:35 UTC (rev 203036)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('vice')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6c3617fcbd94fd364f3305a1c4d8848590c7')
-
-options=('!staticlibs')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 203035, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-02 09:41:35 UTC (rev 203036)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ebe114d75e9d9fd1e22dc1db27f48d248b0be628')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/sidplayfp
+   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-02 09:40:10 UTC (rev 203035)
+++ extra-x86_64/PKGBUILD   2014-01-02 09:41:35 UTC (rev 203036)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('vice')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6c3617fcbd94fd364f3305a1c4d8848590c7')
-
-options=('!staticlibs')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 203035, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-02 09:41:35 UTC (rev 203036)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'

[arch-commits] Commit in graphicsmagick/trunk (PKGBUILD benign.patch)

2014-01-02 Thread Gaetan Bisson
Date: Thursday, January 2, 2014 @ 11:14:23
  Author: bisson
Revision: 203037

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD
Deleted:
  graphicsmagick/trunk/benign.patch

--+
 PKGBUILD |   16 
 benign.patch |   43 ---
 2 files changed, 4 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 09:41:35 UTC (rev 203036)
+++ PKGBUILD2014-01-02 10:14:23 UTC (rev 203037)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev bun...@t-25.ru
 
 pkgname=graphicsmagick
-pkgver=1.3.18
-pkgrel=6
+pkgver=1.3.19
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -19,21 +19,13 @@
 'ghostscript: pdf, ps modules')
 makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
 depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;
-'benign.patch')
-sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4'
-  '04e16b9fe255e87cf16d4c61e313e8cdf7b2e24e')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('621c3e9a3b12e38dad225ee3466fd55a24c62066')
 
 options=('!emptydirs' 'libtool')
 
-prepare() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-   patch -p1 -i ../benign.patch
-}
-
 build() {
cd ${srcdir}/GraphicsMagick-${pkgver}
-
./configure \
--prefix=/usr \
--enable-shared \

Deleted: benign.patch
===
--- benign.patch2014-01-02 09:41:35 UTC (rev 203036)
+++ benign.patch2014-01-02 10:14:23 UTC (rev 203037)
@@ -1,43 +0,0 @@
-diff -Naur old/ChangeLog new/ChangeLog
 old/ChangeLog  2013-03-09 13:19:31.0 -1000
-+++ new/ChangeLog  2013-11-22 06:33:59.189976814 -1000
-@@ -1,3 +1,10 @@
-+2013-10-16  Glenn Randers-Pehrson  glen...@simple.dallas.tx.us
-+
-+  * Added calls to png_set_benign_errors() to allow benign errors
-+  to be handled as warnings.  In particular, GM builds with libpng-1.6.x
-+  will not crash while copying a PNG with a known incorrect ICC
-+  profile.
-+
- 2013-03-09  Bob Friesenhahn  bfrie...@simple.dallas.tx.us
- 
-   * version.sh, www/index.rst: Prepare for 1.3.18 release.
-diff -Naur old/coders/png.c new/coders/png.c
 old/coders/png.c   2013-03-09 13:19:31.0 -1000
-+++ new/coders/png.c   2013-11-22 06:33:25.423156308 -1000
-@@ -1689,6 +1689,12 @@
- }
-   return(image);
- }
-+
-+#ifdef PNG_BENIGN_ERRORS_SUPPORTED
-+  /* Allow benign errors */
-+  png_set_benign_errors(ping, 1);
-+#endif
-+
-   /*
- Prepare PNG for reading.
-   */
-@@ -6453,6 +6459,12 @@
- #endif
-   return(MagickFail);
- }
-+
-+#ifdef PNG_BENIGN_ERRORS_SUPPORTED
-+  /* Allow benign errors */
-+  png_set_benign_errors(ping, 1);
-+#endif
-+
-   /*
- Prepare PNG for writing.
-   */



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

2014-01-02 Thread Gaetan Bisson
Date: Thursday, January 2, 2014 @ 11:14:56
  Author: bisson
Revision: 203038

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

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 203037, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 203037, graphicsmagick/trunk/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/extra-i686/benign.patch
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/extra-x86_64/benign.patch

---+
 /PKGBUILD |  124 
 extra-i686/PKGBUILD   |   70 
 extra-i686/benign.patch   |   43 ---
 extra-x86_64/PKGBUILD |   70 
 extra-x86_64/benign.patch |   43 ---
 5 files changed, 124 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-02 10:14:23 UTC (rev 203037)
+++ extra-i686/PKGBUILD 2014-01-02 10:14:56 UTC (rev 203038)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.18
-pkgrel=6
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;
-'benign.patch')
-sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4'
-  '04e16b9fe255e87cf16d4c61e313e8cdf7b2e24e')
-
-options=('!emptydirs' 'libtool')
-
-prepare() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-   patch -p1 -i ../benign.patch
-}
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-   --with-quantum-depth=32 \
-   --with-openmp \
-   --with-threads
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 203037, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-02 10:14:56 UTC (rev 203038)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.19
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('621c3e9a3b12e38dad225ee3466fd55a24c62066')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+   ./configure \
+   --prefix=/usr \
+  

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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 13:16:08
  Author: schiv
Revision: 203039

upgpkg: qjackctl 0.3.11-1

upstream release

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 10:14:56 UTC (rev 203038)
+++ PKGBUILD2014-01-02 12:16:08 UTC (rev 203039)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tob...@archlinux.org
 
 pkgname=qjackctl
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc=A Qt front-end for the JACK low-latency audio server
 url=http://qjackctl.sourceforge.net/;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('jack' 'qt4') # qjackctl may soon support qt5
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('cc01522902105ca65e327e657e51ca5e')
+md5sums=('93eabb66334ffb770ab4e270621ab2a4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 13:16:31
  Author: schiv
Revision: 203040

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-02 12:16:08 UTC (rev 203039)
+++ extra-i686/PKGBUILD 2014-01-02 12:16:31 UTC (rev 203040)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.3.10
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4') # qjackctl may soon support qt5
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('cc01522902105ca65e327e657e51ca5e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-i686/PKGBUILD (from rev 203039, 
qjackctl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-02 12:16:31 UTC (rev 203040)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+
+pkgname=qjackctl
+pkgver=0.3.11
+pkgrel=1
+pkgdesc=A Qt front-end for the JACK low-latency audio server
+url=http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt4') # qjackctl may soon support qt5
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('93eabb66334ffb770ab4e270621ab2a4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-02 12:16:08 UTC (rev 203039)
+++ extra-x86_64/PKGBUILD   2014-01-02 12:16:31 UTC (rev 203040)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.3.10
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4') # qjackctl may soon support qt5
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('cc01522902105ca65e327e657e51ca5e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-x86_64/PKGBUILD (from rev 203039, 
qjackctl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-02 12:16:31 UTC (rev 203040)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+
+pkgname=qjackctl
+pkgver=0.3.11
+pkgrel=1
+pkgdesc=A Qt front-end for the JACK low-latency audio server
+url=http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt4') # qjackctl may soon support qt5
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('93eabb66334ffb770ab4e270621ab2a4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 13:17:35
  Author: arodseth
Revision: 103277

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

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

---+
 /PKGBUILD |   27 +++
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 3 files changed, 27 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 12:17:26 UTC (rev 103276)
+++ community-i686/PKGBUILD 2014-01-02 12:17:35 UTC (rev 103277)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 148027 2012-01-30 03:41:28Z dan $
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=acpi
-pkgver=1.6
-pkgrel=1
-pkgdesc=Linux ACPI client providing battery, AC power, and thermal readings
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/acpiclient;
-depends=('glibc')
-source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 12:17:26 UTC (rev 103276)
+++ community-x86_64/PKGBUILD   2014-01-02 12:17:35 UTC (rev 103277)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 148027 2012-01-30 03:41:28Z dan $
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=acpi
-pkgver=1.6
-pkgrel=1
-pkgdesc=Linux ACPI client providing battery, AC power, and thermal readings
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/acpiclient;
-depends=('glibc')
-source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: acpi/repos/community-x86_64/PKGBUILD (from rev 103276, 
acpi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 12:17:35 UTC (rev 103277)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=acpi
+pkgver=1.7
+pkgrel=1
+pkgdesc='Client for battery, power, and thermal readings'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/acpiclient/'
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 13:17:26
  Author: arodseth
Revision: 103276

upgpkg: acpi 1.7-1

Modified:
  acpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 08:50:55 UTC (rev 103275)
+++ PKGBUILD2014-01-02 12:17:26 UTC (rev 103276)
@@ -3,18 +3,18 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=acpi
-pkgver=1.6
-pkgrel=2
-pkgdesc=Client for battery, power, and thermal readings
+pkgver=1.7
+pkgrel=1
+pkgdesc='Client for battery, power, and thermal readings'
 arch=('x86_64' 'i686')
-url=http://sourceforge.net/projects/acpiclient/;
+url='http://sourceforge.net/projects/acpiclient/'
 license=('GPL2')
 depends=('glibc')
 source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz;)
-sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31')
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -21,9 +21,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 13:22:39
  Author: arodseth
Revision: 103278

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

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

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

Copied: acpi/repos/community-i686/PKGBUILD (from rev 103277, 
acpi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 12:22:39 UTC (rev 103278)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=acpi
+pkgver=1.7
+pkgrel=1
+pkgdesc='Client for battery, power, and thermal readings'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/acpiclient/'
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 12:17:35 UTC (rev 103277)
+++ community-x86_64/PKGBUILD   2014-01-02 12:22:39 UTC (rev 103278)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=acpi
-pkgver=1.7
-pkgrel=1
-pkgdesc='Client for battery, power, and thermal readings'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/acpiclient/'
-license=('GPL2')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpi/repos/community-x86_64/PKGBUILD (from rev 103277, 
acpi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 12:22:39 UTC (rev 103278)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=acpi
+pkgver=1.7
+pkgrel=1
+pkgdesc='Client for battery, power, and thermal readings'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/acpiclient/'
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 13:43:36
  Author: arodseth
Revision: 103280

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 103279, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 103279, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 103279, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 103279, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   88 ++
 /custom_ioctl.patch |   32 
 community-i686/PKGBUILD |   48 --
 community-i686/custom_ioctl.patch   |   16 --
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/custom_ioctl.patch |   16 --
 6 files changed, 120 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 12:43:28 UTC (rev 103279)
+++ community-i686/PKGBUILD 2014-01-02 12:43:36 UTC (rev 103280)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus
-# Contributor: madeye
-# Contributor: Ranguvar
-# Contributor: ninja_pt
-
-pkgname=hwinfo
-pkgver=20.1
-_subver=3.10
-pkgrel=2
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('perl' 'libx86emu')
-makedepends=('sysfsutils' 'rpmextract' 'flex')
-source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('b0e2e51b4dd754071fb40843deaaafb0755388de5335b1d2c4c081d0f6393841'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  cd $srcdir
-
-  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
-  tar jxf $pkgname-$pkgver.tar.bz2
-  cd $pkgname-$pkgver
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd LIBDIR=/usr/lib
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  mv $pkgdir/usr/sbin $pkgdir/usr/bin
-  rmdir $pkgdir/sbin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 103279, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 12:43:36 UTC (rev 103280)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus
+# Contributor: madeye
+# Contributor: Ranguvar
+# Contributor: ninja_pt
+
+pkgname=hwinfo
+pkgver=21.0
+_subver=1.2
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('perl' 'libx86emu')
+makedepends=('sysfsutils' 'rpmextract' 'flex')
+options=('!emptydirs')
+source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('4126875621a935a450cf616b69a1f922047f241cedc3ac02ece54cd78b23a9fb'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
+  tar jxf $pkgname-$pkgver.tar.bz2
+  cd $pkgname-$pkgver
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2014-01-02 12:43:28 UTC (rev 103279)
+++ community-i686/custom_ioctl.patch   2014-01-02 12:43:36 UTC (rev 103280)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev  (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) = 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- 

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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 13:43:28
  Author: arodseth
Revision: 103279

upgpkg: hwinfo 21.0-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 12:22:39 UTC (rev 103278)
+++ PKGBUILD2014-01-02 12:43:28 UTC (rev 103279)
@@ -8,9 +8,9 @@
 # Contributor: ninja_pt
 
 pkgname=hwinfo
-pkgver=20.1
-_subver=3.10
-pkgrel=2
+pkgver=21.0
+_subver=1.2
+pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
@@ -17,14 +17,13 @@
 license=('GPL2')
 depends=('perl' 'libx86emu')
 makedepends=('sysfsutils' 'rpmextract' 'flex')
+options=('!emptydirs')
 
source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('b0e2e51b4dd754071fb40843deaaafb0755388de5335b1d2c4c081d0f6393841'
+sha256sums=('4126875621a935a450cf616b69a1f922047f241cedc3ac02ece54cd78b23a9fb'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
-  cd $srcdir
-
   rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
   tar jxf $pkgname-$pkgver.tar.bz2
   cd $pkgname-$pkgver
@@ -32,17 +31,14 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd LIBDIR=/usr/lib
+  make -C $pkgname-$pkgver -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd \
+LIBDIR=/usr/lib
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR=$pkgdir install
   mv $pkgdir/usr/sbin $pkgdir/usr/bin
-  rmdir $pkgdir/sbin
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 13:54:20
  Author: svenstaro
Revision: 103281

upgpkg: virtualgl 2.3.3-1

upstream release 2.3.3

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 12:43:36 UTC (rev 103280)
+++ PKGBUILD2014-01-02 12:54:20 UTC (rev 103281)
@@ -3,8 +3,8 @@
 # Contributor: Andres Jimenez
 
 pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=4
+pkgver=2.3.3
+pkgrel=1
 pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
 arch=('i686' 'x86_64')
 url=http://virtualgl.org;
@@ -12,7 +12,7 @@
 depends=('libxv' 'glu' 'libjpeg-turbo')
 makedepends=('cmake' 'mesa')
 
source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
+sha1sums=('7128fc546f0bc65a74296e19d474e52d41acbf47')
  
 build() {
   cd $srcdir/VirtualGL-$pkgver



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

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 13:54:33
  Author: svenstaro
Revision: 103282

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 12:54:20 UTC (rev 103281)
+++ community-i686/PKGBUILD 2014-01-02 12:54:33 UTC (rev 103282)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=4
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin \
-  -DVGL_DOCDIR=/usr/share/doc/${pkgname}
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-i686/PKGBUILD (from rev 103281, 
virtualgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 12:54:33 UTC (rev 103282)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.3.3
+pkgrel=1
+pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
+arch=('i686' 'x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('libxv' 'glu' 'libjpeg-turbo')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+sha1sums=('7128fc546f0bc65a74296e19d474e52d41acbf47')
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib \
+  -DVGL_BINDIR=/usr/bin \
+  -DVGL_DOCDIR=/usr/share/doc/${pkgname}
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 12:54:20 UTC (rev 103281)
+++ community-x86_64/PKGBUILD   2014-01-02 12:54:33 UTC (rev 103282)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=4
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin \
-  -DVGL_DOCDIR=/usr/share/doc/${pkgname}
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 103281, 
virtualgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 12:54:33 UTC 

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

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 14:25:26
  Author: svenstaro
Revision: 103283

upgpkg: lib32-virtualgl 2.3.3-1

upstream release 2.3.3

Modified:
  lib32-virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 12:54:33 UTC (rev 103282)
+++ PKGBUILD2014-01-02 13:25:26 UTC (rev 103283)
@@ -2,14 +2,14 @@
 # Contributor: FigoDaPaura ffigoDaPaura
 
 pkgname=lib32-virtualgl
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
 pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
 arch=('x86_64')
 url=http://virtualgl.org;
 license=('LGPL')
 makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
-md5sums=('29aaf0607a1031fa326444ff0321bcec')
+md5sums=('c0bc355a17d88b4b7109525188cfb0e6')
 
source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
  
 build() {



[arch-commits] Commit in lib32-virtualgl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 14:25:32
  Author: svenstaro
Revision: 103284

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-virtualgl/repos/multilib-x86_64/PKGBUILD
(from rev 103283, lib32-virtualgl/trunk/PKGBUILD)
Deleted:
  lib32-virtualgl/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-02 13:25:26 UTC (rev 103283)
+++ PKGBUILD2014-01-02 13:25:32 UTC (rev 103284)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-
-pkgname=lib32-virtualgl
-pkgver=2.3.2
-pkgrel=2
-pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
-arch=('x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
-md5sums=('29aaf0607a1031fa326444ff0321bcec')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib32 \
-  -DVGL_BINDIR=/usr/bin \
-  -DX11_X11_LIB=/usr/lib32/libX11.so \
-  -DX11_Xext_LIB=/usr/lib32/libXext.so \
-  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
-  make
-}
- 
-package() {
-  depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  cd $pkgdir/usr
-  mv bin/glxspheres glxspheres-32
-  rm -rf bin
-  mkdir -p bin
-  mv glxspheres-32 bin/
- 
-  cd $pkgdir/usr/share
-  rm -rf doc
-  rm -rf include
-}

Copied: lib32-virtualgl/repos/multilib-x86_64/PKGBUILD (from rev 103283, 
lib32-virtualgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-02 13:25:32 UTC (rev 103284)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+
+pkgname=lib32-virtualgl
+pkgver=2.3.3
+pkgrel=1
+pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
+arch=('x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
+md5sums=('c0bc355a17d88b4b7109525188cfb0e6')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib32 \
+  -DVGL_BINDIR=/usr/bin \
+  -DX11_X11_LIB=/usr/lib32/libX11.so \
+  -DX11_Xext_LIB=/usr/lib32/libXext.so \
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  make
+}
+ 
+package() {
+  depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  cd $pkgdir/usr
+  mv bin/glxspheres glxspheres-32
+  rm -rf bin
+  mkdir -p bin
+  mv glxspheres-32 bin/
+ 
+  cd $pkgdir/usr/share
+  rm -rf doc
+  rm -rf include
+}



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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 14:32:26
  Author: schiv
Revision: 103286

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

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

---+
 /PKGBUILD |   66 
 /qtractor.install |   26 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/qtractor.install   |   13 ---
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/qtractor.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 13:32:05 UTC (rev 103285)
+++ community-i686/PKGBUILD 2014-01-02 13:32:26 UTC (rev 103286)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.5.11
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
-install=qtractor.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('97a07f55ea61747859b1fd6c284a0806')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 103285, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 13:32:26 UTC (rev 103286)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.5.12
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
+install=qtractor.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('f26691f70c4cd4b89bc4369a579f291f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2014-01-02 13:32:05 UTC (rev 103285)
+++ community-i686/qtractor.install 2014-01-02 13:32:26 UTC (rev 103286)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 103285, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install (rev 0)
+++ community-i686/qtractor.install 2014-01-02 13:32:26 UTC (rev 103286)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 13:32:05 UTC (rev 103285)
+++ community-x86_64/PKGBUILD   2014-01-02 13:32:26 UTC (rev 103286)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.5.11
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;

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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 14:32:05
  Author: schiv
Revision: 103285

upgpkg: qtractor 0.5.12-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 13:25:32 UTC (rev 103284)
+++ PKGBUILD2014-01-02 13:32:05 UTC (rev 103285)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.5.11
+pkgver=0.5.12
 pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 [ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
 install=qtractor.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('97a07f55ea61747859b1fd6c284a0806')
+md5sums=('f26691f70c4cd4b89bc4369a579f291f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in lib32-virtualgl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 14:51:22
  Author: svenstaro
Revision: 103288

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-virtualgl/repos/multilib-x86_64/PKGBUILD
(from rev 103287, lib32-virtualgl/trunk/PKGBUILD)
Deleted:
  lib32-virtualgl/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  101 ++---
 1 file changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-02 13:51:16 UTC (rev 103287)
+++ PKGBUILD2014-01-02 13:51:22 UTC (rev 103288)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-
-pkgname=lib32-virtualgl
-pkgver=2.3.3
-pkgrel=1
-pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
-arch=('x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
-md5sums=('c0bc355a17d88b4b7109525188cfb0e6')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib32 \
-  -DVGL_BINDIR=/usr/bin \
-  -DX11_X11_LIB=/usr/lib32/libX11.so \
-  -DX11_Xext_LIB=/usr/lib32/libXext.so \
-  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
-  make
-}
- 
-package() {
-  depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  cd $pkgdir/usr
-  mv bin/glxspheres glxspheres-32
-  rm -rf bin
-  mkdir -p bin
-  mv glxspheres-32 bin/
- 
-  cd $pkgdir/usr/share
-  rm -rf doc
-  rm -rf include
-}

Copied: lib32-virtualgl/repos/multilib-x86_64/PKGBUILD (from rev 103287, 
lib32-virtualgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-02 13:51:22 UTC (rev 103288)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+
+pkgname=lib32-virtualgl
+pkgver=2.3.3
+pkgrel=2
+pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
+arch=('x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
+depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
+md5sums=('c0bc355a17d88b4b7109525188cfb0e6')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib32 \
+  -DVGL_BINDIR=/usr/bin \
+  -DX11_X11_LIB=/usr/lib32/libX11.so \
+  -DX11_Xext_LIB=/usr/lib32/libXext.so \
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so \
+  -DVGL_FAKELIBDIR=/usr/share/fakelib32
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  cd $pkgdir/usr
+  mv bin/glxspheres glxspheres32
+  rm -rf bin
+  mkdir -p bin
+  mv glxspheres32 bin/
+ 
+  cd $pkgdir/usr/share
+  rm -rf doc
+  rm -rf include
+}



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

2014-01-02 Thread Sven-Hendrik Haase
Date: Thursday, January 2, 2014 @ 14:51:16
  Author: svenstaro
Revision: 103287

upgpkg: lib32-virtualgl 2.3.3-2

fix duplicate path

Modified:
  lib32-virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 13:32:26 UTC (rev 103286)
+++ PKGBUILD2014-01-02 13:51:16 UTC (rev 103287)
@@ -3,12 +3,13 @@
 
 pkgname=lib32-virtualgl
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
 arch=('x86_64')
 url=http://virtualgl.org;
 license=('LGPL')
 makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-libjpeg-turbo' 
'cmake' 'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
+depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
 md5sums=('c0bc355a17d88b4b7109525188cfb0e6')
 
source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
  
@@ -29,20 +30,20 @@
   -DVGL_BINDIR=/usr/bin \
   -DX11_X11_LIB=/usr/lib32/libX11.so \
   -DX11_Xext_LIB=/usr/lib32/libXext.so \
-  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so \
+  -DVGL_FAKELIBDIR=/usr/share/fakelib32
   make
 }
  
 package() {
-  depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
   cd $srcdir/VirtualGL-$pkgver/build
   make install DESTDIR=$pkgdir
- 
+
   cd $pkgdir/usr
-  mv bin/glxspheres glxspheres-32
+  mv bin/glxspheres glxspheres32
   rm -rf bin
   mkdir -p bin
-  mv glxspheres-32 bin/
+  mv glxspheres32 bin/
  
   cd $pkgdir/usr/share
   rm -rf doc



[arch-commits] Commit in kde-agent/repos/extra-any (8 files)

2014-01-02 Thread Andrea Scarpino
Date: Thursday, January 2, 2014 @ 16:35:58
  Author: andrea
Revision: 203044

archrelease: copy trunk to extra-any

Added:
  kde-agent/repos/extra-any/PKGBUILD
(from rev 203043, kde-agent/trunk/PKGBUILD)
  kde-agent/repos/extra-any/gpg-agent-shutdown.sh
(from rev 203043, kde-agent/trunk/gpg-agent-shutdown.sh)
  kde-agent/repos/extra-any/gpg-agent-startup.sh
(from rev 203043, kde-agent/trunk/gpg-agent-startup.sh)
Deleted:
  kde-agent/repos/extra-any/PKGBUILD
  kde-agent/repos/extra-any/gpg-agent-shutdown.sh
  kde-agent/repos/extra-any/gpg-agent-startup.sh
  kde-agent/repos/extra-any/ssh-agent-shutdown.sh
  kde-agent/repos/extra-any/ssh-agent-startup.sh

---+
 PKGBUILD  |   49 +
 gpg-agent-shutdown.sh |   28 ++---
 gpg-agent-startup.sh  |   62 
 ssh-agent-shutdown.sh |6 
 ssh-agent-startup.sh  |   11 
 5 files changed, 68 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-02 15:35:52 UTC (rev 203043)
+++ PKGBUILD2014-01-02 15:35:58 UTC (rev 203044)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kde-agent
-pkgver=20130226
-pkgrel=1
-pkgdesc=Startup and shutdown scripts for gpg-agent and ssh-agent in KDE
-arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL' 'LGPL' 'FDL')
-depends=('pinentry' 'openssh' 'qt4')
-source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh'
-'ssh-agent-startup.sh' 'ssh-agent-shutdown.sh')
-md5sums=('baf5135003f0a406dac85c2719fbed49'
- '6838aa08aaf27962e3f833d25daa086a'
- '8b8c4f60aa0670db20dd1beccf88'
- 'a5d2f2191f31c4f869c98067010395d4')
-
-package() {
-  install -d ${pkgdir}/etc/kde/env
-  install -D -m755 {gpg,ssh}-agent-startup.sh ${pkgdir}/etc/kde/env/
-
-  install -d ${pkgdir}/etc/kde/shutdown
-  install -D -m755 {gpg,ssh}-agent-shutdown.sh ${pkgdir}/etc/kde/shutdown/
-}

Copied: kde-agent/repos/extra-any/PKGBUILD (from rev 203043, 
kde-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-02 15:35:58 UTC (rev 203044)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kde-agent
+pkgver=20140102
+pkgrel=1
+pkgdesc=Startup and shutdown scripts for gpg-agent in KDE
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('pinentry')
+source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh')
+md5sums=('baf5135003f0a406dac85c2719fbed49'
+ '6838aa08aaf27962e3f833d25daa086a')
+
+package() {
+  install -d ${pkgdir}/etc/kde/env
+  install -D -m755 gpg-agent-startup.sh ${pkgdir}/etc/kde/env/
+
+  install -d ${pkgdir}/etc/kde/shutdown
+  install -D -m755 gpg-agent-shutdown.sh ${pkgdir}/etc/kde/shutdown/
+}

Deleted: gpg-agent-shutdown.sh
===
--- gpg-agent-shutdown.sh   2014-01-02 15:35:52 UTC (rev 203043)
+++ gpg-agent-shutdown.sh   2014-01-02 15:35:58 UTC (rev 203044)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-## The nice way
-if test -n ${GPG_AGENT_INFO}; then
-  GPG_AGENT_PID=`echo ${GPG_AGENT_INFO} | cut -d: -f2`  kill 
${GPG_AGENT_PID} ||:
-  unset GPG_AGENT_INFO
-fi
-
-## The not so nice way
-## NOTE: a root login will kill *all* users' gpg-agents
-#killall gpg-agent
-
-## clean/remove .gpg-agent-info
-rm -f $HOME/.gpg-agent-info

Copied: kde-agent/repos/extra-any/gpg-agent-shutdown.sh (from rev 203043, 
kde-agent/trunk/gpg-agent-shutdown.sh)
===
--- gpg-agent-shutdown.sh   (rev 0)
+++ gpg-agent-shutdown.sh   2014-01-02 15:35:58 UTC (rev 203044)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+## The nice way
+if test -n ${GPG_AGENT_INFO}; then
+  GPG_AGENT_PID=`echo ${GPG_AGENT_INFO} | cut -d: -f2`  kill 
${GPG_AGENT_PID} ||:
+  unset GPG_AGENT_INFO
+fi
+
+## The not so nice way
+## NOTE: a root login will kill *all* users' gpg-agents
+#killall gpg-agent
+
+## clean/remove .gpg-agent-info
+rm -f $HOME/.gpg-agent-info

Deleted: gpg-agent-startup.sh
===
--- gpg-agent-startup.sh2014-01-02 15:35:52 UTC (rev 203043)
+++ gpg-agent-startup.sh2014-01-02 15:35:58 UTC (rev 203044)
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-GPG_AGENT=/usr/bin/gpg-agent
-## Run gpg-agent only if not already running, and available
-if [ -x ${GPG_AGENT} ] ; then
-
-  # check validity of GPG_SOCKET (in case of session crash)
-  GPG_AGENT_INFO_FILE=${HOME}/.gpg-agent-info
-  if [ -f ${GPG_AGENT_INFO_FILE} ]; then
-GPG_AGENT_PID=`cat ${GPG_AGENT_INFO_FILE} | grep GPG_AGENT_INFO | cut -f2 
-d

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

2014-01-02 Thread Andrea Scarpino
Date: Thursday, January 2, 2014 @ 16:35:52
  Author: andrea
Revision: 203043

upgpkg: kde-agent 20140102-1

Get rid of the SSH agent, is not needed by KDE since years

Modified:
  kde-agent/trunk/PKGBUILD
Deleted:
  kde-agent/trunk/ssh-agent-shutdown.sh
  kde-agent/trunk/ssh-agent-startup.sh

---+
 PKGBUILD  |   21 +
 ssh-agent-shutdown.sh |6 --
 ssh-agent-startup.sh  |   11 ---
 3 files changed, 9 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 14:43:47 UTC (rev 203042)
+++ PKGBUILD2014-01-02 15:35:52 UTC (rev 203043)
@@ -3,24 +3,21 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kde-agent
-pkgver=20130226
+pkgver=20140102
 pkgrel=1
-pkgdesc=Startup and shutdown scripts for gpg-agent and ssh-agent in KDE
+pkgdesc=Startup and shutdown scripts for gpg-agent in KDE
 arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL' 'LGPL' 'FDL')
-depends=('pinentry' 'openssh' 'qt4')
-source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh'
-'ssh-agent-startup.sh' 'ssh-agent-shutdown.sh')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('pinentry')
+source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh')
 md5sums=('baf5135003f0a406dac85c2719fbed49'
- '6838aa08aaf27962e3f833d25daa086a'
- '8b8c4f60aa0670db20dd1beccf88'
- 'a5d2f2191f31c4f869c98067010395d4')
+ '6838aa08aaf27962e3f833d25daa086a')
 
 package() {
   install -d ${pkgdir}/etc/kde/env
-  install -D -m755 {gpg,ssh}-agent-startup.sh ${pkgdir}/etc/kde/env/
+  install -D -m755 gpg-agent-startup.sh ${pkgdir}/etc/kde/env/
 
   install -d ${pkgdir}/etc/kde/shutdown
-  install -D -m755 {gpg,ssh}-agent-shutdown.sh ${pkgdir}/etc/kde/shutdown/
+  install -D -m755 gpg-agent-shutdown.sh ${pkgdir}/etc/kde/shutdown/
 }

Deleted: ssh-agent-shutdown.sh
===
--- ssh-agent-shutdown.sh   2014-01-02 14:43:47 UTC (rev 203042)
+++ ssh-agent-shutdown.sh   2014-01-02 15:35:52 UTC (rev 203043)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ -n ${SSH_AGENT_PID} ]; then
-  kill ${SSH_AGENT_PID}
-  unset SSH_AGENT_PID SSH_AUTH_SOCK
-fi

Deleted: ssh-agent-startup.sh
===
--- ssh-agent-startup.sh2014-01-02 14:43:47 UTC (rev 203042)
+++ ssh-agent-startup.sh2014-01-02 15:35:52 UTC (rev 203043)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-SSH_AGENT=/usr/bin/ssh-agent
-## Run ssh-agent only if not already running, and available
-if [ -x ${SSH_AGENT} ] ; then
-
-  if [ -z ${SSH_AGENT_PID} ]; then
-eval $(${SSH_AGENT} -s)
-  fi
-
-fi



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

2014-01-02 Thread Andrea Scarpino
Date: Thursday, January 2, 2014 @ 16:37:13
  Author: andrea
Revision: 203045

Just KMail needs kde-agent

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 15:35:58 UTC (rev 203044)
+++ PKGBUILD2014-01-02 15:37:13 UTC (rev 203045)
@@ -27,7 +27,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdepim')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
- 'kde-agent' 'nepomuk-widgets' 'link-grammar')
+ 'nepomuk-widgets' 'link-grammar')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('1ca184dc89f8c8395ffe4ec62a3fdcd0a7397ac4')
 
@@ -128,7 +128,7 @@
 
 package_kdepim-kmail() {
pkgdesc='Mail Client'
-   depends=('kdepim-libkdepim')
+   depends=('kdepim-libkdepim' 'kde-agent')
url=http://kde.org/applications/internet/kmail/;
install='kdepim-kmail.install'
conflicts=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve'
@@ -219,7 +219,7 @@
 package_kdepim-libkdepim() {
pkgdesc='Library for KDE PIM'
groups=()
-   depends=('kde-agent' 'kdepim-runtime' 'link-grammar')
+   depends=('kdepim-runtime' 'link-grammar')
url='http://pim.kde.org'
conflicts=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp'
   'kdepim-akonadi')



[arch-commits] Commit in minitube/trunk (PKGBUILD minitube-missing-locale.patch)

2014-01-02 Thread speps
Date: Thursday, January 2, 2014 @ 17:07:37
  Author: speps
Revision: 103289

upgpkg: minitube 2.1.5-1

Added:
  minitube/trunk/minitube-missing-locale.patch
Modified:
  minitube/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 minitube-missing-locale.patch |   12 
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 13:51:22 UTC (rev 103288)
+++ PKGBUILD2014-01-02 16:07:37 UTC (rev 103289)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=minitube
-pkgver=2.1.3
+pkgver=2.1.5
 pkgrel=1
 pkgdesc=A native YouTube client in Qt. Watch YouTube videos without Flash 
Player
 arch=('i686' 'x86_64')
@@ -11,9 +11,17 @@
 license=('GPL3')
 depends=('phonon')
 install=$pkgname.install
-source=(http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b43df4358de2e170d7e22370b39bd1ec')
+source=(http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz;
+$pkgname-missing-locale.patch)
+md5sums=('e52933f3ae5200f83aa39ac71ac13bfb'
+ '70cdaa1d3df700cf90243be5a0d55443')
 
+prepare() {
+  cd $pkgname
+  # remove missing translations
+  patch -p1 -i ../${source[1]}
+}
+
 build() {
   cd $pkgname
   qmake-qt4

Added: minitube-missing-locale.patch
===
--- minitube-missing-locale.patch   (rev 0)
+++ minitube-missing-locale.patch   2014-01-02 16:07:37 UTC (rev 103289)
@@ -0,0 +1,12 @@
+diff -aur minitube/locale/locale.pri minitube.patched/locale/locale.pri
+--- minitube/locale/locale.pri 2013-12-19 00:37:27.0 +0100
 minitube.patched/locale/locale.pri 2013-12-25 00:03:56.783943888 +0100
+@@ -4,7 +4,7 @@
+ DEPENDPATH += $$PWD
+ 
+ # ls -1 *.ts | tr '\n' ' '
+-TRANSLATIONS += ar.ts ast.ts be.ts bg_BG.ts ca.ts ca_ES.ts cs_CZ.ts da.ts 
de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts es_MX.ts fi.ts fi_FI.ts fr.ts 
gl.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts 
pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts 
uk.ts uk_UA.ts vi.ts zh_CN.ts zh_TW.ts 
++TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts 
en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts 
it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts 
sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts zh_CN.ts zh_TW.ts 
+ isEmpty(QMAKE_LRELEASE) {
+ win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
+ else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease



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

2014-01-02 Thread speps
Date: Thursday, January 2, 2014 @ 17:08:02
  Author: speps
Revision: 103290

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 103289, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube-missing-locale.patch
(from rev 103289, minitube/trunk/minitube-missing-locale.patch)
  minitube/repos/community-i686/minitube.install
(from rev 103289, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 103289, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube-missing-locale.patch
(from rev 103289, minitube/trunk/minitube-missing-locale.patch)
  minitube/repos/community-x86_64/minitube.install
(from rev 103289, minitube/trunk/minitube.install)
Deleted:
  minitube/repos/community-i686/PKGBUILD
  minitube/repos/community-i686/minitube.install
  minitube/repos/community-x86_64/PKGBUILD
  minitube/repos/community-x86_64/minitube.install

+
 /PKGBUILD  |   66 +++
 /minitube.install  |   22 +++
 community-i686/PKGBUILD|   25 
 community-i686/minitube-missing-locale.patch   |   12 
 community-i686/minitube.install|   11 ---
 community-x86_64/PKGBUILD  |   25 
 community-x86_64/minitube-missing-locale.patch |   12 
 community-x86_64/minitube.install  |   11 ---
 8 files changed, 112 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 16:07:37 UTC (rev 103289)
+++ community-i686/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=minitube
-pkgver=2.1.3
-pkgrel=1
-pkgdesc=A native YouTube client in Qt. Watch YouTube videos without Flash 
Player
-arch=('i686' 'x86_64')
-url='http://flavio.tordini.org/minitube'
-license=('GPL3')
-depends=('phonon')
-install=$pkgname.install
-source=(http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b43df4358de2e170d7e22370b39bd1ec')
-
-build() {
-  cd $pkgname
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname
-  make install INSTALL_ROOT=$pkgdir/
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 103289, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=minitube
+pkgver=2.1.5
+pkgrel=1
+pkgdesc=A native YouTube client in Qt. Watch YouTube videos without Flash 
Player
+arch=('i686' 'x86_64')
+url='http://flavio.tordini.org/minitube'
+license=('GPL3')
+depends=('phonon')
+install=$pkgname.install
+source=(http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz;
+$pkgname-missing-locale.patch)
+md5sums=('e52933f3ae5200f83aa39ac71ac13bfb'
+ '70cdaa1d3df700cf90243be5a0d55443')
+
+prepare() {
+  cd $pkgname
+  # remove missing translations
+  patch -p1 -i ../${source[1]}
+}
+
+build() {
+  cd $pkgname
+  qmake-qt4
+}
+
+package() {
+  cd $pkgname
+  make install INSTALL_ROOT=$pkgdir/
+}

Copied: minitube/repos/community-i686/minitube-missing-locale.patch (from rev 
103289, minitube/trunk/minitube-missing-locale.patch)
===
--- community-i686/minitube-missing-locale.patch
(rev 0)
+++ community-i686/minitube-missing-locale.patch2014-01-02 16:08:02 UTC 
(rev 103290)
@@ -0,0 +1,12 @@
+diff -aur minitube/locale/locale.pri minitube.patched/locale/locale.pri
+--- minitube/locale/locale.pri 2013-12-19 00:37:27.0 +0100
 minitube.patched/locale/locale.pri 2013-12-25 00:03:56.783943888 +0100
+@@ -4,7 +4,7 @@
+ DEPENDPATH += $$PWD
+ 
+ # ls -1 *.ts | tr '\n' ' '
+-TRANSLATIONS += ar.ts ast.ts be.ts bg_BG.ts ca.ts ca_ES.ts cs_CZ.ts da.ts 
de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts es_MX.ts fi.ts fi_FI.ts fr.ts 
gl.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts 
pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts 
uk.ts uk_UA.ts vi.ts zh_CN.ts zh_TW.ts 
++TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts 
en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts 
it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts 
sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts zh_CN.ts zh_TW.ts 
+ isEmpty(QMAKE_LRELEASE) {
+ win32:QMAKE_LRELEASE = 

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

2014-01-02 Thread Alexander Rødseth
Date: Thursday, January 2, 2014 @ 17:49:32
  Author: arodseth
Revision: 103291

Adding glu as make dependency

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 16:08:02 UTC (rev 103290)
+++ PKGBUILD2014-01-02 16:49:32 UTC (rev 103291)
@@ -13,7 +13,7 @@
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9' 'glu')
 options=('staticlibs')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;



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

2014-01-02 Thread Giovanni Scafora
Date: Thursday, January 2, 2014 @ 18:53:05
  Author: giovanni
Revision: 203046

upgpkg: whois 5.1.0-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 15:37:13 UTC (rev 203045)
+++ PKGBUILD2014-01-02 17:53:05 UTC (rev 203046)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.26
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
 url=http://www.linux.it/~md/software/;
@@ -13,7 +13,7 @@
 makedepends=('perl')
 backup=('etc/whois.conf')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('236829eea77e85df2443a54815a1b41d')
+md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-01-02 Thread Giovanni Scafora
Date: Thursday, January 2, 2014 @ 18:53:12
  Author: giovanni
Revision: 203047

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-02 17:53:05 UTC (rev 203046)
+++ extra-i686/PKGBUILD 2014-01-02 17:53:12 UTC (rev 203047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.26
-pkgrel=2
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('236829eea77e85df2443a54815a1b41d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 203046, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-02 17:53:12 UTC (rev 203047)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-02 17:53:05 UTC (rev 203046)
+++ extra-x86_64/PKGBUILD   2014-01-02 17:53:12 UTC (rev 203047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.26
-pkgrel=2
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('236829eea77e85df2443a54815a1b41d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 203046, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-02 17:53:12 UTC (rev 203047)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} 

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

2014-01-02 Thread speps
Date: Thursday, January 2, 2014 @ 19:15:55
  Author: speps
Revision: 103293

archrelease: copy trunk to community-x86_64

Added:
  qupzilla/repos/community-x86_64/PKGBUILD
(from rev 103292, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-x86_64/qupzilla.install
(from rev 103292, qupzilla/trunk/qupzilla.install)
Deleted:
  qupzilla/repos/community-x86_64/PKGBUILD
  qupzilla/repos/community-x86_64/qupzilla.install

--+
 PKGBUILD |  130 ++---
 qupzilla.install |   24 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-02 18:15:35 UTC (rev 103292)
+++ PKGBUILD2014-01-02 18:15:55 UTC (rev 103293)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt5)
-pkgver=1.4.4
-pkgrel=2
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/$pkgbase/tarball/v$pkgver;)
-noextract=($pkgbase-$pkgver.tar.gz)
-install=$pkgbase.install
-md5sums=('cfbf5cd23d184275c389c79a39a28631')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  depends=('qtwebkit' 'hunspell')
-
-  cd qt4
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-package_qupzilla-qt5() {
-  pkgdesc+= (Qt5)
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt5
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 103292, 
qupzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-02 18:15:55 UTC (rev 103293)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt5)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=($pkgbase-$pkgver.tar.gz)
+install=$pkgbase.install
+md5sums=('2988c3afbef2612fd4acdb78ebb1fc35')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  depends=('qtwebkit' 'hunspell')
+
+  cd qt4
+  make INSTALL_ROOT=$pkgdir/ install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+$pkgdir/usr/share/zsh/site-functions/_$pkgbase
+}
+
+package_qupzilla-qt5() {
+  pkgdesc+= (Qt5)
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  provides=('qupzilla')
+  conflicts=('qupzilla')
+
+  cd qt5
+  make INSTALL_ROOT=$pkgdir/ install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+$pkgdir/usr/share/zsh/site-functions/_$pkgbase
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: qupzilla.install
===
--- qupzilla.install2014-01-02 18:15:35 UTC (rev 103292)
+++ qupzilla.install2014-01-02 18:15:55 UTC (rev 103293)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-x86_64/qupzilla.install (from rev 103292, 
qupzilla/trunk/qupzilla.install)
===
--- qupzilla.install(rev 0)
+++ qupzilla.install2014-01-02 18:15:55 UTC (rev 103293)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme 

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

2014-01-02 Thread speps
Date: Thursday, January 2, 2014 @ 19:15:35
  Author: speps
Revision: 103292

upgpkg: qupzilla 1.6.0-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 16:49:32 UTC (rev 103291)
+++ PKGBUILD2014-01-02 18:15:35 UTC (rev 103292)
@@ -3,8 +3,8 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt5)
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=Cross-platform QtWebKit browser
 arch=(i686 x86_64)
 url=http://www.qupzilla.com/;
@@ -11,10 +11,10 @@
 license=('GPL3')
 makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
 optdepends=('bash-completion: bash completion support')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/$pkgbase/tarball/v$pkgver;)
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
 noextract=($pkgbase-$pkgver.tar.gz)
 install=$pkgbase.install
-md5sums=('cfbf5cd23d184275c389c79a39a28631')
+md5sums=('2988c3afbef2612fd4acdb78ebb1fc35')
 
 prepare() {
   # extract
@@ -44,7 +44,7 @@
   make INSTALL_ROOT=$pkgdir/ install
 
   # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
+  install -Dm644 linux/completion/_$pkgbase \
 $pkgdir/usr/share/zsh/site-functions/_$pkgbase
 }
 
@@ -58,7 +58,7 @@
   make INSTALL_ROOT=$pkgdir/ install
 
   # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
+  install -Dm644 linux/completion/_$pkgbase \
 $pkgdir/usr/share/zsh/site-functions/_$pkgbase
 }
 



[arch-commits] Commit in xf86-video-intel/repos (12 files)

2014-01-02 Thread Andreas Radke
Date: Thursday, January 2, 2014 @ 19:56:49
  Author: andyrtr
Revision: 203048

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 203047, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/intel-2.21.15-xserver-1.15-compat.patch
(from rev 203047, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 203047, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 203047, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/intel-2.21.15-xserver-1.15-compat.patch
(from rev 203047, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 203047, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

+
 /PKGBUILD  |   84 +++
 /intel-2.21.15-xserver-1.15-compat.patch   |   26 
 /xf86-video-intel.install  |   44 +++
 testing-i686/PKGBUILD  |   43 ---
 testing-i686/intel-2.21.15-xserver-1.15-compat.patch   |   13 --
 testing-i686/xf86-video-intel.install  |   19 ---
 testing-x86_64/PKGBUILD|   43 ---
 testing-x86_64/intel-2.21.15-xserver-1.15-compat.patch |   13 --
 testing-x86_64/xf86-video-intel.install|   19 ---
 9 files changed, 154 insertions(+), 150 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-02 17:53:12 UTC (rev 203047)
+++ testing-i686/PKGBUILD   2014-01-02 18:56:49 UTC (rev 203048)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.21.15
-pkgrel=2
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-intel-2.21.15-xserver-1.15-compat.patch)
-sha256sums=('7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc'
-'fbf8fa35974dbf758b095c390d79f542b97993482ae3b63ec6542bffa87ba09f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  # fix build with Xorg 1.15
-  patch -Np1 -i ${srcdir}/intel-2.21.15-xserver-1.15-compat.patch
-  ./configure --prefix=/usr \
---enable-dri \
---with-default-accel=sna
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 203047, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-02 18:56:49 UTC (rev 203048)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.907
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 

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

2014-01-02 Thread Dan McGee
Date: Thursday, January 2, 2014 @ 19:59:45
  Author: dan
Revision: 203049

upgpkg: python-pip 1.5-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 18:56:49 UTC (rev 203048)
+++ PKGBUILD2014-01-02 18:59:45 UTC (rev 203049)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc=An easy_install replacement for installing pypi python packages
 url=http://www.pip-installer.org/;
 arch=('any')
@@ -19,8 +19,6 @@
   python setup.py build
   python setup.py install --prefix=/usr --root=$pkgdir
 
-  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
-
   install -D -m644 LICENSE.txt \
  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
@@ -42,5 +40,5 @@
  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('6afbb46aeb48abac658d4df742bff714')
-sha256sums=('4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e')
+md5sums=('6969b8a8adc4c7f7c5eb1707118f0686')
+sha256sums=('25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048')



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

2014-01-02 Thread Dan McGee
Date: Thursday, January 2, 2014 @ 19:59:54
  Author: dan
Revision: 203050

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-02 18:59:45 UTC (rev 203049)
+++ PKGBUILD2014-01-02 18:59:54 UTC (rev 203050)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.4.1
-pkgrel=2
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('6afbb46aeb48abac658d4df742bff714')
-sha256sums=('4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 203049, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-02 18:59:54 UTC (rev 203050)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.5
+pkgrel=1
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=http://www.pip-installer.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('6969b8a8adc4c7f7c5eb1707118f0686')
+sha256sums=('25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048')



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

2014-01-02 Thread speps
Date: Thursday, January 2, 2014 @ 21:10:25
  Author: speps
Revision: 103294

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

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

---+
 /PKGBUILD |  130 
 /qupzilla.install |   24 ++
 community-i686/PKGBUILD   |   65 --
 community-i686/qupzilla.install   |   12 ---
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/qupzilla.install |   12 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 18:15:55 UTC (rev 103293)
+++ community-i686/PKGBUILD 2014-01-02 20:10:25 UTC (rev 103294)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt5)
-pkgver=1.4.4
-pkgrel=2
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/$pkgbase/tarball/v$pkgver;)
-noextract=($pkgbase-$pkgver.tar.gz)
-install=$pkgbase.install
-md5sums=('cfbf5cd23d184275c389c79a39a28631')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  depends=('qtwebkit' 'hunspell')
-
-  cd qt4
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-package_qupzilla-qt5() {
-  pkgdesc+= (Qt5)
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt5
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 103293, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 20:10:25 UTC (rev 103294)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt5)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=($pkgbase-$pkgver.tar.gz)
+install=$pkgbase.install
+md5sums=('2988c3afbef2612fd4acdb78ebb1fc35')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  depends=('qtwebkit' 'hunspell')
+
+  cd qt4
+  make INSTALL_ROOT=$pkgdir/ install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+$pkgdir/usr/share/zsh/site-functions/_$pkgbase
+}
+
+package_qupzilla-qt5() {
+  pkgdesc+= (Qt5)
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  provides=('qupzilla')
+  conflicts=('qupzilla')
+
+  cd qt5
+  make INSTALL_ROOT=$pkgdir/ install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+$pkgdir/usr/share/zsh/site-functions/_$pkgbase
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qupzilla.install
===
--- community-i686/qupzilla.install 2014-01-02 18:15:55 UTC 

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

2014-01-02 Thread Gaetan Bisson
Date: Thursday, January 2, 2014 @ 21:19:55
  Author: bisson
Revision: 203051

db-move: moved s-nail from [testing] to [core] (i686, x86_64)

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 203050, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 203050, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|   98 +
 core-i686/PKGBUILD   |   49 
 core-x86_64/PKGBUILD |   49 
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-01-02 18:59:54 UTC (rev 203050)
+++ core-i686/PKGBUILD  2014-01-02 20:19:55 UTC (rev 203051)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.5
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sourceforge.net/projects/s-nail/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
-sha1sums=('0c7341f7404f7113a3c4ed915adfed720379e8e7')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 203050, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-01-02 20:19:55 UTC (rev 203051)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.5.1
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('022e09b9873ce3fdc745a5894374ff918befec2c')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-01-02 18:59:54 UTC (rev 203050)
+++ core-x86_64/PKGBUILD2014-01-02 20:19:55 UTC (rev 203051)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.5
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'

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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 22:08:34
  Author: schiv
Revision: 103296

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

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

--+
 /PKGBUILD|   68 +
 /kbibtex.install |   30 
 community-i686/PKGBUILD  |   33 -
 community-i686/kbibtex.install   |   15 
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/kbibtex.install |   15 
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 21:08:13 UTC (rev 103295)
+++ community-i686/PKGBUILD 2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-# Contributor: cmorlok christianmor...@web.de
-
-pkgname=kbibtex
-pkgver=0.4.1
-_branch=0.4
-pkgrel=2
-pkgdesc=A BibTeX editor for KDE
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdegraphics-okular')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
-md5sums=('657eda1da48198a3c336ff268ce46d6f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-i686/PKGBUILD (from rev 103295, 
kbibtex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: cmorlok christianmor...@web.de
+
+pkgname=kbibtex
+pkgver=0.5
+_branch=0.5
+pkgrel=1
+pkgdesc=A BibTeX editor for KDE
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+optdepends=('kdegraphics-okular: Document preview')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz;)
+md5sums=('bbd2affd1edfb8f02a077c2c7cfc2038')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kbibtex.install
===
--- community-i686/kbibtex.install  2014-01-02 21:08:13 UTC (rev 103295)
+++ community-i686/kbibtex.install  2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,15 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-i686/kbibtex.install (from rev 103295, 
kbibtex/trunk/kbibtex.install)
===
--- community-i686/kbibtex.install  (rev 0)
+++ community-i686/kbibtex.install  2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 21:08:13 UTC (rev 103295)
+++ community-x86_64/PKGBUILD   2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-# Contributor: cmorlok christianmor...@web.de
-
-pkgname=kbibtex
-pkgver=0.4.1
-_branch=0.4
-pkgrel=2
-pkgdesc=A BibTeX editor for KDE
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')

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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 22:08:13
  Author: schiv
Revision: 103295

upgpkg: kbibtex 0.5-1

upstream release

Modified:
  kbibtex/trunk/PKGBUILD
  kbibtex/trunk/kbibtex.install

-+
 PKGBUILD|   15 ---
 kbibtex.install |6 +++---
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 20:10:25 UTC (rev 103294)
+++ PKGBUILD2014-01-02 21:08:13 UTC (rev 103295)
@@ -4,23 +4,24 @@
 # Contributor: cmorlok christianmor...@web.de
 
 pkgname=kbibtex
-pkgver=0.4.1
-_branch=0.4
-pkgrel=2
+pkgver=0.5
+_branch=0.5
+pkgrel=1
 pkgdesc=A BibTeX editor for KDE
 arch=('i686' 'x86_64')
 url='http://home.gna.org/kbibtex/'
 license=('GPL')
-depends=('kdebase-runtime' 'kdegraphics-okular')
+depends=('kdebase-runtime')
+optdepends=('kdegraphics-okular: Document preview')
 makedepends=('cmake' 'automoc4')
 install=$pkgname.install
-source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
-md5sums=('657eda1da48198a3c336ff268ce46d6f')
+source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz;)
+md5sums=('bbd2affd1edfb8f02a077c2c7cfc2038')
 
 build() {
   cd $pkgname-$pkgver
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make
 }
 

Modified: kbibtex.install
===
--- kbibtex.install 2014-01-02 20:10:25 UTC (rev 103294)
+++ kbibtex.install 2014-01-02 21:08:13 UTC (rev 103295)
@@ -1,15 +1,15 @@
 post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
   update-mime-database usr/share/mime  /dev/null
   update-desktop-database -q
 }
 
 post_upgrade() {
-   post_install
+  post_install
 }
 
 post_remove() {
-   post_install
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in (12 files)

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:08:07
  Author: spupykin
Revision: 103297

Added:
  glibc-static/
  glibc-static/repos/
  glibc-static/trunk/
  glibc-static/trunk/PKGBUILD
  glibc-static/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
  glibc-static/trunk/glibc-2.18-getaddrinfo-assertion.patch
  glibc-static/trunk/glibc-2.18-make-4.patch
  glibc-static/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
  glibc-static/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
  glibc-static/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch
  glibc-static/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
  glibc-static/trunk/glibc-2.18-strstr-hackfix.patch

---+
 PKGBUILD  |  122 ++
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   41 
 glibc-2.18-getaddrinfo-assertion.patch|   39 
 glibc-2.18-make-4.patch   |   45 +
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |   54 +
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  485 +++
 glibc-2.18-readdir_r-CVE-2013-4237.patch  |  281 ++
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch   | 1004 
 glibc-2.18-strstr-hackfix.patch   |   13 
 9 files changed, 2084 insertions(+)

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


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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 23:35:01
  Author: schiv
Revision: 203052

upgpkg: opencv 2.4.8-1

upstream release

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 20:19:55 UTC (rev 203051)
+++ PKGBUILD2014-01-02 22:35:01 UTC (rev 203052)
@@ -5,8 +5,8 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 _realname=OpenCV
-pkgver=2.4.7
-pkgrel=2
+pkgver=2.4.8
+pkgrel=1
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -18,10 +18,10 @@
 'eigen2'
 'libcl: For coding with OpenCL'
 'python2-numpy: Python 2.x interface')
-source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.tar.gz;
+source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.zip;
 'pkgconfig.patch'
 'fsh.patch')
-md5sums=('33a12a8bba6e6dc32c97298c99b083b2'
+md5sums=('50cc1433b3654074206f5b3dbfd49848'
  'c7cea48ed7d4f729ebdb9673bac41bd3'
  'c597598d142dd34d0eb4af7d6e9779d8')
 



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

2014-01-02 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 23:35:26
  Author: schiv
Revision: 203053

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 203052, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 203052, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 203052, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 203052, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 203052, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 203052, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  222 +
 /fsh.patch   |  272 +
 /pkgconfig.patch |   70 ++
 extra-i686/PKGBUILD  |  111 
 extra-i686/fsh.patch |  136 
 extra-i686/pkgconfig.patch   |   35 -
 extra-x86_64/PKGBUILD|  111 
 extra-x86_64/fsh.patch   |  136 
 extra-x86_64/pkgconfig.patch |   35 -
 9 files changed, 564 insertions(+), 564 deletions(-)

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


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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:41:11
  Author: spupykin
Revision: 103298

upgpkg: busybox 1.22.0-1

upd

Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/config

--+
 PKGBUILD |8 +++
 config   |   64 -
 2 files changed, 38 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 22:08:07 UTC (rev 103297)
+++ PKGBUILD2014-01-02 22:41:11 UTC (rev 103298)
@@ -3,18 +3,18 @@
 # Contributor: Jens Pranaitis j...@jenux.homelinux.org
 
 pkgname=busybox
-pkgver=1.21.1
+pkgver=1.22.0
 pkgrel=1
 pkgdesc=Utilities for rescue and embedded systems
 arch=(i686 x86_64)
 url=http://www.busybox.net;
 license=('GPL')
-makedepends=(make gcc sed ncurses)
+makedepends=(make gcc sed ncurses glibc-static)
 source=($url/downloads/$pkgname-$pkgver.tar.bz2
config)
 install=busybox.install
-md5sums=('795394f83903b5eec6567d51eebb417e'
- '3fbd88dc6327ff0455c17409efdbab79')
+md5sums=('ac1881d1cdeb0729b22c663feaf1c663'
+ 'e7c697e37b2120f0e0a354c48180cde4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: config
===
--- config  2014-01-02 22:08:07 UTC (rev 103297)
+++ config  2014-01-02 22:41:11 UTC (rev 103298)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.21.1
-# Wed Jul  3 14:35:32 2013
+# Busybox version: 1.22.0
+# Fri Jan  3 01:07:04 2014
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -135,7 +135,14 @@
 CONFIG_AR=y
 CONFIG_FEATURE_AR_LONG_FILENAMES=y
 CONFIG_FEATURE_AR_CREATE=y
+CONFIG_UNCOMPRESS=y
+CONFIG_GUNZIP=y
 CONFIG_BUNZIP2=y
+CONFIG_UNLZMA=y
+CONFIG_FEATURE_LZMA_FAST=y
+CONFIG_LZMA=y
+CONFIG_UNXZ=y
+CONFIG_XZ=y
 CONFIG_BZIP2=y
 CONFIG_CPIO=y
 CONFIG_FEATURE_CPIO_O=y
@@ -143,7 +150,6 @@
 # CONFIG_DPKG is not set
 # CONFIG_DPKG_DEB is not set
 # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
-CONFIG_GUNZIP=y
 CONFIG_GZIP=y
 # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
 CONFIG_GZIP_FAST=0
@@ -163,12 +169,6 @@
 CONFIG_FEATURE_TAR_UNAME_GNAME=y
 # CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set
 # CONFIG_FEATURE_TAR_SELINUX is not set
-CONFIG_UNCOMPRESS=y
-CONFIG_UNLZMA=y
-CONFIG_FEATURE_LZMA_FAST=y
-CONFIG_LZMA=y
-CONFIG_UNXZ=y
-CONFIG_XZ=y
 CONFIG_UNZIP=y
 
 #
@@ -186,6 +186,7 @@
 CONFIG_TEST=y
 CONFIG_FEATURE_TEST_64=y
 CONFIG_TOUCH=y
+CONFIG_FEATURE_TOUCH_NODEREF=y
 CONFIG_FEATURE_TOUCH_SUSV3=y
 CONFIG_TR=y
 CONFIG_FEATURE_TR_CLASSES=y
@@ -363,7 +364,16 @@
 #
 # Editors
 #
+CONFIG_AWK=y
+# CONFIG_FEATURE_AWK_LIBM is not set
+CONFIG_FEATURE_AWK_GNU_EXTENSIONS=y
+CONFIG_CMP=y
+CONFIG_DIFF=y
+# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set
+CONFIG_FEATURE_DIFF_DIR=y
+CONFIG_ED=y
 CONFIG_PATCH=y
+CONFIG_SED=y
 CONFIG_VI=y
 CONFIG_FEATURE_VI_MAX_LEN=4096
 # CONFIG_FEATURE_VI_8BIT is not set
@@ -378,14 +388,6 @@
 CONFIG_FEATURE_VI_SET=y
 CONFIG_FEATURE_VI_WIN_RESIZE=y
 CONFIG_FEATURE_VI_ASK_TERMINAL=y
-CONFIG_AWK=y
-# CONFIG_FEATURE_AWK_LIBM is not set
-CONFIG_CMP=y
-CONFIG_DIFF=y
-# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set
-CONFIG_FEATURE_DIFF_DIR=y
-CONFIG_ED=y
-CONFIG_SED=y
 CONFIG_FEATURE_ALLOW_EXEC=y
 
 #
@@ -528,6 +530,7 @@
 # Linux System Utilities
 #
 CONFIG_BLOCKDEV=y
+CONFIG_FSTRIM=y
 CONFIG_MDEV=y
 CONFIG_FEATURE_MDEV_CONF=y
 CONFIG_FEATURE_MDEV_RENAME=y
@@ -614,26 +617,27 @@
 #
 # Filesystem/Volume identification
 #
+CONFIG_FEATURE_VOLUMEID_BTRFS=y
+CONFIG_FEATURE_VOLUMEID_CRAMFS=y
+CONFIG_FEATURE_VOLUMEID_EXFAT=y
 CONFIG_FEATURE_VOLUMEID_EXT=y
-CONFIG_FEATURE_VOLUMEID_BTRFS=y
-CONFIG_FEATURE_VOLUMEID_REISERFS=y
+CONFIG_FEATURE_VOLUMEID_F2FS=y
 CONFIG_FEATURE_VOLUMEID_FAT=y
-CONFIG_FEATURE_VOLUMEID_EXFAT=y
 CONFIG_FEATURE_VOLUMEID_HFS=y
+CONFIG_FEATURE_VOLUMEID_ISO9660=y
 CONFIG_FEATURE_VOLUMEID_JFS=y
-CONFIG_FEATURE_VOLUMEID_XFS=y
+CONFIG_FEATURE_VOLUMEID_LINUXRAID=y
+CONFIG_FEATURE_VOLUMEID_LINUXSWAP=y
+CONFIG_FEATURE_VOLUMEID_LUKS=y
 CONFIG_FEATURE_VOLUMEID_NILFS=y
 CONFIG_FEATURE_VOLUMEID_NTFS=y
-CONFIG_FEATURE_VOLUMEID_ISO9660=y
-CONFIG_FEATURE_VOLUMEID_UDF=y
-CONFIG_FEATURE_VOLUMEID_LUKS=y
-CONFIG_FEATURE_VOLUMEID_LINUXSWAP=y
-CONFIG_FEATURE_VOLUMEID_CRAMFS=y
+CONFIG_FEATURE_VOLUMEID_OCFS2=y
+CONFIG_FEATURE_VOLUMEID_REISERFS=y
 CONFIG_FEATURE_VOLUMEID_ROMFS=y
 CONFIG_FEATURE_VOLUMEID_SQUASHFS=y
 CONFIG_FEATURE_VOLUMEID_SYSV=y
-CONFIG_FEATURE_VOLUMEID_OCFS2=y
-CONFIG_FEATURE_VOLUMEID_LINUXRAID=y
+CONFIG_FEATURE_VOLUMEID_UDF=y
+CONFIG_FEATURE_VOLUMEID_XFS=y
 
 #
 # Miscellaneous Utilities
@@ -651,6 +655,7 @@
 # CONFIG_FEATURE_LESS_LINENUMS is not set
 # CONFIG_NANDWRITE is not set
 # CONFIG_NANDDUMP is not set
+CONFIG_RFKILL=y
 CONFIG_SETSERIAL=y
 # CONFIG_UBIATTACH is not set
 # CONFIG_UBIDETACH is not set
@@ -658,6 +663,7 @@
 CONFIG_UBIRMVOL=y
 CONFIG_UBIRSVOL=y
 CONFIG_UBIUPDATEVOL=y
+CONFIG_WALL=y
 CONFIG_ADJTIMEX=y
 # CONFIG_BBCONFIG is not set
 # CONFIG_FEATURE_COMPRESS_BBCONFIG is not set
@@ -714,7 

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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:41:54
  Author: spupykin
Revision: 103302

upgpkg: flickcurl 1.25-1

upd

Modified:
  flickcurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 22:41:50 UTC (rev 103301)
+++ PKGBUILD2014-01-02 22:41:54 UTC (rev 103302)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=flickcurl
-pkgver=1.24
-pkgrel=2
+pkgver=1.25
+pkgrel=1
 pkgdesc=C library for the Flickr API
 arch=(i686 x86_64)
 url=http://librdf.org/flickcurl/;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('raptor' 'curl')
 source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+md5sums=('9598526f2b9a0a4619d1f1563300e72a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:41:50
  Author: spupykin
Revision: 103301

archrelease: copy trunk to community-any

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

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

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

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



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:41:39
  Author: spupykin
Revision: 103300

upgpkg: firefox-noscript 2.6.8.10-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 22:41:35 UTC (rev 103299)
+++ PKGBUILD2014-01-02 22:41:39 UTC (rev 103300)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.8
+pkgver=2.6.8.10
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('55c2fe321a121b9708afb147d655adeb')
+md5sums=('0029627acf4d8e838b24e04eb01c948e')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:41:35
  Author: spupykin
Revision: 103299

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

Added:
  busybox/repos/community-i686/PKGBUILD
(from rev 103298, busybox/trunk/PKGBUILD)
  busybox/repos/community-i686/busybox.install
(from rev 103298, busybox/trunk/busybox.install)
  busybox/repos/community-i686/config
(from rev 103298, busybox/trunk/config)
  busybox/repos/community-x86_64/PKGBUILD
(from rev 103298, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 103298, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 103298, busybox/trunk/config)
Deleted:
  busybox/repos/community-i686/PKGBUILD
  busybox/repos/community-i686/busybox.install
  busybox/repos/community-i686/config
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

--+
 /PKGBUILD|   62 +
 /busybox.install |   28 
 /config  | 2076 +
 community-i686/PKGBUILD  |   31 
 community-i686/busybox.install   |   14 
 community-i686/config| 1034 --
 community-x86_64/PKGBUILD|   31 
 community-x86_64/busybox.install |   14 
 community-x86_64/config  | 1034 --
 9 files changed, 2166 insertions(+), 2158 deletions(-)

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


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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:42:11
  Author: spupykin
Revision: 103303

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 22:41:54 UTC (rev 103302)
+++ community-i686/PKGBUILD 2014-01-02 22:42:11 UTC (rev 103303)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=2
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 103302, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 22:42:11 UTC (rev 103303)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.25
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('9598526f2b9a0a4619d1f1563300e72a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 22:41:54 UTC (rev 103302)
+++ community-x86_64/PKGBUILD   2014-01-02 22:42:11 UTC (rev 103303)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=2
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 103302, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 22:42:11 UTC (rev 103303)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.25
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('9598526f2b9a0a4619d1f1563300e72a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:42:53
  Author: spupykin
Revision: 103305

upgpkg: hedgewars 0.9.20.3-1

upd

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 22:42:49 UTC (rev 103304)
+++ PKGBUILD2014-01-02 22:42:53 UTC (rev 103305)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=hedgewars
-pkgver=0.9.20
+pkgver=0.9.20.3
 pkgrel=1
 pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
  antics of pink hedgehogs with attitude as they battle from the depths of hell
@@ -23,7 +23,7 @@
 'haskell-random')
 source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
hedgewars.png)
-md5sums=('7ee1b23e51053d34feb84464184f60fa'
+md5sums=('cea4def4e212905026ef29e00447b966'
  'eeb14d50df39063549ac5eca9dbc65d1')
 
 build() {



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:43:13
  Author: spupykin
Revision: 103306

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

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 103305, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 103305, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 103305, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 103305, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 22:42:53 UTC (rev 103305)
+++ community-i686/PKGBUILD 2014-01-02 22:43:13 UTC (rev 103306)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
- antics of pink hedgehogs with attitude as they battle from the depths of hell
- to the depths of space.
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.png)
-md5sums=('7ee1b23e51053d34feb84464184f60fa'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 103305, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 22:43:13 UTC (rev 103306)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.3
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.png)
+md5sums=('cea4def4e212905026ef29e00447b966'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: community-i686/hedgewars.png
===
(Binary files differ)

Copied: hedgewars/repos/community-i686/hedgewars.png (from rev 103305, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Deleted: 

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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:42:49
  Author: spupykin
Revision: 103304

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

Added:
  glibc-static/repos/community-i686/
  glibc-static/repos/community-i686/PKGBUILD
(from rev 103303, glibc-static/trunk/PKGBUILD)
  glibc-static/repos/community-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  glibc-static/repos/community-i686/glibc-2.18-getaddrinfo-assertion.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  glibc-static/repos/community-i686/glibc-2.18-make-4.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-make-4.patch)
  
glibc-static/repos/community-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  glibc-static/repos/community-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  glibc-static/repos/community-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  glibc-static/repos/community-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  glibc-static/repos/community-i686/glibc-2.18-strstr-hackfix.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-strstr-hackfix.patch)
  glibc-static/repos/community-x86_64/
  glibc-static/repos/community-x86_64/PKGBUILD
(from rev 103303, glibc-static/trunk/PKGBUILD)
  glibc-static/repos/community-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  glibc-static/repos/community-x86_64/glibc-2.18-getaddrinfo-assertion.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  glibc-static/repos/community-x86_64/glibc-2.18-make-4.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-make-4.patch)
  
glibc-static/repos/community-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  glibc-static/repos/community-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  glibc-static/repos/community-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  
glibc-static/repos/community-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 103303, 
glibc-static/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  glibc-static/repos/community-x86_64/glibc-2.18-strstr-hackfix.patch
(from rev 103303, glibc-static/trunk/glibc-2.18-strstr-hackfix.patch)

+
 community-i686/PKGBUILD|  122 +
 community-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch  |   41 
 community-i686/glibc-2.18-getaddrinfo-assertion.patch  |   39 
 community-i686/glibc-2.18-make-4.patch |   45 
 community-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch   |   54 
 community-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch   |  485 
 community-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch|  281 ++
 community-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 
++
 community-i686/glibc-2.18-strstr-hackfix.patch |   13 
 community-x86_64/PKGBUILD  |  122 +
 community-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   41 
 community-x86_64/glibc-2.18-getaddrinfo-assertion.patch|   39 
 community-x86_64/glibc-2.18-make-4.patch   |   45 
 community-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |   54 
 community-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  485 
 community-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch  |  281 ++
 community-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch   | 1004 
++
 community-x86_64/glibc-2.18-strstr-hackfix.patch   |   13 
 18 files changed, 4168 insertions(+)

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


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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:45:16
  Author: spupykin
Revision: 103307

upgpkg: lilypond 2.18.0-1

upd

Modified:
  lilypond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 22:43:13 UTC (rev 103306)
+++ PKGBUILD2014-01-02 22:45:16 UTC (rev 103307)
@@ -5,8 +5,8 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=lilypond
-pkgver=2.16.2
-pkgrel=5
+pkgver=2.18.0
+pkgrel=1
 pkgdesc=An automated music engraving system
 arch=('i686' 'x86_64')
 url=http://lilypond.org;
@@ -16,12 +16,8 @@
 'gsfonts' 'texi2html')
 options=('emptydirs')
 #install=lilypond.install
-source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz
-lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
-lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
-md5sums=('6db27f17d47e4f66a3b0716c65db3041'
- '121ac86f1004338ae20ad55a5690c0ad'
- 'fa5073506f0e4dd96fb1858e3a75e08e')
+source=(http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz)
+md5sums=('5696fec935c616fb437693bed477cc27')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -38,8 +34,8 @@
   rm -rf lily/out/ python/out/
 
   # Fix build
-  patch -Np1 -i 
$srcdir/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
-  patch -Np1 -i 
$srcdir/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
+#  patch -Np1 -i 
$srcdir/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
+#  patch -Np1 -i 
$srcdir/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
 }
 
 build() {



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:45:42
  Author: spupykin
Revision: 103308

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

Added:
  lilypond/repos/community-i686/PKGBUILD
(from rev 103307, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103307, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103307, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-i686/lilypond.install
(from rev 103307, lilypond/trunk/lilypond.install)
  lilypond/repos/community-i686/texlive-workaround.patch
(from rev 103307, lilypond/trunk/texlive-workaround.patch)
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 103307, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103307, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103307, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-x86_64/lilypond.install
(from rev 103307, lilypond/trunk/lilypond.install)
  lilypond/repos/community-x86_64/texlive-workaround.patch
(from rev 103307, lilypond/trunk/texlive-workaround.patch)
Deleted:
  lilypond/repos/community-i686/PKGBUILD
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  lilypond/repos/community-i686/lilypond.install
  lilypond/repos/community-i686/texlive-workaround.patch
  lilypond/repos/community-x86_64/PKGBUILD
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  lilypond/repos/community-x86_64/lilypond.install
  lilypond/repos/community-x86_64/texlive-workaround.patch

--+
 /PKGBUILD| 
 108 ++
 /lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  58 +++
 /lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
 126 +++
 /lilypond.install| 
  96 +
 /texlive-workaround.patch| 
 176 ++
 community-i686/PKGBUILD  | 
  58 ---
 community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch   | 
  29 -
 community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch   | 
  63 ---
 community-i686/lilypond.install  | 
  48 --
 community-i686/texlive-workaround.patch  | 
  88 -
 community-x86_64/PKGBUILD| 
  58 ---
 community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  29 -
 community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
  63 ---
 community-x86_64/lilypond.install| 
  48 --
 community-x86_64/texlive-workaround.patch| 
  88 -
 15 files changed, 564 insertions(+), 572 deletions(-)

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


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

2014-01-02 Thread Felix Yan
Date: Friday, January 3, 2014 @ 03:04:14
  Author: fyan
Revision: 103311

upgpkg: python-boto 2.22.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 23:41:12 UTC (rev 103310)
+++ PKGBUILD2014-01-03 02:04:14 UTC (rev 103311)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.21.2
+pkgver=2.22.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2014-01-02 Thread Felix Yan
Date: Friday, January 3, 2014 @ 03:04:53
  Author: fyan
Revision: 103312

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-03 02:04:14 UTC (rev 103311)
+++ LICENSE 2014-01-03 02:04:53 UTC (rev 103312)
@@ -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 103311, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-03 02:04:53 UTC (rev 103312)
@@ -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
===
--- PKGBUILD2014-01-03 02:04:14 UTC (rev 103311)
+++ PKGBUILD2014-01-03 02:04:53 UTC (rev 103312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.21.2
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # 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 boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 103311, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-03 02:04:53 UTC (rev 103312)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.22.0

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

2014-01-02 Thread Allan McRae
Date: Friday, January 3, 2014 @ 05:06:01
  Author: allan
Revision: 103313

static libraries have no shared counterpart

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-03 02:04:53 UTC (rev 103312)
+++ PKGBUILD2014-01-03 04:06:01 UTC (rev 103313)
@@ -15,7 +15,7 @@
 mozconfig
 mozilla-pkgconfig.patch
 shared-libs.patch)
-options=('!emptydirs')
+options=('!emptydirs' 'staticlibs')
 replaces=('xulrunner-oss')
 sha256sums=('50d70813cee1c966a6037957206626bb62dc047b011d2e4fab11c559008f9336'
 '3fba82b327f8825ebe93ceaeaea4968d57cf7d700f40bf4457b06d263bcc2e8f'



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

2014-01-02 Thread Allan McRae
Date: Friday, January 3, 2014 @ 05:07:43
  Author: allan
Revision: 103314

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

Added:
  xulrunner/repos/community-i686/PKGBUILD
(from rev 103313, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/mozconfig
(from rev 103313, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 103313, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 103313, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 103313, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 103313, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 103313, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 103313, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/shared-libs.patch

--+
 /PKGBUILD|  136 +
 /mozconfig   |   58 
 /mozilla-pkgconfig.patch |   80 +
 /shared-libs.patch   |   24 +
 community-i686/PKGBUILD  |   68 --
 community-i686/mozconfig |   29 --
 community-i686/mozilla-pkgconfig.patch   |   40 
 community-i686/shared-libs.patch |   12 --
 community-x86_64/PKGBUILD|   68 --
 community-x86_64/mozconfig   |   29 --
 community-x86_64/mozilla-pkgconfig.patch |   40 
 community-x86_64/shared-libs.patch   |   12 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-03 04:06:01 UTC (rev 103313)
+++ community-i686/PKGBUILD 2014-01-03 04:07:43 UTC (rev 103314)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xulrunner
-pkgver=23.0.1
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.14.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-sha256sums=('50d70813cee1c966a6037957206626bb62dc047b011d2e4fab11c559008f9336'
-'3fba82b327f8825ebe93ceaeaea4968d57cf7d700f40bf4457b06d263bcc2e8f'
-'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
-
-prepare() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  # WebRTC build tries to execute python and expects Python 2
-  # Workaround taken from chromium PKGBUILD
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
-
-  # configure script misdetects the preprocessor without an optimization level
-  # https://bugs.archlinux.org/task/34644
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-}
-
-build() {
-  cd $srcdir/mozilla-release
-
-  export PATH=$srcdir/python2-path:$PATH
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env