wok-next rev 19969

Add mrxvt-unicode
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 18:10:20 2017 +0200 (2017-10-17)
parents 3905ac94a2ee
children ba1562254fc5
files mrxvt-unicode/receipt mrxvt-unicode/stuff/mrxvt.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mrxvt-unicode/receipt	Tue Oct 17 18:10:20 2017 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mrxvt-unicode"
     1.7 +VERSION="a551727"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Terminal emulator with muli-tabs support."
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="https://github.com/tomas/mrxvt-unicode"
    1.14 +WGET_URL="$WEB_SITE/archive/$VERSION"
    1.15 +TAGS="terminal"
    1.16 +
    1.17 +DEPENDS="libpng jpeg freetype expat fontconfig xorg-libICE xorg-libSM zlib \
    1.18 +xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXft xorg-libXpm xorg-libXrender"
    1.19 +BUILD_DEPENDS="xorg-dev libpng-dev jpeg-dev freetype-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./bootstrap.sh
    1.25 +	./configure \
    1.26 +		--prefix=/usr \
    1.27 +		--infodir=/usr/share/info \
    1.28 +		--mandir=/usr/share/man \
    1.29 +		--enable-xft \
    1.30 +		--enable-menubar \
    1.31 +		--enable-everything \
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make DESTDIR=$DESTDIR install
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +	cp -a $install/* $fs
    1.41 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mrxvt-unicode/stuff/mrxvt.desktop	Tue Oct 17 18:10:20 2017 +0200
     2.3 @@ -0,0 +1,8 @@
     2.4 +[Desktop Entry]
     2.5 +Name=Mrxvt
     2.6 +GenericName=Multi-tab Terminal
     2.7 +Comment=Terminal emulator with tabs support
     2.8 +Exec=mrxvt -xft -bg black -fg white -cr orange -pr green
     2.9 +Icon=mrxvt
    2.10 +Type=Application
    2.11 +Categories=Utility;Terminal;