Date: Saturday, November 2, 2013 @ 05:22:27
  Author: bisson
Revision: 198681

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-i686/PKGBUILD 2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-# Contributor: tobias <[email protected]>
-
-pkgname=inkscape
-pkgver=0.48.4
-pkgrel=11
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
-         'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-            'texlive-core: latex formulas'
-            'python2-numpy: some extensions'
-            'python2-lxml: some extensions and filters'
-            'pyxml: some extensions'
-            'uniconvertor: reading/writing to some proprietary formats')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-        'spuriouscomma.patch')
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
-          '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
-
-install=install
-
-prepare() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       patch -p0 -i ../spuriouscomma.patch
-       sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-       sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-       sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-       sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-       sed -i 's|"python"|"python2"|g' src/main.cpp
-       sed -i '/^#include <g.kmm/i #include <glibmm.h>' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
-}
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --with-python \
-               --with-perl \
-               --enable-lcms \
-               --enable-poppler-cairo \
-               --disable-dependency-tracking
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 198680, 
inkscape/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 04:22:27 UTC (rev 198681)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: tobias <[email protected]>
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=12
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
+         'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+            'texlive-core: latex formulas'
+            'python2-numpy: some extensions'
+            'python2-lxml: some extensions and filters'
+            'uniconvertor: reading/writing to some proprietary formats')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+        'spuriouscomma.patch')
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+          '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 <g.kmm/i #include <glibmm.h>' 
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
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install  2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-i686/install  2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,13 +0,0 @@
-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/extra-i686/install (from rev 198680, 
inkscape/trunk/install)
===================================================================
--- extra-i686/install                          (rev 0)
+++ extra-i686/install  2013-11-02 04:22:27 UTC (rev 198681)
@@ -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
+}

Deleted: extra-i686/spuriouscomma.patch
===================================================================
--- extra-i686/spuriouscomma.patch      2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-i686/spuriouscomma.patch      2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,11 +0,0 @@
---- src/widgets/desktop-widget.h~      2011-07-08 13:25:09.000000000 -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/extra-i686/spuriouscomma.patch (from rev 198680, 
inkscape/trunk/spuriouscomma.patch)
===================================================================
--- extra-i686/spuriouscomma.patch                              (rev 0)
+++ extra-i686/spuriouscomma.patch      2013-11-02 04:22:27 UTC (rev 198681)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~      2011-07-08 13:25:09.000000000 -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);

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-x86_64/PKGBUILD       2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-# Contributor: tobias <[email protected]>
-
-pkgname=inkscape
-pkgver=0.48.4
-pkgrel=11
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
-         'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-            'texlive-core: latex formulas'
-            'python2-numpy: some extensions'
-            'python2-lxml: some extensions and filters'
-            'pyxml: some extensions'
-            'uniconvertor: reading/writing to some proprietary formats')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-        'spuriouscomma.patch')
-sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
-          '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
-
-install=install
-
-prepare() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       patch -p0 -i ../spuriouscomma.patch
-       sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-       sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-       sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-       sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-       sed -i 's|"python"|"python2"|g' src/main.cpp
-       sed -i '/^#include <g.kmm/i #include <glibmm.h>' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
-}
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --with-python \
-               --with-perl \
-               --enable-lcms \
-               --enable-poppler-cairo \
-               --disable-dependency-tracking
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 198680, 
inkscape/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-11-02 04:22:27 UTC (rev 198681)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: tobias <[email protected]>
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=12
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib>=0.22.3' 'popt'
+         'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+            'texlive-core: latex formulas'
+            'python2-numpy: some extensions'
+            'python2-lxml: some extensions and filters'
+            'uniconvertor: reading/writing to some proprietary formats')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+        'spuriouscomma.patch')
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+          '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 <g.kmm/i #include <glibmm.h>' 
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
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install        2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-x86_64/install        2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,13 +0,0 @@
-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/extra-x86_64/install (from rev 198680, 
inkscape/trunk/install)
===================================================================
--- extra-x86_64/install                                (rev 0)
+++ extra-x86_64/install        2013-11-02 04:22:27 UTC (rev 198681)
@@ -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
+}

Deleted: extra-x86_64/spuriouscomma.patch
===================================================================
--- extra-x86_64/spuriouscomma.patch    2013-11-02 04:21:33 UTC (rev 198680)
+++ extra-x86_64/spuriouscomma.patch    2013-11-02 04:22:27 UTC (rev 198681)
@@ -1,11 +0,0 @@
---- src/widgets/desktop-widget.h~      2011-07-08 13:25:09.000000000 -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/extra-x86_64/spuriouscomma.patch (from rev 198680, 
inkscape/trunk/spuriouscomma.patch)
===================================================================
--- extra-x86_64/spuriouscomma.patch                            (rev 0)
+++ extra-x86_64/spuriouscomma.patch    2013-11-02 04:22:27 UTC (rev 198681)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~      2011-07-08 13:25:09.000000000 -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);

Reply via email to