You are not logged in.
meld [and not only optionally require for syntax highlighting] the
famous gtksourceview [here pysourceview the python wrapper]
here is the PKGBUILD I've made [but it cannot find gtksourceview,
the .pc must be under GNOME that's why and cannot find it. I thought you
could fix this or guide me {maybe proposing an abs PKGBUILD that had the
same problem and has a way to fix that?}
thanks
pkgname=pysourceview
pkgver=1.0.0
pkgrel=1
pkgdesc="PySourceView is a Python wrapper for the GtkSourceView text
editing widget for GTK2"
depends=(pygtk gtksourceview)
md5sums=('f6c2e6e277e7c906b2d6b97a0ef6a117')
url="http://www.bitbuilder.com/pysourceview/"
source=(http://www.bitbuilder.com/$pkgname/bins/$pkgname-$pkgver.tgz)
license="GPL"
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
the problem:
checking PYGTK_LIBS... -lgobject-2.0 -lglib-2.0
checking for gtksourceview >= 0.0.4... Package gtksourceview was not
found in the pkg-config search path.
Perhaps you should add the directory containing `gtksourceview.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtksourceview' found
thank you
Offline