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