Re: Yad receipt

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


need to add,
perl-maketext-gettext, acl int the BUILD_DEPENDS.
after installing the yad package, and typing yad on the command line,
gives me a ok/cancel box,
yad --list does not show any list,  gives me the following errors.

****************************************************************************
root@deadwait:/home/slitaz# yad --list a b c
No column titles specified for List dialog.

(yad:27256): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display:
assertion `atom != GDK_NONE' failed

(yad:27256): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display:
assertion `atom != GDK_NONE' failed

(yad:27256): Gtk-CRITICAL **: gtk_tree_view_get_model: assertion
`GTK_IS_TREE_VIEW (tree_view)' failed

(yad:27256): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion
`GTK_IS_TREE_VIEW (tree_view)' failed

(yad:27256): Gtk-CRITICAL **: gtk_tree_selection_selected_foreach:
assertion `GTK_IS_TREE_SELECTION (selection)' failed
root@deadwait:/home/slitaz#
****************************************************************************
rest seems to be fine.

On Sun, Feb 7, 2010 at 10:55 PM, Alexander Medvedev <devl547@xxxxxxxxx> wrote:
> Yad is a fork of Zenity with many improvements, such as custom buttons,
> additional dialogs, popup menu in notification icon and more.
>
> # SliTaz package receipt.
> PACKAGE="yad"
> VERSION="0.0.9"
> CATEGORY="utilities"
> SHORT_DESC="Display graphical dialogs from shell scripts or command line"
> MAINTAINER="devl547@xxxxxxxxx"
> TARBALL="$PACKAGE-$VERSION.tar.bz2"
> WEB_SITE="http://code.google.com/p/yad/";
> WGET_URL="http://yad.googlecode.com/files/$TARBALL";
>
> # Rules to configure and make the package.
> compile_rules()
> {
>     cd $src
>     ./configure --prefix=/usr --infodir=/usr/share/info \
>     --mandir=/usr/share/man $CONFIGURE_ARGS &&
>     make &&
>     make DESTDIR=$PWD/_pkg install
> }
>
> # Rules to gen a SliTaz package suitable for Tazpkg.
> genpkg_rules()
> {
>     mkdir -p $fs/usr
>     cp -a $_pkg/usr/bin $fs/usr
> }
>
>
> With best regards, Alexander.
>



-- 
Thanx and regd's.

Allan.
http://www.in2dwok.com

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


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