Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324022 Details for
Bug 421111
media-gfx/inkscape-0.48.3.1 - syntax errors in python extensions (with python3?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Archlinux compilation file
file_421111.txt (text/plain), 2.07 KB, created by
noursferoce
on 2012-09-16 18:08:06 UTC
(
hide
)
Description:
Archlinux compilation file
Filename:
MIME Type:
Creator:
noursferoce
Created:
2012-09-16 18:08:06 UTC
Size:
2.07 KB
patch
obsolete
># Maintainer: Splex > >pkgname=inkscape-bzr >pkgver=11520 >pkgrel=1 >pkgdesc="An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format." >url="https://launchpad.net/inkscape" >arch=('i686' 'x86_64') >license=('GPL' 'LGPL') >depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2' > 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme') >optdepends=('python2-numpy: some extensions' > 'python-lxml: some extensions and filters' > 'uniconvertor: reading/writing to some proprietary formats') >makedepends=('boost' 'pkg-config' 'intltool' 'bzr' 'gettext' 'autoconf') >provides=('inkscape') >conflicts=('inkscape') >options=('!libtool') >source=() >md5sums=() >install=inkscape-bzr.install > >_bzrtrunk="lp:inkscape" >_bzrmod="inkscape" > >build() { > cd "$srcdir" > msg "Connecting to Bazaar server...." > > if [ -d $_bzrmod ] ; then > cd ${_bzrmod} && bzr pull ${_bzrtrunk} -r ${pkgver} > msg "The local files are updated." > else > bzr branch ${_bzrtrunk} ${_bzrmod} -r ${pkgver} > fi > > msg "Bazaar checkout done or server timeout" > msg "Starting make..." > > rm -rf "$srcdir/$_bzrmod-build" > cp -r "$srcdir/$_bzrmod" "$srcdir/$_bzrmod-build" > cd "$srcdir/$_bzrmod-build" > > ./autogen.sh > ./configure --prefix=/usr \ > --with-python \ > --with-perl \ > --without-gnome-vfs \ > --enable-lcms \ > --enable-poppler-cairo \ > --disable-dependency-tracking > > # fix for inkscape to use python2 with the python 3 package installed. > 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 > > make >} > >package() { > cd "$srcdir/$_bzrmod-build" > make DESTDIR=$pkgdir install >} > ># vim:set ts=2 sw=2 et:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 421111
: 324022