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:18:29 +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=oIwQvxI7C1Zo1Euwrt2XtGvpBEYmOHOpoPvr2mjXI5g=; b=n/bdFOUZ7SXCaIcaB5NVLoZSwpSCOd9uxZuuQ0S+hWsS6hWaMdeiCApTDGRoHgN1Hr XeCbrpMYQfY3VUEfKerqCEj9nPki+mTD05pxlpK0TL/Ciui40dsyMTzW6OlxG4vUhfZ5 2O0/nbml1CRXaTlBkMtTklVaHpMWhjPspRDrs=
- 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=xZg/jFUp+N6K1I7zLWYTu34vm91Cuz63WgWseFRIAx/WHxhDQbPsO6tWDfht5EhJIM EbsMyMjWgNNeDheoyW4GNcPuFMKIB8a2kRLkC3wGz9X372Dl07A6L2TlKjsFDLBKObRe 8jesxGQtVJf8eGACO+Kn/Rl/NEVcjns+TsmF8=
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
@@ -5,10 +5,9 @@
CATEGORY="x-window"
SHORT_DESC="The libbonoboui package contains libbonoboui libraries."
MAINTAINER="pankso@xxxxxxxxxx"
-DEPENDS="glib gtk+ libgnome libgnomecanvas libglade GConf xorg-libXft
-xorg-libXdamage alsa-lib"
+DEPENDS="glib gtk+ libgnome libgnomecanvas libglade GConf xorg-libXft"
BUILD_DEPENDS="glib-dev gtk+-dev libgnome-dev libgnomecanvas-dev libglade-dev \
-GConf-dev xorg-libXft-dev xorg-libXdamage-dev alsa-lib-dev"
+GConf-dev xorg-libXft-dev"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gnome.org/"
WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
@@ -17,10 +16,7 @@
compile_rules()
{
cd $src
- ./configure \
- --sysconfdir=/etc/gnome \
- --libexecdir=/usr/lib/bonobo &&
- make && make install
+ ./configure && make && install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
@@ -32,5 +28,6 @@
cp -a $_pkg/usr/lib/bonobo* $fs/usr/lib
cp -a $_pkg/usr/lib/libglade $fs/usr/lib
# 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 5:52 PM, Christophe Lincoln <pankso@xxxxxxxxxx> wrote:
>
> Hi all,
>
> Now we have a stable build bot and all cooking packages builded I'm
> paving the road to 4.0 so I prepared an undigest cooker... Yes because
> technicaly it is exactly the same process that will be used to have a
> stable cooker, so when 4.0 will be out we will have a cooker build bot
> running in the day.
>
> Stable cooker is something we actually missing from the move of FSF
> server and let us commit security fix and update to widely used
> packages (firefox, midori) and so provide update to stable users.
>
> To put in place the undigest cooker on Tank I did 10min! Just a matter
> of creating a chroot with tazdev, setup the cooker env as well as
> cloning and copying manually the wok-undigest under /home/slitaz/wok*
>
> For Tank admins, ther is no cron running actually in the undigest
> chroot but you can cook packages manually with:
>
> # tazdev chroot undigest
> # cook pkgname
>
> The web interfacce: http://cook.slitaz.org/undigest/
>
> I did a symlink for cooked packages, it will help to direcly test fresh
> packages but will eat Tank small connection if to much dl, we may
> just do like for stable and cooking by syncing the mirror each night.
>
> Packages: http://cook.slitaz.org/undigest/packages/
>
> - Christophe
>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>
>
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/