wok view i3/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 448368c9da07
children 8685d0e1ac51
line source
1 # SliTaz package receipt.
3 PACKAGE="i3"
4 VERSION="4.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="i3 tiling window manager"
7 MAINTAINER="ybringler@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://i3wm.org"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
13 DEPENDS="libxcb xorg-libXcursor xorg-libX11 yajl libev dmenu \
14 startup-notification xcb-util"
15 BUILD_DEPENDS="make gcc pkg-config xcb-proto libxcb-dev xcb-util-dev \
16 libev-dev flex bison yajl t2 docbook-xml xorg-libXcursor-dev xorg-libX11-dev \
17 pcre-dev startup-notification-dev xcb-util-keysyms-dev xcb-util-wm-dev pango-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }