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

2015-01-29 Thread Gaetan Bisson
Date: Friday, January 30, 2015 @ 06:18:27
  Author: bisson
Revision: 230278

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

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

--+
 /PKGBUILD|  102 +
 /install |   26 +
 extra-i686/PKGBUILD  |   61 
 extra-i686/fix-build-with-poppler-0.29.0.patch   |   98 
 extra-i686/ime-placement.patch   |   62 
 extra-i686/install   |   13 --
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/fix-build-with-poppler-0.29.0.patch |   98 
 extra-x86_64/ime-placement.patch |   62 
 extra-x86_64/install |   13 --
 10 files changed, 128 insertions(+), 468 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-30 05:17:58 UTC (rev 230277)
+++ extra-i686/PKGBUILD 2015-01-30 05:18:27 UTC (rev 230278)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-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_MAJOR<<16+GC_VERSION_MINOR<<8+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/extra-i686/PKGBUILD (from rev 230277, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-30 05:18:27 UTC (rev 230278)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+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 formul

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

2013-11-01 Thread Gaetan Bisson
Date: Saturday, November 2, 2013 @ 05:22:27
  Author: bisson
Revision: 198681

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 198680, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 198680, inkscape/trunk/install)
  inkscape/repos/extra-i686/spuriouscomma.patch
(from rev 198680, inkscape/trunk/spuriouscomma.patch)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 198680, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 198680, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/spuriouscomma.patch
(from rev 198680, inkscape/trunk/spuriouscomma.patch)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/spuriouscomma.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/spuriouscomma.patch

--+
 /PKGBUILD|  108 +
 /install |   26 
 /spuriouscomma.patch |   22 +++
 extra-i686/PKGBUILD  |   55 --
 extra-i686/install   |   13 
 extra-i686/spuriouscomma.patch   |   11 ---
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/install |   13 
 extra-x86_64/spuriouscomma.patch |   11 ---
 9 files changed, 156 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-i686/PKGBUILD 2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.48.4
-pkgrel=11
-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.3' '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')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'spuriouscomma.patch')
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
-  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p0 -i ../spuriouscomma.patch
-   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 ' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
-}
-
-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/extra-i686/PKGBUILD (from rev 198680, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 04:22:27 UTC (rev 198681)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=12
+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.3' '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')
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  

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

2012-12-17 Thread Gaetan Bisson
Date: Monday, December 17, 2012 @ 20:27:21
  Author: bisson
Revision: 173270

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

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

--+
 extra-i686/PKGBUILD  |  111 +++
 extra-i686/install   |   26 -
 extra-i686/libpng15.patch|   40 --
 extra-i686/poppler20.patch   |  642 -
 extra-x86_64/PKGBUILD|  111 +++
 extra-x86_64/install |   26 -
 extra-x86_64/libpng15.patch  |   40 --
 extra-x86_64/poppler20.patch |  642 -
 8 files changed, 130 insertions(+), 1508 deletions(-)

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


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

2012-10-24 Thread Eric BĂ©langer
Date: Wednesday, October 24, 2012 @ 21:35:14
  Author: eric
Revision: 169641

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

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

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

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


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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:35
  Author: andyrtr
Revision: 169323

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

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

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

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


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

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:37:37
  Author: andyrtr
Revision: 165277

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

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

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

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


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

2012-06-24 Thread Evangelos Foutras
Date: Sunday, June 24, 2012 @ 15:24:47
  Author: foutrelis
Revision: 162293

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

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

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

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


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

2012-03-15 Thread Gaetan Bisson
Date: Thursday, March 15, 2012 @ 07:01:47
  Author: bisson
Revision: 153512

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

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

---+
 staging-i686/PKGBUILD |  112 
 staging-i686/install  |   26 -
 staging-i686/libpng15.patch   |   80 ++--
 staging-x86_64/PKGBUILD   |  112 
 staging-x86_64/install|   26 -
 staging-x86_64/libpng15.patch |   80 ++--
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-03-15 10:52:47 UTC (rev 153511)
+++ staging-i686/PKGBUILD   2012-03-15 11:01:47 UTC (rev 153512)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.3.1
-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' 
'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.gz";
-'libpng15.patch')
-sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e'
-  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
-
-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
-
-   patch -p1 -i ../libpng15.patch
-
-   ./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/PKGBUILD (from rev 153511, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-15 11:01:47 UTC (rev 153512)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.3.1
+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' 
'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.gz";
+'libpng15.patch')
+sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e'
+  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pk

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

2012-02-19 Thread Gaetan Bisson
Date: Monday, February 20, 2012 @ 02:56:26
  Author: bisson
Revision: 150685

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 150684, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 150684, inkscape/trunk/install)
  inkscape/repos/extra-i686/libpng15.patch
(from rev 150684, inkscape/trunk/libpng15.patch)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 150684, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 150684, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/libpng15.patch
(from rev 150684, inkscape/trunk/libpng15.patch)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/libpng15.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/libpng15.patch

-+
 extra-i686/PKGBUILD |  114 --
 extra-i686/install  |   26 -
 extra-i686/libpng15.patch   |   80 ++---
 extra-x86_64/PKGBUILD   |  114 --
 extra-x86_64/install|   26 -
 extra-x86_64/libpng15.patch |   80 ++---
 6 files changed, 218 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-20 07:55:35 UTC (rev 150684)
+++ extra-i686/PKGBUILD 2012-02-20 07:56:26 UTC (rev 150685)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.3
-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' 'pkg-config' 'intltool')
-depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2'
- 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python-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.gz";
-'libpng15.patch')
-sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b'
-  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
-
-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
-
-   patch -p1 -i ../libpng15.patch
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --without-gnome-vfs \
-   --with-xft \
-   --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 150684, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-20 07:56:26 UTC (rev 150685)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.3.1
+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'
+'python-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.gz";
+'libpng15.patch')
+sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e'
+  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-

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

2012-02-15 Thread Gaetan Bisson
Date: Wednesday, February 15, 2012 @ 23:08:19
  Author: bisson
Revision: 150261

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 150260, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 150260, inkscape/trunk/install)
  inkscape/repos/extra-i686/libpng15.patch
(from rev 150260, inkscape/trunk/libpng15.patch)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 150260, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 150260, inkscape/trunk/install)
  inkscape/repos/extra-x86_64/libpng15.patch
(from rev 150260, inkscape/trunk/libpng15.patch)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/libpng15.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/libpng15.patch

-+
 extra-i686/PKGBUILD |  115 +-
 extra-i686/install  |   26 -
 extra-i686/libpng15.patch   |   80 ++---
 extra-x86_64/PKGBUILD   |  115 +-
 extra-x86_64/install|   26 -
 extra-x86_64/libpng15.patch |   80 ++---
 6 files changed, 222 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-16 04:07:38 UTC (rev 150260)
+++ extra-i686/PKGBUILD 2012-02-16 04:08:19 UTC (rev 150261)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.2
-pkgrel=6
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-makedepends=('boost' 'pkg-config' 'intltool')
-depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2'
- 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python-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.gz";
-'libpng15.patch')
-sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3'
-  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
-
-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
-
-   patch -p1 -i ../libpng15.patch
-
-   ./configure --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --without-gnome-vfs \
-   --with-xft \
-   --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 150260, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-16 04:08:19 UTC (rev 150261)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.3
+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' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-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.gz";
+'libpng15.patch')
+sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b'
+  'd6512f3cb38ca8e2436dc485aa652490d17b3a52')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkg