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

2012-04-25 Thread Ionut Biru
Date: Wednesday, April 25, 2012 @ 09:47:56
  Author: ibiru
Revision: 157194

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 157193, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/gcc47.patch
(from rev 157193, xulrunner/trunk/gcc47.patch)
  xulrunner/repos/extra-i686/mozconfig
(from rev 157193, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 157193, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 157193, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/gcc47.patch
(from rev 157193, xulrunner/trunk/gcc47.patch)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 157193, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 157193, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/libvpx.patch
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/libvpx.patch
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

--+
 extra-i686/PKGBUILD  |  112 -
 extra-i686/gcc47.patch   |   77 ++
 extra-i686/libvpx.patch  |   12 ---
 extra-i686/mozconfig |   76 +++---
 extra-i686/mozilla-pkgconfig.patch   |   80 +++
 extra-x86_64/PKGBUILD|  112 -
 extra-x86_64/gcc47.patch |   77 ++
 extra-x86_64/libvpx.patch|   12 ---
 extra-x86_64/mozconfig   |   76 +++---
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++
 10 files changed, 422 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-25 13:40:56 UTC (rev 157193)
+++ extra-i686/PKGBUILD 2012-04-25 13:47:56 UTC (rev 157194)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=11.0
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-libvpx.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('4b07acf47857aff72776d805409cdd1b'
- '8dfb78c5bd0581c8cf4753813132bf0b'
- '27271ce647a83906ef7a24605e840d61'
- '5d418ecdbdb9f40597df6b978b0b5ee5')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i "$srcdir/mozilla-pkgconfig.patch"
-  patch -Np1 -i "$srcdir/libvpx.patch"
-
-
-  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 python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py"
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 157193, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-25 13:47:56 UTC (rev 157194)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# 

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

2012-03-15 Thread Ionut Biru
Date: Thursday, March 15, 2012 @ 09:26:26
  Author: ibiru
Revision: 153514

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 153513, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/libvpx.patch
(from rev 153513, xulrunner/trunk/libvpx.patch)
  xulrunner/repos/extra-i686/mozconfig
(from rev 153513, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 153513, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 153513, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/libvpx.patch
(from rev 153513, xulrunner/trunk/libvpx.patch)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 153513, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 153513, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/libvpx.patch
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/libvpx.patch
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

--+
 extra-i686/PKGBUILD  |  112 -
 extra-i686/libvpx.patch  |   24 +++
 extra-i686/mozconfig |   76 +++---
 extra-i686/mozilla-pkgconfig.patch   |   80 +++
 extra-x86_64/PKGBUILD|  112 -
 extra-x86_64/libvpx.patch|   24 +++
 extra-x86_64/mozconfig   |   76 +++---
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++
 8 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-15 13:21:21 UTC (rev 153513)
+++ extra-i686/PKGBUILD 2012-03-15 13:26:26 UTC (rev 153514)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=10.0.2
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-libvpx.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('5ce038d591964f72c534fa33b75a62f5'
- '8dfb78c5bd0581c8cf4753813132bf0b'
- '27271ce647a83906ef7a24605e840d61'
- '5d418ecdbdb9f40597df6b978b0b5ee5')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i "$srcdir/mozilla-pkgconfig.patch"
-  patch -Np1 -i "$srcdir/libvpx.patch"
-
-
-  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 python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py"
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 153513, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-15 13:26:26 UTC (rev 153514)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=11.0
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i68

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

2012-09-03 Thread Jan Steffens
Date: Monday, September 3, 2012 @ 16:30:41
  Author: heftig
Revision: 165916

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

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

--+
 extra-i686/PKGBUILD  |  108 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  108 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 290 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-03 20:05:26 UTC (rev 165915)
+++ extra-i686/PKGBUILD 2012-09-03 20:30:41 UTC (rev 165916)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=14.0.1
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('c2f884f0f6c41c65cf20f678a1ee7191'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  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 python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py"
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 165915, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-03 20:30:41 UTC (rev 165916)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=15.0
+pkgrel=1
+pkgdesc="Mozilla Run

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

2012-02-17 Thread Ionut Biru
Date: Friday, February 17, 2012 @ 17:05:32
  Author: ibiru
Revision: 150446

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 150445, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/libvpx.patch
(from rev 150445, xulrunner/trunk/libvpx.patch)
  xulrunner/repos/extra-i686/mozconfig
(from rev 150445, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 150445, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 150445, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/libvpx.patch
(from rev 150445, xulrunner/trunk/libvpx.patch)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 150445, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 150445, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/libvpx.patch
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/libvpx.patch
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

--+
 extra-i686/PKGBUILD  |  112 -
 extra-i686/libvpx.patch  |   24 +++
 extra-i686/mozconfig |   76 +++---
 extra-i686/mozilla-pkgconfig.patch   |   80 +++
 extra-x86_64/PKGBUILD|  112 -
 extra-x86_64/libvpx.patch|   24 +++
 extra-x86_64/mozconfig   |   76 +++---
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++
 8 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-17 22:02:16 UTC (rev 150445)
+++ extra-i686/PKGBUILD 2012-02-17 22:05:32 UTC (rev 150446)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=10.0
-pkgrel=2
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-libvpx.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('13c61203ccfa583e5a54b4dc22f41233'
- '8dfb78c5bd0581c8cf4753813132bf0b'
- '27271ce647a83906ef7a24605e840d61'
- '5d418ecdbdb9f40597df6b978b0b5ee5')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i "$srcdir/mozilla-pkgconfig.patch"
-  patch -Np1 -i "$srcdir/libvpx.patch"
-
-
-  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 python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py"
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 150445, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-17 22:05:32 UTC (rev 150446)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=10.0.2
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i6

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

2012-10-21 Thread Ionut Biru
Date: Sunday, October 21, 2012 @ 04:17:39
  Author: ibiru
Revision: 169435

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

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

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-21 08:17:19 UTC (rev 169434)
+++ extra-i686/PKGBUILD 2012-10-21 08:17:39 UTC (rev 169435)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=15.0
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('64220887a349515f16e5aa990acb4db3'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 169433, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-21 08:17:39 UTC (rev 169435)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=16.0.1
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wi

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

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 17:12:03
  Author: ibiru
Revision: 169809

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

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

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 21:10:09 UTC (rev 169808)
+++ extra-i686/PKGBUILD 2012-10-29 21:12:03 UTC (rev 169809)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=16.0.1
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('78e641c67dc4a40cb3f48fce3e782d41'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 169808, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 21:12:03 UTC (rev 169809)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=16.0.2
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' '

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

2012-11-21 Thread Ionut Biru
Date: Wednesday, November 21, 2012 @ 05:09:52
  Author: ibiru
Revision: 171681

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

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

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-21 10:08:19 UTC (rev 171680)
+++ extra-i686/PKGBUILD 2012-11-21 10:09:52 UTC (rev 171681)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=16.0.2
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('1b360968ab05b2a59757d33514897915'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 171680, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-21 10:09:52 UTC (rev 171681)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=17.0
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.13.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' 'wireless_t

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

2012-12-01 Thread Evangelos Foutras
Date: Saturday, December 1, 2012 @ 08:10:31
  Author: foutrelis
Revision: 172188

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

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

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-01 13:09:58 UTC (rev 172187)
+++ extra-i686/PKGBUILD 2012-12-01 13:10:31 UTC (rev 172188)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=17.0
-pkgrel=1
-pkgdesc="Mozilla Runtime Environment"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>=3.13.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' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url="http://wiki.mozilla.org/XUL:Xul_Runner";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('3d9d2f6420344ff47a8af3a35ac4bdd6'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd "$srcdir/mozilla-release"
-  cp "$srcdir/mozconfig" .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 172187, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-01 13:10:31 UTC (rev 172188)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=17.0.1
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.13.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' 'wireless_tools' 'yas

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

2013-05-14 Thread Evangelos Foutras
Date: Tuesday, May 14, 2013 @ 21:12:24
  Author: foutrelis
Revision: 185530

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

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

--+
 /PKGBUILD|  134 +
 /mozconfig   |   58 ++
 /mozilla-pkgconfig.patch |   80 +++
 /shared-libs.patch   |   24 +
 extra-i686/PKGBUILD  |   67 
 extra-i686/mozconfig |   29 ---
 extra-i686/mozilla-pkgconfig.patch   |   40 -
 extra-i686/shared-libs.patch |   12 --
 extra-x86_64/PKGBUILD|   67 
 extra-x86_64/mozconfig   |   29 ---
 extra-x86_64/mozilla-pkgconfig.patch |   40 -
 extra-x86_64/shared-libs.patch   |   12 --
 12 files changed, 296 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-14 19:12:02 UTC (rev 185529)
+++ extra-i686/PKGBUILD 2013-05-14 19:12:24 UTC (rev 185530)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=20.0
-pkgrel=2
-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')
-md5sums=('1b8a1907919eb805f390a05216f2d8d0'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 185529, 
xulrunner/trunk/PKGBUILD)
===
--- 

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:01:03
  Author: foutrelis
Revision: 182413

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

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

--+
 /PKGBUILD|  134 +
 /mozconfig   |   58 ++
 /mozilla-pkgconfig.patch |   80 +++
 /shared-libs.patch   |   24 +
 extra-i686/PKGBUILD  |   59 --
 extra-i686/mozconfig |   29 ---
 extra-i686/mozilla-pkgconfig.patch   |   40 -
 extra-i686/shared-libs.patch |   12 --
 extra-x86_64/PKGBUILD|   59 --
 extra-x86_64/mozconfig   |   29 ---
 extra-x86_64/mozilla-pkgconfig.patch |   40 -
 extra-x86_64/shared-libs.patch   |   12 --
 12 files changed, 296 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 13:00:43 UTC (rev 182412)
+++ extra-i686/PKGBUILD 2013-04-10 13:01:03 UTC (rev 182413)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=19.0.2
-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')
-md5sums=('956f60b12577bf7a42d60ba8e1a73794'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  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"
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 182412, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-10 13:01:03 UTC (rev 182413)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+p

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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 10:27:20
  Author: ioni
Revision: 178333

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

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

--+
 extra-i686/PKGBUILD  |  118 -
 extra-i686/mozconfig |   58 
 extra-i686/mozilla-pkgconfig.patch   |   80 +++---
 extra-i686/shared-libs.patch |   24 +++---
 extra-x86_64/PKGBUILD|  118 -
 extra-x86_64/mozconfig   |   58 
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++---
 extra-x86_64/shared-libs.patch   |   24 +++---
 8 files changed, 280 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:27:16 UTC (rev 178332)
+++ extra-i686/PKGBUILD 2013-02-20 09:27:20 UTC (rev 178333)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=18.0
-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/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('485d02563854c20a3788d89db07b0687'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  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"
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 178331, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-20 09:27:20 UTC (rev 178333)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=19.0
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.14.1' 'libxt' 'lib

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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:33:26
  Author: foutrelis
Revision: 188951

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-27 01:33:05 UTC (rev 188950)
+++ extra-i686/PKGBUILD 2013-06-27 01:33:26 UTC (rev 188951)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=21.0
-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=('c3623bc243bd57c7267eacac658993f5f635f639235bea9ed8fce9b52e59be64'
-'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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/r

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

2013-03-18 Thread Jan de Groot
Date: Monday, March 18, 2013 @ 14:29:43
  Author: jgc
Revision: 180164

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

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

--+
 extra-i686/PKGBUILD  |  118 -
 extra-i686/mozconfig |   58 
 extra-i686/mozilla-pkgconfig.patch   |   80 +++---
 extra-i686/shared-libs.patch |   24 +++---
 extra-x86_64/PKGBUILD|  118 -
 extra-x86_64/mozconfig   |   58 
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++---
 extra-x86_64/shared-libs.patch   |   24 +++---
 8 files changed, 280 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-18 13:29:32 UTC (rev 180163)
+++ extra-i686/PKGBUILD 2013-03-18 13:29:43 UTC (rev 180164)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-pkgname=xulrunner
-pkgver=19.0
-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/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('3dc732b6ce177792b43324f4bc7164d8'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  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"
-  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 python$|!/usr/bin/env python2|' \
-
"$pkgdir"/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 180163, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-18 13:29:43 UTC (rev 180164)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+pkgname=xulrunner
+pkgver=19.0.2
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>=3.14.1' 'libxt' 'libxrend

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

2014-08-28 Thread Jan Steffens
Date: Thursday, August 28, 2014 @ 21:59:16
  Author: heftig
Revision: 118042

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

Added:
  xulrunner/repos/community-testing-i686/
  xulrunner/repos/community-testing-i686/PKGBUILD
(from rev 118041, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-testing-i686/freetype-headers.patch
(from rev 118041, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-testing-i686/mozconfig
(from rev 118041, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-testing-i686/mozilla-pkgconfig.patch
(from rev 118041, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-testing-i686/rhbz-966424.patch
(from rev 118041, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-testing-i686/shared-libs.patch
(from rev 118041, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-testing-i686/unbreak-plugin-build.patch
(from rev 118041, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-testing-x86_64/
  xulrunner/repos/community-testing-x86_64/PKGBUILD
(from rev 118041, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-testing-x86_64/freetype-headers.patch
(from rev 118041, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-testing-x86_64/mozconfig
(from rev 118041, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-testing-x86_64/mozilla-pkgconfig.patch
(from rev 118041, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-testing-x86_64/rhbz-966424.patch
(from rev 118041, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-testing-x86_64/shared-libs.patch
(from rev 118041, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-testing-x86_64/unbreak-plugin-build.patch
(from rev 118041, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 community-testing-i686/PKGBUILD |   77 ++
 community-testing-i686/freetype-headers.patch   |   66 +++
 community-testing-i686/mozconfig|   32 +++
 community-testing-i686/mozilla-pkgconfig.patch  |   40 +
 community-testing-i686/rhbz-966424.patch|   23 +
 community-testing-i686/shared-libs.patch|   12 ++
 community-testing-i686/unbreak-plugin-build.patch   |   76 +
 community-testing-x86_64/PKGBUILD   |   77 ++
 community-testing-x86_64/freetype-headers.patch |   66 +++
 community-testing-x86_64/mozconfig  |   32 +++
 community-testing-x86_64/mozilla-pkgconfig.patch|   40 +
 community-testing-x86_64/rhbz-966424.patch  |   23 +
 community-testing-x86_64/shared-libs.patch  |   12 ++
 community-testing-x86_64/unbreak-plugin-build.patch |   76 +
 14 files changed, 652 insertions(+)

Copied: xulrunner/repos/community-testing-i686/PKGBUILD (from rev 118041, 
xulrunner/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-28 19:59:16 UTC (rev 118042)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Connor Behan 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xulrunner
+pkgver=31.0
+pkgrel=2
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gst-plugins-base-libs')
+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
+rhbz-966424.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
+replaces=('xulrunner-oss')
+sha256sums=('6f4cb97e4debe2225f94bc813057154d2aa2680f5aa69573048633507cecb21e'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
+'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
+'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
+'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+
+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
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -i ../rhbz-966424.patch
+
+  # WebRTC build tries to execute "python" and expects Python 2
+  # Workaround taken from chromium PKGBUILD
+  mkdir "$srcdir/pytho

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

2015-04-04 Thread Connor Behan
Date: Sunday, April 5, 2015 @ 05:09:29
  Author: cbehan
Revision: 130697

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

Added:
  xulrunner/repos/community-staging-i686/
  xulrunner/repos/community-staging-i686/PKGBUILD
(from rev 130696, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-i686/freetype-headers.patch
(from rev 130696, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-i686/mozconfig
(from rev 130696, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-i686/mozilla-pkgconfig.patch
(from rev 130696, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-i686/rhbz-966424.patch
(from rev 130696, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-staging-i686/shared-libs.patch
(from rev 130696, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-i686/unbreak-plugin-build.patch
(from rev 130696, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-staging-x86_64/
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 130696, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype-headers.patch
(from rev 130696, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 130696, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 130696, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/rhbz-966424.patch
(from rev 130696, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 130696, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 130696, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/freetype-headers.patch   |   66 +++
 community-staging-i686/mozconfig|   32 +++
 community-staging-i686/mozilla-pkgconfig.patch  |   40 +
 community-staging-i686/rhbz-966424.patch|   23 +
 community-staging-i686/shared-libs.patch|   12 ++
 community-staging-i686/unbreak-plugin-build.patch   |   76 +
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/freetype-headers.patch |   66 +++
 community-staging-x86_64/mozconfig  |   32 +++
 community-staging-x86_64/mozilla-pkgconfig.patch|   40 +
 community-staging-x86_64/rhbz-966424.patch  |   23 +
 community-staging-x86_64/shared-libs.patch  |   12 ++
 community-staging-x86_64/unbreak-plugin-build.patch |   76 +
 14 files changed, 652 insertions(+)

Copied: xulrunner/repos/community-staging-i686/PKGBUILD (from rev 130696, 
xulrunner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-05 03:09:29 UTC (rev 130697)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Connor Behan 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xulrunner
+pkgver=37.0.1
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gst-plugins-base-libs')
+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
+rhbz-966424.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
+replaces=('xulrunner-oss')
+sha256sums=('b06a8c9bb04d128ab0637abf7dc1b2c36ffe8930c76e1f37e5abe18c48815952'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
+'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
+'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+
+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
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -i ../rhbz-966424.patch
+
+  # WebRTC build tries to execute "python" and expects Python 2
+  # Workaround taken from chromium PKGBUILD
+  mkdir "$srcdir/python

[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 
-# Contributor: Alexander Baldeck 
-
-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 python$|!/usr/b

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

2016-04-03 Thread Evangelos Foutras
Date: Sunday, April 3, 2016 @ 14:32:25
  Author: foutrelis
Revision: 169390

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

Added:
  xulrunner/repos/community-staging-i686/
  
xulrunner/repos/community-staging-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(from rev 169389, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
  xulrunner/repos/community-staging-i686/PKGBUILD
(from rev 169389, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-i686/freetype261.patch
(from rev 169389, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-staging-i686/mozconfig
(from rev 169389, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-i686/mozilla-pkgconfig.patch
(from rev 169389, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-i686/shared-libs.patch
(from rev 169389, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-i686/unbreak-plugin-build.patch
(from rev 169389, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-staging-x86_64/
  
xulrunner/repos/community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(from rev 169389, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 169389, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype261.patch
(from rev 169389, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 169389, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 169389, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 169389, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 169389, xulrunner/trunk/unbreak-plugin-build.patch)

--+
 
community-staging-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
   |   49 +
 community-staging-i686/PKGBUILD
  |   82 ++
 community-staging-i686/freetype261.patch   
  |   31 +++
 community-staging-i686/mozconfig   
  |   32 +++
 community-staging-i686/mozilla-pkgconfig.patch 
  |   40 
 community-staging-i686/shared-libs.patch   
  |   12 +
 community-staging-i686/unbreak-plugin-build.patch  
  |   76 +
 
community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
 |   49 +
 community-staging-x86_64/PKGBUILD  
  |   82 ++
 community-staging-x86_64/freetype261.patch 
  |   31 +++
 community-staging-x86_64/mozconfig 
  |   32 +++
 community-staging-x86_64/mozilla-pkgconfig.patch   
  |   40 
 community-staging-x86_64/shared-libs.patch 
  |   12 +
 community-staging-x86_64/unbreak-plugin-build.patch
  |   76 +
 14 files changed, 644 insertions(+)

Copied: 
xulrunner/repos/community-staging-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
 (from rev 169389, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
===
--- 
community-staging-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
  (rev 0)
+++ 
community-staging-i686/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
  2016-04-03 12:32:25 UTC (rev 169390)
@@ -0,0 +1,49 @@
+From 4d0fe8f40364c170226f1ef3bc98975630463e87 Mon Sep 17 00:00:00 2001
+From: Mike Hommey 
+Date: Tue, 19 Jan 2016 14:31:04 +0900
+Subject: [PATCH] Bug 1233963 - Work around recent GNU gold behavior with
+ segments starting before the first section they contain
+
+---
+ build/unix/elfhack/elf.cpp | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/build/unix/elfhack/elf.cpp b/build/unix/elfhack/elf.cpp
+index 666b535..743afde 100644
+--- a/build/unix/elfhack/elf.cpp
 b/build/unix/elfhack/elf.cpp
+@@ -253,26 +253,29 @@ Elf::Elf(std::ifstream &file)
+ }
+ if (phdr.p_type == PT_PHDR)
+ segment->addSection(phdr_section);
+ for (int j = 1; j < ehdr->e_shnum; j++)
+ if (phdr.contains(sections[j])