wok diff gqview/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 3d99ecce2d4b
children 02bbaa9d12ba
line diff
     1.1 --- a/gqview/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.2 +++ b/gqview/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Images viewer and manager using GTK+."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 +DEPENDS="gtk+ xorg-libXdamage"
     1.9  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://gqview.sourceforge.net/"