wok-6.x rev 225
UP: xterm (332) and added a desktop file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 15 21:07:35 2008 +0100 (2008-02-15) |
parents | 49a50d5d40c5 |
children | a9bb18f42a7f |
files | xterm/receipt xterm/stuff/xterm.desktop |
line diff
1.1 --- a/xterm/receipt Fri Feb 15 16:59:01 2008 +0100 1.2 +++ b/xterm/receipt Fri Feb 15 21:07:35 2008 +0100 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xterm" 1.7 -VERSION="229" 1.8 +VERSION="232" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="X Terminal emulator." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="xorg" 1.13 +BUILD_DEPENDS="xorg-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tgz" 1.15 WEB_SITE="http://invisible-island.net/xterm/" 1.16 WGET_URL="ftp://invisible-island.net/xterm/$TARBALL" 1.17 @@ -14,10 +15,13 @@ 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.22 - --mandir=/usr/share/man --localstatedir=/var \ 1.23 - --with-app-defaults=/usr/share/X11/app-defaults \ 1.24 - $CONFIGURE_ARGS 1.25 + ./configure \ 1.26 + --prefix=/usr \ 1.27 + --sysconfdir=/etc \ 1.28 + --mandir=/usr/share/man \ 1.29 + --localstatedir=/var \ 1.30 + --with-app-defaults=/usr/share/X11/app-defaults \ 1.31 + $CONFIGURE_ARGS 1.32 make 1.33 make DESTDIR=$PWD/_pkg install 1.34 } 1.35 @@ -25,9 +29,7 @@ 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr $fs/usr/share 1.40 + mkdir -p $fs/usr/share 1.41 cp -a $_pkg/usr/bin $fs/usr 1.42 cp -a $_pkg/usr/share/X11 $fs/usr/share 1.43 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.44 - strip -s $fs/usr/bin/* 1.45 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xterm/stuff/xterm.desktop Fri Feb 15 21:07:35 2008 +0100 2.3 @@ -0,0 +1,9 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=XTerm 2.7 +GenericName=Terminal 2.8 +Comment=Run commands in a shell 2.9 +Exec=xterm -bg black -fg white -cr orange 2.10 +Icon=/usr/share/icons/Tango/16x16/apps/utilities-terminal.png 2.11 +Type=Application 2.12 +Categories=Utility;Terminal;