wok-6.x rev 11889
up xcircuit 3.7.32; added desktop files; added several description files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 28 05:45:47 2012 -0800 (2012-02-28) |
parents | d86d7ecd35b3 |
children | 055d964cbc4c |
files | xcircuit/description.txt xcircuit/receipt xcircuit/stuff/xcircuit.desktop xcircuit/stuff/xcircuit.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcircuit/description.txt Tue Feb 28 05:45:47 2012 -0800 1.3 @@ -0,0 +1,3 @@ 1.4 +XCircuit is a UNIX/X11 program for drawing publishable-quality electrical 1.5 +circuit schematic diagrams and related figures, and produce circuit netlists 1.6 +through schematic capture.
2.1 --- a/xcircuit/receipt Tue Feb 28 14:38:57 2012 +0100 2.2 +++ b/xcircuit/receipt Tue Feb 28 05:45:47 2012 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xcircuit" 2.7 -VERSION="3.6.163" 2.8 +VERSION="3.7.32" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -15,7 +15,6 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src/$PACKAGE-$VERSION 2.16 - sed -i 's|am__api_version="1.9"|am__api_version="1.11"|' configure 2.17 ./configure prefix=/usr \ 2.18 --with-tcl=/usr/lib \ 2.19 --with-tk=/usr/lib \ 2.20 @@ -26,8 +25,12 @@ 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules() 2.23 { 2.24 - mkdir -p $fs/usr/lib 2.25 + mkdir -p $fs/usr/lib \ 2.26 + $fs/usr/share/applications \ 2.27 + $fs/usr/share/pixmaps 2.28 cp -a $_pkg/usr/bin $fs/usr 2.29 cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib 2.30 + cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications 2.31 + cp -a $stuff/$PACKAGE.png $fs/usr/share/pixmaps 2.32 } 2.33
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xcircuit/stuff/xcircuit.desktop Tue Feb 28 05:45:47 2012 -0800 3.3 @@ -0,0 +1,7 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=XCircuit 3.7 +Exec=xcircuit 3.8 +Icon=xcircuit 3.9 +Type=Application 3.10 +Categories=Graphics;
4.1 Binary file xcircuit/stuff/xcircuit.png has changed