Move inkscape to extra

This commit is contained in:
AlmAck 2013-04-28 18:14:39 +02:00
parent fe9ab614f7
commit 7f53a7b932
3 changed files with 18 additions and 6 deletions

View File

@ -1,19 +1,20 @@
pkgname=gtkspell
pkgver=2.0.16
pkgrel=1
pkgrel=2
url="http://gtkspell.sourceforge.net/"
pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
arch=('x86_64')
license=('GPL')
depends=('gtk2' 'enchant')
depends=('gtk2' 'enchant' 'filesystem-extra')
makedepends=('intltool')
options=('!libtool')
install=gtkspell.install
source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
md5sums=('f75dcc9338f182c571b321d37c606a94')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-gtk-doc
./configure --prefix=/extra/usr --disable-gtk-doc
make
}

11
gtkspell/gtkspell.install Normal file
View File

@ -0,0 +1,11 @@
post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
post_install $1
}
pre_remove() {
sbin/ldconfig -r .
}

View File

@ -1,13 +1,13 @@
pkgname=inkscape
pkgver=0.48.4
pkgrel=1
pkgrel=2
pkgdesc='Vector graphics editor using the SVG file format'
url='http://inkscape.sourceforge.net/'
license=('GPL' 'LGPL')
arch=('x86_64')
makedepends=('boost' 'intltool')
depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt'
'python2' 'desktop-file-utils' 'hicolor-icon-theme' 'libwpg')
'python2' 'desktop-file-utils' 'hicolor-icon-theme' 'libwpg' 'filesystem-extra')
optdepends=('pstoedit: latex formulas'
'texlive-core: latex formulas'
'python2-numpy: some extensions'
@ -36,7 +36,7 @@ build() {
prepare
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--prefix=/extra/usr \
--with-python \
--with-perl \
--enable-lcms \