wok-current diff xcircuit/receipt @ rev 12045
swat: fixed desktop file and added new icon
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Mar 07 13:45:17 2012 -0800 (2012-03-07) |
parents | b7319995b37e |
children | 9c762d56b413 |
line diff
1.1 --- a/xcircuit/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/xcircuit/receipt Wed Mar 07 13:45:17 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xcircuit" 1.7 -VERSION="3.6.163" 1.8 +VERSION="3.7.32" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -15,7 +15,6 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src/$PACKAGE-$VERSION 1.16 - sed -i 's|am__api_version="1.9"|am__api_version="1.11"|' configure 1.17 ./configure prefix=/usr \ 1.18 --with-tcl=/usr/lib \ 1.19 --with-tk=/usr/lib \ 1.20 @@ -26,8 +25,12 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib 1.25 + mkdir -p $fs/usr/lib \ 1.26 + $fs/usr/share/applications \ 1.27 + $fs/usr/share/pixmaps 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib 1.30 + cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications 1.31 + cp -a $stuff/$PACKAGE.png $fs/usr/share/pixmaps 1.32 } 1.33