# HG changeset patch # User Christophe Lincoln # Date 1237749400 -3600 # Node ID 363112e4fee6179ab7da23205381896e1a1db38c # Parent 0c5792315abd8a4d78d06589385d3fbfbb50d660 ruby: add desktop file and icon for interpreter diff -r 0c5792315abd -r 363112e4fee6 receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/receipt Sun Mar 22 20:16:40 2009 +0100 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="plymouth" +VERSION="0.6.0" +CATEGORY="system-tools" +SHORT_DESC="Graphical boot tools and library." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.freedesktop.org/wiki/Software/Plymouth" +WGET_URL="http://www.freedesktop.org/software/plymouth/releases/$TARBALL" +DEPENDS="libpng" +BUILD_DEPENDS="libpng libpng-dev" + +# Rules to configure and make the package. +# --disable-gui-build dont wok properly only toolbox is not build. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install && + rm -rf _pkg/usr/share/applications +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/lib $fs/usr/lib/plymouth $fs/usr/share + cp -a $_pkg/bin $fs + cp -a $_pkg/sbin $fs + cp -a $_pkg/usr/sbin $fs/usr + cp -a $_pkg/lib/*.so* $fs/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/plymouth/*.so* $fs/usr/lib/plymouth + cp -a $_pkg/usr/share/plymouth $fs/usr/share +} diff -r 0c5792315abd -r 363112e4fee6 ruby/stuff/python.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ruby/stuff/python.desktop Sun Mar 22 20:16:40 2009 +0100 @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Ruby interpreter +Terminal=true +Exec=xterm -e irb +Icon=ruby.png +Type=Application +Categories=Development; diff -r 0c5792315abd -r 363112e4fee6 ruby/stuff/ruby.png Binary file ruby/stuff/ruby.png has changed