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

2014-12-19 Thread Evangelos Foutras
Date: Saturday, December 20, 2014 @ 08:10:10
  Author: foutrelis
Revision: 227816

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 227815, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/fix-build-with-poppler-0.29.0.patch
(from rev 227815, inkscape/trunk/fix-build-with-poppler-0.29.0.patch)
  inkscape/repos/staging-i686/ime-placement.patch
(from rev 227815, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-i686/install
(from rev 227815, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 227815, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/fix-build-with-poppler-0.29.0.patch
(from rev 227815, inkscape/trunk/fix-build-with-poppler-0.29.0.patch)
  inkscape/repos/staging-x86_64/ime-placement.patch
(from rev 227815, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-x86_64/install
(from rev 227815, inkscape/trunk/install)

+
 staging-i686/PKGBUILD  |   61 +++
 staging-i686/fix-build-with-poppler-0.29.0.patch   |   98 +++
 staging-i686/ime-placement.patch   |   62 
 staging-i686/install   |   13 ++
 staging-x86_64/PKGBUILD|   61 +++
 staging-x86_64/fix-build-with-poppler-0.29.0.patch |   98 +++
 staging-x86_64/ime-placement.patch |   62 
 staging-x86_64/install |   13 ++
 8 files changed, 468 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 227815, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-12-20 07:10:10 UTC (rev 227816)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.5
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'fix-build-with-poppler-0.29.0.patch'
+'ime-placement.patch')
+sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
+  '82ad02357a2405c11f29f2e516b1a7f55953e807'
+  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # https://bugs.launchpad.net/inkscape/+bug/1399811
+   patch -p0 -i ../fix-build-with-poppler-0.29.0.patch
+   autoreconf -vi
+
+   patch -p1 -i ../ime-placement.patch # FS#39898
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+   sed -i '/extern unsigned GC_version;/c unsigned 
GC_version=GC_VERSION_MAJOR16+GC_VERSION_MINOR8+GC_VERSION_MICRO;' configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/fix-build-with-poppler-0.29.0.patch (from 
rev 227815, inkscape/trunk/fix-build-with-poppler-0.29.0.patch)
===
--- staging-i686/fix-build-with-poppler-0.29.0.patch
(rev 0)
+++ staging-i686/fix-build-with-poppler-0.29.0.patch2014-12-20 07:10:10 UTC 
(rev 227816)
@@ -0,0 +1,98 @@
+=== modified file 'configure.ac'
+--- configure.ac   2014-06-20 21:38:59 +
 configure.ac   2014-12-10 20:32:33 +
+@@ -593,6 +593,11 @@
+   AC_DEFINE(POPPLER_EVEN_NEWER_COLOR_SPACE_API, 1, [Use even newer 

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

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 09:44:48
  Author: andyrtr
Revision: 200624

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 200623, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/build_fix.diff
(from rev 200623, inkscape/trunk/build_fix.diff)
  inkscape/repos/staging-i686/install
(from rev 200623, inkscape/trunk/install)
  inkscape/repos/staging-i686/spuriouscomma.patch
(from rev 200623, inkscape/trunk/spuriouscomma.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 200623, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/build_fix.diff
(from rev 200623, inkscape/trunk/build_fix.diff)
  inkscape/repos/staging-x86_64/install
(from rev 200623, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/spuriouscomma.patch
(from rev 200623, inkscape/trunk/spuriouscomma.patch)

+
 staging-i686/PKGBUILD  |   58 +++
 staging-i686/build_fix.diff|   15 +
 staging-i686/install   |   13 +++
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   58 +++
 staging-x86_64/build_fix.diff  |   15 +
 staging-x86_64/install |   13 +++
 staging-x86_64/spuriouscomma.patch |   11 ++
 8 files changed, 194 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 200623, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=13
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.24.4' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+spuriouscomma.patch
+build_fix.diff)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
+  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf')
+
+install=install
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p0 -i ../spuriouscomma.patch
+   # fix build with freetype 2.5.1
+   patch -Np0 -i ../build_fix.diff
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+   sed -i '/^#include g.kmm/i #include glibmm.h' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/build_fix.diff (from rev 200623, 
inkscape/trunk/build_fix.diff)
===
--- staging-i686/build_fix.diff (rev 0)
+++ staging-i686/build_fix.diff 2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,15 @@
+=== modified file 'src/libnrtype/FontFactory.h'
+--- src/libnrtype/FontFactory.h2010-04-15 19:00:11 +
 src/libnrtype/FontFactory.h2013-11-28 05:54:34 +
+@@ -31,7 +31,8 @@
+ #include pango/pangowin32.h
+ #else
+ #include pango/pangoft2.h
+-#include freetype/freetype.h
++#include ft2build.h
++#include FT_FREETYPE_H
+ #endif
+ 
+ namespace Glib
+
+

Copied: inkscape/repos/staging-i686/install (from rev 200623, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-11-30 08:44:48 UTC (rev 200624)
@@ -0,0 +1,13 @@
+post_install() 

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

2013-01-12 Thread andyrtr
Date: Saturday, January 12, 2013 @ 03:15:28
  Author: andyrtr
Revision: 175033

db-move: moved inkscape from [testing] to [extra] (i686, x86_64)

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 175028, inkscape/repos/testing-i686/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 175028, inkscape/repos/testing-i686/install)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 175028, inkscape/repos/testing-x86_64/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 175028, inkscape/repos/testing-x86_64/install)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/testing-i686/
  inkscape/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  104 
 extra-i686/install|   26 ++--
 extra-x86_64/PKGBUILD |  104 
 extra-x86_64/install  |   26 ++--
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-12 08:15:25 UTC (rev 175032)
+++ extra-i686/PKGBUILD 2013-01-12 08:15:28 UTC (rev 175033)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=inkscape
-pkgver=0.48.4
-pkgrel=1
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
- 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'pyxml: some extensions'
-'uniconvertor: reading/writing to some proprietary formats')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|python|python2|g' src/main.cpp
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 175028, 
inkscape/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-12 08:15:28 UTC (rev 175033)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.0' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure \
+   --prefix=/usr \
+   

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

2012-10-21 Thread Gaetan Bisson
Date: Sunday, October 21, 2012 @ 19:53:47
  Author: bisson
Revision: 169480

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 169478, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 169478, inkscape/trunk/install)
  inkscape/repos/staging-i686/libpng15.patch
(from rev 169478, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-i686/poppler20.patch
(from rev 169478, inkscape/trunk/poppler20.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 169479, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 169479, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/libpng15.patch
(from rev 169479, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-x86_64/poppler20.patch
(from rev 169479, inkscape/trunk/poppler20.patch)

+
 staging-i686/PKGBUILD  |   59 +++
 staging-i686/install   |   13 
 staging-i686/libpng15.patch|   40 ++
 staging-i686/poppler20.patch   |  642 +++
 staging-x86_64/PKGBUILD|   59 +++
 staging-x86_64/install |   13 
 staging-x86_64/libpng15.patch  |   40 ++
 staging-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


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

2012-10-16 Thread Gaetan Bisson
Date: Tuesday, October 16, 2012 @ 11:19:57
  Author: bisson
Revision: 168926

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 168925, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 168925, inkscape/trunk/install)
  inkscape/repos/staging-i686/libpng15.patch
(from rev 168925, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-i686/poppler20.patch
(from rev 168925, inkscape/trunk/poppler20.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 168925, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 168925, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/libpng15.patch
(from rev 168925, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-x86_64/poppler20.patch
(from rev 168925, inkscape/trunk/poppler20.patch)

+
 staging-i686/PKGBUILD  |   59 +++
 staging-i686/install   |   13 
 staging-i686/libpng15.patch|   40 ++
 staging-i686/poppler20.patch   |  642 +++
 staging-x86_64/PKGBUILD|   59 +++
 staging-x86_64/install |   13 
 staging-x86_64/libpng15.patch  |   40 ++
 staging-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


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

2012-08-12 Thread Gaetan Bisson
Date: Sunday, August 12, 2012 @ 20:55:30
  Author: bisson
Revision: 165203

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 165202, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 165202, inkscape/trunk/install)
  inkscape/repos/staging-i686/libpng15.patch
(from rev 165202, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-i686/poppler20.patch
(from rev 165202, inkscape/trunk/poppler20.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 165202, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 165202, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/libpng15.patch
(from rev 165202, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-x86_64/poppler20.patch
(from rev 165202, inkscape/trunk/poppler20.patch)

+
 staging-i686/PKGBUILD  |   59 +++
 staging-i686/install   |   13 
 staging-i686/libpng15.patch|   40 ++
 staging-i686/poppler20.patch   |  642 +++
 staging-x86_64/PKGBUILD|   59 +++
 staging-x86_64/install |   13 
 staging-x86_64/libpng15.patch  |   40 ++
 staging-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


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

2012-06-23 Thread Gaetan Bisson
Date: Saturday, June 23, 2012 @ 08:19:01
  Author: bisson
Revision: 162202

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 162201, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 162201, inkscape/trunk/install)
  inkscape/repos/staging-i686/libpng15.patch
(from rev 162201, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-i686/poppler20.patch
(from rev 162201, inkscape/trunk/poppler20.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 162201, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 162201, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/libpng15.patch
(from rev 162201, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-x86_64/poppler20.patch
(from rev 162201, inkscape/trunk/poppler20.patch)

+
 staging-i686/PKGBUILD  |   59 +++
 staging-i686/install   |   13 
 staging-i686/libpng15.patch|   40 ++
 staging-i686/poppler20.patch   |  642 +++
 staging-x86_64/PKGBUILD|   59 +++
 staging-x86_64/install |   13 
 staging-x86_64/libpng15.patch  |   40 ++
 staging-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


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

2012-05-13 Thread Gaetan Bisson
Date: Sunday, May 13, 2012 @ 16:05:21
  Author: bisson
Revision: 158964

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 158963, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 158963, inkscape/trunk/install)
  inkscape/repos/staging-i686/libpng15.patch
(from rev 158963, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-i686/poppler20.patch
(from rev 158963, inkscape/trunk/poppler20.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 158963, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 158963, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/libpng15.patch
(from rev 158963, inkscape/trunk/libpng15.patch)
  inkscape/repos/staging-x86_64/poppler20.patch
(from rev 158963, inkscape/trunk/poppler20.patch)

+
 staging-i686/PKGBUILD  |   59 +++
 staging-i686/install   |   13 
 staging-i686/libpng15.patch|   40 ++
 staging-i686/poppler20.patch   |  642 +++
 staging-x86_64/PKGBUILD|   59 +++
 staging-x86_64/install |   13 
 staging-x86_64/libpng15.patch  |   40 ++
 staging-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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