Re: Undigest cooker in place |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: Undigest cooker in place
- From: Daniele Guerrieri <d.guerrieri@xxxxxxxxx>
- Date: Sat, 28 May 2011 20:59:52 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=SEQgykS3dff7lY1i/DCIUAouT92mXR1dVuKqkOpP35U=; b=ZTL+I6DsVTOfIDOm+uFi/ohV7U7xBFhaQQhG8vq5Gi0tRfw/7eLj8wnFTRiSSOxx3i Y2aUeBGXa/skfq5nPGEvt2mxc36Hz1RpjJrGTs9lgvjb0rjvw7j22AuSRSUqcMxV0HUK KUGZldUYbGtwlwiXz5/apTQVe5jX1tSNBCDXs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vR5+6GCURL/A3wUQok1snEXvfn0lykKojABbWHAQgSqeMqr/zeP1EmF4R00eb37Hb2 DOy2YwtXMidJgBXovqx02+725UFzKP+GGCY/2zTTmXdq2GDfMy/StLxKLmWTb/95CM29 Z9SzRCMfOd89Dj8HNTvSq7fWvNTqYQrIQ28gU=
I did 'diff newer older'.. now i'll do 'diff older newer'
I've added also /usr/share/gnome-2.0,applications,locale, don't know
if it's correct locale.
--- ../../wok-undigest/libbonoboui/receipt
+++ receipt
@@ -5,9 +5,10 @@
CATEGORY="x-window"
SHORT_DESC="The libbonoboui package contains libbonoboui libraries."
MAINTAINER="pankso@xxxxxxxxxx"
-DEPENDS="glib gtk+ libgnome libgnomecanvas libglade GConf xorg-libXft"
+DEPENDS="glib gtk+ libgnome libgnomecanvas libglade GConf xorg-libXft
+xorg-libXdamage alsa-lib"
BUILD_DEPENDS="glib-dev gtk+-dev libgnome-dev libgnomecanvas-dev libglade-dev \
-GConf-dev xorg-libXft-dev"
+GConf-dev xorg-libXft-dev xorg-libXdamage-dev alsa-lib-dev"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gnome.org/"
WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
@@ -16,18 +17,25 @@
compile_rules()
{
cd $src
- ./configure && make && install
+ ./configure \
+ --sysconfdir=/etc/gnome \
+ --libexecdir=/usr/lib/bonobo &&
+ make && make install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib
+ mkdir -p $fs/usr/share
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
cp -a $_pkg/usr/lib/bonobo* $fs/usr/lib
cp -a $_pkg/usr/lib/libglade $fs/usr/lib
+ cp -a $_pkg/usr/share/applications $fs/usr/share
+ cp -a $_pkg/usr/share/gnome-2.0 $fs/usr/share
+ cp -a $_pkg/usr/share/locale $fs/usr/share
+
# remove archive lib
- find $fs/usr/lib -name *.*a -exec rm -f {} \;
+ find $fs/usr/lib -name "*.*a" -exec rm -f {} \;
}
-
On Sat, May 28, 2011 at 8:31 PM, Christophe Lincoln <pankso@xxxxxxxxxx> wrote:
>
> Hi Daniele,
>
>> Hi, i've improved build deps and compile rules for libbonoboui, maybe
>> it needs improvement for $fs/usr/share.
>>
>> libbonoboui.diff (receipt is the newest)
>> --- receipt
>> +++ ../../wok-undigest/libbonoboui/receipt
>
> Wich command you use for making diff ? Newer should have the + so I
> just have to: patch receipt -i patch.diff
>
> - Christophe
>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>
>
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/