wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxsession046/receipt	Tue May 07 11:25:44 2019 +0300
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +ORIGIN="lxsession"
     1.7 +PACKAGE="lxsession046"
     1.8 +VERSION="0.4.6.1"
     1.9 +CATEGORY="x-window"
    1.10 +SHORT_DESC="LXDE X session manager."
    1.11 +MAINTAINER="devel@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="https://wiki.lxde.org/en/LXSession"
    1.14 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17 +
    1.18 +DEPENDS="gtk+ dbus"
    1.19 +BUILD_DEPENDS="gtk+-dev dbus-dev intltool"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure \
    1.25 +		--sysconfdir=/etc \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make && make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/share $fs/etc/xdg/lxsession/LXDE
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/share/lxsession $fs/usr/share
    1.36 +	# Use SliTaz Icon them for lxsession-logout
    1.37 +	cp -a $stuff/desktop.conf $fs/etc/xdg/lxsession/LXDE
    1.38 +	chown -R 0.0 $fs
    1.39 +}