wok diff gtkperf/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 762b649a4d73
children 932cd974e081
line diff
     1.1 --- a/gtkperf/receipt	Wed Mar 23 11:51:37 2016 +0200
     1.2 +++ b/gtkperf/receipt	Tue May 07 11:25:44 2019 +0300
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|/doc|/share&|' Makefile*
     1.8  	./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11 @@ -24,7 +25,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr
    1.16 +	mkdir -p $fs/usr/share
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18 -	cp -a $install/usr/share $fs/usr
    1.19 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.20  }