# HG changeset patch # User Christopher Rogers # Date 1318819424 0 # Node ID 455fab64530b54afb47e905012871148bd5f8c6b # Parent 56801b1a7022263ee8b23360a78562c788bdd675 Up: dbus-glib to 0.98. diff -r 56801b1a7022 -r 455fab64530b dbus-glib-dev/receipt --- a/dbus-glib-dev/receipt Mon Oct 17 02:43:08 2011 +0000 +++ b/dbus-glib-dev/receipt Mon Oct 17 02:43:44 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-glib-dev" -VERSION="0.92" +VERSION="0.98" CATEGORY="development" SHORT_DESC="D-Bus glib binding." DEPENDS="dbus-glib dbus-dev glib-dev" @@ -13,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 56801b1a7022 -r 455fab64530b dbus-glib/receipt --- a/dbus-glib/receipt Mon Oct 17 02:43:08 2011 +0000 +++ b/dbus-glib/receipt Mon Oct 17 02:43:44 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-glib" -VERSION="0.92" +VERSION="0.98" CATEGORY="x-window" SHORT_DESC="D-Bus glib binding." MAINTAINER="pankso@slitaz.org" @@ -28,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }