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

2017-10-05 Thread Evangelos Foutras
Date: Friday, October 6, 2017 @ 00:59:22
  Author: foutrelis
Revision: 306881

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 306880, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/PKGBUILD.cmake
(from rev 306880, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-i686/poppler-0.58.patch
(from rev 306880, inkscape/trunk/poppler-0.58.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 306880, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 306880, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-x86_64/poppler-0.58.patch
(from rev 306880, inkscape/trunk/poppler-0.58.patch)

---+
 staging-i686/PKGBUILD |   65 +
 staging-i686/PKGBUILD.cmake   |   61 +
 staging-i686/poppler-0.58.patch   | 1430 
 staging-x86_64/PKGBUILD   |   65 +
 staging-x86_64/PKGBUILD.cmake |   61 +
 staging-x86_64/poppler-0.58.patch | 1430 
 6 files changed, 3112 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 306880, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-06 00:59:22 UTC (rev 306881)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=5
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2";
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # 
https://gitlab.com/inkscape/inkscape/commit/93ccf03162cd2e46d962822d5507865f3451168c
+   patch -Np1 -i ../poppler-0.58.patch
+
+   ./autogen.sh
+
+   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 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/PKGBUILD.cmake (from rev 306880, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-i686/PKGBUILD.cmake (rev 0)
+++ staging-i686/PKGBUILD.cmake 2017-10-06 00:59:22 UTC (rev 306881)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some exten

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

2017-10-05 Thread Evangelos Foutras
Date: Thursday, October 5, 2017 @ 08:52:57
  Author: foutrelis
Revision: 306789

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 306788, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/PKGBUILD.cmake
(from rev 306788, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-i686/poppler-0.58.patch
(from rev 306788, inkscape/trunk/poppler-0.58.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 306788, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 306788, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-x86_64/poppler-0.58.patch
(from rev 306788, inkscape/trunk/poppler-0.58.patch)

---+
 staging-i686/PKGBUILD |   65 +
 staging-i686/PKGBUILD.cmake   |   61 +
 staging-i686/poppler-0.58.patch   | 1430 
 staging-x86_64/PKGBUILD   |   65 +
 staging-x86_64/PKGBUILD.cmake |   61 +
 staging-x86_64/poppler-0.58.patch | 1430 
 6 files changed, 3112 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 306788, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-05 08:52:57 UTC (rev 306789)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=4
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2";
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # 
https://gitlab.com/inkscape/inkscape/commit/93ccf03162cd2e46d962822d5507865f3451168c
+   patch -Np1 -i ../poppler-0.58.patch
+
+   ./autogen.sh
+
+   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 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/PKGBUILD.cmake (from rev 306788, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-i686/PKGBUILD.cmake (rev 0)
+++ staging-i686/PKGBUILD.cmake 2017-10-05 08:52:57 UTC (rev 306789)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some ext

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

2017-09-16 Thread Andreas Radke
Date: Saturday, September 16, 2017 @ 10:34:46
  Author: andyrtr
Revision: 305655

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 305654, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/PKGBUILD.cmake
(from rev 305654, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-i686/poppler-0.58.patch
(from rev 305654, inkscape/trunk/poppler-0.58.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 305654, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 305654, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/staging-x86_64/poppler-0.58.patch
(from rev 305654, inkscape/trunk/poppler-0.58.patch)

---+
 staging-i686/PKGBUILD |   64 +
 staging-i686/PKGBUILD.cmake   |   61 +
 staging-i686/poppler-0.58.patch   | 1430 
 staging-x86_64/PKGBUILD   |   64 +
 staging-x86_64/PKGBUILD.cmake |   61 +
 staging-x86_64/poppler-0.58.patch | 1430 
 6 files changed, 3110 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 305654, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-16 10:34:46 UTC (rev 305655)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2";
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # 
https://gitlab.com/inkscape/inkscape/commit/93ccf03162cd2e46d962822d5507865f3451168c
+   patch -Np1 -i ../poppler-0.58.patch
+
+   ./autogen.sh
+
+   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 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/PKGBUILD.cmake (from rev 305654, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-i686/PKGBUILD.cmake (rev 0)
+++ staging-i686/PKGBUILD.cmake 2017-09-16 10:34:46 UTC (rev 305655)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some extensions'
+'python-lxml: some extensions and filters'
+

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

2015-11-23 Thread Gaetan Bisson
Date: Monday, November 23, 2015 @ 22:16:39
  Author: bisson
Revision: 251918

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

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

---+
 /PKGBUILD |  120 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   60 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   60 
 extra-x86_64/install  |   13 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-23 21:15:39 UTC (rev 251917)
+++ extra-i686/PKGBUILD 2015-11-23 21:16:39 UTC (rev 251918)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-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' 
'popt'
- 'ttf-dejavu' '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";
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-install=install
-
-prepare() {
-   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
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # glibmm 2.46 uses C++11 features
-   CXXFLAGS+=' -std=c++11'
-
-   ./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 251917, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-23 21:16:39 UTC (rev 251918)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=13
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'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=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=

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

2015-10-02 Thread Evangelos Foutras
Date: Friday, October 2, 2015 @ 19:53:37
  Author: foutrelis
Revision: 248277

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

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

---+
 /PKGBUILD |  120 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   60 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   60 
 extra-x86_64/install  |   13 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-02 17:53:24 UTC (rev 248276)
+++ extra-i686/PKGBUILD 2015-10-02 17:53:37 UTC (rev 248277)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=10
-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'
- 'ttf-dejavu' '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";
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-install=install
-
-prepare() {
-   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
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # glibmm 2.46 uses C++11 features
-   CXXFLAGS+=' -std=c++11'
-
-   ./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 248276, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-02 17:53:37 UTC (rev 248277)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+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' 
'popt'
+ 'ttf-dejavu' '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";
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')

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

2015-04-04 Thread Gaetan Bisson
Date: Saturday, April 4, 2015 @ 19:48:09
  Author: bisson
Revision: 235464

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

Added:
  inkscape/repos/staging-i686/PKGBUILD
(from rev 235463, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 235463, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 235463, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 235463, inkscape/trunk/install)
Deleted:
  inkscape/repos/staging-i686/PKGBUILD
  inkscape/repos/staging-i686/install
  inkscape/repos/staging-x86_64/PKGBUILD
  inkscape/repos/staging-x86_64/install

-+
 /PKGBUILD   |  112 ++
 /install|   26 ++
 staging-i686/PKGBUILD   |   56 ---
 staging-i686/install|   13 -
 staging-x86_64/PKGBUILD |   56 ---
 staging-x86_64/install  |   13 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-04-04 17:47:41 UTC (rev 235463)
+++ staging-i686/PKGBUILD   2015-04-04 17:48:09 UTC (rev 235464)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=7
-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'
- 'ttf-dejavu' '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";
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-install=install
-
-prepare() {
-   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
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-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/PKGBUILD (from rev 235463, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 17:48:09 UTC (rev 235464)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=8
+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'
+ 'ttf-dejavu' '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";
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941

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

2015-03-05 Thread Gaetan Bisson
Date: Friday, March 6, 2015 @ 06:15:28
  Author: bisson
Revision: 232913

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

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

---+
 /PKGBUILD |  112 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   56 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   56 
 extra-x86_64/install  |   13 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-06 05:14:47 UTC (rev 232912)
+++ extra-i686/PKGBUILD 2015-03-06 05:15:28 UTC (rev 232913)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=5
-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";
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-install=install
-
-prepare() {
-   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
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-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 232912, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-06 05:15:28 UTC (rev 232913)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=6
+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'
+ 'ttf-dejavu' '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";
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af

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

2015-02-08 Thread Gaetan Bisson
Date: Monday, February 9, 2015 @ 04:36:40
  Author: bisson
Revision: 231168

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

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

---+
 /PKGBUILD |  112 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   51 -
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   51 -
 extra-x86_64/install  |   13 -
 6 files changed, 138 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-09 03:36:09 UTC (rev 231167)
+++ extra-i686/PKGBUILD 2015-02-09 03:36:40 UTC (rev 231168)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.91
-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'
-'uniconvertor: reading/writing to some proprietary formats')
-#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";)
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
-
-install=install
-
-prepare() {
-   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
-}
-
-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 231167, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-09 03:36:40 UTC (rev 231168)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=3
+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";
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   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 

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

2014-11-08 Thread Bartłomiej Piotrowski
Date: Saturday, November 8, 2014 @ 18:33:48
  Author: bpiotrowski
Revision: 225760

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 225759, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/ime-placement.patch
(from rev 225759, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-i686/install
(from rev 225759, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 225759, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/ime-placement.patch
(from rev 225759, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-x86_64/install
(from rev 225759, inkscape/trunk/install)

+
 staging-i686/PKGBUILD  |   54 ++
 staging-i686/ime-placement.patch   |   62 +++
 staging-i686/install   |   13 +++
 staging-x86_64/PKGBUILD|   54 ++
 staging-x86_64/ime-placement.patch |   62 +++
 staging-x86_64/install |   13 +++
 6 files changed, 258 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 225759, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-08 17:33:48 UTC (rev 225760)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.5
+pkgrel=3
+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";
+'ime-placement.patch')
+sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
+  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   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/staging-i686/ime-placement.patch (from rev 225759, 
inkscape/trunk/ime-placement.patch)
===
--- staging-i686/ime-placement.patch(rev 0)
+++ staging-i686/ime-placement.patch2014-11-08 17:33:48 UTC (rev 225760)
@@ -0,0 +1,62 @@
+diff -aur old/src/text-context.cpp new/src/text-context.cpp
+--- old/src/text-context.cpp   2011-07-08 08:25:09.46879 -1000
 new/src/text-context.cpp   2014-04-21 14:48:22.668759004 -1000
+@@ -684,6 +684,17 @@
+ // articifically here, for the text object does not exist 
yet:
+ double cursor_height = 
sp_desktop_get_font_size_tool(desktop);
+ sp_ctrlline_set_coords(SP_CTRLLINE(tc->cursor), dtp, dtp 
+ Geom::Point(0, cursor_height));
++if (tc->imc) {
++GdkRectangle im_cursor;
++Geom::Point const top_left = 
SP_EVENT_CONTEXT(tc)->desktop->get_display_area().corner(3);
++Geom::Point const cursor_size(0, cursor_height);
++Geom::Point const im_position = 
SP_EVENT_CONTEXT(tc)->desktop->d2w(dtp + cursor_size - top_left);
++im_cursor.x = (int) floor(im_position[Geom::X]);
++im_cursor.y = (int) floor

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

2014-06-26 Thread Gaetan Bisson
Date: Thursday, June 26, 2014 @ 11:01:07
  Author: bisson
Revision: 215472

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 215471, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/ime-placement.patch
(from rev 215471, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-i686/install
(from rev 215471, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 215471, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/ime-placement.patch
(from rev 215471, inkscape/trunk/ime-placement.patch)
  inkscape/repos/staging-x86_64/install
(from rev 215471, inkscape/trunk/install)

+
 staging-i686/PKGBUILD  |   54 ++
 staging-i686/ime-placement.patch   |   62 +++
 staging-i686/install   |   13 +++
 staging-x86_64/PKGBUILD|   54 ++
 staging-x86_64/ime-placement.patch |   62 +++
 staging-x86_64/install |   13 +++
 6 files changed, 258 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 215471, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-26 09:01:07 UTC (rev 215472)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.5
+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'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'ime-placement.patch')
+sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
+  'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   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/staging-i686/ime-placement.patch (from rev 215471, 
inkscape/trunk/ime-placement.patch)
===
--- staging-i686/ime-placement.patch(rev 0)
+++ staging-i686/ime-placement.patch2014-06-26 09:01:07 UTC (rev 215472)
@@ -0,0 +1,62 @@
+diff -aur old/src/text-context.cpp new/src/text-context.cpp
+--- old/src/text-context.cpp   2011-07-08 08:25:09.46879 -1000
 new/src/text-context.cpp   2014-04-21 14:48:22.668759004 -1000
+@@ -684,6 +684,17 @@
+ // articifically here, for the text object does not exist 
yet:
+ double cursor_height = 
sp_desktop_get_font_size_tool(desktop);
+ sp_ctrlline_set_coords(SP_CTRLLINE(tc->cursor), dtp, dtp 
+ Geom::Point(0, cursor_height));
++if (tc->imc) {
++GdkRectangle im_cursor;
++Geom::Point const top_left = 
SP_EVENT_CONTEXT(tc)->desktop->get_display_area().corner(3);
++Geom::Point const cursor_size(0, cursor_height);
++Geom::Point const im_position = 
SP_EVENT_CONTEXT(tc)->desktop->d2w(dtp + cursor_size - top_left);
++im_cursor.x = (int) floor(im_position[Geom::X]);
++im_cursor.y = (int) floor(im_posi

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

2013-09-19 Thread Gaetan Bisson
Date: Friday, September 20, 2013 @ 05:11:34
  Author: bisson
Revision: 194642

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

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

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 ++
 6 files changed, 160 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 194641, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-09-20 03:11:34 UTC (rev 194642)
@@ -0,0 +1,56 @@
+# $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')
+
+options=('!libtool')
+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/staging-i686/install (from rev 194641, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-09-20 03:11:34 UTC (rev 194642)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 194641, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-09-20 03:11:34 UTC (rev 194642)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 194641, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD   

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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:09:01
  Author: eric
Revision: 192220

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

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

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 ++
 6 files changed, 160 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 192219, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=10
+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')
+
+options=('!libtool')
+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/staging-i686/install (from rev 192219, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 192219, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 192219, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD   

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

2013-07-30 Thread Gaetan Bisson
Date: Wednesday, July 31, 2013 @ 04:04:45
  Author: bisson
Revision: 191817

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

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

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 ++
 6 files changed, 160 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 191816, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-31 02:04:45 UTC (rev 191817)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=9
+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')
+
+options=('!libtool')
+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/staging-i686/install (from rev 191816, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-07-31 02:04:45 UTC (rev 191817)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 191816, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-07-31 02:04:45 UTC (rev 191817)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 191816, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD  

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

2013-05-20 Thread Gaetan Bisson
Date: Monday, May 20, 2013 @ 19:34:50
  Author: bisson
Revision: 186033

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

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

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 ++
 6 files changed, 160 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 186032, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-20 17:34:50 UTC (rev 186033)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=8
+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')
+options=('!libtool')
+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/staging-i686/install (from rev 186032, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-05-20 17:34:50 UTC (rev 186033)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 186032, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-05-20 17:34:50 UTC (rev 186033)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 186032, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD  

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

2013-04-29 Thread Gaetan Bisson
Date: Monday, April 29, 2013 @ 15:55:04
  Author: bisson
Revision: 183895

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

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

+
 staging-i686/PKGBUILD  |   55 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 +++
 staging-x86_64/PKGBUILD|   55 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 +++
 6 files changed, 158 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 183894, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 13:55:04 UTC (rev 183895)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=7
+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')
+options=('!libtool')
+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
+}
+
+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/install (from rev 183894, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-04-29 13:55:04 UTC (rev 183895)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 183894, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-04-29 13:55:04 UTC (rev 183895)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 183894, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 

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

2013-04-13 Thread Andreas Radke
Date: Saturday, April 13, 2013 @ 11:53:25
  Author: andyrtr
Revision: 182717

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

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

+
 staging-i686/PKGBUILD  |   57 +++
 staging-i686/inkscape-0.48.4-spuriouscomma.patch   |   11 +++
 staging-i686/install   |   13 
 staging-x86_64/PKGBUILD|   57 +++
 staging-x86_64/inkscape-0.48.4-spuriouscomma.patch |   11 +++
 staging-x86_64/install |   13 
 6 files changed, 162 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 182716, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-13 09:53:25 UTC (rev 182717)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=6
+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')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+inkscape-0.48.4-spuriouscomma.patch)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   
+   # fix FTBS, patch taken from FC
+   patch -Np0 -i ${srcdir}/inkscape-0.48.4-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
+
+   ./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/inkscape-0.48.4-spuriouscomma.patch (from 
rev 182716, inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
===
--- staging-i686/inkscape-0.48.4-spuriouscomma.patch
(rev 0)
+++ staging-i686/inkscape-0.48.4-spuriouscomma.patch2013-04-13 09:53:25 UTC 
(rev 182717)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-i686/install (from rev 182716, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-04-13 09:53:25 UTC (rev 182717)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/sta

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:46:02
  Author: andyrtr
Revision: 174957

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

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

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/install|   13 +++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/install  |   13 +++
 4 files changed, 130 insertions(+)

Copied: inkscape/repos/testing-i686/PKGBUILD (from rev 174952, 
inkscape/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+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 \
+   --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/testing-i686/install (from rev 174952, 
inkscape/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 174952, 
inkscape/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+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}/${pkgnam

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

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 03:54:18
  Author: andyrtr
Revision: 159706

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

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

-+
 PKGBUILD|  115 -
 install |   26 +-
 libpng15.patch  |   80 +++---
 poppler20.patch |  642 ++
 4 files changed, 754 insertions(+), 109 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-26 07:54:15 UTC (rev 159705)
+++ extra-x86_64/PKGBUILD   2012-05-26 07:54:18 UTC (rev 159706)
@@ -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/extra-x86_64/PKGBUILD (from rev 159700, 
inkscape/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-26 07:54:18 UTC (rev 159706)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.3.1
+pkgrel=3
+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";
+'poppler20.patch'
+'libpng15.patch')
+sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e'
+  '7316c2903c157781838cce289a709d100dc40fec'
+  '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
+   se

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

2012-05-26 Thread andyrtr
Date: Saturday, May 26, 2012 @ 03:54:15
  Author: andyrtr
Revision: 159705

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

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

-+
 PKGBUILD|  115 -
 install |   26 +-
 libpng15.patch  |   80 +++---
 poppler20.patch |  642 ++
 4 files changed, 754 insertions(+), 109 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-26 07:54:13 UTC (rev 159704)
+++ extra-i686/PKGBUILD 2012-05-26 07:54:15 UTC (rev 159705)
@@ -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/extra-i686/PKGBUILD (from rev 159700, 
inkscape/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-26 07:54:15 UTC (rev 159705)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.3.1
+pkgrel=3
+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";
+'poppler20.patch'
+'libpng15.patch')
+sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e'
+  '7316c2903c157781838cce289a709d100dc40fec'
+  '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 -

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

2012-03-15 Thread Gaetan Bisson
Date: Thursday, March 15, 2012 @ 06:52:47
  Author: bisson
Revision: 153511

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

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

---+
 staging-i686/PKGBUILD |   56 
 staging-i686/install  |   13 +
 staging-i686/libpng15.patch   |   40 
 staging-x86_64/PKGBUILD   |   56 
 staging-x86_64/install|   13 +
 staging-x86_64/libpng15.patch |   40 
 6 files changed, 218 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 153510, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-15 10:52:47 UTC (rev 153511)
@@ -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}-${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/install (from rev 153510, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2012-03-15 10:52:47 UTC (rev 153511)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/libpng15.patch (from rev 153510, 
inkscape/trunk/libpng15.patch)
===
--- staging-i686/libpng15.patch (rev 0)
+++ staging-i686/libpng15.patch 2012-03-15 10:52:47 UTC (rev 153511)
@@ -0,0 +1,40 @@
+--- inkscape-0.48.1/src/extension/internal/pdfinput/svg-builder.cpp
 inkscape-0.48.1-mod//src/extension/internal/pdfinput/svg-builder.cpp
+@@ -1443,7 +1443,7 @@
+ return NULL;
+ }
+ // Set error handler
+-if (setjmp(png_ptr->jmpbuf)) {
++if (setjmp(png_jmpbuf(png_ptr))) {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ return NULL;
+ }
+--- inkscape-0.48.1/src/helper/png-write.cpp
 inkscape-0.48.1-mod//src/helper/png-write.cpp
+@@ -165,7 +165,7 @@
+ /* Set error handling.  REQUIRED if you aren't supplying your own
+  * error hadnling functions in the png_create_write_struct() call.
+  */
+-if (setjmp(png_ptr->jmpbuf)) {
++if (setjmp(png_jmpbuf(png_ptr))) {
+ 

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

2012-01-23 Thread Gaetan Bisson
Date: Tuesday, January 24, 2012 @ 01:18:56
  Author: bisson
Revision: 147200

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

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

---+
 staging-i686/PKGBUILD |   57 
 staging-i686/install  |   13 +
 staging-i686/libpng15.patch   |   40 
 staging-x86_64/PKGBUILD   |   57 
 staging-x86_64/install|   13 +
 staging-x86_64/libpng15.patch |   40 
 6 files changed, 220 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 147199, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-24 06:18:56 UTC (rev 147200)
@@ -0,0 +1,57 @@
+# $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/staging-i686/install (from rev 147199, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2012-01-24 06:18:56 UTC (rev 147200)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/libpng15.patch (from rev 147199, 
inkscape/trunk/libpng15.patch)
===
--- staging-i686/libpng15.patch (rev 0)
+++ staging-i686/libpng15.patch 2012-01-24 06:18:56 UTC (rev 147200)
@@ -0,0 +1,40 @@
+--- inkscape-0.48.1/src/extension/internal/pdfinput/svg-builder.cpp
 inkscape-0.48.1-mod//src/extension/internal/pdfinput/svg-builder.cpp
+@@ -1443,7 +1443,7 @@
+ return NULL;
+ }
+ // Set error handler
+-if (setjmp(png_ptr->jmpbuf)) {
++if (setjmp(png_jmpbuf(png_ptr))) {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ return NULL;
+ }
+--- inkscape-0.48.1/src/helper/png-write.cpp
 inkscape-0.48.1-mod//src/helper/png-write.cpp
+@@ -165,7 +165,7 @@
+ /* Set error handling.  REQUIRED if you aren't supplying your own
+  * error hadnling functions in the png_create_write_struct() call.
+  */
+-if (setjmp(png_ptr-

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

2011-11-27 Thread Gaetan Bisson
Date: Sunday, November 27, 2011 @ 19:27:02
  Author: bisson
Revision: 143645

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-28 00:26:18 UTC (rev 143644)
+++ extra-i686/PKGBUILD 2011-11-28 00:27:02 UTC (rev 143645)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.2
-pkgrel=4
-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' 'pyxml' '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'
-'uniconvertor: reading/writing to some proprietary formats')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
-
-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 \
-   --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 143644, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-28 00:27:02 UTC (rev 143645)
@@ -0,0 +1,53 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=5
+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";)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+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 \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-t