mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
Move inkscape to extra
This commit is contained in:
parent
fe9ab614f7
commit
7f53a7b932
@ -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
11
gtkspell/gtkspell.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
sbin/ldconfig -r .
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
sbin/ldconfig -r .
|
||||
}
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user