Re: Undigest cooker in place

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


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/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/