gimp 2.8.8 and rebuild of libwebkit-gtk2

This commit is contained in:
AlmAck 2013-11-07 20:34:28 +01:00
parent 7fa52e6fdc
commit 90f5cddcc3
2 changed files with 10 additions and 9 deletions

View File

@ -1,32 +1,33 @@
pkgname=gimp
pkgver=2.8.6
pkgver=2.8.8
_pkgver=2.8
pkgrel=2
pkgrel=1
pkgdesc="GNU Image Manipulation Program (Development Version)"
arch=('x86_64')
url="http://www.gimp.org/"
license=('GPL3' 'LGPL3')
depends=('libpng' 'pygtk' 'lcms' 'libxpm' 'libwmf' 'librsvg' 'libmng' 'dbus-glib' 'filesystem-extra' \
'jasper' 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme')
'jasper' 'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
makedepends=('intltool' 'libwebkit-gtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 'ghostscript')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'libwebkit-gtk2: for the help browser or web-page plug-ins'
'poppler-glib: for pdf support'
'alsa-lib: for MIDI event controller module'
'curl: for URI support')
options=('!libtool' '!makeflags')
'curl: for URI support'
'ghostscript: for postscript support')
options=('!makeflags')
conflicts=('gimp')
provides=("gimp=${pkgver}")
install=gimp.install
source=(ftp://ftp.gimp.org/pub/gimp/v${_pkgver}/gimp-${pkgver}.tar.bz2 linux.gpl)
md5sums=('12b3fdf33d1f07ae79b412a9e38b9693'
md5sums=('ef2547c3514a1096931637bd6250635a'
'bb27bc214261d36484093e857f015f38')
build() {
cd "${srcdir}/gimp-${pkgver}"
PYTHON=/usr/bin/python2 ./configure --prefix=/extra/usr --sysconfdir=/extra/etc \
--enable-mp --enable-gimp-console --enable-python --with-libcurl \
--with-gif-compression=lzw --without-aa --without-gvfs
--with-gif-compression=lzw --without-aa --without-hal --without-gvfs --without-gnomevfs
make
}

View File

@ -2,7 +2,7 @@
pkgname=libwebkit-gtk2
pkgver=1.10.2
pkgrel=1
pkgrel=2
pkgdesc="An opensource web content engine"
arch=('x86_64')
url="http://webkitgtk.org/"
@ -10,7 +10,7 @@ license=('custom')
depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant')
makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'ruby' 'filesystem-extra')
provides=('libwebkit')
options=('!libtool' '!emptydirs')
options=('!emptydirs')
install=libwebkit.install
source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')