diff options
author | François Andriot <[email protected]> | 2014-05-30 12:33:26 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-05-30 12:33:26 +0200 |
commit | 5a31840a564ab702e9223abd63f281deaaabeb31 (patch) | |
tree | ce913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/applications/soundkonverter | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'ubuntu/maverick/applications/soundkonverter')
-rw-r--r-- | ubuntu/maverick/applications/soundkonverter/debian/README.Debian | 2 | ||||
-rw-r--r-- | ubuntu/maverick/applications/soundkonverter/debian/cdbs/versions.pl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/applications/soundkonverter/debian/README.Debian b/ubuntu/maverick/applications/soundkonverter/debian/README.Debian index 079784d5b..92fd4c3b5 100644 --- a/ubuntu/maverick/applications/soundkonverter/debian/README.Debian +++ b/ubuntu/maverick/applications/soundkonverter/debian/README.Debian @@ -23,7 +23,7 @@ Note: you don't need all of the mentionned programs to use soundKonverter. -- Fathi Boudra <[email protected]> Sat, 13 Oct 2007 14:50:28 +0200 To enable the soundkonverter-amarok script just launch soundKonverter once. It -will create a soundKonverter directory in ~/.kde/share/apps/amarok/scripts. +will create a soundKonverter directory in ~/.trinity/share/apps/amarok/scripts. The soundkonvert script will now appear in the script manager window of a newly started amarok. diff --git a/ubuntu/maverick/applications/soundkonverter/debian/cdbs/versions.pl b/ubuntu/maverick/applications/soundkonverter/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/soundkonverter/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/soundkonverter/debian/cdbs/versions.pl @@ -13,7 +13,7 @@ my ($version2, $version2_next); ($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; ($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; |