wok-next rev 12404
Add configs files from slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 16:51:07 2012 +0200 (2012-04-20) |
parents | c7fce17ac2e2 |
children | 569abf072b71 |
files | isomaster/receipt isomaster/stuff/skel/.isomaster mhwaveedit/receipt mhwaveedit/stuff/skel/.mhwaveedit/config parcellite/receipt parcellite/stuff/skel/.config/parcellite/parcelliterc |
line diff
1.1 --- a/isomaster/receipt Fri Apr 20 13:47:07 2012 +0200 1.2 +++ b/isomaster/receipt Fri Apr 20 16:51:07 2012 +0200 1.3 @@ -17,14 +17,16 @@ 1.4 { 1.5 cd $src 1.6 make PREFIX=/usr && 1.7 - make PREFIX=/usr DESTDIR=$PWD/_pkg install 1.8 + make PREFIX=/usr DESTDIR=$DESTDIR install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 { 1.14 - mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/isomaster $fs/usr/share 1.17 + mkdir -p $fs/usr/share $fs/etc 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/share/isomaster $fs/usr/share 1.20 rm $fs/usr/share/isomaster/icons/isomaster.png 1.21 + cp -a $stuff/skel $fs/etc/skel 1.22 + chown -R 0.0 $fs 1.23 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/isomaster/stuff/skel/.isomaster Fri Apr 20 16:51:07 2012 +0200 2.3 @@ -0,0 +1,18 @@ 2.4 + 2.5 +[ui] 2.6 +windowwidth = 632 2.7 +windowheight = 550 2.8 +toppaneheight = 200 2.9 +showhiddenfilesfs = 0 2.10 +sortdirsfirst = 1 2.11 +scanforduplicatefiles = 1 2.12 +followsymlinks = 0 2.13 +appendextension = 1 2.14 +editor = leafpad 2.15 +viewer = firefox 2.16 +tempdir = /tmp 2.17 +isosortcolumnid = 1 2.18 +isosortdirection = 0 2.19 +fssortcolumnid = 1 2.20 +fssortdirection = 0 2.21 +
3.1 --- a/mhwaveedit/receipt Fri Apr 20 13:47:07 2012 +0200 3.2 +++ b/mhwaveedit/receipt Fri Apr 20 16:51:07 2012 +0200 3.3 @@ -5,14 +5,15 @@ 3.4 CATEGORY="multimedia" 3.5 SHORT_DESC="Lightweight sound files editor, recorder and player." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.8 +WEB_SITE="https://gna.org/projects/mhwaveedit/" 3.9 +WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" 3.10 + 3.11 DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 3.12 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 3.13 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 3.14 xorg-libXdamage" 3.15 -BUILD_DEPENDS="alsa-lib-dev libxml2-dev gtk+-dev" 3.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.17 -WEB_SITE="https://gna.org/projects/mhwaveedit/" 3.18 -WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" 3.19 +BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-dev gtk+-dev" 3.20 3.21 # Rules to configure and make the package. 3.22 compile_rules() 3.23 @@ -34,6 +35,8 @@ 3.24 # Rules to gen a SliTaz package suitable for Tazpkg. 3.25 genpkg_rules() 3.26 { 3.27 - mkdir -p $fs/usr 3.28 - cp -a $_pkg/usr/bin $fs/usr 3.29 + mkdir -p $fs/usr $fs/etc 3.30 + cp -a $install/usr/bin $fs/usr 3.31 + cp -a $stuff/skel $fs/etc 3.32 + chown -R 0.0 $fs 3.33 }
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/mhwaveedit/stuff/skel/.mhwaveedit/config Fri Apr 20 16:51:07 2012 +0200 4.3 @@ -0,0 +1,38 @@ 4.4 +# mhWaveEdit configuration file. 4.5 +# Automatically generated by mhWaveEdit 1.4.14 4.6 +# May be hand edited but extra comments will be removed when the 4.7 +# settings are saved. 4.8 +# Remove this file to restore default settings. 4.9 + 4.10 +diskEditingThreshold = 131072 4.11 +speedSmooth = true 4.12 +speedConv = 0 4.13 +viewQuality = 128 4.14 +showVerticalZoom = true 4.15 +soundLock = false 4.16 +centerCursor = true 4.17 +tempfilesFP = true 4.18 +ditherEditing = 1 4.19 +outputByteswap = false 4.20 +tempDir1 = /home/hacker/.mhwaveedit 4.21 +playerFallback_SampleSize = 2 4.22 +varispeed = true 4.23 +varispeedConv = 0 4.24 +ditherPlayback = 0 4.25 +useGeometry = false 4.26 +drawImprove = true 4.27 +autoPlayMark = false 4.28 +showSpeed = true 4.29 +mainwinFront = true 4.30 +recentFiles = 4 4.31 +playerFallback_Signed = true 4.32 +speedReset = false 4.33 +windowGeometry = 168_168_540_230 4.34 +mixerUtility = xterm -e alsamixer 4.35 +soundDriver = auto 4.36 +soundBufferSize = 65536 4.37 +timeDisplay = 0 4.38 +rollCursor = false 4.39 +showTimeScale = true 4.40 +showHorizontalZoom = true 4.41 +playerFallback_BigEndian = false
5.1 --- a/parcellite/receipt Fri Apr 20 13:47:07 2012 +0200 5.2 +++ b/parcellite/receipt Fri Apr 20 16:51:07 2012 +0200 5.3 @@ -5,12 +5,13 @@ 5.4 CATEGORY="utilities" 5.5 SHORT_DESC="Lightweight GTK+ clipboard manager" 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="gtk+ xorg-libXdamage" 5.8 -BUILD_DEPENDS="gtk+-dev intltool" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WEB_SITE="http://parcellite.sourceforge.net/" 5.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.12 5.13 +DEPENDS="gtk+ xorg-libX11 xorg-libXdamage" 5.14 +BUILD_DEPENDS="xorg-dev gtk+-dev intltool" 5.15 + 5.16 # Rules to configure and make the package. 5.17 compile_rules() 5.18 { 5.19 @@ -18,13 +19,14 @@ 5.20 ./configure \ 5.21 --prefix=/usr \ 5.22 $CONFIGURE_ARGS && 5.23 - make && 5.24 - make DESTDIR=$PWD/_pkg install 5.25 + make && make DESTDIR=$PWD/_pkg install 5.26 } 5.27 5.28 # Rules to gen a SliTaz package suitable for Tazpkg. 5.29 genpkg_rules() 5.30 { 5.31 - mkdir -p $fs/usr/share/applications 5.32 + mkdir -p $fs/usr/share/applications $fs/etc 5.33 cp -a $_pkg/usr/bin $fs/usr 5.34 + cp -a $stuff/skel $fs/etc 5.35 + chown -R 0.0 $fs 5.36 }
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/parcellite/stuff/skel/.config/parcellite/parcelliterc Fri Apr 20 16:51:07 2012 +0200 6.3 @@ -0,0 +1,10 @@ 6.4 + 6.5 +[rc] 6.6 +history_limit=25 6.7 +character_length=50 6.8 +ellipsize=2 6.9 +history_key=F11 6.10 +actions_key=F12 6.11 +save_history=true 6.12 +single_line_mode=true 6.13 +hyperlinks_mode=false