wok diff pidgin-libnotify/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 b7ad907547b5
children 96d0de4a697c
line diff
     1.1 --- a/pidgin-libnotify/receipt	Thu Feb 04 22:20:24 2010 +0100
     1.2 +++ b/pidgin-libnotify/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS="pidgin-dev libpurple-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://gaim-libnotify.sourceforge.net/"
     1.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()