checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met:
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-2.0', required by 'GdkPixbuf', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
# http://surfnet.dl.sourceforge.net/project/tilda/tilda/tilda-0.9.6/tilda-0.9.6.tar.gz
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
SHORT_DESC="X terminal emulator with tabs styled like FPS game terminals"
MAINTAINER="pankso@slitaz.org"
DEPENDS="gLib glade vte libconfuse"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://tilda.sourceforge.net/"
WGET_URL="http://surfnet.dl.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$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
strip -s $fs/usr/bin/*
}
## end of reciept file
root@slitaz:/home/tux# pkg-config --list-all
gdk-pixbuf-xlib-2.0 GdkPixbuf Xlib - GdkPixbuf rendering for Xlib
gdk-x11-2.0 GDK - GTK+ Drawing Kit (x11 target)
gail Gail - GNOME Accessibility Implementation Library
gtk+-x11-2.0 GTK+ - GTK+ Graphical UI Library (x11 target)
gdk-pixbuf-2.0 GdkPixbuf - Image loading and scaling
gtk+-2.0 GTK+ - GTK+ Graphical UI Library (x11 target)
pygobject-2.0 PyGObject - Python bindings for GObject
shared-mime-info shared-mime-info - Freedesktop common
MIME database
gtk+-unix-print-2.0 GTK+ - GTK+ Unix print support
gdk-2.0 GDK - GTK+ Drawing Kit (x11 target)
# http://surfnet.dl.sourceforge.net/project/tilda/tilda/tilda-0.9.6/tilda-0.9.6.tar.gz
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
SHORT_DESC="X terminal emulator with tabs styled like FPS game terminals"
MAINTAINER="pankso@slitaz.org"
BUILD_DEPENDS="gtk+-dev flex"
DEPENDS="gLib glade vte libconfuse"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://tilda.sourceforge.net/"
WGET_URL="http://surfnet.dl.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$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
strip -s $fs/usr/bin/*
}
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
WEB_SITE="http://tilda.sourceforge.net"
DEPENDS="vte libconfuse libglade"
BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse "
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/tilda/$TARBALL"
TAGS="terminal"
# Rules to configure and make the package.
compile_rules() {
cd $src
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/share/$PACKAGE
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/share/pixmaps $fs/usr/share
cp -a $_pkg/usr/share/tilda.glade $fs/usr/share/$PACKAGE/
}
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
WEB_SITE="http://tilda.sourceforge.net"
DEPENDS="vte libconfuse libglade"
BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse pkg-config glib glib-dev gtk+-dev pango-dev cairo-dev freetype-dev fontconfig-dev libpng-dev atk-dev libgio-dev libxml2-dev xorg-libXrandr-dev xorg-xrandr xorg-randrproto"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="terminal"
# 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
strip -s $fs/usr/bin/*
}
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
WEB_SITE="http://tilda.sourceforge.net"
DEPENDS="vte libconfuse libglade"
BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse pkg-config glib glib-dev gtk+-dev pango-dev cairo-dev freetype-dev fontconfig-dev libpng-dev atk-dev libgio-dev libxml2-dev xorg-libXrandr-dev xorg-xrandr xorg-randrproto"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="terminal"
# 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
cp -a $_pkg/usr/share $fs/usr
strip -s $fs/usr/bin/*
}
[Desktop Entry]
Encoding=UTF-8
Name=Tilda
Exec=@BINDIR@/tilda
Icon=@PIXMAPSDIR@/tilda.png
Terminal=false
Type=Application
Categories=GNOME;GTK;Application;Utility;TerminalEmulator;
[Desktop Entry]
Encoding=UTF-8
Name=Tilda
Exec=/usr/bin/tilda
Icon=/usr/share/applications/tilda.png
Terminal=false
Type=Application
Categories=GNOME;GTK;Application;Utility;TerminalEmulator;
# SliTaz package receipt.
PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
WEB_SITE="http://tilda.sourceforge.net"
DEPENDS="vte libconfuse libglade"
BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse pkg-config \
glib glib-dev gtk+-dev pango-dev cairo-dev freetype-dev fontconfig-dev \
libpng-dev atk-dev libgio-dev libxml2-dev xorg-libXrandr-dev \
xorg-xrandr xorg-randrproto"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="terminal"
# 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
mkdir -p $fs/usr/share/$PACKAGE/
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/share/pixmaps $fs/usr/share
cp -a $_pkg/usr/share/tilda.glade $fs/usr/share
# Apply modified .desktop file to suit SliTaz.
cp stuff/tilda.desktop $fs/usr/share/applications/tilda.desktop
strip -s $fs/usr/bin/*
}
[Desktop Entry]
Encoding=UTF-8
Name=Tilda
Exec=tilda
Icon=tilda
Terminal=false
Type=Application
Categories=GNOME;GTK;Application;Utility;TerminalEmulator;
p -a $_pkg/usr/share/tilda.glade $fs/usr/share/$PACKAGE
It looks like you're new here. If you want to get involved, click one of these buttons!