wok diff libunique/receipt @ rev 10343
tazpanel, wpa_supplicant: add CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 22 10:16:00 2011 +0200 (2011-05-22) |
parents | b2f3d02bf16d |
children | 4e1886a70bc2 |
line diff
1.1 --- a/libunique/receipt Wed Nov 03 01:13:57 2010 +0000 1.2 +++ b/libunique/receipt Sun May 22 10:16:00 2011 +0200 1.3 @@ -1,13 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 - 1.7 PACKAGE="libunique" 1.8 VERSION="1.1.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for writing single instance application." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="gtk+ cairo dbus-glib" 1.13 -BUILD_DEPENDS="pkg-config gtk+-dev glib-dev perl expat-dev" 1.14 +BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://live.gnome.org/LibUnique" 1.17 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 @@ -29,5 +28,6 @@ 1.19 { 1.20 mkdir -p $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.23 } 1.24