# HG changeset patch # User Pascal Bellard # Date 1344944362 -7200 # Node ID 883aaa8d90bc704670dce1c8fb929503b8133d02 # Parent 2830f99c44abc4f3eeff28f946bf845e2b7af15b Move from undigest: qtgain diff -r 2830f99c44ab -r 883aaa8d90bc qtgain/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtgain/receipt Tue Aug 14 13:39:22 2012 +0200 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="qtgain" +VERSION="0.9.5" +CATEGORY="multimedia" +SHORT_DESC="Simple frontend for MP3Gain, VorbisGain, AACGain and Metaflac." +MAINTAINER="paul@slitaz.org" +TARBALL="56842-QtGain.tar.lzma" +WEB_SITE="http://qt-apps.org/content/show.php/QtGain?content=56842" +WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL" + +DEPENDS="libQtCore libQtGui libQtNetwork" +BUILD_DEPENDS="Qt4-dev qmake" + +# Rules to configure and make the package. +compile_rules() +{ + # rename source directory + mv QtGain $PACKAGE-$VERSION 2> /dev/null + cd $src + qmake && make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/pixmaps + cp -a $src/bin $fs/usr + cp -a $src/qtgain.png $fs/usr/share/pixmaps + cp -a $stuff/* $fs + chown -R root.root $fs +} + diff -r 2830f99c44ab -r 883aaa8d90bc qtgain/stuff/usr/share/applications/qtgain.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtgain/stuff/usr/share/applications/qtgain.desktop Tue Aug 14 13:39:22 2012 +0200 @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=QtGain +Exec=qtgain +Icon=qtgain +Terminal=false +Type=Application +Categories=AudioVideo;Audio; +