wok diff compiz-ccsm/receipt @ rev 21957

putty: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 10 15:54:14 2019 +0200 (2019-10-10)
parents 8e1f5fe117e6
children cdbaf97bfe46
line diff
     1.1 --- a/compiz-ccsm/receipt	Fri Jun 17 15:09:10 2016 +0300
     1.2 +++ b/compiz-ccsm/receipt	Thu Oct 10 15:54:14 2019 +0200
     1.3 @@ -19,6 +19,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	./setup.py install --prefix=/usr --with-gtk=2.0 --root="$DESTDIR"
     1.7 +
     1.8 +	find $DESTDIR -name ccsm.desktop | xargs \
     1.9 +	sed -i 's#Exec=.*#Exec=sh -c \"ccsm \|\| LC_ALL=C LANG=C ccsm\"#'
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13 @@ -30,7 +33,4 @@
    1.14  	cp -a $install/usr/share/locale/ru $fs/usr/share/locale
    1.15  	cp -a $install/usr/share/ccsm $fs/usr/share
    1.16  	cp -a $install/usr/share/icons $fs/usr/share
    1.17 -	cd $fs/usr/share
    1.18 -	mkdir pixmaps
    1.19 -	ln -s icons/hicolor/32x32/apps/ccsm.png pixmaps/ccsm.png
    1.20  }