# HG changeset patch # User Pascal Bellard # Date 1449087122 -3600 # Node ID 99b32bb95de03b0f43e2ade9e02d1c290c7bdad1 # Parent 583a65228358d042b79ccea9a1f973fa7e42706f Add pypar2 (again) diff -r 583a65228358 -r 99b32bb95de0 pypar2/receipt --- a/pypar2/receipt Wed Dec 02 20:45:37 2015 +0100 +++ b/pypar2/receipt Wed Dec 02 21:12:02 2015 +0100 @@ -8,9 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pypar2.silent-blade.org/" WGET_URL="$WEB_SITE/uploads/Main/$TARBALL" -#http://pypar2.silent-blade.org/uploads/Main/pypar2-1.4.tar.gz -DEPENDS="pygtk par2" +DEPENDS="pygtk par2 python-pyxml python-vte" # Rules to configure and make the package. compile_rules() @@ -24,5 +23,8 @@ genpkg_rules() { cp -a $install/* $fs/ - rm -rf $fs/usr/share/man + sed -i 's/Categories=.*/Categories=Utilities/' \ + $fs/usr/share/applications/pypar2.desktop + rm -rf $fs/usr/share/man $fs/usr/bin/pypar2 + ln -s /usr/share/pypar2/src/main.py $fs/usr/bin/pypar2 }