wok-next diff pysdm/receipt @ rev 20412

slim: change path to Xorg's binary; update all the slim-theme-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 07 18:54:12 2018 +0200 (2018-01-07)
parents bf4a09ef1d2e
children c022997c7a57
line diff
     1.1 --- a/pysdm/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/pysdm/receipt	Sun Jan 07 18:54:12 2018 +0200
     1.3 @@ -11,13 +11,11 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="pygtk"
     1.7 -BUILD_DEPENDS="python python-dev"
     1.8 +BUILD_DEPENDS="python python-dev gettext-tools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -
    1.14 -	cd $src
    1.15  	sed -i 's/gksudo/subox/;s/Settings;//' data/pysdm.desktop
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17  		--mandir=/usr/share/man \