wok view lxsession046/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
children 1e4539eec013
line source
1 # SliTaz package receipt.
3 ORIGIN="lxsession"
4 PACKAGE="lxsession046"
5 VERSION="0.4.6.1"
6 CATEGORY="x-window"
7 SHORT_DESC="LXDE X session manager."
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://wiki.lxde.org/en/LXSession"
11 TARBALL="$ORIGIN-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="gtk+ dbus"
16 BUILD_DEPENDS="gtk+-dev dbus-dev intltool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share $fs/etc/xdg/lxsession/LXDE
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share/lxsession $fs/usr/share
33 # Use SliTaz Icon them for lxsession-logout
34 cp -a $stuff/desktop.conf $fs/etc/xdg/lxsession/LXDE
35 chown -R 0.0 $fs
36 }