# HG changeset patch # User Pierre-Jean Fichet # Date 1231091015 -3600 # Node ID e0d0cc437464e8a704a57e777c571bf44dcf2432 # Parent ca3fcae36f740231cf52bd1b8e2f6b5f933654c0 Add: urxvt-full diff -r ca3fcae36f74 -r e0d0cc437464 urxvt-full/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/urxvt-full/receipt Sun Jan 04 18:43:35 2009 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="urxvt-full" +VERSION="9.06" +CATEGORY="utilities" +SHORT_DESC="terminal with unicode support" +MAINTAINER="sygne@ombres.eu" +DEPENDS="fontconfig xorg" +BUILD_DEPENDS="xorg-dev xorg-libXft-dev xorg-libX11-dev" +SOURCE="rxvt-unicode" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html" +WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --enable-everything \ + --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/lib $fs/usr + strip -s $fs/usr/bin/* + +} + diff -r ca3fcae36f74 -r e0d0cc437464 urxvt-full/stuff/urxvt-full.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/urxvt-full/stuff/urxvt-full.desktop Sun Jan 04 18:43:35 2009 +0100 @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Urxvt-full +GenericName=Unicode Terminal +Comment=Terminal emulator with unicode CJK support +Exec=urxvt -bg black -fg white -cr orange -pr green +Icon=urxvt.png +Type=Application +Categories=Utility;Terminal; diff -r ca3fcae36f74 -r e0d0cc437464 urxvt-full/stuff/urxvt.png Binary file urxvt-full/stuff/urxvt.png has changed