Date: Wednesday, October 5, 2011 @ 20:30:12
  Author: bisson
Revision: 140042

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

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

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

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 140041, 
inkscape/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2011-10-06 00:30:12 UTC (rev 140042)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias <tob...@archlinux.org>
+# Contributor: Tobias Kieslich <tob...@justdreams.de>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=3
+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/staging-i686/install (from rev 140041, 
inkscape/trunk/install)
===================================================================
--- staging-i686/install                                (rev 0)
+++ staging-i686/install        2011-10-06 00:30:12 UTC (rev 140042)
@@ -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-x86_64/PKGBUILD (from rev 140041, 
inkscape/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2011-10-06 00:30:12 UTC (rev 140042)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias <tob...@archlinux.org>
+# Contributor: Tobias Kieslich <tob...@justdreams.de>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=3
+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/staging-x86_64/install (from rev 140041, 
inkscape/trunk/install)
===================================================================
--- staging-x86_64/install                              (rev 0)
+++ staging-x86_64/install      2011-10-06 00:30:12 UTC (rev 140042)
@@ -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
+}

Reply via email to