wok-next diff pysdm/receipt @ rev 20241
xplanet: use patches
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Nov 06 22:53:21 2017 +0200 (2017-11-06) |
parents | bf4a09ef1d2e |
children | c022997c7a57 |
line diff
1.1 --- a/pysdm/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pysdm/receipt Mon Nov 06 22:53:21 2017 +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 \