wok-undigest rev 812

Move to wok: qtgain
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 14 13:40:30 2012 +0200 (2012-08-14)
parents b8f19ef60c81
children ee67495be870
files qtgain/receipt qtgain/stuff/usr/share/applications/qtgain.desktop
line diff
     1.1 --- a/qtgain/receipt	Tue Aug 14 13:40:29 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="qtgain"
     1.7 -VERSION="0.9.5"
     1.8 -CATEGORY="multimedia"
     1.9 -SHORT_DESC="Simple frontend for MP3Gain, VorbisGain, AACGain and Metaflac."
    1.10 -MAINTAINER="paul@slitaz.org"
    1.11 -TARBALL="56842-QtGain.tar.lzma"
    1.12 -WEB_SITE="http://qt-apps.org/content/show.php/QtGain?content=56842"
    1.13 -WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL"
    1.14 -
    1.15 -DEPENDS="libQtCore libQtGui libQtNetwork"
    1.16 -BUILD_DEPENDS="Qt4-dev qmake"
    1.17 -
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -	# rename source directory
    1.22 -	mv QtGain $PACKAGE-$VERSION 2> /dev/null
    1.23 -	cd $src
    1.24 -	qmake && make
    1.25 -}
    1.26 -
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	mkdir -p $fs/usr/share/pixmaps
    1.31 -	cp -a $src/bin $fs/usr
    1.32 -	cp -a $src/qtgain.png $fs/usr/share/pixmaps
    1.33 -	cp -a $stuff/* $fs
    1.34 -	chown -R root.root $fs
    1.35 -}
    1.36 -
     2.1 --- a/qtgain/stuff/usr/share/applications/qtgain.desktop	Tue Aug 14 13:40:29 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,9 +0,0 @@
     2.4 -[Desktop Entry]
     2.5 -Encoding=UTF-8
     2.6 -Name=QtGain
     2.7 -Exec=qtgain
     2.8 -Icon=qtgain
     2.9 -Terminal=false
    2.10 -Type=Application
    2.11 -Categories=AudioVideo;Audio;
    2.12 -